nuclide/base/default.cfg
Marco Hladik b670c994c1
build_engine.sh: Support building of HL2/SRC2004 content via the new plugin
that you can enable in build.cfg...
base_player: Add MakeTempSpectator() and MakePlayer(), so gamemodes have it
easier to handle in-game status changes...
NSRenderableEntity: Add support for 'modelscale' key
2021-11-09 17:33:16 +01:00

29 lines
No EOL
486 B
INI

// Standard Game Bindings
// Feel free to modify them however you like
// Clear all bindings...
unbindall
// Movement
bind w "+forward"
bind a "+moveleft"
bind s "+back"
bind d "+moveright"
bind SPACE "+jump"
bind CTRL "+duck"
bind LSHIFT "+speed"
// Interact button
bind e "+use"
// Flashlight button
bind f "impulse 100"
// Misc interface buttons
bind t "messagemode"
bind TAB "+showscores"
bind ESCAPE "togglemenu"
bind PAUSE "pause"
// Developer console
bind ~ "toggleconsole"