Battlefield Modding Tutorials BFMODS https://battlefieldmodding.com/ssm/phpBB3/ |
|
cant get kits to spawn https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=3752 |
Page 1 of 2 |
Author: | silver767 [ Mon Jan 28, 2008 1:55 pm ] |
Post subject: | cant get kits to spawn |
hey i placed a kit in battlecraft and wen i go in game to test it wont show up, anyone know why? ![]() |
Author: | Why Two Kay [ Mon Jan 28, 2008 1:56 pm ] |
Post subject: | Re: cant get kits to spawn |
You need to add the kit to a spawner and then spawn that spawner. As explained: tutorial.php?page=spawnkits.html tutorial.php?page=replacevehicles.html |
Author: | silver767 [ Mon Jan 28, 2008 1:58 pm ] |
Post subject: | Re: cant get kits to spawn |
ok thx i will take a look, and thx for the really fast reply :O took 1 min |
Author: | silver767 [ Mon Jan 28, 2008 2:04 pm ] |
Post subject: | Re: cant get kits to spawn |
i tryed In ObjectTemplates ObjectTemplate.create ObjectSpawner Jap_Scout ObjectTemplate.setObjectTemplate 2 Jap_Scout ObjectTemplate.setObjectTemplate 1 Jap_Scout ObjectTemplate.MinSpawnDelay 40 ObjectTemplate.MaxSpawnDelay 60 ObjectTemplate.SpawnDelayAtStart 0 ObjectTemplate.TimeToLive 45 ObjectTemplate.Distance 40 ObjectTemplate.DamageWhenLost 10 In Objects Object.create Jap_Scout and goed in battlecraft and placed it, wen i got in bf1942 it woodnt show ![]() |
Author: | Urglub [ Mon Jan 28, 2008 2:25 pm ] |
Post subject: | Re: cant get kits to spawn |
If it's serverside you can't create new spawners. If this is supposed to work whateverside, you can never create a spawner with same name as an object spawned. Be creative, Jap_Scout_Spawner ![]() But this will only work clientside. ObjectTemplate.create ObjectSpawner ObjectTemplate.setObjectTemplate 2 Jap_Scout ObjectTemplate.setObjectTemplate 1 Jap_Scout If it's a kit you only want to spawn once you can spawn it as a static object. Save in BC42? Hey, you need a patchfile. 004 or 005 would do it. Always ad your mods into highest patchfile number. |
Author: | silver767 [ Mon Jan 28, 2008 2:36 pm ] |
Post subject: | Re: cant get kits to spawn |
i didnt use the same spawn name and i am testing on my dedicated server, |
Author: | Anarchy [ Mon Jan 28, 2008 5:03 pm ] |
Post subject: | Re: cant get kits to spawn |
Author: | Iced Earth [ Mon Jan 28, 2008 7:31 pm ] |
Post subject: | Re: cant get kits to spawn |
Here too... |
Page 1 of 2 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |