Mobile Spawns

Ask questions, discuss ideas, get answers
Post Reply
DinkW
Posts: 24
Joined: Mon Aug 01, 2011 3:22 pm

Mobile Spawns

Post 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
freddy
Posts: 1267
Joined: Sun Oct 18, 2009 4:58 pm

Post 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
DinkW
Posts: 24
Joined: Mon Aug 01, 2011 3:22 pm

Re: Mobile Spawns

Post by DinkW »

Thanks for the reply Freddy

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

Thanks for your help
DinkW
Posts: 24
Joined: Mon Aug 01, 2011 3:22 pm

Re: Mobile Spawns

Post by DinkW »

Sorted it !! :D

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

Best

DinkW
Post Reply