cs: LD_PRELOAD= workaround, always show team equip, ammo changes in practice
This commit is contained in:
parent
9c6f4974f6
commit
f3dfde53e9
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
// Linux
|
// Linux
|
||||||
// -nojoy -novid -nointro -high -threads 11 +exec autoexec.cfg
|
// -nojoy -novid -nointro -high -threads 11 +exec autoexec.cfg
|
||||||
// Linux Wayland Launch Options
|
// Linux Wayland Launch Options
|
||||||
// gamescope --force-grab-cursor --adaptive-sync -w 2560 -h 1440 -f -- %command% -nojoy -novid -nointro -high -threads 11 +exec autoexec -full
|
// LD_PRELOAD="" gamescope --adaptive-sync --force-grab-cursor -w 2560 -h 1440 -f -r 165 -- %command% -nojoy -high -threads 11 +exec autoexec -full
|
||||||
|
|
||||||
// keyboard binds
|
// keyboard binds
|
||||||
bind q "slot3; lastinv"
|
bind q "slot3; lastinv"
|
||||||
|
@ -50,7 +50,7 @@ sensitivity 1.0
|
||||||
m_yaw 0.033
|
m_yaw 0.033
|
||||||
|
|
||||||
// general settings
|
// general settings
|
||||||
cl_teamid_overhead_mode 2
|
cl_teamid_overhead_mode 3
|
||||||
cl_teamid_overhead_fade_near_crosshair 0
|
cl_teamid_overhead_fade_near_crosshair 0
|
||||||
cl_showloadout 1
|
cl_showloadout 1
|
||||||
|
|
||||||
|
|
|
@ -20,11 +20,11 @@ sv_allow_annotations 1
|
||||||
bot_kick
|
bot_kick
|
||||||
|
|
||||||
// player setup
|
// player setup
|
||||||
sv_infinite_ammo 1
|
sv_infinite_ammo 2
|
||||||
ammo_grenade_limit_total 5
|
ammo_grenade_limit_total 6
|
||||||
sv_grenade_trajectory_prac_pipreview true
|
sv_grenade_trajectory_prac_pipreview true
|
||||||
sv_grenade_trajectory_prac_trailtime 10
|
sv_grenade_trajectory_prac_trailtime 10
|
||||||
sv_showimpacts 1
|
sv_showimpacts 0
|
||||||
|
|
||||||
// invincibility
|
// invincibility
|
||||||
buddha true
|
buddha true
|
||||||
|
|
Loading…
Add table
Reference in a new issue