Jump to content

Home

Help with switches in MP


F1yingF1sh

Recommended Posts

Posted

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

Posted

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.

Posted
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

Posted

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? :p I myself don't even HAVE a use key mapped in MP. It's just silly. :)

Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...