Battlefield Modding Tutorials BFMODS https://battlefieldmodding.com/ssm/phpBB3/ |
|
planes not spawning https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=4640 |
Page 1 of 2 |
Author: | convict00 [ Mon Jan 26, 2009 2:49 pm ] |
Post subject: | planes not spawning |
sorry for the wong topic abouve!!!! anyways im trying to spawn the mh-53 in the air so guy can parrachute out of them also i have spawn 3 planes below of mh-53 thats in the air it seems when i add this code to it ObjectTemplate.HoldObject 1 my plane just blow up also 1 of them is like gliding not on the ground any inputs thanx much!!!!! im modding dc final ctf el alamain im trying to spawn it the open base ways up north in the air the mh-53 |
Author: | mrhowdoimod [ Mon Jan 26, 2009 4:54 pm ] |
Post subject: | Re: planes not spawning |
We gotta see the code dude. ![]() |
Author: | convict00 [ Mon Jan 26, 2009 6:22 pm ] |
Post subject: | Re: planes not spawning |
sorry bout that!!!!! heres my code ObjectTemplate.create ObjectSpawner Technical_RecoillessSpawner ObjectTemplate.setObjectTemplate 2 MH-53 ObjectTemplate.setObjectTemplate 1 Technical_Recoilless ObjectTemplate.setObjectTemplate 3 Corsair ObjectTemplate.setObjectTemplate 4 Mustang ObjectTemplate.MinSpawnDelay 30 ObjectTemplate.MaxSpawnDelay 40 ObjectTemplate.SpawnDelayAtStart 0 ObjectTemplate.TimeToLive 45 ObjectTemplate.Distance 40 ObjectTemplate.DamageWhenLost 10 ObjectTemplate.HoldObject 2 rem rem *** *** rem Object.create Technical_RecoillessSpawner Object.absolutePosition 1370.71/39/1829.02 Object.rotation -179.554/0.443353/1.52588e-005 Object.setTeam 2 on this code i just replace the pickup that spawn also i try to spawn it on its own the mh-53 |
Author: | Sheppard [ Mon Jan 26, 2009 7:09 pm ] |
Post subject: | Re: planes not spawning |
That will spawn what's on the 2nd Template at those coordinates. You need coordinates for each spawn point, and then put SetTeam 1, 3, 4, etc on the bottom. Sorry If I'm not being clear, I hope I am. |
Author: | convict00 [ Mon Jan 26, 2009 7:17 pm ] |
Post subject: | Re: planes not spawning |
my mh-53 is spawning in the air but i spawn 3 planes below my planes r just blowing up when i add the line ObjectTemplate.HoldObject 1 and when i spawn from the mh-53 n da air as im coming down my planes r just blowing up on it own thats the problem i having |
Author: | Sheppard [ Mon Jan 26, 2009 7:29 pm ] |
Post subject: | Re: planes not spawning |
Well, then you need these on different spawners, because the holdobject is causing them to bounce and then explode. You need it for the Mh-53 though, so put it on this spawner, and put the other vehicles on another one, without the holdobject. |
Author: | convict00 [ Mon Jan 26, 2009 9:22 pm ] |
Post subject: | Re: planes not spawning |
so u saying put the mh-53 by itself ok thanx il try that |
Author: | redatwar [ Mon Jan 26, 2009 9:32 pm ] |
Post subject: | Re: planes not spawning |
and make the code like [code]ObjectTemplate.holdObject 1[ rem 2 doesnt work!/code] that goes into the ObjectSpawner for the mh-53 in ObjectSpawnTemplates.con greetz red |
Page 1 of 2 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |