1 changed files with 49 additions and 0 deletions
@ -0,0 +1,49 @@ |
|||
-- Generated with Server GUI 3 |
|||
-- http://mrag.nl/sgui3/ |
|||
|
|||
-- General |
|||
rcts_strWelcomeNote = "Server RCON MOTD"; |
|||
rcts_strAdminPassword = "rconpassword"; |
|||
prj_strLogFile = ""; |
|||
net_strLocalHost = ""; |
|||
gam_idGameMode = "Deathmatch"; |
|||
ser_iMaxClientBPS = 11000; |
|||
prj_iDedicatedFPS = 100; |
|||
gam_ctMaxPlayers = 12; |
|||
prj_uwPort = 27015; |
|||
prj_strMultiplayerSessionName = "Serious Sam 3 Server"; |
|||
|
|||
-- Options |
|||
gam_bAllowJoinInProgress = 1; |
|||
gam_bAllowPowerupItems = 1; |
|||
gam_bAllowArmorItems = 1; |
|||
gam_bWeaponsStay = 1; |
|||
gam_bAmmoStays = 1; |
|||
gam_bArmorStays = 1; |
|||
gam_bHealthStays = 1; |
|||
gam_bAllowHealthItems = 1; |
|||
gam_bInfiniteAmmo = 0; |
|||
|
|||
-- Levels |
|||
local mapList = ""; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\01_CairoSquare\01_CairoSquare.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\02_CairoMuseum\02_CairoMuseum.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\03_IbnTulun\03_IbnTulun.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\04_IbnTulun\04_Medina.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\05_CairoTown\05_CairoTown.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\06_Pyramids\06_Pyramids.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\07_Karnak1\07_Karnak1.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\08_Karnak2\08_Karnak2.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\09_Luxor\09_Luxor.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\10_LostNubianTemples\10_LostNubianTemples.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\11_Ramesseum\11_Ramesseum.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\01_BFE\12_HatshepsutTemple\12_HatshepsutTemple.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\02_DLC\01_Philae\01_Philae.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\02_DLC\02_AbuSimbel\02_AbuSimbel.wld;"; |
|||
mapList = mapList .. "Content\SeriousSam3\Levels\02_DLC\03_TempleOfSethirkopshef\03_TempleOfSethirkopshef.wld;"; |
|||
prj_StrMapList = mapList; |
|||
|
|||
-- Scripts |
|||
|
|||
-- Custom |
|||
|
Loading…
Reference in new issue