UnChiller / Deltatraveler-Save-Editor

Save editor for Deltatraveller v3 saves
GNU General Public License v3.0
2 stars 2 forks source link

Add flag editor #1

Open SomeGDPerson123 opened 4 weeks ago

SomeGDPerson123 commented 4 weeks ago

Maybe for like an advanced column, you could maybe have a flag editor, like in DELTATRAVELER's debug mode, except... you can type words instead of being limited to numbers. Now every time I open the STATS menu my game crashes because it doesn't recognize my Kris Stat Portrait (flag 0). Just a little idea.

UnChiller commented 4 weeks ago

Flags have specific types of data they can have:

While it is possible to change the data type, that would almost certainly cause the game to crash when loading the save, or as soon as it's used.

UnChiller commented 4 weeks ago

(see readFlags from src/save.ts)

UnChiller commented 4 weeks ago

If you don't mind, would you send me your save?

UnChiller commented 4 weeks ago

I'm currently working on adding items and flags