very nice work mate, congratulations
it's probably the adopted version, right?
It is, but...
Since it's the online version made to work on a local server, script files aren't obfuscated like in the offline version, so, just open
intro.txt file in the
game/html5game/scenes subfolder of the game in
Notepad++, you'll see the script in clear text.
Scroll down or use search to find this remark and variable:
Code:
//Presumably, there's going to be some kind of cheat to make Amanda into the real daughter.
//1 makes Amanda a real daughter, 0 is default and makes her a step-daughter.
--var Daughter.realDaughter = 0
It looks like the difference between the real and adopted versions is here. Change it to your preferences to 1 or 0 and save the file.
In case you
already played this version in your browser
before changing that variable, you have to
clean your browser cache for the change in intro.txt to become active. Otherwise your browser will use the old cached file.