cs2: tweak crosshair and clean up trailing whitespace
Reduce crosshair size/thickness, switch to color 4, disable friendly warning. No functional changes to bind/training sections.
This commit is contained in:
+8
-8
@@ -32,8 +32,8 @@ gameinstructor_enable 0
|
||||
|
||||
//CROSSHAIR COMMANDS
|
||||
cl_crosshairstyle 4
|
||||
cl_crosshairsize 2
|
||||
cl_crosshairthickness 1
|
||||
cl_crosshairsize 1.5
|
||||
cl_crosshairthickness 0.5
|
||||
cl_crosshairgap -4
|
||||
cl_crosshair_drawoutline 0
|
||||
cl_crosshairdot 0
|
||||
@@ -42,11 +42,11 @@ cl_crosshairusealpha 1
|
||||
cl_crosshairalpha 255
|
||||
cl_crosshair_recoil 0
|
||||
cl_crosshairgap_useweaponvalue 0
|
||||
cl_crosshaircolor 5
|
||||
cl_crosshaircolor 4
|
||||
|
||||
//EXTRAS
|
||||
cl_crosshair_sniper_width 1
|
||||
cl_crosshair_friendly_warning 1
|
||||
cl_crosshair_friendly_warning 0
|
||||
|
||||
// Mouse
|
||||
sensitivity "0.425"
|
||||
@@ -99,7 +99,7 @@ bind "MOUSE2" "+attack2"
|
||||
bind "CTRL" "+reload"
|
||||
bind "F" "+use"
|
||||
bind "G" "drop"
|
||||
bind "MOUSE5" "+lookatweapon"
|
||||
bind "MOUSE5" "+lookatweapon"
|
||||
|
||||
// Slot binds
|
||||
bind "1" "slot1"
|
||||
@@ -158,7 +158,7 @@ bind "KP_8" "buy secondary2"
|
||||
bind "KP_9" "buy secondary3"
|
||||
bind "KP_PLUS" "buy secondary4"
|
||||
|
||||
//Trainingsbinds
|
||||
//Trainingsbinds
|
||||
bind "P" "sv_cheats 1; bot_kick; mp_limitteams 0; mp_autoteambalance 0; mp_maxmoney 60000; mp_startmoney 60000; mp_buytime 9999; mp_buy_anywhere 1; mp_freezetime 0; mp_roundtime 60; sv_grenade_trajectory_prac_pipreview true; mp_roundtime_defuse 60; mp_respawn_on_death_ct 1; mp_respawn_on_death_t 1; sv_infinite_ammo 1; sv_showimpacts 1; sv_showimpacts_time 10; ammo_grenade_limit_total 5; ff_damage_reduction_grenade_self 0; sv_falldamage_scale 0; inferno_damage 0; mp_warmup_end; mp_restartgame 1;"
|
||||
bind "O" "sv_grenade_trajectory 1;sv_grenade_trajectory_time 10;sv_showimpacts 1;sv_showimpacts_time 10;give weapon_incgrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov;give weapon_decoy;give weapon_hegrenade"
|
||||
bind "N" "noclip"
|
||||
@@ -166,7 +166,7 @@ bind "M" "sv_rethrow_last_grenade; css_rethrow"
|
||||
bind "," "css_rethrowflash"
|
||||
bind "." "css_last"
|
||||
bind "SEMICOLON" "css_throw"
|
||||
bind "L" "ent_fire smokegrenade_projectile kill;ent_fire molotov_projectile kill;stopsound; css_clear"
|
||||
bind "L" "ent_fire smokegrenade_projectile kill;ent_fire molotov_projectile kill;stopsound; css_clear"
|
||||
|
||||
// MatchZy Bot Commands
|
||||
bind "DOWNARROW" "css_bot" // Place bot at current position
|
||||
@@ -176,7 +176,7 @@ bind "RIGHTARROW" "css_crouchboost" // Place crouched bot and boost
|
||||
|
||||
// Quick-Save System
|
||||
bind "F1" "css_savenade quick1" // Save to slot 1
|
||||
bind "F2" "css_savenade quick2" // Save to slot 2
|
||||
bind "F2" "css_savenade quick2" // Save to slot 2
|
||||
bind "F3" "css_savenade quick3" // Save to slot 3
|
||||
bind "F4" "css_listnades" // List all saved nades
|
||||
|
||||
|
||||
Reference in New Issue
Block a user