Addition commands.

This commit is contained in:
FryTechTips 2023-03-18 22:08:32 -04:00
parent 927ef3b187
commit b079a84ad2

View File

@ -45,6 +45,7 @@ set sv_skip_lobby "1" // Makes the server load the map
set sv_botsoak "0" // Fill your empty server with bots automatically until real players take over.
set bot_maxallies "0" // Amount of Bots on the Friendly Team
set bot_maxAxis "0" // Amount of Bots on the Enemy Team
set bot_maxFree "0" // Bots free-for-all based modes? Untested.
set bot_difficulty "1" // Bot Skill. (0 - Easy, 1 - Normal, 2 - Hard, 3 - Veteran)
//////////////////////////////////////////////////
@ -77,7 +78,11 @@ exec "gamedata/configs/common/default_xboxlive.cfg" // Leave this as is
exec "gamedata/gamesettings/mp/gamesettings_tdm.cfg" // Change this to the gametype config of the mode you want to run (e.g. ../gamesettings_conf.cfg, ../gamesettings_escort.cfg)
//set gametype "tdm" // Set the gametype in the map rotation for now
//set set_gametype "tdm" // Untested.
//set lobby_setgametype "tdm" // Untested.
set cg_thirdPerson "0" // third-person mode
set black_market_gun_game "0" // Toggle 1 if you want Blackjack's GunGame. leave it 0 for regular.
/////////////////////////////////////////////////////
// MAP SHORT NAMES ROTATION LIST //