Ive done this before but i cant remember how.
what is the proper way to make a brush model into a button that triggers a door, ambient 3daudiosource sounds, lights, and turns other brush buttons on so they can be used?
i am sure that this involves setting up a bunch of triggers, doors, and possibly a levelconroller or somthing but i need help.
Thanks,
Fps
button door?
First, make the button brush and convert it into a model in the 'Models' tab.
Then create a trigger entity and attach it to the model (Set Model = *model name* in the properties). Set 'bNoCollide' to true and 'UseKey' to true. Name the trigger something like 'button1' (the name of the trigger is in the field 'szEntityName' - NOT in 'TriggerName').
If you want it to trigger another entity (a door, light etc...), just put the trigger's name in the 'TriggerName' field of the entity. However, you will need to use DynamicLights because normal lights can't be turned off.
Then create a trigger entity and attach it to the model (Set Model = *model name* in the properties). Set 'bNoCollide' to true and 'UseKey' to true. Name the trigger something like 'button1' (the name of the trigger is in the field 'szEntityName' - NOT in 'TriggerName').
If you want it to trigger another entity (a door, light etc...), just put the trigger's name in the 'TriggerName' field of the entity. However, you will need to use DynamicLights because normal lights can't be turned off.
Pain is only psychological.