experimental-latest
Pre-release
Pre-release
·
5 commits
to main
since this release
Based on 0bfec09
Changes
- Added a new mod:
ConsoleKeybindsMod- it adds Source engine-like bind command to the console. This one should be game-agnostic which means it can theoretically work in other games without any changes. -
bind <Key> <Command>- bind a console command to a key (any command, engine or custom, doesn't matter)
-
binds- print all binds
-
unbind <Key>- unbind a key
-
unbindall
-
listkeys- get a list of all possible keys for bind (will freeze the game for some time)
- New commands in
ETBCommandsMod: -
helporaliases- prints all commands and aliases
-
dc- alias forToggleDebugCamera
-
t- alias forTeleport
-
fullbrightorfb- toggle between Unlit and Lit modes
-
noclipornc- toggle source engine-like noclip (this one is very cool)
-
getpos- copy current coordinates
-
setpos <X> <Y> <Z> <Pitch> <Yaw>- teleport to coordinates
- Hopefully fixed crashes related to live view
- Added auto search refresh when switching to live view tab