What's new
Choice of Mods

Join our amazing community to find Choicescript games and modifications to improve your gameplay!

The Path of Martial Arts WIP

Impudicus

New member
Member
You can just change the stats with the browser console: ctrl+i or right button click -> Inspect, then open the console tab

In the console u just gotta put:
stats.[variable] = x
or
stats.[variable] = "x"
or
stats.[variable] = 'x'

To check the variable names, you can access the startup file in https://dashingdon.com/play/author/game-name/mygame/scenes and/or the choicescript_stats to see the variables shown in the stats page.

e.g.: If i want to change how much money i got in that game i would go to the console and do " stats.mc_gold = '69420' ".





And yes, the changes are permanent, as long as you progress to the next page in the game before you check your stats again.
If you check the stats page before progressing, the changes will not be saved.
 

epic

New member
Member
T
You can just change the stats with the browser console: ctrl+i or right button click -> Inspect, then open the console tab

In the console u just gotta put:
stats.[variable] = x
or
stats.[variable] = "x"
or
stats.[variable] = 'x'

To check the variable names, you can access the startup file in https://dashingdon.com/play/author/game-name/mygame/scenes and/or the choicescript_stats to see the variables shown in the stats page.

e.g.: If i want to change how much money i got in that game i would go to the console and do " stats.mc_gold = '69420' ".





And yes, the changes are permanent, as long as you progress to the next page in the game before you check your stats again.
If you check the stats page before progressing, the changes will not be saved.
Thanks
 

Law

New member
Member
You can just change the stats with the browser console: ctrl+i or right button click -> Inspect, then open the console tab

In the console u just gotta put:
stats.[variable] = x
or
stats.[variable] = "x"
or
stats.[variable] = 'x'

To check the variable names, you can access the startup file in https://dashingdon.com/play/author/game-name/mygame/scenes and/or the choicescript_stats to see the variables shown in the stats page.

e.g.: If i want to change how much money i got in that game i would go to the console and do " stats.mc_gold = '69420' ".





And yes, the changes are permanent, as long as you progress to the next page in the game before you check your stats again.
If you check the stats page before progressing, the changes will not be saved.
What about mobile?
 

Zivo

New member
Member
You can just change the stats with the browser console: ctrl+i or right button click -> Inspect, then open the console tab

In the console u just gotta put:
stats.[variable] = x
or
stats.[variable] = "x"
or
stats.[variable] = 'x'

To check the variable names, you can access the startup file in https://dashingdon.com/play/author/game-name/mygame/scenes and/or the choicescript_stats to see the variables shown in the stats page.

e.g.: If i want to change how much money i got in that game i would go to the console and do " stats.mc_gold = '69420' ".





And yes, the changes are permanent, as long as you progress to the next page in the game before you check your stats again.
If you check the stats page before progressing, the changes will not be saved.
Or you can use the cheat mode that is game?
 

MR.A

Member
Member
I mean you do that Overlord-level Talent aka cheat mode in the game
I didnt go overlord-level since some game gonna crash if we maxed all stats on the early, i just set it to 75 or 90 since thats enough to pass all the check until mid or maybe even late game. For gold or something like that i never go above 5 digits (99999)
 

Kay

Member
Member
You can just change the stats with the browser console: ctrl+i or right button click -> Inspect, then open the console tab

In the console u just gotta put:
stats.[variable] = x
or
stats.[variable] = "x"
or
stats.[variable] = 'x'

To check the variable names, you can access the startup file in https://dashingdon.com/play/author/game-name/mygame/scenes and/or the choicescript_stats to see the variables shown in the stats page.

e.g.: If i want to change how much money i got in that game i would go to the console and do " stats.mc_gold = '69420' ".





And yes, the changes are permanent, as long as you progress to the next page in the game before you check your stats again.
If you check the stats page before progressing, the changes will not be saved.
I can't check the variable name anymore, the link dead. Can't you give another link
 

Kay

Member
Member
I also hope someone made app mod WIP for this, for i feel just lazy to always activate my internet and sometimes i need to go to area without internet and because of that i can't always play
 

Metatron

New member
Member
Th
You can just change the stats with the browser console: ctrl+i or right button click -> Inspect, then open the console tab

In the console u just gotta put:
stats.[variable] = x
or
stats.[variable] = "x"
or
stats.[variable] = 'x'

To check the variable names, you can access the startup file in https://dashingdon.com/play/author/game-name/mygame/scenes and/or the choicescript_stats to see the variables shown in the stats page.

e.g.: If i want to change how much money i got in that game i would go to the console and do " stats.mc_gold = '69420' ".




You can just change the stats with the browser console: ctrl+i or right button click -> Inspect, then open the console tab

In the console u just gotta put:
stats.[variable] = x
or
stats.[variable] = "x"
or
stats.[variable] = 'x'

To check the variable names, you can access the startup file in https://dashingdon.com/play/author/game-name/mygame/scenes and/or the choicescript_stats to see the variables shown in the stats page.

e.g.: If i want to change how much money i got in that game i would go to the console and do " stats.mc_gold = '69420' ".





And yes, the changes are permanent, as long as you progress to the next page in the game before you check your stats again.
If you check the stats page before progressing, the changes will not be saved.


And yes, the changes are permanent, as long as you progress to the next page in the game before you check your stats again.
If you check the stats page before progressing, the changes will not be saved.
Thanks but do you have a working link for the stat variables
 
Top