Mobile Spawns
Posted: Tue Jan 03, 2012 4:47 pm
Hi All
Hoping you can help me?
I am trying to add to mobile spawn points to BF1942 Vanilla Berlin in the shape of a couple of APCs. I have managed to place the APCs within the map but I can't get the spawn points to appear as a SSM only as a CSM.
So far I have added this to the ObjectSpawnTemplates.con
This I found while looking through the forums.
The objects spawn without a problem but the mobile spawns only will spawn running from client side.
Am I missing something here ......well clearly I must be lol .....any help greattly appreciated
DinkW
Hoping you can help me?

I am trying to add to mobile spawn points to BF1942 Vanilla Berlin in the shape of a couple of APCs. I have managed to place the APCs within the map but I can't get the spawn points to appear as a SSM only as a CSM.
So far I have added this to the ObjectSpawnTemplates.con
Code: Select all
************
rem ctf/objectspawntemplates.con
***********
ObjectTemplate.active M3A1
ObjectTemplate.addTemplate gatoDriverSoldierSpawn
ObjectTemplate.setPosition 0/0/0
ObjectTemplate.timeToLive CRD_NONE/60/0/0
rem************
ObjectTemplate.active hanomag
ObjectTemplate.addTemplate Sub7CDriverSoldierSpawn
ObjectTemplate.setPosition 0/0/0
ObjectTemplate.timeToLive CRD_NONE/60/0/0
ObjectTemplate.active gatoDriverSoldierSpawn
ObjectTemplate.setEnterOnSpawn 1
ObjectTemplate.active Sub7CDriverSoldierSpawn
ObjectTemplate.setEnterOnSpawn 1
The objects spawn without a problem but the mobile spawns only will spawn running from client side.
Am I missing something here ......well clearly I must be lol .....any help greattly appreciated
DinkW