ðCrouching
Enabling Crouching
By default, crouching is Enabled in rpemotes-reborn and is a standalone implementation. To disable crouching, change true
config.lua
to false
in config.lua
Changing Crouching Keybind
By default the crouch keybind is set to LEFT CONTROL or 'lcontrol' in config.lua
. To change this, change the value 'lcontrol'
config.lua
to desired value in config.lua
No other changes are needed in config.lua for the keybind change to take effect as crouch keybind is set to true by default.
Get the button string here.
Extras
Crouch override is set to false
by default. If set to true
in config.lua
the player will not enter stealth mode even if the crouch key and the "duck" key are the same.
config.lua
Keybind/Command | Action |
---|---|
LEFT CONTROL | Toggles crouching |
/crouch | Toggles crouching |
Last updated