-
Notifications
You must be signed in to change notification settings - Fork 3
Description
One thing I have noticed with XC3 is that depending on the order you do things, the menus can get very jumbled up. The item list, quest log, collectopaedia npc list, soul hacker art/skill lists, and master art/skill lists are the big ones that come to mind.
In some cases alphabetical sorting is an option, or quest rec. level, but some very useful sorting modes are not available. For example, sorting master arts by damage ratio, or level of the UM the art/skill came from in the case of soul hacker stuff.
In the case of item list, I can provide the relevant info: every item of every type (gem, collectible, accessory, info item, key item) has a globally unique serial number at offset 0x8 that the game uses to sort the inventory by. Example: gem inventory starts at 0x53da0, so the serial number for the first gem in inventory would be at 0x53da8, serial for second gem is at 0x53db8, etc.
For the other menus, I have been unable to determine where/how the chronology data is stored. But since this tool is already so good at editing quest progress / completion, soul hacker art/skill unlocks, etc. I am hopeful that at least some info about this chronology data is already known.
Not a high priority, but if the user could order menu items how they wish by editing the chronology data and then sorting chronologically, I believe that would be the last feature this tool is missing. I would also be willing to help with data mining, beta testing, etc. to help make this feature (or any other for that matter) a reality.