If you play the game using Chrome you don't need to modify the game files.
First I use
Then when the game is launched you can use Chrome javascript console to change the variables.
In the console you can type
You just need to find the variable name you want to change in the following lists.
Here is a list of the most useful variables :
And for those interested in the complete variable list. I put the types before the variable name for convenience.
For those interested in my method :
First I use
You must be registered to see the links
to be able to play the game through it without issue with Flash accessing local file (since Chrome sees it as on a server)Then when the game is launched you can use Chrome javascript console to change the variables.
In the console you can type
GetPlayer().GetVar("variable_name")
to get the value of the variable named variable_name
, or use GetPlayer().SetVar("variable_name", value)
to set it to value
.You just need to find the variable name you want to change in the following lists.
Here is a list of the most useful variables :
You don't have permission to view the spoiler content.
Log in or register now.
And for those interested in the complete variable list. I put the types before the variable name for convenience.
You don't have permission to view the spoiler content.
Log in or register now.
For those interested in my method :
You don't have permission to view the spoiler content.
Log in or register now.