Thanks for this. Wanted a hoard mod for materials but the other Hoarder mod i saw made both items and materials increase. Never wanted the item mod, just hate seeing "unable to pick up" whatever material and then having to basically start from scratch once i actually used them. Plus the other one is 9999 which is a bit overkill. Much appreciated
Using CheatEngine is probably your best bet, atleast that what i've used for buying more of limited materia, I specifically used the CustomShop option from BigBear743's script
I did a quick look through Item.uasset (which is the file I modify for this mod) and it seems that all armors/accessories have the flag "Can stack" set to 1(true) and "MaxCount" set to 99 (same as most other stackable items), that unfortunately means that the menu for armor/accessories most likely completely ignores those values or just displays every item as separate lines even though they are technically stacked in the backend. Weapons has "Can stack"/"MaxCount" set to 0(false)/1 respectively.
From my limited modding knowledge I suspect making a mod that makes armor/accessories stack in the menu would not be easy and require some reverse engineering of the menu itself.
Can you merge those mods in one ? I want to sell accessories and materia all the time but currently I have to switch between 2 mods because they can't co-exist (one overrides the other).
Unfortunately that's a bit harder and time consuming to do, I have looked into it a bit and it is something I'm thinking about doing when I'm finished with my normal playthrough (only at chapter 9 atm) unless someone else has done it by then.
Is it possible to make it so you can sell weapons? Somehow when I picked up the vulcan cannon I ended up with 2 buster swords. I would like to try to sell one to see if i could then by the vulcan cannon since right now the game thinks I already have it.
Just uploaded a version with sellable weapons, there is no shop with the weapon category enabled when selling but the weapons do appear under the "All" category, should be up soon if it isn't already!
Thank you! I was able to sell the extra buster sword, but unfortunately I still can't buy the vulcan cannon. I did try selling both buster swords and it won't let you, so the real one is permanent.
thanks for your help. I did play around more selling other weapons, you can't re buy them. when you go to the buy menu it will show qty 0 but will still be listed as sold out like you already have it. I wonder if there is a hidden key item or a bit in your save for what you have collected, since you're not intended to sell them.
How do I repack these files using unrealrezen? I've got it all extracted and edited but I'm unsure how to use the packing tools. Will I need the .uasset and the json file that fmodel can export?
31 comments
From my limited modding knowledge I suspect making a mod that makes armor/accessories stack in the menu would not be easy and require some reverse engineering of the menu itself.
Also thinking of things like the Duel Fire/Ice etc And Elemental Materia.
Hoarder - Max Stack Increase at Final Fantasy VII Rebirth Nexus - Mods and community
my mod and the mod from this link modify the same file.
Is materia sellable as well or that will be added in on another update?