Create and Fuck your AI Cum Slut -70% Summer Sale
x

HTML Cheat code list for HTML games & short tutorial

Satori6

Game Developer
Aug 29, 2023
563
1,273
I've added a short tutorial (Tutorial 2 in the OP) so people can start finding their own codes on games with simple protection.
 

Tyr Unchained

Member
Sep 23, 2019
115
284
Sadly "Back to Freedom" - UnlockAll() doesn't work at all and unlock() doesn't work for the Side Characters gallery and doesn't unlock threesome scenes in individual girls gallery.


Attached screenshot with the errors Console gives me.
Thanks for looking into it.
 
  • Like
Reactions: Satori6

Satori6

Game Developer
Aug 29, 2023
563
1,273
Sadly "Back to Freedom" - UnlockAll() doesn't work at all and unlock() doesn't work for the Side Characters gallery and doesn't unlock threesome scenes in individual girls gallery.


Attached screenshot with the errors Console gives me.
Thanks for looking into it.

Thanks for the report!

Yeah, unlock won't work for side or multiple girl characters, because it basically just reads the title of the gallery and tries to unlock scenes based on that name.

I've fixed unlockAll - I accidentally broke it while adding new lines to make it fit on the forum's screen. It was just a matter or moving that ' before "alexia" to the line below. haha
 
  • Heart
Reactions: Tyr Unchained

Satori6

Game Developer
Aug 29, 2023
563
1,273
How can we change mc name between a running game?
1: Check the variable list on the console. Look for things like SugarCube.State.variables.mcname or SugarCube.State.variables.player.name

2: If you can't find it, you can take a look at the HTML file and search for text where it's mentioned.
eg; if there's a paragraph that says "You are John Doe, a retired detective", you can search for "a retired detective" on the HTML file and see what variable stores the name.

If you still can't find it, you can upload the HTML file (or tell me the game's name, I may have it downloaded) and I'll take a look.
 

Haremm lover

Well-Known Member
Sep 20, 2017
1,466
638
1: Check the variable list on the console. Look for things like SugarCube.State.variables.mcname or SugarCube.State.variables.player.name

2: If you can't find it, you can take a look at the HTML file and search for text where it's mentioned.
eg; if there's a paragraph that says "You are John Doe, a retired detective", you can search for "a retired detective" on the HTML file and see what variable stores the name.

If you still can't find it, you can upload the HTML file (or tell me the game's name, I may have it downloaded) and I'll take a look.
But if you do it like you told in second point will it change mc name throughout the game?
 
  • Like
Reactions: Satori6

Satori6

Game Developer
Aug 29, 2023
563
1,273
But if you do it like you told in second point will it change mc name throughout the game?
You'd still change it as in example 1. Searching the HTML file would only be done to figure out the name of the variable.

Let's use The Monastery as an example. Say you picked a name and want to change it, but can't figure out which variable to edit:
temp.png

You'd just search for some unique text to find the variable:

temp.png

Now that we know that the variable is mc you just edit it as usual through the console:
temp.png

And it will remain throughout the game:

temp.png