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

MoreCommands

Useful console commands for White Knuckle.

Date uploaded 2 weeks ago
Version 0.11.2
Download link shishyando-MoreCommands-0.11.2.zip
Downloads 218
Dependency string shishyando-MoreCommands-0.11.2

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 for White Knuckle.

Console commands added:

Command Description Type Enables cheats
man, mhelp, morecommandshelp prints MoreCommands with their descriptions ('+' = enables cheats) Oneshot -
freerun godmode + deathgoo-stop + fullbright + infinitestamina + notarget Togglable +
grubby grab anything Togglable +
cargo max backstrength Oneshot +
speedyperks get some movement perks Oneshot +
buff buff everything, without perks Togglable +
explore freerun + noclip Togglable +
flash freerun + buff Oneshot +
sv_gravity, grav set player gravity multiplier (1 is default) Oneshot +
ns, noclipspeed set noclip speed multiplier (1 is default) Oneshot +
give Give item to player's inventory by its id with substring search Oneshot +
left Give item to left hand or inventory by its id with substring search Oneshot +
right Give item to right hand or inventory by its id with substring search Oneshot +
banhammer Give banhammer to player Oneshot +
spawn, spawnentity Spawn entity by its name id with substring search Oneshot +
tp teleport to arg, no arg = list locations Oneshot +
wallhack, wh Add outlines to any game entity, wh [entity] (optional color like 'red', 'green' or '#RRGGBB'), entity is searched by substring, without params will toggle default behaviour Oneshot +
alwaysspawn Guarantee spawns (items, handholds, supply crates, etc.). Does not spawn items which already failed random check Togglable +
lp, listperks List perks info, filtered by arg Oneshot -
listentities List entities, filtered by arg Oneshot -
listitems List items, filtered by arg Oneshot -
listlevels List levels, filtered by arg Oneshot -
listregions List regions, filtered by arg Oneshot -
listsubregions List subregions, filtered by arg Oneshot -
loadlevels Load levels by its names with substring search Oneshot -
loadrandomlevels Load completely random levels. Recommended commands: godmode, deathgoo-stop, deathgoo-height NaN. Have fun. Oneshot -
loadregions Load some region levels by region name, filtered by arg Oneshot -
loadsubregions Load all subregion levels by subregion name, filtered by arg Oneshot -

Togglable commands can be run with arguments true/false

YouTube showcase videos

Version 0.10.0 (wallhack update): https://www.youtube.com/watch?v=KOxQGqisMBs

Version 0.8.1: https://www.youtube.com/watch?v=ET25Z-EP7oI

Screenshots

CHANGELOG

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:

  • ???