You are viewing a potentially older version of this package. View all versions.
shishyando-MoreCommands-0.7.9 icon

MoreCommands

Useful console commands for White Knuckle.

Date uploaded 9 months ago
Version 0.7.9
Download link shishyando-MoreCommands-0.7.9.zip
Downloads 88
Dependency string shishyando-MoreCommands-0.7.9

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

MoreCommands

Console commands factory for White Knuckle. Also adds a few commands.

Console commands added:

Command Description Type Enables cheats
man, mhelp, morecommandshelp List MoreCommands with descriptions, filtered by arg (substring search) Oneshot -
lp List perks info, filtered by arg (substring search) Oneshot -
freerun godmode + deathgoo-stop + fullbright + infinitestamina + notarget Togglable +
explore freerun + noclip Togglable +
cargo Max Backstrength Oneshot +
speedy Get some movement perks Oneshot +
grubby Grab anything (like after a sluggrub) Togglable +
buff Buff everything, but without perks Togglable +
flash freerun + buff Togglable +
sv_gravity, grav Change player gravity multiplier Oneshot +
tp Teleport player to arg (e.g. tp abyss = tp aby (substring search) = cheats + teleportplayertolevel m3_habitation_lab_ending) Oneshot +
banhammer Give player a banhammer which removes objects on hit Oneshot +
give, left, right Give player an item arg, substring search (inventory/left hand/right hand respectively), no arg = list items Oneshot +

Togglable commands can be run with arguments true/false

Showcase

<iframe width="560" height="315" src="https://www.youtube.com/embed/ET25Z-EP7oI?si=y19TRxNSqeawMoDC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

Screenshots

man example:

List perks (lp) example:

flash example:

CHANGELOG

Version 0.13.0 Resurrect MoreCommands (29 june 2026)

Added:

  • Added spiderman, justcause, loadrandomlevels_nodeathgoo, and loadrandomlevels_spiderman shortcut commands.

Fixed:

  • MoreCommands no longer overrides vanilla commands. Vanilla spawnentity, listlevels and listperks are preserved; the enhanced perk list is available as lp or mclistperks.
  • Fixed an issue where scene unload cleanup could enable cheats and mark a clean run as cheated while disabling togglable commands.
  • Fixed crashes when commands were run without an active player, world, inventory, camera, or world loader.
  • Fixed grav cleanup crashing if the player had already been destroyed during scene unload.
  • Fixed explore and flash toggling child commands unpredictably instead of setting them to the same enabled state.
  • Fixed entity prefab registration mutating prefabs with generic GameEntity components, which could break entity listing, spawning, and wallhack matching.
  • Fixed duplicate vanilla command registration returning null and crashing command builders such as FXManager's decal_griddepth registration.
  • Fixed wh entity color disabling active outlines instead of changing their color.

Removed:

  • Removed the MoreCommands spawn / spawnent entity spawn command in favor of vanilla spawnentity, which has better autocomplete and count handling.

Changed:

  • MoreCommands now registers commands with native console descriptions, autocomplete, validation, and value previews where appropriate.

Version 0.12.1 Anniversary update support (19 april 2026)

Fixed:

  • Updated the mod to work with the anniversary update! Thanks to Dotlake for reviving the mod after the anniversary update came out!

Removed:

  • grubby command removed in favor of in-game climbanywhere
  • loadlevels command removed in favor of in-game loadlevels since it has better autocomplete.
  • elevator location for tp command (but you can use in-game teleportplayertolevel with autocomplete) since it was broken. other locations still work.

Version 0.11.2 Load levels update (30 nov 2025)

Fixed:

  • loadlevels, loadregions and loadsubregions should be fixed now. Some regions can not be loaded via loadregions, I did not manage to find an easy way to get all region's levels so I use in-game GetLevels(null) and sometimes it crashes. You will see an error message when you try to load such region.

Version 0.11.1 Load levels update (30 nov 2025)

Added:

  • listlevels - replaces in-game command with more levels which can be used for loading. List levels, filtered by arg.
  • listregions - List regions, filtered by arg.
  • listsubregions - List subregions, filtered by arg.
  • loadlevels - Load levels by its names with substring search.
  • loadrandomlevels - Load completely random levels. Recommended commands: godmode, deathgoo-stop, deathgoo-height NaN. Have fun.
  • loadregions - Load some regions' levels by region names, filtered by arg. Each region loads like in a normal run, not shuffled.
  • loadsubregions - Load all subregions' levels by subregion names, filtered by arg.

Changed:

  • listperks now replaces in-game command (lp alias also works as before)
  • man has different colors for commands and sorts by color + alias
  • a lot of implementation stuff again
  • secret rooms are now always open while alwaysspawn is active
  • fixed vanilla game bug which crashes your console on non-ascii input & requires run restart

Version 0.10.3 Wallhack update (29 nov 2025)

Showcase: https://www.youtube.com/watch?v=KOxQGqisMBs

Added:

  • wh, wallhack allows you to enable colorful outlines for any entity (pickupables, denizens, planks, etc.) with substring search
  • alwaysspawn guarantees spawns (items, handholds, supply crates, etc.). Does not spawn items which already failed random check before entering the command. Opens secret rooms.
  • listentities replaces in-game listentities with more entities and substring search
  • spawn, spawnentity uses an extended list of spawnable entities with substring search
  • listitems provides an extended list of items with substring search (used with give, left, right commands)
  • More colors!

Changed:

  • a lot of implementation stuff
  • speedy became speedyperks to make it clear that it gives the player perks

Fixed:

  • Commands (wh, noclipspeed, maybe something else) are properly disabled on run restart / exiting to main menu.

Todo:

  • Replace in-game help and other default commands
  • Better locations for tp command
  • Chainable commands
  • Some configs (persistent alias command? editing default wh preset?)
  • Support ColorfulTimers mod in MoreCommands (commands to change how timer looks like)

Version 0.9.0 noclipspeed update (26 oct 2025)

Added:

  • ns, noclipspeed command which sets noclip speed multiplier

Todo:

  • ???

Version 0.8.0 "Give" update (13 oct 2025)

Showcase YouTube video (click the image!)

Showcase

Added:

  • give, left, right commands to give items (inventory/left hand/right hand respectively)
  • banhammer command which gives you a banhammer to remove things on hit
  • tp teeth to teleport in the saferoom before teeth elevator
  • A slight separator line after each command for easier navigation

Changed:

  • Silos saferoom with experimental perks is now available via simple tp exp instead of tp silos_exp_perk
  • tp now supports substring search (tp aby = tp abyss)

Todo:

  • ???

Version 0.7.0: "Buff" update (6 oct 2025)

Added:

  • buff command which buffs the player without giving perks

Changed:

  • flash commands now use buff command
  • speedy still gives you a bunch of perks
  • other minor changes

Todo:

  • ???