You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an effort to help improve the project, sharing some of my findings exploring the save data format:
Blue Noponstone - located at 0x19afa8, looks like a uint32.
FR Community - while the NPC List sorting can be changed (Chronological, Name, etc.) the character portrait spiral in the main area of the screen is always sorted chronologically. Here is the info regarding how the order is built up:
8-Bit Flags 3853-3887 are used for this purpose.
Each flag corresponds to a specific character.
The value of the flag (1-35) signifies where in the order that specific character.
Hi Rocco, just saw the commit for FR community ordering support in the web app, and I have to tell you that I really very much like your implementation. Functionally it looks like it's correct as the order matches the order in my save file, and as for the UI aspect, it's very intuitive as to how a user goes about modifying the order.
I think it would be a good idea to use a similar approach as you implement other order editing, for quests, NPCs, SH stuff, etc.
By the way, thank you again for your support and dedication for this tool, this was such a bad week with Yuzu & Lockpick both getting killed and seeing the app getting more and more features added is a ray of sunshine.
Thanks for the kind words! Unfortunately, chronological data in the webapp for other sections is. Now that we have affinity and collectopedia support for FR, I'd like to add support for the respective base game features first. Then, I'd like to add menu settings like quick actions, pinned items, and active food effects.
In an effort to help improve the project, sharing some of my findings exploring the save data format:
The text was updated successfully, but these errors were encountered: