PC: Disable r_rocketlight and r_rockettrail by default

This commit is contained in:
Steam Deck User 2023-01-15 22:57:26 -05:00
parent 0db37c396f
commit 0de6006cdd

View file

@ -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"