gygelly wrote: ↑Wed Mar 05, 2025 2:42 am
This is fantastic. I couldn't find a way to create or duplicate decos, are there any plans for that?
You can duplicate decorations by searching the quantity stored in inventory using exact 2-bytes, recommended to have some since it may take a while (10 recommended at least to avoid bloats). You won't lose deco since you can reduce/increase amount of a decoration just by equip/remove them from your gears. Once you found one, you can modify the decoration by editing the 4 bytes just before the quantity amount address which is the decoration ID. For example, Attack Boost I to III have ID of 0 to 2 respectively (it will not affect equipped deco). Exit the inventory screen and re-enter to update the inventory. If you accidentally created two decos with same ID, it will be sorted back-to-back, so you should notice.
However, be warned there are some "blank" IDs which could cause the game to crash and may corrupt your save if accidentally auto-saved. So backup your save(s) before modifying your decoration inventory. If you want to know the decorations ID properly, try use a certain editor from modding to read the item database from game files.
To add more decos, I would recommend to utilize the melding function instead tho.
The other decos are just few addresses around the one you found. However, if the deco is first time you obtained (or from zero), it will be stored somewhere else. You have to restart the game so it gets indexed along the other deco and start over the search-modify procedure again.