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

BF2 Weapon accuracy
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=18&t=4230
Page 1 of 2

Author:  100fps [ Mon Jul 28, 2008 8:29 pm ]
Post subject:  BF2 Weapon accuracy

Hey folks!

You may noticed the extreme inaccuracy of the most BF2 weapons.
For example the M249: The damage is a joke and the accuracy just ridiculous.

So could anyone tell me exactly how to change the accuracy?

Many thanks in advance
- 100fps

Author:  MR PINK BALLS [ Mon Jul 28, 2008 8:52 pm ]
Post subject:  Re: BF2 Weapon accuracy


Author:  Archimonde0_0 [ Tue Jul 29, 2008 1:09 am ]
Post subject:  Re: BF2 Weapon accuracy

Just set those values to Zero, and instead edit the Recoil codes to make the inaccuracy. Its much more realistic

Author:  100fps [ Tue Jul 29, 2008 6:46 pm ]
Post subject:  Re: BF2 Weapon accuracy

Thanks folks! :)

ObjectTemplate.setFireDev 0.0 0.0 0.0
ObjectTemplate.setDevMod 0 0.0 0.0
ObjectTemplate.setTurnDev 0 0 0 0
ObjectTemplate.setSpeedDev 0 0.0 0.0 0.0
ObjectTemplate.setMiscDev 0 0.5 0.0
ObjectTemplate.setMinDev 0.0

I changed all these values of the M249 to 0 and increased the damage from 25 up to 35.
Now i have much more realistic and accurate weapon.

Author:  MR PINK BALLS [ Tue Jul 29, 2008 7:19 pm ]
Post subject:  Re: BF2 Weapon accuracy

ObjectTemplate.setFireDev 0.0 0.0 0.0
ObjectTemplate.setDevMod 0 0.0 0.0
ObjectTemplate.setTurnDev 0 0 0 0
ObjectTemplate.setSpeedDev 0 0.0 0.0 0.0
ObjectTemplate.setMiscDev 0 0.5 0.0 <----------left one ther
ObjectTemplate.setMinDev 0.0

Author:  100fps [ Wed Jul 30, 2008 12:59 pm ]
Post subject:  Re: BF2 Weapon accuracy

I know ;-)

First i set all these values of the M249 to 0 to see how the weapon behaves.
After this action i had a extremely accurate "fully automatic Sniper" with 200 rounds.

So now i want to enhance these values step by step to get a realistic weapon feeling. :)

Author:  Losnar [ Wed Jul 30, 2008 10:34 pm ]
Post subject:  Re: BF2 Weapon accuracy

I love how the guns get crappier the farther into the future EA takes the genre. The guns in 1942 and Vietnam are way more deadly than the weapons of BF2. That makes sense :roll: EA really just plain sucks. They have no clue what they're doing.

Author:  MR PINK BALLS [ Wed Jul 30, 2008 11:06 pm ]
Post subject:  Re: BF2 Weapon accuracy

TRUE lets use bf2 as an example when you get shot in the head with an m16a4 thats a 5.56 mm bullet YOU ARE FUCKING DEAD YOUR TOAST YOUR GONE YOU IZ NO MORE ther idiots if they think a kevlar helmet is going to protect you jesus and when you hit a tank with a hellfire missle it just starts smokeing,in real life http://www.youtube.com/watch?v=GHvtoQq3 ... re=related thers definitly smoke but nobody saying ha bitch dident kill me,CUZ THER ALL DEAD

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