Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Tue Jun 24, 2025 8:54 am

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 11 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: planes not spawning
PostPosted: Tue Jan 27, 2009 3:25 am 
Offline
User avatar

Joined: Sat May 10, 2008 3:00 am
Posts: 1877
2 should = 0, it won't recognize it, so it will ignore it = default, off. Just like projectileTemplating or addTemplating something that doesn't exist, it's ignored, and completely turned off (Weapon has no projectile, if set to, for example, ProjectileTemplate myveryownuberprojectile )

_________________
Image


Top
 Profile Send private message E-mail  
 
 Post subject: Re: planes not spawning
PostPosted: Fri May 29, 2009 10:28 pm 
Offline

Joined: Tue May 05, 2009 4:10 am
Posts: 110
Location: Philthadelphia Pa, US OF FARGIN A
Im having a similar problem with adding mustangs to the allied base in Battle of the bulge.
My stangs spawn and arent touching anything or bouncing but after about 45 secs start smoking then blow up.
They respwan quickly but this is undesirable.
-----------------------------------
spawn template code:
-----------------------------

ObjectTemplate.create ObjectSpawner DiveBomberSpawner
ObjectTemplate.setObjectTemplate 2 mustang
ObjectTemplate.setObjectTemplate 1 stuka
ObjectTemplate.MinSpawnDelay 40
ObjectTemplate.MaxSpawnDelay 80
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 45
ObjectTemplate.Distance 40
ObjectTemplate.DamageWhenLost 10


ObjectTemplate.create ObjectSpawner FighterSpawner
ObjectTemplate.setObjectTemplate 2 mustang
ObjectTemplate.setObjectTemplate 1 bf109
ObjectTemplate.MinSpawnDelay 40
ObjectTemplate.MaxSpawnDelay 80
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 45
ObjectTemplate.Distance 40
ObjectTemplate.DamageWhenLost 10
---------------------------------------
Object code:
---------------------------------------
rem *** Add Mustang 1 Allied Base ***
Object.create FighterSpawner
Object.absolutePosition 706.23/22.23/203
Object.rotation 50/9.66/0
Object.setTeam 2
rem
rem
rem *** Add Mustang 2 Allied Base ***
Object.create FighterSpawner
Object.absolutePosition 730.23/22.23/203
Object.rotation 10/9.66/0
Object.setTeam 2
rem
-------------------------------------------
I have a Stuka and a bf109 on the Axis with no explosive attitude.
These are outside the base

Thoughts pls?
Thanks guys ;-)

_________________
Image
Its all about gaming and having fun
f the hackers and whiners
Its for fun already
Pull up a chair and have 1 on me


Top
 Profile Send private message E-mail  
 
 Post subject: Re: planes not spawning
PostPosted: Thu Jul 02, 2009 5:04 am 
Offline

Joined: Tue May 05, 2009 4:10 am
Posts: 110
Location: Philthadelphia Pa, US OF FARGIN A
Problem solved for me
I used the willy spawner to create Stukas and SBDs
This was my first success at this
Im psyched.
Ive now done it to Tobruk also.

_________________
Image
Its all about gaming and having fun
f the hackers and whiners
Its for fun already
Pull up a chair and have 1 on me


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 11 posts ]  Go to page Previous  1, 2

All times are UTC


Who is online

Users browsing this forum: Bing [Bot] and 36 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group