About func_wall
Moderator: InsideQC Admins
6 posts
• Page 1 of 1
About func_wall
What is the purpose of a func_wall? Is it implemented on the BSP compiler, or on the engine?
- JasonX
- Posts: 411
- Joined: Tue Apr 21, 2009 2:08 pm
Re: About func_wall
Basically, func_wall allows the mappers to define parts of the main map in a separated model to be manipulated via QuakeC (like the floor in the central room at start.bsp).
Many mods have destructible walls which are just a variant of the standard func_wall.
Many mods have destructible walls which are just a variant of the standard func_wall.
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC
(LordHavoc)
-

frag.machine - Posts: 2090
- Joined: Sat Nov 25, 2006 1:49 pm
Re: About func_wall
Every time i wrote on a func_wall i got no replies, func_messageboard works much better 
- r00k
- Posts: 1110
- Joined: Sat Nov 13, 2004 10:39 pm
Re: About func_wall
it enables compiler warnings...
wait...
actually, it allows
a) killtarget to remove walls.
b) triggering to change animations.
c) selective spawning (via spawnflags) so you can remove them in deathmatch to open up your map.
it has also been used to
d) reduce world bsp complexity, improving vis times, acting as a poor-man's func_detail.
it is implemented by the gamecode, and is just a solid bsp object like any door or train or plat or whatever is. the engine and qbsp have no special awareness.
wait...
actually, it allows
a) killtarget to remove walls.
b) triggering to change animations.
c) selective spawning (via spawnflags) so you can remove them in deathmatch to open up your map.
it has also been used to
d) reduce world bsp complexity, improving vis times, acting as a poor-man's func_detail.
it is implemented by the gamecode, and is just a solid bsp object like any door or train or plat or whatever is. the engine and qbsp have no special awareness.
- Spike
- Posts: 2892
- Joined: Fri Nov 05, 2004 3:12 am
- Location: UK
Re: About func_wall
it also casts no shadows in normal quake engines, reducing its usefulness as a detail brush substitute.
-

goldenboy - Posts: 924
- Joined: Fri Sep 05, 2008 11:04 pm
- Location: Kiel
Re: About func_wall
It could have an alpha channel and be used as a force-field... trigger inflicts pain on .other. :O
- r00k
- Posts: 1110
- Joined: Sat Nov 13, 2004 10:39 pm
6 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest