[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/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 - how can i get less damage from divebombers?
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

how can i get less damage from divebombers?
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=2878
Page 1 of 2

Author:  freddy [ Sun Apr 15, 2007 7:43 pm ]
Post subject:  how can i get less damage from divebombers?

hi. anyone know how i can get less damage from divebomber bombs, like the sbd ? i have tried this code

MaterialManager.attGroup 242
MaterialManager.defGroup 55
MaterialManager.damageMod 2
MaterialManager.setEffectTemplate BombSmallNS_Expl

MaterialManager.attGroup 202
MaterialManager.defGroup 55
MaterialManager.damageMod 0.0

MaterialManager.attGroup 240
MaterialManager.defGroup 55
MaterialManager.damageMod 1

MaterialManager.attGroup 204
MaterialManager.defGroup 55
MaterialManager.damageMod 1


and this
MaterialManager.attGroup 242

MaterialManager.setCell 55 2

MaterialManager.attGroup 244

MaterialManager.setCell 55 2


i have also tried fiddling with the reload time and the bombrack, and all i could think of. my prob is that the divebombers sink the carriers to fast. i have tried to make the carrier stronger to, but failed. its the "vanilla" carriers shokaku and enterprise, they have only 600 hitpoints each and sink to fast.

Author:  freddy [ Mon Jun 11, 2007 2:11 am ]
Post subject:  Re: how can i get less damage from bombs?

so i have to build my own material to the bombs and set up the damage myself. 1 question tho, does the original materials and damage from it "stay" when i add a new material to for example a bomb?

Author:  Zaitsef [ Mon Jun 11, 2007 7:15 am ]
Post subject:  Re: how can i get less damage from divebombers?

well, if u change the materials , how can the original ones stay ? u changed them.

Author:  Urglub [ Mon Jun 11, 2007 11:11 am ]
Post subject:  Re: how can i get less damage from divebombers?

Probebly you missed a few materials.
4 differant materials on a carrier seems to few for my taste.
I usually change damage on pistol and walk around and shoot at everything to see what meterial is where and so on.
It takes some time but it's worth it in the end.
Change the 4 materials you changed for bombs so they do damage with pistol bullets.
Where you don't do damage there is another material.

Had same problem with towers on flaming dart.

Author:  catch22 [ Wed Jun 13, 2007 9:54 am ]
Post subject:  Re: how can i get less damage from divebombers?


Author:  freddy [ Thu Jun 14, 2007 3:40 am ]
Post subject:  Re: how can i get less damage from divebombers?


Author:  Urglub [ Thu Jun 14, 2007 9:36 am ]
Post subject:  Re: how can i get less damage from divebombers?

Cool, how you managed that? :lol:

Author:  Iced Earth [ Thu Jun 14, 2007 2:57 pm ]
Post subject:  Re: how can i get less damage from divebombers?


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