Wobbly Life
0 of 0

File information

Last updated

Original upload

Created by

lstwo

Uploaded by

lstwo

Virus scan

Safe to use

Tags for this mod

About this mod

Adds more commands to wobbly life's debug console (F6)

Permissions and credits
Adds more commands to wobbly life's debug console (F6)

List of commands:
    - help: Prints all commands
    - help [String commandName]: Prints all matching commands
    - player.jumpMultiplier: Outputs all players jump force
    - player.jumpMultiplier [Float jumpMultiplier]: Changes all players jump force
    - player.noclip [Boolean noclip]: Outputs all players noclip state (is noclip enabled)
    - player.scale [Float scale]: Changes all players scale
    - player.speed: Outputs the players speed
    - player.speed [Float speedMultiplier]: Changes all players speed
    - playerPrefs.getFloat [String key] [Float value]: Outputs the float value at the PlayerPrefs key
    - playerPrefs.getInt [String key] [Integer value]: Outputs the int value at the PlayerPrefs key
    - playerPrefs.getString [String key] [String value]: Outputs the string value at the PlayerPrefs key
    - playerPrefs.setFloat [String key] [Float value]: Sets the float value at the PlayerPrefs key
    - playerPrefs.setInt [String key] [Integer value]: Sets the int value at the PlayerPrefs key
    - playerPrefs.setString [String key] [String value]: Sets the string value at the PlayerPrefs key
    - scene.get: Outputs the name of the current scene
    - scene.getObjects: Outputs all the root objects of this scene
    - scene.load [String name]: Loads a scene
    - scene.load [Integer buildIndex]: Loads a scene
    - scene.loadAsync [String name]: Loads a scene asynchronously
    - scene.loadAsync [Integer buildIndex]: Loads a scene asynchronously
    - time.scale: Outputs the Time scale
    - time.scale [Float scale]: Changes the Time scale

How to Install:
    1. Install Bepinex 5
    2. Unzip the folder
    3. Place the "WobblyLifeDebugCommands.dll" file in the plugins folder of the wobbly life game folder.
    4. Run the game
    5. Press F6 and press tilde / click on the small menu on the right
    6. Run any command