You are viewing a potentially older version of this package.
View all versions.
CommandsExtended
An extension to MoreCommands
| Date uploaded | 2 days ago |
| Version | 0.4.2 |
| Download link | dotlake-CommandsExtended-0.4.2.zip |
| Downloads | 109 |
| Dependency string | dotlake-CommandsExtended-0.4.2 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
CommandsExtended
Extends existing commands from MoreCommands.
Commands added to MoreCommands:
| Command | Description | Type | Enables cheats |
|---|---|---|---|
clearall |
Clear any current perks and buffs | Oneshot | + |
clearbuff |
Clear any current buffs | Oneshot | + |
clearperk |
Clear any current perks | Oneshot | + |
marathon |
Loads all levels in a completable manner | Oneshot | - |
raycast |
For dev purposes, determines name of game object at crosshair when pressing left click | Togglable | + |
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 | - |
CHANGELOG
Version 0.4.2 (06-29-2026)
- Renamed
clearcommand toclearallto 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