Battlefield Modding Tutorials BFMODS https://battlefieldmodding.com/ssm/phpBB3/ |
|
Is it possible to create a delayed Cluster projectile? https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=3852 |
Page 1 of 1 |
Author: | ZOOMER [ Wed Feb 20, 2008 6:25 pm ] |
Post subject: | Is it possible to create a delayed Cluster projectile? |
DCF, SSM: I know I can mod for throwing 4 grenades to fire out...but, Throw a grenade....3 sec later the grenade spawns a 10 ft. radius circle pattern of 6 grenades? Throw a grenade....3 sec later the grenade spawns a 10 ft. radius circle pattern of 6 landmines? Instant landmine field! Projectile = grenade Addtemplate ingame spawner using IED? <=spawnable object add 6 firearm positions for 10ft. radius circle pattern. Change projectile used in IED to be the landmineprojectile? |
Author: | ZOOMER [ Wed Feb 20, 2008 10:22 pm ] |
Post subject: | Re: Is it possible to create a delayed Cluster projectile? |
I'm going to try this later ![]() Throw this on the ground... Smokegrenade ObjectTemplate.Active SmokeGrenadeProjectile ObjectTemplate.addTemplate iedspawner3 ObjectTemplate.setPosition 5/0/0 ObjectTemplate.addTemplate iedspawner3 ObjectTemplate.setPosition 5/0/5 ObjectTemplate.addTemplate iedspawner3 ObjectTemplate.setPosition -5/0/0 ObjectTemplate.addTemplate iedspawner3 ObjectTemplate.setPosition -5/0/-5 Watch it smoke.... ObjectTemplate.Active iedspawner3 ObjectTemplate.setObjectTemplate 3 ied ObjectTemplate.holdObject 0 ObjectTemplate.minSpawnDelay 5 ObjectTemplate.maxSpawnDelay 5 ObjectTemplate.TimeToLive 10 ObjectTemplate.Distance 10 ObjectTemplate.spawnOffset 0/.17/0 ObjectTemplate.team 3 In 5 sec the (4) ied's are spawned... ObjectTemplate.Active ied ObjectTemplate.material 70 ObjectTemplate.material2 205 ObjectTemplate.CriticalDamage 4 ObjectTemplate.Hitpoints 3 ObjectTemplate.hpLostWhileCriticalDamage 3 The above code should count down to total self destruction...using the grenadeprojectile materials I wonder if this will work? |
Author: | redatwar [ Sun Feb 24, 2008 10:14 am ] |
Post subject: | Re: Is it possible to create a delayed Cluster projectile? |
well let us know if it worked ![]() very curious to it ![]() this is almost the same system im working on for a clusterbomb (also trough a grenade ![]() greetz RED |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |