Flecha das Sombras on 8/5/2006 at 09:05
How to change the MaxInventoryStack of the WaterPotion?
I placed some WaterPotion in a room and set their MaxInventoryStack to 100. But in game I was able to stack only 5 of them.
Then I tried to edit de MaxInventoryStack of the WaterPotion in the ActorClass. But in game nothing changed.
Do I need to save the GameSys? If yes, how? :confused:
Thanks for any help.
Rantako on 8/5/2006 at 13:01
You can save the gamesys by going File -> Export changed scripts in the Actor Class browser.
The problem could be that some objects are just 'dummy' objects, and actually put something else into your inventory. I don't know if that's the case here, but you should check the actor for any InventorySwitch links, and if it has them you'll need to change Max Inventory Stack on the target actor too.
Flecha das Sombras on 9/5/2006 at 00:04
Thanks for the answer.
But, when I click "Export changed scripts" the editor crashes.... :erm:
GlasWolf on 9/5/2006 at 04:18
Quote Posted by Flecha das Sombras
But, when I click "Export changed scripts" the editor crashes.... :erm:
Actually I've had that at various times too. If you look in the System directory of your editor install there should be a bunch of backed up gamesys files called t3gamesys.t3u0, t3gamesys.t3u1 etc. Rename the most recent one to t3gamesys.t3u, load T3ed, check you can save the scripts again then re-make your changes.
Flecha das Sombras on 9/5/2006 at 23:26
I tried what you said, but still can stack only 5 bottles. :erm:
The most recent was "t3gamesys.t3u4" (or something like this). So I changed it to "t3gamesys.t3u". Then opened the T3ed again, my changes were still there, but when I try to "Export changed scripts" the editor crashes.
GlasWolf on 10/5/2006 at 03:33
Try going back to an earlier one - it depends on when you made the change that's causing the problem.
Flecha das Sombras on 11/5/2006 at 09:02
Thanks, now I can save the GameSys. :D (I needed to rename "t3gamesys.t3u0" to "t3gamesys.t3u")
But when I enter game mode, I still can stack only 5 holy waters....
Both the holy water potion "item" and the holy water "class", are set to "MaxInventoryStack 100" :erm:
TazmanianDevil on 21/9/2007 at 23:02
I seem to be having the same problem and I can't find the solution. I know I'm able to save T3Gamesys because I was able to successfully alter the difficulty settings, but changes to the MaxInventoryStack don't seem to have any effect on the game. If I alter the setting and go into a store, it won't let me buy up to the level I tried to change it to.
I've only been doing a "Save Selected Packages" with "T3Gamesys" checked. Do I have to do a "Export Changed Scripts"? If so, I'm not sure what to do with the output from that.
When I load the editor, the initial numbers don't even all match. For example, for a flash bomb, I can only carry 5 of them, but the value under "WorldObj/InventoryObject/PowerUp/Bomb/FlashBomb" is 20. Are there other settings hiding somewhere I can't find?
I'm running with Minimalist 1.4.1.
Flecha das Sombras on 31/12/2007 at 12:24
Any solution for this problem?
I tried scripts, but still can carry only 5 bottles...