Update autoexec and practice
This commit is contained in:
parent
a3d41acbe1
commit
776195ee24
|
@ -4,12 +4,18 @@
|
|||
// Linux
|
||||
// -nojoy -novid -nointro -high -threads 11 +exec autoexec.cfg
|
||||
|
||||
// kb binds
|
||||
bind q "lastinv"
|
||||
bind r "+reload;+lookatweapon;-lookatweapon"
|
||||
bind 1 "slot1"
|
||||
bind 2 "slot2"
|
||||
bind 3 "slot3"
|
||||
// aliases
|
||||
// quickswitch setup
|
||||
alias "weapon1" "alias qs weapon2; slot3; slot1"
|
||||
alias "weapon2" "alias qs weapon1; slot3; slot2"
|
||||
alias "weapon3" "alias qs weapon1; slot3"
|
||||
alias "qs" "weapon1"
|
||||
|
||||
// keyboard binds
|
||||
bind q "qs"
|
||||
bind 1 "weapon1"
|
||||
bind 2 "weapon2"
|
||||
bind 3 "weapon3"
|
||||
bind 4 "slot4"
|
||||
bind 5 "slot5"
|
||||
bind 6 "slot6"
|
||||
|
@ -22,14 +28,14 @@ bind 9 "slot9"
|
|||
bind 4 "slot9" // Decoy Grenade
|
||||
bind 0 "slot10"
|
||||
bind x "slot10" // Molotov Cocktail/Incendiary Grenade
|
||||
|
||||
bind "alt" "+cl_show_team_equipment"
|
||||
|
||||
bind r "+reload;+lookatweapon;-lookatweapon"
|
||||
bind "lalt" "+cl_show_team_equipment"
|
||||
// mouse binds
|
||||
bind "mouse5" "+voicerecord"
|
||||
unbind "mwheelup"
|
||||
unbind "mwheeldown"
|
||||
|
||||
bind "mouse5" "+voicerecord"
|
||||
|
||||
// general settings
|
||||
cl_showloadout 1
|
||||
|
||||
// cl hud settings
|
||||
|
@ -63,7 +69,7 @@ viewmodel_offset_z "-2.0"
|
|||
viewmodel_presetpos "0"
|
||||
viewmodel_recoil "1.0"
|
||||
|
||||
fps_max "999" //Setting this to 0 will uncap it but will load maps 90 seconds slower.
|
||||
fps_max "999" // Setting this to 0 will uncap it but will load maps 90 seconds slower.
|
||||
|
||||
// crosshair
|
||||
cl_crosshair_drawoutline "1" // - Draws a black outline around the crosshair for better visibility
|
||||
|
@ -101,4 +107,4 @@ cl_crosshairusealpha "1" //
|
|||
// m_mouseaccel1 "0"
|
||||
// m_customaccel "0"
|
||||
|
||||
// host_writeconfig
|
||||
host_writeconfig
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
sv_cheats 1
|
||||
sv_infinite_ammo 1
|
||||
ammo_grenade_limit_total 5
|
||||
sv_grenade_trajectory_prac_pipreview true
|
||||
sv_grenade_trajectory_prac_trailtime 10
|
||||
sv_showimpacts 1
|
||||
|
||||
bot_kick
|
||||
|
||||
// server setup
|
||||
cl_versus_intro false
|
||||
mp_team_intro_time 0
|
||||
mp_freezetime 0
|
||||
mp_roundtime 60
|
||||
mp_roundtime_defuse 60
|
||||
|
@ -17,10 +13,31 @@ mp_startmoney 60000
|
|||
mp_buytime 9999
|
||||
mp_buy_anywhere 1
|
||||
|
||||
mp_warmup_end
|
||||
mp_restartgame 1
|
||||
bot_kick
|
||||
|
||||
// player setup
|
||||
sv_infinite_ammo 1
|
||||
ammo_grenade_limit_total 5
|
||||
sv_grenade_trajectory_prac_pipreview true
|
||||
sv_grenade_trajectory_prac_trailtime 10
|
||||
sv_showimpacts 1
|
||||
|
||||
// invincibility
|
||||
buddha true
|
||||
buddha_ignore_bots true
|
||||
ff_damage_reduction_grenade_self 0
|
||||
sv_falldamage_scale 0
|
||||
inferno_damage 0
|
||||
sv_regeneration_force_on true
|
||||
sv_regeneration_wait_time 0.5
|
||||
|
||||
bind f1 "toggle sv_grenade_trajectory_prac_pipreview"
|
||||
bind f2 "noclip"
|
||||
bind f3 "sv_rethrow_last_grenade"
|
||||
bind f4 "ent_fire smokegrenade_projectile kill; stopsound"
|
||||
bind f2 "sv_rethrow_last_grenade"
|
||||
bind f3 "ent_fire smokegrenade_projectile kill; stopsound"
|
||||
|
||||
bind "n" "noclip"
|
||||
bind "m" "bot_crouch"
|
||||
|
||||
// exec
|
||||
mp_warmup_end
|
||||
mp_restartgame 1
|
||||
|
|
Loading…
Reference in New Issue