[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 - Gun that can shoot through walls
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Gun that can shoot through walls
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=3534
Page 1 of 7

Author:  hardimpact [ Mon Nov 05, 2007 6:51 pm ]
Post subject:  Gun that can shoot through walls

Gun that can shoot through walls. Where the bullet keeps going and could shoot 5 guys like Indiana Jone 3 when he's on the tank and kills them all with one bullet.

I tried all the commands I thougt would work like.....

ObjectTemplate.active mp40Projectile
ObjectTemplate.SetHasCollisionPhysics 1
ObjectTemplate.DieAfterColl 0
ObjectTemplate.StopAtEndEffect 0
ObjectTemplate.HasResponsePhysics 0

SetHasCollisionPhysics 0 makes the bullet go through everyone but then it doesn't hit soldiers either. Would you have to change the material of each wall individually? I still don't want ppl to walk through walls, just die behind them.

Author:  PLAYER [ Mon Nov 05, 2007 8:49 pm ]
Post subject:  Re: Gun that can shoot through walls

Cheap way is to remove the buildings as static objects.. if you host dedicated people still see the buildings but they wont have any physics thus objects including bullets will pass right through them.. :shock:

Of course then you'll have people walking | Driving | Flying through walls that are not there..
heh.

You might want to try removing the collision physics to the objects you wish the bullet to pass through.. but you'll probably end up with the same issue.. everything will be able to pass through it.

Of course this isn't what you wanted.. lol so...

I noticed if objects have splash damage and you increase the radius they can often penetrate walls..

Author:  Iced Earth [ Mon Nov 05, 2007 9:30 pm ]
Post subject:  Re: Gun that can shoot through walls


Author:  Archimonde0_0 [ Mon Nov 05, 2007 10:15 pm ]
Post subject:  Re: Gun that can shoot through walls

wheres penetration physics when ya need em xD

Author:  MR PINK BALLS [ Mon Nov 05, 2007 10:44 pm ]
Post subject:  Re: Gun that can shoot through walls

well thats a cool code but isnt it more along the lines of a hack or does it not work SS

Author:  Iced Earth [ Tue Nov 06, 2007 12:18 am ]
Post subject:  Re: Gun that can shoot through walls

its not a hack.....a hack is something clientside that gives you an unfair advantage. thats kind of a crazy idea but...hey, his server. :lol:

now, if you HAD a hack (the one where you see red/blue guys instead of regular skins), wow, that would be crazy. they could sit in a room with ammo and just blast at the player they see thru the wall; killing them instantly.

be careful using this one SS. :?

Author:  MR PINK BALLS [ Tue Nov 06, 2007 12:53 am ]
Post subject:  Re: Gun that can shoot through walls

well they have a aimbot for the scum of bf1942 who would use it but i dissagree although i did take all ythe statics off my berlin the other day and could se everyone everywher but cant shoot them cuz it acts like wall is still ther

Author:  Bongholio [ Tue Nov 06, 2007 1:31 am ]
Post subject:  Re: Gun that can shoot through walls

dc_f mig 29 nose cannon
goes thru them damn huts
on wake like they aint there
investigate that shi*

I noticed if objects have splash damage and you increase the radius they can often penetrate walls..

yeah
and never get within 3 inches of a open
statics wall you can be seen/shot from the outside

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