Frictional Games Forum (read-only)
Expand inventory? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Expand inventory? (/thread-12722.html)

Pages: 1 2


Expand inventory? - Shadowfied - 01-20-2012

This isn't really something I need right now, but I have noticed that if your inventory is full, you can still pick up items but they are not shown anywhere in the inventory.

Is there any way to get more slots for the inventory? Could be useful for future maps I make.

Thanks in advance.



RE: Expand inventory? - Elven - 01-20-2012

U have to put lots and lots and lots of items into one map then xD...


RE: Expand inventory? - Shadowfied - 01-20-2012

(01-20-2012, 08:59 AM)Elven Wrote: U have to put lots and lots and lots of items into one map then xD...
I like maps with a lot of items. Especially when they don't just get removed after one use.



RE: Expand inventory? - Elven - 01-20-2012

Okay Smile...


RE: Expand inventory? - Shadowfied - 01-20-2012

(01-20-2012, 09:01 AM)Elven Wrote: Okay Smile...
Adventure games shall have a lot of items and interaction.
Like the Sherlock Holmes games, but preferably more logical usage of them.


RE: Expand inventory? - Krymtel - 01-20-2012

Yeah, you could do that only if you made a total conversion. All you have to do if you have a total conversion is go to the file called game.cfg (by default). Hit control 'f' or apple 'f' (for macs) and type "inventory" in the search box, and hit enter. After that it'll show two variables, InventoryColumns and InventoryRows or something like that. Finally, edit the amounts of rows and columns for the inventory. Sorry if I'm not being specific, but I don't have my PC with me ATM.


RE: Expand inventory? - Shadowfied - 01-20-2012

(01-20-2012, 03:25 PM)Krymtel Wrote: Yeah, you could do that only if you made a total conversion. All you have to do if you have a total conversion is go to the file called game.cfg (by default). Hit control 'f' or apple 'f' (for macs) and type "inventory" in the search box, and hit enter. After that it'll show two variables, InventoryColumns and InventoryRows or something like that. Finally, edit the amounts of rows and columns for the inventory. Sorry if I'm not being specific, but I don't have my PC with me ATM.
Thank you very much for the info. Smile



RE: Expand inventory? - ZyLogicX - 01-20-2012

Instead of expanding the inventory... Isn't their away you can make your current items more useful


RE: Expand inventory? - Shadowfied - 01-20-2012

(01-20-2012, 05:26 PM)ZyLogicX Wrote: Instead of expanding the inventory... Isn't their away you can make your current items more useful
Haha, like I said, this is not something I need right now. I just thought it was an interesting question. And making items more useful doesn't mean that there can't be like 30 of them. Ever played Scratches? Sherlock Holmes? Any real adventure focus game?



RE: Expand inventory? - Krymtel - 01-21-2012

So, did it work?