mirror of
https://github.com/nzp-team/assets.git
synced 2025-01-19 14:20:53 +00:00
PC: Disable r_rocketlight and r_rockettrail by default
This commit is contained in:
parent
0db37c396f
commit
0de6006cdd
1 changed files with 3 additions and 2 deletions
|
@ -88,7 +88,8 @@ seta cl_deadbodyfilter "0"
|
|||
seta cl_gibfilter "0"
|
||||
v_powerupshell "0"
|
||||
cl_r2g "0" //Uses progs/grenade.mdl instead of progs/missile.mdl when 1.
|
||||
r_rocketlight "1"
|
||||
r_rocketlight "0"
|
||||
r_rockettrail "0"
|
||||
cl_staticsounds "1"
|
||||
seta gl_simpleitems "0"
|
||||
cl_model_bobbing "0"
|
||||
|
@ -495,4 +496,4 @@ cfg_save_auto "0" //If 1, the config will automatically be saved and witho
|
|||
cfg_save_all "" //If 1, cfg_save ALWAYS saves all cvars. If 0, cfg_save only ever saves archived cvars. If empty, cfg_save saves all cvars only when an explicit filename was given (ie: when not used internally via quit menu options).
|
||||
|
||||
net_compress "1"
|
||||
sv_nqplayerphysics "1"
|
||||
sv_nqplayerphysics "1"
|
||||
|
|
Loading…
Reference in a new issue