mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Added Loading screen options
This commit is contained in:
parent
b38c1fd570
commit
bd9bb0d931
|
|
@ -172,7 +172,18 @@ $Host::holoName6 = "Harbinger";
|
|||
$Host::HostedBy = "Branzone";
|
||||
$Host::Info = " ";
|
||||
$Host::KickBanTime = 600;
|
||||
$Host::LakRabbitNoSplashDamage = 1;
|
||||
$Host::LakRabbitDuelMode = "0";
|
||||
$Host::LakRabbitNoSplashDamage = "1";
|
||||
$Host::LakRabbitPubPro = "0";
|
||||
$Host::loadingmsgcolor1 = "ffb734";
|
||||
$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 = "Hosted by: ";
|
||||
$Host::loadingmsgline3content = "Branzone";
|
||||
$Host::Map = "VaubanLak";
|
||||
$Host::MapCycleAcidRain_CTF = "0";
|
||||
$Host::MapCycleAgentsOfFortune_Duel = "0";
|
||||
|
|
|
|||
|
|
@ -183,9 +183,6 @@ $Host::EnableTeamBalanceNotify = 1; //Get a teambalance notification
|
|||
$Host::EnableTurretPlayerCount = 10; //How many to enable turrets
|
||||
$Host::AntiCloakEnable = 1; //Enable or disable AntiCloak
|
||||
$Host::AntiCloakPlayerCount = 6; //How many to enable Cloak
|
||||
$Host::HostedBy = "Branzone"; //Your server host
|
||||
$Host::Github = "https://github.com/Server/"; //Your server github
|
||||
$Host::Discord = "https://www.Discordapp.com/"; //Your discord
|
||||
$Host::PUGautoPassword = 0; //Enable or Disable an auto password at a certain amount of players
|
||||
$Host::PUGautoPasswordLimit = 10; //How many to enable a pug password
|
||||
$Host::PUGPassword = "pickup"; //pug password
|
||||
|
|
@ -202,6 +199,15 @@ $Host::SetNextMissionMapSlot5 = "S5_Icedance"; //Set Next Mission for slot 5
|
|||
$Host::SetNextMissionMapSlot6 = "Logans_Run"; //Set Next Mission for slot 6
|
||||
$Host::SetNextMissionMapSlot7 = "Rollercoaster_nef";//Set Next Mission for slot 7
|
||||
$Host::SetNextMissionMapSlot8 = "MoonDance"; //Set Next Mission for slot 8
|
||||
$Host::loadingmsgcolor1 = "ffb734"; //Loading screen color 1
|
||||
$Host::loadingmsgcolor2 = "29DEE7"; //Loading screen color 2
|
||||
$Host::loadingmsgcolor3 = "33CCCC"; //Loading screen color 3
|
||||
$Host::loadingmsgline1 = "Join Discord: "; //Loading screen msg line 1
|
||||
$Host::loadingmsgline1content = "https://t2discord.tk"; //Loading screen msg content 1
|
||||
$Host::loadingmsgline2 = "Server Github: "; //Loading screen msg line 2
|
||||
$Host::loadingmsgline2content = "https://github.com/ChocoTaco1/TacoServer"; //Loading screen msg content 2
|
||||
$Host::loadingmsgline3 = "Hosted by: "; //Loading screen msg line 3
|
||||
$Host::loadingmsgline3content = "Branzone"; //Loading screen msg content 3
|
||||
//LakRabbit
|
||||
$Host::EnableLakUnlimitedDJ = 1; //Unlimited disc-jumps if enabled
|
||||
$Host::LakRabbitNoSplashDamage = 0; //Splash Damage enabled or not
|
||||
|
|
|
|||
Loading…
Reference in a new issue