Making CTF maps out of non CTF maps
Posted: Sun Aug 10, 2014 11:31 am
HI All
Ok I have been trying to make a CTF map out of Iwo Jima for a couple of days now and although I can make the patch file getting it to run SS is causing me problems.
My first question is : Is it even possible to do this and if it is does anyone have any ideas how it might be completed?
I have added a CTF.con file into the root that looks like this:
This is required to force the server manager see Iwo Jima as a CTF map type.
I have then made a patch RFA file for all of the other bits and bobs of the map and this works fine when run on a local machine but the entire thing falls over when run SS.
Any help would be greatly appreciated
DinkW
Ok I have been trying to make a CTF map out of Iwo Jima for a couple of days now and although I can make the patch file getting it to run SS is causing me problems.
My first question is : Is it even possible to do this and if it is does anyone have any ideas how it might be completed?
I have added a CTF.con file into the root that looks like this:
Code: Select all
run Ctf/SpawnpointManagerSettings
run Ctf/SoldierSpawnTemplates
run Ctf/SoldierSpawns
run Ctf/ObjectSpawnTemplates
if v_arg1 == host
rem ----- Host
rem ----------------------------------------------------------------------------
run Ctf/ObjectSpawns
rem *** CREATE FLAG BASES ***
object.create jpbase
Object.absolutePosition 1101.51/77.4669/918.225
Object.Rotation 0/0/0
object.create usbase
Object.absolutePosition 652.584/93.0164/1420.88
Object.Rotation 0/0/0
rem ----------------------------------------------------------------------------
else
rem ----- Join
rem ----------------------------------------------------------------------------
rem *** CREATE FLAG BASES ***
object.create FlagPole
Object.absolutePosition 1101.51/77.4669/918.225
Object.Rotation 0/0/0
object.create FlagPole
Object.absolutePosition 652.584/93.0164/1420.88
Object.Rotation 0/0/0
rem ----------------------------------------------------------------------------
endIf
I have then made a patch RFA file for all of the other bits and bobs of the map and this works fine when run on a local machine but the entire thing falls over when run SS.
Any help would be greatly appreciated
DinkW