The
You must be registered to see the links
works on these saves
I don't know where the saves are actually stored when you don't use the Save to Disk option.
(Do the saves get stored online somewhere when you don't manually save to HD?
I have an app called VoidTools: Everything that tracks all filesystem entries and edits, and the normal saves do not seem to be updating anything on the filesystem.)
Once Saved to Disk and opened at
You must be registered to see the links
you can edit stuff like cash, ingredients, and give yourself a bunch of trait points.
All of these things are conveniently inside of the "resources" json property
"resources": {
"cash": 1000126,
//way too much, but it hasn't hurt anything yet
"totalMilkSelf": 0,
"totalMilk": 0,
"totalSemen": 857,
"totalPissSelf": 0,
"totalPiss": 0,
"ingredients": {
"herbs": 9999,
//give a lot for potion making
"gemDust": 999,
//give a lot for potion making
"femaleUrine": 278,
//give a lot for potion making
"maleUrine": 0,
//give a lot for potion making
"semen": 100223,
//give a lot for potion making
"breastMilk": 1,
//give a lot for potion making
"springWater": 9999,
//give a lot for potion making
"ale": 6,
//give a lot for potion making
"succubusCum": 0,
//give a lot for potion making
"elixir": 0,
//I don't know what this is yet and haven't tried it out because I'm a pussy
"agates": 0
//I don't know what this is yet and haven't tried it out because I'm a pussy
},
"tp": {
//tp is easier to understand if you think about it as trait exp; where 300 trait exp = 1 trait point
"base": 70,
//current unspent trait exp. Jack this up
"spent": 900
//tracks how many points you've spent; so 900 trait exp spent = 3 trait points spent; leave this alone
},
//to be clear, you don't need to mess with the "spent" property only the "base" property
"dirtiness": 0
},
Stats node is another thing to consider editing/jacking up since that effects what you can influence people to do, but the Ruby Tiara is a better option for social decisions, since even with 100 Charm (Enchanting), 100 Cunning (Brilliant), and 100 Seduction (Irresistible), some social decisions can still fail. But according to the Ruby Tiara, you basically become a Jedi and people will just go with what you want.
"stats": {
"charm": 9,
//social
"cunning": 1,
//social
"seduction": 23,
//social
"lust": 7,
//your current lust, not worth changing
"hunger": 100,
//your current hunger, not worth changing
"orgasm": 0
//don't know what this is
},
One quirk I encountered with the Social Stats, is that after I had set them to 100, afterwards something happened that ended up setting them back down to 39/39/39 Charismatic/Shrewd/Enticing.
Thats not what they were before I edited them to 100 and I'm not sure what causes it or if you even need anything above that. Just wanted to mention it.