[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS :: View topic - Weapon that shoots vehicle as projectile
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Weapon that shoots vehicle as projectile
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=5276
Page 1 of 3

Author:  dbrown7080 [ Thu Oct 01, 2009 3:03 am ]
Post subject:  Weapon that shoots vehicle as projectile

I would like to have one of the weapons in a kit shoot out a DPV. I have done this before by accident (I made a plane drop a whole scud truck instead of just the scud projectile) but it was a long time ago and i cant figure out how i did it. When i try to make the land mines shoot a DesertPatrolVehicle it crashes the server soon as its fired. Any ideas? Is it because of the weapon type?

Author:  Iced Earth [ Thu Oct 01, 2009 4:53 am ]
Post subject:  Re: Weapon that shoots vehicle as projectile

viewtopic.php?f=3&t=4098&hilit=+shoot+vehicle

Author:  dbrown7080 [ Thu Oct 01, 2009 3:23 pm ]
Post subject:  Re: Weapon that shoots vehicle as projectile

That didnt work. I changed my aagunspawner to DesertPatrolVehicle in the CTF object spawn template then i added

rem dpv landmine
ObjectTemplate.Active LandmineProjectile
ObjectTemplate.addTemplate aagunspawner
ObjectTemplate.Active aagunspawner
ObjectTemplate.team 2

ObjectTemplate.Active LandmineProjectile
ObjectTemplate.addTemplate aagunspawner
ObjectTemplate.Active aagunspawner
ObjectTemplate.team 1

to the bottom of the object spawn template and nothing changed. It still throws land mines.

Author:  [TKO]Twist [ Thu Oct 01, 2009 3:31 pm ]
Post subject:  Re: Weapon that shoots vehicle as projectile

ObjectTemplate.Active Landmine
ObjectTemplate.ProjectileTemplate aagunspawner

Author:  dbrown7080 [ Thu Oct 01, 2009 4:05 pm ]
Post subject:  Re: Weapon that shoots vehicle as projectile

when i put that in it doesnt throw anything

Author:  dbrown7080 [ Thu Oct 01, 2009 5:03 pm ]
Post subject:  Re: Weapon that shoots vehicle as projectile

Ok i got it working but you have to move out of the way before the dpv will drop. is there any way of adjusting where it drops the dpv?

Author:  Why Two Kay [ Thu Oct 01, 2009 5:22 pm ]
Post subject:  Re: Weapon that shoots vehicle as projectile

Velocity of the projectile is always how I did it, but you might be able to manage it with some sort of position offset, although I am unsure on how that would apply. It's been a while since I did anything like this.

Author:  Apache Thunder [ Thu Oct 01, 2009 6:09 pm ]
Post subject:  Re: Weapon that shoots vehicle as projectile


Page 1 of 3 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/