[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 - Drawing Borders / Invisible Walls
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Drawing Borders / Invisible Walls
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=23&t=4774
Page 1 of 4

Author:  Milo [ Fri Mar 20, 2009 5:42 am ]
Post subject:  Drawing Borders / Invisible Walls

What I want to do is, Saigon 68 with the Tunnels as only play area.
So people should not be able to leave the tunnel system.
I figured 3 way to do that, without knowing how to execute them. =D
1. Using the spawn towers to block the entries - would work, yet look shady and unfitting
2. Getting the out of bounds to start tickling around the entries - no clue how to do that, haven't found anything in the tut area
3. Drawing invisble walls, either by simulating the map end at around the entries or possibly invisble objects blocking entries -
no clue, same as above


I would favor 2. or 3. and appreciate help, if anyone could give me.

Thanks!

Regards, Milo.

Author:  freddy [ Fri Mar 20, 2009 10:23 am ]
Post subject:  Re: Drawing Borders / Invisible Walls

i´m not that familiar with BFV, but if its ssm you could pretty much spawn witch ever static object to block the entries as it will not be visible anyway.

if its csm maybe there is some glass or plank you could use.

Author:  Milo [ Fri Mar 20, 2009 3:14 pm ]
Post subject:  Re: Drawing Borders / Invisible Walls

hmmm, sounds good

is it possible to do it without adding the staticobjects.con to the patchfile... since it's kinda big

i read about just adding planerepair into objectspawntemplates.con and objectspawn.con ( like adding a vehicle )
which should work, so could it be the same here?

thanks in advance!

Author:  [TKO]Twist [ Fri Mar 20, 2009 3:45 pm ]
Post subject:  Re: Drawing Borders / Invisible Walls

Yeah, just make a few static objects that cover the entrance and add those to the OST.

Author:  Milo [ Fri Mar 20, 2009 3:54 pm ]
Post subject:  Re: Drawing Borders / Invisible Walls

cool thanks!

Author:  MR PINK BALLS [ Fri Mar 20, 2009 4:52 pm ]
Post subject:  Re: Drawing Borders / Invisible Walls

Yep they wont show up server side theyll just be running into something lol you should make a jeep or something shoot out and hit them to

Author:  Shadow [ Fri Mar 20, 2009 10:13 pm ]
Post subject:  Re: Drawing Borders / Invisible Walls

logtraps^^

Author:  MR PINK BALLS [ Sat Mar 21, 2009 12:19 am ]
Post subject:  Re: Drawing Borders / Invisible Walls


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