F1yingF1sh Posted July 24, 2002 Posted July 24, 2002 I made a single door, switch and my trigger thats infront of the switch. I have the trigger_multiple targeted at the door. The problem is that when I go infront of the button the door opens without me pressing the use key and if I stay in the trigger box the door keeps opening and closing. heres the properties I have for my brushes: Door: angle -2 classname func_door soundset large_door speed 50 targetname t12 trigger_multiple: (USE_BUTTON) (can't find a check box for FACING) angle 90 classname trigger_multiple spawnflags 1 target t12 wait 2 please help me thanks
giganerd Posted July 25, 2002 Posted July 25, 2002 Your first problem is that you are using a trigger_multiple for a button when you should be using a func_button. If you are using GTKRadiant I suggest you consult your Q3Rad Manual for more specifics. However, if you wish to continue to use the trigger_multiple you will probably need to increase the delay of the trigger becuase I believe the value is in milliseconds. Again, consult your manual for more details, and if you have any more q's just come back here and ask them, that's what this community is for.
MDL_Sas Posted July 26, 2002 Posted July 26, 2002 Your first problem is that you are using a trigger_multiple for a button when you should be using a func_button. Actually he doesn't state that its a button he just refers to it as a switch.. anyways if he does mean button.. there is another solution that I have found that works quite well with func_button's trigger_multiple (Use button checked off) angle 90 use_button button1 target button1 func_button (if you haven't added a button just draw one in..) angle 90 targetname button1 target door1 wait 10
RichDiesal Posted July 26, 2002 Posted July 26, 2002 That configuration would work perfectly in SP, but not in MP, for the simple reason that it's stupid to have a switch-activated door in MP. It's a matter of gameflow... I mean, when you're playing, do you really want to stop playing and run over to hit a switch? I myself don't even HAVE a use key mapped in MP. It's just silly.
MDL_Sas Posted July 27, 2002 Posted July 27, 2002 I was making a security door for a clan council room and for me worked perfectly to hide the switch for people wanting to be able to use the viewing rooms to watch people fight without worrying about getting raped from some out of control saberer
F1yingF1sh Posted August 1, 2002 Author Posted August 1, 2002 Thanks for replying. I the problem was that you can't select FACING and PLAYER_USE in the MP config. To fix this I changed my map to SP and selected PLAYER_USE and FACING then changed it back to MP. The reason I have a switch door is for a jail cell for my Vana City.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.