-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ADDED: Custom RockTheVote build to enable trigger voting from server …
…abnerfs/cs2-rockthevote#70 - UPDATED: CounterStrikeSharp to 238 - UPDATED: !bhop command to allow voting to turn on and off bunny hopping - UPDATED: Disable GoTV - UPDATED: Restore bot commands on map change
- Loading branch information
Showing
21 changed files
with
90 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
game/csgo/addons/counterstrikesharp/api/CounterStrikeSharp.API.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
game/csgo/addons/counterstrikesharp/api/CounterStrikeSharp.API.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
game/csgo/addons/counterstrikesharp/bin/linuxsteamrt64/counterstrikesharp.so
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
game/csgo/addons/counterstrikesharp/bin/win64/counterstrikesharp.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-2 KB
(96%)
game/csgo/addons/counterstrikesharp/plugins/RockTheVote/RockTheVote.dll
Binary file not shown.
Binary file modified
BIN
-3.36 KB
(90%)
game/csgo/addons/counterstrikesharp/plugins/RockTheVote/RockTheVote.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
game/csgo/addons/windows/counterstrikesharp/api/CounterStrikeSharp.API.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
game/csgo/addons/windows/counterstrikesharp/api/CounterStrikeSharp.API.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
game/csgo/addons/windows/counterstrikesharp/bin/win64/counterstrikesharp.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
// mp_bot_ai_bt "scripts/ai/deathmatch/bt_config.kv3" | ||
bot_chatter "off" | ||
bot_join_after_player 1 | ||
bot_join_team any | ||
bot_quota 2 // Add 1 bot if only 1 person on the server. When there is 2 or more humans there is no bots | ||
bot_quota_mode "fill" | ||
bot_difficulty 3 | ||
custom_bot_difficulty 3 | ||
bot_allow_grenades 1 | ||
bot_allow_shotguns 1 | ||
bot_allow_pistols 1 | ||
bot_allow_rifles 1 | ||
bot_allow_snipers 1 | ||
bot_allow_machine_guns 1 | ||
sv_auto_adjust_bot_difficulty 1 | ||
bot_max_vision_distance_override -1 | ||
bot_autodifficulty_threshold_high 0 | ||
bot_autodifficulty_threshold_low -2 | ||
bot_stop 0 | ||
bot_freeze 0 | ||
bot_zombie 0 | ||
bot_knives_only 0 | ||
bot_mimic 0 | ||
bot_ignore_enemies 0 | ||
bot_dont_shoot 0 | ||
bot_pistols_only 0 | ||
bot_snipers_only 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
exec settings/movement_restore.cfg | ||
|
||
sv_autobunnyhopping 0 | ||
sv_falldamage_scale 1 | ||
|
||
echo "settings/bhop_off.cfg executed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
exec settings/movement_unlock.cfg | ||
|
||
sv_autobunnyhopping 1 | ||
mp_drop_knife_enable 1 | ||
r_drawviewmodel 0 | ||
sv_falldamage_scale 0 | ||
|
||
echo "settings/bhop_on.cfg executed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// https://github.com/KZGlobalTeam/gokz/blob/master/addons/sourcemod/scripting/gokz-mode-kztimer.sp#L37 | ||
sv_accelerate 5.5 | ||
sv_accelerate_use_weapon_speed 1 | ||
sv_airaccelerate 12 | ||
sv_air_max_wishspeed 30 | ||
sv_enablebunnyhopping 0 | ||
sv_friction 5.2 | ||
sv_gravity 800 | ||
sv_jump_impulse 301.993378 | ||
sv_ladder_scale_speed 0.78 | ||
sv_ledge_mantle_helper 0 | ||
sv_maxspeed 320 | ||
sv_maxvelocity 3500 | ||
sv_staminajumpcost 0.080 | ||
sv_staminalandcost 0.050 | ||
sv_staminamax 80 | ||
sv_staminarecoveryrate 60 | ||
sv_standable_normal 0.7 | ||
sv_timebetweenducks 0.4 | ||
sv_walkable_normal 0.7 | ||
sv_wateraccelerate 10 | ||
sv_water_movespeed_multiplier 0.8 | ||
sv_water_swim_mode 0 | ||
sv_weapon_encumbrance_per_item 0.85 | ||
sv_weapon_encumbrance_scale 0 | ||
sv_clamp_unsafe_velocities 1 | ||
|
||
echo "settings/movement_restore.cfg executed" |