Infinite Progression

Infinite Progression

Not enough ratings
The debug console, what does this do???
By prestosilver
Have you ever wondered what the debug console even does? Well look no further.
   
Award
Favorite
Favorited
Unfavorite
How to show the console
First you have to enable the console:
  • Go into settings from the main menu.
  • toggle the debug console option.

Then you'll need to load a save you want to use it with.

Finally press the ` key inside the game.
The help command
The help command does exactly what you would expect, it prints out a list of all the commands, what they do and the formatting for them.

example: help
The addnext command
This command does the same thing as pressing the unlock next button, but for free.

Example: addnext
The addslider command
This command adds a slider module for free.

Example: addslider
The addmod command
This command adds a module of the corresponding mod, the names are the same as printed in listmods, but caseinsensitive.

Example: addmod multiplier_modules
The listmods command
This command prints a list of the loaded mods.

Example: listmods
the modint command
This command sets an integer value of a mod, it will not fail if the value doesn't exist.

Example: modint 2 var 10000
The modbig command
This command sets an BigNumber value of a mod, it will not fail if the value doesn't exist.

Example: modbig 2 var 10000
The setslider command
This command sets the value of the slider at id.

Example: setslider 1 10000000