Browse Source
This will allow LGSM to change them on install and also hightlight settings that need to be altered.pull/3/head
44 changed files with 84 additions and 87 deletions
@ -1,3 +1,3 @@ |
|||
[/Script/UnrealTournament.UTGameEngine] |
|||
bFirstRun=False |
|||
RconPassword="<rconpassword>" |
|||
RconPassword="ADMINPASSWORD" |
|||
|
@ -1,4 +1,4 @@ |
|||
[/Script/UnrealTournament.UTGameState] |
|||
ServerName="<hostname>" |
|||
ServerName="SERVERNAME" |
|||
ServerMOTD=<UT.Font.NormalText.Huge>WELCOME</>\n\n<UT.Font.NormalText.Medium>Headshots for everyone.</> |
|||
ServerDescription=This is my server, have fun |
|||
|
@ -201,7 +201,7 @@ NetServerMaxTickRate=60 |
|||
LanServerMaxTickRate=60 |
|||
|
|||
[Engine.GameReplicationInfo] |
|||
ServerName=Another UT Server |
|||
ServerName=SERVERNAME |
|||
ShortName=UT Server |
|||
AdminName=Admin |
|||
AdminEmail=[email protected] |
|||
|
Loading…
Reference in new issue