that long hiatus.... what's the changelog?2.83 is public
You must be registered to see the links
Version 2.83 And we're back!changelog
Sense so bother? Put cheatengine and you're done.Being Strumpets a Flash game, you can easily edit your save without using CE.
1) Close the game after the new day starts (the game should autosave at dawn, if I am not mistaken)
2) Here's is the trickiest step: locate your save (Google is your friend). It depends on how you play the game (on your browser, through the standalone Flash Player projector, etc) and on your operative system. It is a .sol file, inside a sub-folder of a folder named "#SharedObjects". For instance, if you have downloaded the game and you have opened it through the standalone projector, on Win7 the save should be in:
C:\Users\[Your Profile]\AppData\Roaming\Macromedia\Flash Player\#SharedObjects\[Random Name]\[Game Path]
3) Go toYou must be registered to see the links(it is an online sol editor)
4) Click "Open" and upload your save
5) Edit the values
The stats of your characters are stored in the array gstats (zero is the MC, 1 is the first Strumpet you have bought and so on). Every gstats item is another array: 0: name, 1: mood, 2: health, 3-8: stats (strength, intelligence, confidence, obedience, beauty, skill), 9-11: traits (e.g. Jock, Strong, etc.).
The skills are stored in the array gskill; 0-5: foraging, combat, wisdom, dancing, cooking, nursing.
The physical aspect and the clothes are stored in the arrays glook and gclothes1
6) Click "Save" to download the new .sol file
7) Replace your old save with the new one (pro-tip: backup the old save)
8) Re-open Strumpets
its on flash.... and flash gonna dead soon... is it possible that he will change a new engine? like renpy or somethings?
Flash is not dead lol, it has just lost browser support.The art looks VERY good, one of the best i've ever seen. Not a fan of how the game is designed tho, wish it could be more complex.
Or just play a better game lolanimation sometimes stuck (when buying clothes or battle).
save text / load text is still broken, lol.
anyway, you can still cheat with sol editor (online or any downloadable stuff out there for save editing).
in case of cheat engine, this is a flash game, so multiply value by 8 to find stuff.
you have 2 dots ( 100 stamina, each dots of stamina is 50 points ) search 4 bytes value of 800 (100*8)
add +C after stamina to find STR/INT/CONF/OBD/BEAU/SKILL.
most of the stats should be near those address (like foraging and the like).
i dunno how to find pointer, so deal with that yourself.
address will change after you close the game (if you suck at finding pointers like me).
so just save your stuff, find the address again and just recalculate. shouldn't be that bothersome.
edit : just in case you forgot, you need to multiply value by 8. so for ex, if you want 79 STR, you should input 632. (79*8=632)