func_rotating obstruction

func_rotating obstruction

Re: func_rotating obstruction Posted by Stranger on Sat Jan 22nd 2005 at 9:02pm
Stranger
29 posts
Posted 2005-01-22 9:02pm
Stranger
member
29 posts 3 snarkmarks Registered: Jan 2nd 2005 Occupation: Mapper Location: Belgium
I've made a secret pannel that rotates en brings out the hev suit. the
problem is that it obstructs the func_rotating and that it therefor
does'nt rotate. this is obviously a problem.
Re: func_rotating obstruction Posted by Guessmyname on Sat Jan 22nd 2005 at 9:03pm
Guessmyname
342 posts
Posted 2005-01-22 9:03pm
342 posts 173 snarkmarks Registered: Dec 6th 2004
Have it rotate in the other direction then. (Hint: Look in the flags section)
Re: func_rotating obstruction Posted by Stranger on Sat Jan 22nd 2005 at 9:20pm
Stranger
29 posts
Posted 2005-01-22 9:20pm
Stranger
member
29 posts 3 snarkmarks Registered: Jan 2nd 2005 Occupation: Mapper Location: Belgium
I think I must have explained it wrong. imagin it to be a platform with
a wall upon. This is the func_rotating. the hev suit is on one side and
the wall blends in with the wall of the room. if the platform turns the
HEV suit becomes visible.
Re: func_rotating obstruction Posted by Guessmyname on Sat Jan 22nd 2005 at 9:28pm
Guessmyname
342 posts
Posted 2005-01-22 9:28pm
342 posts 173 snarkmarks Registered: Dec 6th 2004
Ah, I see. Make the wall and HEV setup something like this:

P
    
 

---/*\---
  • HEV

P = Player Start

/ = a curve stort of thing

This way, when it rotates you should get something like this:

P

---\*/---
Re: func_rotating obstruction Posted by Stranger on Sun Jan 23rd 2005 at 11:29am
Stranger
29 posts
Posted 2005-01-23 11:29am
Stranger
member
29 posts 3 snarkmarks Registered: Jan 2nd 2005 Occupation: Mapper Location: Belgium
this jpg should clarify things:

<!--thumb-->User posted image<!--/thumb-->
Re: func_rotating obstruction Posted by Guessmyname on Sun Jan 23rd 2005 at 11:52am
Guessmyname
342 posts
Posted 2005-01-23 11:52am
342 posts 173 snarkmarks Registered: Dec 6th 2004
Ah, I get it. Have you parented the HEV to the platform?