You are viewing a potentially older version of this package. View all versions.
dotlake-CommandsExtended-0.5.0 icon

CommandsExtended

An extension to MoreCommands

Date uploaded 2 weeks ago
Version 0.5.0
Download link dotlake-CommandsExtended-0.5.0.zip
Downloads 299
Dependency string dotlake-CommandsExtended-0.5.0

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
shishyando-MoreCommands-0.13.0 icon
shishyando-MoreCommands

Useful console commands for White Knuckle.

Preferred version: 0.13.0

README

CommandsExtended

Extends existing commands from MoreCommands.

Commands added to MoreCommands:

Command Description Type Enables cheats
customcrosshair, xhair Toggles custom crosshair if no args. Pass args for config: [length] [thickness] [gap] [dot_scale] [r] [g] [b] [a] [invert(0/1)], or 'customcrosshair show' to view config. Togglable / Oneshot -
crosshaircolor, xcolor Adjust custom crosshair color (example: crosshaircolor 255 125 35 255) Oneshot -
crosshairdot, xdot Adjust custom crosshair center dot scale Oneshot -
crosshairgap, xgap Adjust custom crosshair gap Oneshot -
crosshairinvert, xinvert Toggle crosshair inversion effect (like original crosshair). 0 or 1 Oneshot -
crosshairlength, xlength Adjust custom crosshair length Oneshot -
crosshairthickness, xthick Adjust custom crosshair thickness Oneshot -
crosshairscale, xscale Adjust custom crosshair scale (min: 0.0, max: 10.0). Saves to settings. Oneshot -
handscale, hscale Adjust hand icon scale (min: 0.0, max: 10.0). Saves to settings. Oneshot -
showgrabs, sg Shows grabbable surfaces, Pass color like 'red', 'green' or '#RRGGBB' as argument to set custom color, or 'rgb' for rgb mode, Pass a number after 'rgb' to set the rgb speed. Togglable +
fov Change Player FOV, saves to player's settings (min: 40.0, max: 140.0) Oneshot -
volume, vol Change Master Volume, saves to player's settings (min: 0.0, max: 1.0) Oneshot -
music Change Music Volume, saves to player's settings (min: 0.0, max: 1.0) Oneshot -
sensitivity, sens Change mouse sensitivity, saves to player's settings (min: 0.0, max: 100.0) Oneshot +
playground, pg Loads the playground scene Oneshot -
exclusivemode, exmode Toggles between exclusive fullscreen or borderless. If args passed for width and height, then ex mode is turned on with that resolution. Togglable / Oneshot -
marathon Loads most levels in a completable manner Oneshot -
clearall Clear any current perks and buffs Oneshot +
clearbuff Clear any current buffs Oneshot +
clearperk Clear any current perks Oneshot +
raycast For dev purposes, determines name of game object at crosshair when pressing left click Togglable +

CHANGELOG

Version 0.5.0 (07-12-2026)

  • Added exclusivemode command to toggle fullscreen exclusive mode
    • Allows setting custom resolution for those that enjoy stretched resolutions
  • Added new custom crosshair system, check out the grid for all the new commands
  • Added handscale command for scaling hand UI from console
  • Some minor fixes and updates:
    • Fixed weird precision errors with settings commands
    • Console now gives command context for each command
    • Added more levels to marathon command

Version 0.4.2 (06-29-2026)

  • Renamed clear command to clearall to fix conflict with base game

Version 0.4.0 (06-28-2026)

  • Bumped MoreCommands version for Nest update fixes

Version 0.3.0 (04-20-2026)

  • Some updates to be in line with the Anniversary update:
    • Bumped MoreCommands version for Anniversary update fixes
    • Fixed clear buff command
  • Added a command that loads the playground scene

Version 0.2.2 (01-16-2026)

  • Fix update breaking some settings commands

Version 0.2.1 (01-09-2026)

  • Fix marathon command not containing habitation

Version 0.2.0 (01-07-2026)

  • Added ability to change rgb speed
  • Added suite of clear commands:
    • Clear current buffs
    • Clear current perks
    • Clear both

Version 0.1.2 (12-28-2025)

  • Added music volume command
  • Added mouse sensitivity command

Version 0.1.1 (12-28-2025)

  • Fix missing dependency on MoreCommands

Version 0.1.0 (12-28-2025)

  • Initial version