-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
112 additions
and
65 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
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,56 @@ | ||
// Set game mode | ||
game_type 1 | ||
game_mode 2 | ||
|
||
// Load game mode | ||
exec gamemode_deathmatch.cfg | ||
|
||
// Unload plugins | ||
exec unload_plugins.cfg | ||
|
||
// Load custom plugins | ||
css_plugins load "plugins/disabled/CS2-Remove-Map-Weapons/CS2-Remove-Map-Weapons.dll" | ||
|
||
// Enable sv cheats | ||
sv_cheats 1 | ||
|
||
// Load game mode settings | ||
exec settings/enable_alltalk.cfg | ||
exec settings/disable_drop_weapons.cfg | ||
|
||
// Round convars | ||
mp_friendlyfire 0 | ||
mp_forcecamera 0 | ||
mp_solid_teammates 0 | ||
mp_teammates_are_enemies 1 | ||
mp_free_armor 2 | ||
bot_randombuy true | ||
mp_buy_anywhere 1 | ||
mp_buy_during_immunity 1 | ||
mp_randomspawn 1 | ||
mp_randomspawn_dist 0 | ||
mp_randomspawn_los 1 | ||
mp_respawn_immunitytime 3 | ||
|
||
// Hide money | ||
mp_playercashawards 1 | ||
mp_teamcashawards 1 | ||
|
||
// Add bots | ||
exec settings/enable_bots.cfg | ||
exec custom_bots.cfg | ||
|
||
// Load custom settings | ||
exec custom_deathmatch.cfg | ||
|
||
// Disable sv cheats | ||
sv_cheats 0 | ||
|
||
// Warmup settings | ||
mp_warmuptime 60 | ||
mp_warmuptime_all_players_connected 60 | ||
mp_warmup_online_enabled 1 | ||
mp_warmup_start | ||
|
||
// Logging | ||
echo "[Warmup Mode]: Knives only executed." |
This file was deleted.
Oops, something went wrong.
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