The Godot Engine uses a gzip format with a password used for an XOR transformation. Plus - if coded - also an ASCII/UTF interchange. Messing with the savefile needs to find the code tables in the .exe first, so search for a table like h64 00 xx 00 65 00 yy 00 66 00 zz 00. Then you have to generate a word list, hook to gzip function in Godot with a debugger, make a script, etc. It is not worth the effort! Do something better. Godot /has/ a weakness like any other game:
RAM. Fire up cheat engine or any other memory tool you like, maybe a debugger. Traits are stored in UTF and terminated with a double zero. So just search your memory, edit and terminate the UTF-String:
'Crazy' h4300 7200 6100 7A00 7900 0000 to 'Cute' is h4300 7500 7400 6500 0000 0000. Check what you edit: The game dislikes spelling mistakes and case mismatches. You do need to watch out for the hard coded trait descriptions, so browse the memory regions before you edit. Godot uses pointers to seperate object descriptors from data. So a trait is never near the 'name' of your actress. If you see 'Trigger' in UTF below, you have a trait, but which it is - actress, staff, in the mail or even 'Special Reward Girls' you have to find out. It is slow, but the best shot at this time.
Fastest method for me: Save 'A' , fire 20 ads, next day, save 'B', hire all interesting actresses, check for winners. No winners load 'A'. 1+ winner load 'B', hire.
Or maybe i could just make an editor available for public, coz it seems like you're inventing something. I probably will, just need to pimp it out.
Few things from your previous post
a) Date and Time:
Date or Time object was not available in godot2 so i would have to implement whole calendar by myself.
I decided to go with the simple stuff back then, didn't know if the game would be interesting enough. It would make more sense now to have one.
So when I'll have time I'll probably change it.
c) Homepage Blues
System is going to be rewritten sooner or later.
d) Fans and Portfolio
True that you cannot lose fans at the moment but random events are coming in the future which will result in the loss of fans if your decisions will be wrong.
e) Filters
I'll make multiple filters.
g) Personal Assistant
Auto production is not final. I just put this together to see if people like it or not. There weren't many complaints so i guess it's ok and i'm gonna expand and put more options in.
h) Missing Descriptions
Will put trait desriptions in the next version.
i) Missing Features and bugs
i1) Outfits (high)
Already done in my dev version.
i2) Correct Number of Actors (high)
Already done in my dev version.
i3) Delete Button Male Actors (medium)
Already done in my dev version.
i4) Save File Compression (low)
JSON is even bigger. Would need to filter out some data or just store numerics and add other shit after it's loaded.
i5) Game Performance (low)
Already done in my dev version.
I've left deleted girls in coz i need their data for the statistics. You can now remove them for good.
i6) LBFM MIA
Removed. There was a bug if she was asian and ebony coz her body parts were sometimes different color.
h) Final Thoughts and Conclusion
Here you go everyone. Extensive list of cryptocoins you all can now donate.
You must be registered to see the links
A girl with beauty 30 can not use a beauty salon.
Does it make sense in beauty more than 30?
Yea i (mistakenly) locked it at 30. You can send her at 29, but it's not that great of a deal in the end.