Hi there, I posted that first command here a long time ago I believe, but I've since found a better alternative.
Doing:
When creating your char will get you more points than you can normally even have (normal max is 480) to avoid choice stress, yet still allows you to earn feets and get the satisfaction of discovering and unlocking every part of the game yourself.JavaScript:SugarCube.State.variables.feats.allSaves.points = 720
It just offers a lovely flying start for people not into keeping saves and restarting multiple times to get their best character.
Both commands work with online, but the mobile version of the feat command and the new one (just put javascript: in-front of the latter and put it into a bookmark or in the url bar) will not work on dolmods because dolmods runs the game in an iframe. It'll work fine on any place that does not.
Now, you're thinking, 'But I want dolmods on mobile!"
I got you my hypothetical friend..
will get you out of the iframe and while at it, make dolmods' banner stop taking up valuable screenspace on your mobile device (and fix the issues of menu things sometimes going off screen).JavaScript:javascript:window.location=document.getElementById('mod-content').src
After this,
Should get you all the points your heart desires.JavaScript:javascript:SugarCube.State.variables.feats.allSaves.points=720
https://f95zone.to/threads/degrees-of-lewdity-v0-4-5-3-vrelnir.20259/post-11052883
the second command there can do it instead. Sorry for posting this amendment so so late, I ran into the issue on mobile myself, switched to another site and forgot all about having posted it here.
Did someone mention spreading awareness of useful points cheat commands?This may have been posted before but looking for a way to play fair but with a bonus (all feats, no cheats), I found it pretty annoying to constantly look for people's saves and couldn't dig up a console code to achieve it.
So, here you go. A code to instantly get all feats on a save. Run it in your browser Javascript Console (F12), save once, make a new character and have fun.
Code:for (featName in SugarCube.setup.feats) { $.wiki("<<earnFeat \""+ featName + "\">>") }
Now, I imagine some of you play on mobile (as do I, no judgement). Well, got a fix for that too.
Just put the below in your URL bar. Make sure 'javascript:' is still in-front of it after pasting, browsers tend to remove it for security reasons (bad code can use it to steal your passwords and such. Anyone who knows programming can easily confirm that this code has 0 risk of any of that).
Code:javascript:(function()%7Bfor%20(featName%20in%20SugarCube.setup.feats)%20%7B%24.wiki(%22%3C%3CearnFeat%20%5C%22%22%2B%20featName%20%2B%20%22%5C%22%3E%3E%22)%7D%7D)()
Presuming these still work, they may be handy for someone ^^