[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 - ObjectTemplate.roundOfFire
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

ObjectTemplate.roundOfFire
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=3549
Page 1 of 3

Author:  ZOOMER [ Mon Nov 12, 2007 7:18 pm ]
Post subject:  ObjectTemplate.roundOfFire

This has been "bugging" me for some time now:

ObjectTemplate.roundOfFire


As I test the "rate of fire"/"round of fire"/"firing rate"...... the results don't coorelate to the number.

10 = (10 rounds/sec)

Something else must come into the equation???

I changed the DPV mk19 to fire from 1.5/sec to 6/sec....as I fire and count, I'm not getting 6.
I see this on other weapons also.

The link to ObjectTemplate.roundOfFire from battlefield mod dev tools doesn't come up.

Maybe recoil has something to do with it....the recoil action must finish before another round is fired???


I turned the ZPU-4 up to slice helo's in half
ObjectTemplate.roundOfFire 120
but this didn't produce any different from
ObjectTemplate.roundOfFire 45


Any ideas???

DCFINAL

Author:  Losnar [ Mon Nov 12, 2007 7:50 pm ]
Post subject:  Re: ObjectTemplate.roundOfFire

I'm pretty sure round of fire is every 1/2 second or 1/3 second.

Author:  MR PINK BALLS [ Mon Nov 12, 2007 8:08 pm ]
Post subject:  Re: ObjectTemplate.roundOfFire

well i have done quite a bit of messing around with round of fire and from what ive seen recoil has nothing to do with it.just a thought

Author:  Losnar [ Mon Nov 12, 2007 8:44 pm ]
Post subject:  Re: ObjectTemplate.roundOfFire

You do realize that as a server side mod, the round of fire increase won't be visual.

The gun will look like it's firing at the same rate but the ammo count will drain faster.

Author:  MR PINK BALLS [ Mon Nov 12, 2007 9:25 pm ]
Post subject:  Re: ObjectTemplate.roundOfFire

well when i did it serverside i did it with the MK23 i could see it shooting fuall auto just like client side but others could only see semi auto is that what youre talking about?

Author:  ZOOMER [ Mon Nov 12, 2007 10:08 pm ]
Post subject:  Re: ObjectTemplate.roundOfFire


Author:  ZOOMER [ Mon Nov 12, 2007 10:36 pm ]
Post subject:  Re: ObjectTemplate.roundOfFire

:(

Author:  MR PINK BALLS [ Mon Nov 12, 2007 11:10 pm ]
Post subject:  Re: ObjectTemplate.roundOfFire

okay good job im allitle confuseded but good job :o

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