Skip to content

Commit 3a4cff8

Browse files
Create README.md
1 parent d892ecf commit 3a4cff8

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ChoiceScript Stat Modifier
2+
3+
In order to use this, do the following:
4+
1. Navigate to the story of your choice.
5+
- Navigate to the actual game, after the "Play the game" options. We want the stats to be loaded in memory.
6+
2. Open your developer console (for example: ctrl+shift+J)
7+
3. Copy the entire script in opener.js
8+
4. Paste into the console
9+
5. Press Enter.
10+
11+
This should open a window that contains all of the stats, along with sliders to modify those values. You can specify min-max values for the sliders (for example,
12+
money often can be higher than 100).
13+
14+
*Note that in order for values to be saved, you can't be on the stats screen and you need to navigate to the next scene. Don't make a change, move to the stat screen,
15+
then move back because the game won't save your values.
16+
17+
I've tested in Opera GX and Chrome on Windows 11.

0 commit comments

Comments
 (0)