How to shoot a wall and have a secret door open?
How to shoot a wall and have a secret door open?
In quake 3, I would like to make a secret door that moves backwards, and then moves to the side, like the secret doors in Quake 1. Any quick tutorials on how to do this? Thanks!
[url=http://www.davidfromberg.com][color=#4080FF][b]folio[/b][/color][/url]
Re: How to shoot a wall and have a secret door open?
You can't. Not without modding the source. You'll have to stick with normal Q3 doors or some other targetable entity.
Re: How to shoot a wall and have a secret door open?
Well maybe there is an option but I'm not sure: what about making TWO doors, the first one sliding up or down and with THAT movement touching a trigger button which THEN activates the second door (positioned directly behind the first one) which is caused to slide to the left or right? If you alter the keys correctly maybe you can get the first door to open VERY quickly (so quickly a human eye won't realise) and the second door to move quite slowly. So it's just an illusion but heh it could work (at least in my world
)
This could be shit it just came to my mind, maybe someone else can do something with that, or it is impossible as obsidian said.

This could be shit it just came to my mind, maybe someone else can do something with that, or it is impossible as obsidian said.
If you are caught on a golf course during a storm and are afraid of lightning, hold up a 1-iron. Not even God can hit a 1-iron.
-Lee Trevino, golfer who actually has been struck by lightning.
-Lee Trevino, golfer who actually has been struck by lightning.
Re: How to shoot a wall and have a secret door open?
dang, that sux, thanks for the info though. i'll try doing a simple button tutorial. Crazy that quake 1 has features that quake 3 doesn't! 

[url=http://www.davidfromberg.com][color=#4080FF][b]folio[/b][/color][/url]
Re: How to shoot a wall and have a secret door open?
Typical Q1 doors open way too slow for Q3's deathmatch style gameplay. So it's not about having the most features, it's about having the best available gameplay.
Re: How to shoot a wall and have a secret door open?
wait... can't this be done with a bit of foolery using 2 doors?
the 1st door slides back into the second door and through it
the 2nd door slides right or left...
both doors start moving when the trigger is hit. the 2nd door is off-set so the 1st door disappears into the 2nd door as the 2nd door moves in whichever direction you choose. then just make sure the 2nd door returns before the 1st door re-appears through it.
if you have specific textures for the door, it might be trickier to line up.
the 1st door slides back into the second door and through it
the 2nd door slides right or left...
both doors start moving when the trigger is hit. the 2nd door is off-set so the 1st door disappears into the 2nd door as the 2nd door moves in whichever direction you choose. then just make sure the 2nd door returns before the 1st door re-appears through it.
if you have specific textures for the door, it might be trickier to line up.
Re: How to shoot a wall and have a secret door open?
Well the first door would still be visible and wouldn't move horizontally with the other one.
Re: How to shoot a wall and have a secret door open?
forget the move backwards, and then to the side part, i'd like to make a wall that moves temporarily once you shoot it. How would I go about setting that up? thx
-- n00b

[url=http://www.davidfromberg.com][color=#4080FF][b]folio[/b][/color][/url]
Re: How to shoot a wall and have a secret door open?
Make a rectangular brush, right-click->func_door. Hit N, give it a direction. Voila
Re: How to shoot a wall and have a secret door open?
Also, after setting direction, also add:
health : (default 0) if set to any non-zero value, the button must take damage (any amount) to activate.
Re: How to shoot a wall and have a secret door open?
the 1st door moves further back, so it is completely behind the brush(es) that make up the 2nd door. It obviously cannot remain in a place where it is visible once the 2nd door moves to the side.Kaz wrote:Well the first door would still be visible and wouldn't move horizontally with the other one.