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] |
[/Script/UnrealTournament.UTGameEngine] |
||||
bFirstRun=False |
bFirstRun=False |
||||
RconPassword="<rconpassword>" |
RconPassword="ADMINPASSWORD" |
||||
|
@ -1,4 +1,4 @@ |
|||||
[/Script/UnrealTournament.UTGameState] |
[/Script/UnrealTournament.UTGameState] |
||||
ServerName="<hostname>" |
ServerName="SERVERNAME" |
||||
ServerMOTD=<UT.Font.NormalText.Huge>WELCOME</>\n\n<UT.Font.NormalText.Medium>Headshots for everyone.</> |
ServerMOTD=<UT.Font.NormalText.Huge>WELCOME</>\n\n<UT.Font.NormalText.Medium>Headshots for everyone.</> |
||||
ServerDescription=This is my server, have fun |
ServerDescription=This is my server, have fun |
||||
|
@ -201,7 +201,7 @@ NetServerMaxTickRate=60 |
|||||
LanServerMaxTickRate=60 |
LanServerMaxTickRate=60 |
||||
|
|
||||
[Engine.GameReplicationInfo] |
[Engine.GameReplicationInfo] |
||||
ServerName=Another UT Server |
ServerName=SERVERNAME |
||||
ShortName=UT Server |
ShortName=UT Server |
||||
AdminName=Admin |
AdminName=Admin |
||||
AdminEmail=[email protected] |
AdminEmail=[email protected] |
||||
|
Loading…
Reference in new issue