NS/main/userconfig.cfg

29 lines
811 B
INI

// Add your own configuration options in this file
// This file will not be rewritten as config.cfg will
//Some commands placed here as default via NS Launcher installation because they are deleted/overwritten in config.cfg otherwise
//Brighter lighting
lightgamma "2"
//brightness "5" //part of new default config
//gamma "3" //part of new default config
//Allow FPS above 100
fps_override "1"
gl_vsync "0"
//View and weapon bob off
cl_bob "0"
//Network rates for the 21st century
rate "30000"
cl_updaterate "100"
cl_cmdrate "100"
ex_interp "0.05"
//Pistol script - toggled with P key
alias "+pscript" "+attack"
alias "-pscript" "-attack;wait;+attack;wait;wait;-attack"
alias pson "bind mouse1 +pscript;bind p psoff"
alias psoff "bind mouse1 +attack;bind p pson"
bind p "pson"