mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Added Debrief LoadScreen
Debrief LoadScreen and General LoadScreen update
This commit is contained in:
parent
9157243b21
commit
9eed42556b
4 changed files with 513 additions and 22 deletions
|
|
@ -83,6 +83,7 @@ $Host::EvoAdminPassVote = 0;
|
|||
$Host::EvoAdminReset = 0;
|
||||
$Host::EvoAdminServerPW = 0;
|
||||
$Host::EvoAdminStopVotes = 1;
|
||||
$Host::EvoAdminSwitchTeams = 1;
|
||||
$Host::EvoAdminWhois = 0;
|
||||
$Host::EvoAllowAdminVoteGameType = 1;
|
||||
$Host::EvoAllowPlayerVoteChangeMission = 1;
|
||||
|
|
@ -178,17 +179,26 @@ $Host::KickBanTime = 600;
|
|||
$Host::LakRabbitDuelMode = 0;
|
||||
$Host::LakRabbitNoSplashDamage = "1";
|
||||
$Host::LakRabbitPubPro = 0;
|
||||
$Host::loadingmsgcolor1 = "05edad";
|
||||
$Host::loadingmsgcolor2 = "29DEE7";
|
||||
$Host::loadingmsgcolor3 = "33CCCC";
|
||||
$Host::loadingmsgline1 = "Join Discord: ";
|
||||
$Host::loadingmsgline1content = "https://t2discord.tk";
|
||||
$Host::loadingmsgline2 = "Server Github: ";
|
||||
$Host::loadingmsgline2content = "https://github.com/ChocoTaco1/TacoServer";
|
||||
$Host::loadingmsgline3 = "Required Mappacks: ";
|
||||
$Host::loadingmsgline3content = "S5 S8 TWL TWL2";
|
||||
$Host::loadingmsgline4 = "Hosted by: ";
|
||||
$Host::loadingmsgline4content = "Branzone";
|
||||
$Host::LoadingScreenUseDebrief = 1;
|
||||
$Host::LoadScreenColor1 = "05edad";
|
||||
$Host::LoadScreenColor2 = "29DEE7";
|
||||
$Host::LoadScreenColor3 = "33CCCC";
|
||||
$Host::LoadScreenLine1 = "Join Discord:";
|
||||
$Host::LoadScreenLine1_Msg = "https://discord.me/tribes2";
|
||||
$Host::LoadScreenLine2 = "Game Modes:";
|
||||
$Host::LoadScreenLine2_Msg = "LakRabbit, Capture the Flag, DeathMatch, (Light Only) Capture the Flag";
|
||||
$Host::LoadScreenLine3 = "Required Mappacks:";
|
||||
$Host::LoadScreenLine3_Msg = "S5, S8, TWL, TWL2";
|
||||
$Host::LoadScreenLine4 = "Server Provided by:";
|
||||
$Host::LoadScreenLine4_Msg = "Ravin";
|
||||
$Host::LoadScreenLine5 = "Server Hosted by:";
|
||||
$Host::LoadScreenLine5_Msg = "Branzone";
|
||||
$Host::LoadScreenLine6 = "Server Github:";
|
||||
$Host::LoadScreenLine6_Msg = "https://github.com/ChocoTaco1/TacoServer";
|
||||
$Host::LoadScreenMOTD1 = "Blaster is here to stay!";
|
||||
$Host::LoadScreenMOTD2 = "Come play Arena on Wednesday Nights!";
|
||||
$Host::LoadScreenMOTD3 = "Lak crowd early evenings after work during the week.";
|
||||
$Host::LoadScreenMOTD4 = "Big CTF games Fridays, Saturdays, and Sundays!";
|
||||
$Host::Map = "VaubanLak";
|
||||
$Host::MapCycleAcidRain_CTF = "0";
|
||||
$Host::MapCycleAgentsOfFortune_Duel = "0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue