- Sep 27, 2024
- 39
- 138
LOL, I think this thread is a good place for people who wanted to start to learn frontend and JavaScript, but didn't find anything interesting to start with.
Thank you!
Thank you!
How would I go about finding all the girls data for myself? I want to lessen the grind by increasing the girls like statAre you looking for something in specific?
There's way too much data in $data haha
$data[13] includes all the girls/npcs.
you broke the money object by setting it to a variable value. you need to editsnip
SugarCube.State.variables.money.num
money in this game is not a variable but an object with a subset of properiesOhhh that's why, but i guess I did try to do the thing you suggested , ex I did this SugarCube.State.variables.money.num = 1000 and hit enter, then i checked if it worked or not and no change was there.you broke the money object by setting it to a variable value. you need to editSugarCube.State.variables.money.num
money in this game is not a variable but an object with a subset of properies
you broke money object the only way to fix it is to load a save from before you broke it or start a new game.snip
I did this SugarCube.State.variables.money.num = 1000 and hit enter, then i checked if it worked or not and no change was there.
snip
oh i see, thank you very much.you broke money object the only way to fix it is to load a save from before you broke it or start a new game.
it's like you made scrambled eggs, you can't just unscramble the egg and put the whites and yolk back in the shell
ok, follow the tutorial and check the variables in the console ,usually the patreon code is there but if not then check the game's original forum and look at all the pages. maybe someone has posted the new patreon code if not then post the html game and tag the op who started this thread.I didn't understand much of this post (not english native) BUT I think maybe this is the right place to ask this question.
Is there a way to unlock content behind paywall? Like there is this HTML game where the dev have a CRAZY paywall of almost $100 (I'm fine sub/pay for content, I did it a lot when I think they deserve it but this one is absolutely crazy)
If it's possible then I'll post the game HTML here if not then maybe I misunderstood the post lol
I'm back after a long time. I've updated the stuff for Debasing Grounds. Please let me help if you have issues with something in particular.Man I am unable to use the cheats in Debasing Grounds. It could be cuz I am dumb but like could you make a guide for that? It would be really helpful. Thanks a lot in advance!
As for a guide, there isn't really a simple way to go about this game, mostly due to the awful code.Man I am unable to use the cheats in Debasing Grounds. It could be cuz I am dumb but like could you make a guide for that? It would be really helpful. Thanks a lot in advance!
Just updated it. The dev checks for the code all the time. No wonder that game is laggy as fuck.do you guys have one for to be a sigma
The simplest for that game is to look at the code and find what you're after.How would I go about finding all the girls data for myself? I want to lessen the grind by increasing the girls like stat
I don't know of a way to access variables from the console for that game, so what I do is to edit the file itself to enable debug or any other mode I want and simply edit stuff from there. I just updated it, btw.
It's basically the same, they just changed where those values are stored:for(var v of sleepStats)delStat(v);for(var v of filthStats)delStat(v);
its not working can you fix it?
for(var v in effectsObject.filth)delStat(v);for(var v in effectsObject.sleep)delStat(v);