-
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: Battle Royale mode with maps br_electrified, br_flood & br_s…
…tacks - ADDED: Futsal map to soccer mode - ADDED: PUBG school map to GunGame and Deathmatch - ADDED: kz_dima to KZ mode
- Loading branch information
Showing
11 changed files
with
100 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
hostname "shipREKT Battle Royale" | ||
sv_tags "128,BR,Battle,Royale,Battle Royale" |
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,23 @@ | ||
game_type 0 | ||
game_mode 0 | ||
mapgroup mg_battleroyale | ||
// There is no way to get the current mapgroup, so we have to set it here | ||
css_mapgroup mg_battleroyale | ||
|
||
exec unload_plugins.cfg | ||
|
||
// Execute before and after to ensure hostname is changed and old one isn't picked up by mods | ||
exec custom_br.cfg | ||
// CS2AnnounementBroadcaster Mode Flag | ||
CS2AB_flag_1 25 | ||
exec br_settings.cfg | ||
exec_after_map_start "exec br_settings.cfg" | ||
echo "br.cfg executed" | ||
say "Changing map..." | ||
host_workshop_map 3330484099 |
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,21 @@ | ||
exec gamemode_casual.cfg | ||
|
||
sv_cheats 1 | ||
|
||
exec settings/alltalk_on.cfg | ||
exec settings/map_voting.cfg | ||
|
||
mp_freezetime 0 | ||
mp_team_intro_time 0 | ||
mp_round_restart_delay 3 | ||
mp_roundtime 9999 | ||
mp_warmuptime 15 | ||
|
||
bot_kick | ||
mp_warmup_end | ||
|
||
exec custom_br.cfg | ||
|
||
sv_cheats 0 | ||
|
||
echo "br_settings.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,4 @@ | ||
// Executed after br.cfg | ||
// Copy this file to /home/steam/cs2/custom_files/cfg/ and add your custom settings | ||
// The folder should exist once the install script has ran once | ||
// The contents of /home/steam/cs2/custom_files/ is automatically copied and merged into /home/steam/cs2/game/csgo/ |
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 |
---|---|---|
|
@@ -20,4 +20,4 @@ echo "soccer.cfg executed" | |
say "Changing map..." | ||
host_workshop_map 3070198374 | ||
host_workshop_map 3293224257 |
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