[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/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/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/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/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 - Vehicles that run out of gas
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Vehicles that run out of gas
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=9&t=2728
Page 1 of 2

Author:  ZOOMER [ Tue Feb 27, 2007 6:39 pm ]
Post subject:  Vehicles that run out of gas

Stalingrad CTF, DC Final: We like this map as infantry so vehicles are modded.

This hummer will get from 1 flag to the other but then runs out of gas...cool huh?

ObjectTemplate.Active HumveeEngine
rem ObjectTemplate.setAcceleration 0/0/5 <=== slow, dont use
ObjectTemplate.HeatIncrement 0.0025
ObjectTemplate.InverseHeatBar 1
ObjectTemplate.setHeatBarType B


This mh-6 "little bird" runs out of gas in about 4 secs.

rem *** H6HoverEngine1 ***
ObjectTemplate.Active H6HoverEngine1
ObjectTemplate.HeatIncrement 0.0075
ObjectTemplate.InverseHeatBar 1
ObjectTemplate.setHeatBarType B


rem *** H6HoverEngine2 ***
ObjectTemplate.Active H6HoverEngine2
ObjectTemplate.HeatIncrement 0.0075
ObjectTemplate.InverseHeatBar 1
ObjectTemplate.setHeatBarType B


rem *** H6HoverEngine3 ***
ObjectTemplate.Active H6HoverEngine3
ObjectTemplate.HeatIncrement 0.0075
ObjectTemplate.InverseHeatBar 1
ObjectTemplate.setHeatBarType B


U can do this to tanks with 5 min gas tanks,
Choppers with 30 sec gas tanks,

Good for Sea Rigs or any CTF with 2 choppers so there is no stalemate.

Author:  Zaitsef [ Tue Feb 27, 2007 11:32 pm ]
Post subject: 

awesome find, will it work serverside ?

Author:  Bullet-ProofMonk [ Wed Feb 28, 2007 2:40 am ]
Post subject: 


Author:  Why Two Kay [ Wed Feb 28, 2007 2:20 pm ]
Post subject: 


Author:  ZOOMER [ Wed Feb 28, 2007 5:22 pm ]
Post subject: 


Author:  AWOL ONE [ Wed Feb 28, 2007 7:43 pm ]
Post subject: 


Author:  Zaitsef [ Thu Mar 01, 2007 5:41 pm ]
Post subject: 


Author:  Aussie Dan [ Thu Jun 21, 2007 12:39 pm ]
Post subject:  Re: Vehicles that run out of gas

I know this topic is a few months old now, but i was thinking wouldnt it be an idea to add the fuel gauge as a health/ammo bar? Then it would need refueling before the vehicle set off again, which could be set up the same way as a repair zone or ammo provider, except it would refuel the vehicle, therefore restocking the gauge. Im not really much of an expert on the health/ammo bars, but i think i read somewhere that this could be done.

Tally Ho

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