Page 1 of 1

Mobile Spawns

Posted: Tue Jan 03, 2012 4:47 pm
by DinkW
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

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
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

Posted: Tue Jan 03, 2012 8:16 pm
by freddy
you need to spawn the subs somewhere in the map, they create the soldierspawns.

for removing the spawns from the sub itself

Code: Select all

ObjectTemplate.Active Sub7CComplex
ObjectTemplate.removeTemplate 4

Re: Mobile Spawns

Posted: Tue Jan 03, 2012 9:12 pm
by DinkW
Thanks for the reply Freddy

Please coud I ask how and where should I spawn the subs?

Thanks for your help

Re: Mobile Spawns

Posted: Wed Jan 04, 2012 8:03 pm
by DinkW
Sorted it !! :D

Many thanks for your help Freddy ...you da man 8-)

Best

DinkW