scraketools

administrative aid for hosting multiple Killing Floor 1 dedicated servers
git clone git://git.boymiasma.net/scraketools
Log | Files | Refs | README

scrake.ini (1347B)


      1 [Scrake]
      2 Engine.AccessControl/AdminPassword=
      3 Engine.AccessControl/GamePassword=
      4 +Engine.GameInfo/bVACSecured=True
      5 Engine.GameReplicationInfo/ShortName=
      6 Engine.GameReplicationInfo/AdminName=
      7 Engine.GameReplicationInfo/AdminEmail=
      8 Engine.GameReplicationInfo/MessageOfTheDay=
      9 IpDrv.MasterServerUplink/DoUplink=True
     10 IpDrv.MasterServerUplink/UplinkToGamespy=True
     11 IpDrv.MasterServerUplink/SendStats=True
     12 IpDrv.MasterServerUplink/ServerBehindNAT=False
     13 IpDrv.MasterServerUplink/DoLANBroadcast=False
     14 IpDrv.HTTPDownload/RedirectToURL=
     15 
     16 [Scrake.Normal]
     17 URL/Port=7707
     18 IpDrv.UdpGamespyQuery/OldQueryPortNumber=7717
     19 UWeb.WebServer/bEnabled=True
     20 UWeb.WebServer/ListenPort=8075
     21 +Engine.GameInfo/GameDifficulty=2
     22 Engine.GameReplicationInfo/ServerName=My Killing Floor Server (Normal)
     23 KFmod.KFGameType/KFGameLength=2
     24 
     25 [Scrake.Hard]
     26 URL/Port=7807
     27 IpDrv.UdpGamespyQuery/OldQueryPortNumber=7817
     28 UWeb.WebServer/bEnabled=True
     29 UWeb.WebServer/ListenPort=8175
     30 +Engine.GameInfo/GameDifficulty=4
     31 Engine.GameReplicationInfo/ServerName=My Killing Floor Server (Hard)
     32 KFmod.KFGameType/KFGameLength=2
     33 
     34 [Scrake.Suicidal]
     35 URL/Port=7907
     36 IpDrv.UdpGamespyQuery/OldQueryPortNumber=7917
     37 UWeb.WebServer/bEnabled=True
     38 UWeb.WebServer/ListenPort=8275
     39 +Engine.GameInfo/GameDifficulty=5
     40 Engine.GameReplicationInfo/ServerName=My Killing Floor Server (Suicidal)
     41 KFmod.KFGameType/KFGameLength=2