few questions
Posted Jun 06, 2011
hi guys
ive started also mapping ago 2 weeks and got few questions
1. when i wanna "kill" textures or something else with a trigger how i can get the killed object back?
2. what must i do when i want to change textures by touching a trigger?
3. how i make the annoying sound from the elevator lower?
4. how to add videos in the elevator
ive started also mapping ago 2 weeks and got few questions
1. when i wanna "kill" textures or something else with a trigger how i can get the killed object back?
2. what must i do when i want to change textures by touching a trigger?
3. how i make the annoying sound from the elevator lower?
4. how to add videos in the elevator
Registered users don’t see ads!
Register now!
Posted Jun 06, 2011
Replied
7 minutes
later
Thecakeisalie1 wrote:
hi guys
ive started also mapping ago 2 weeks and got few questions
1. when i wanna "kill" textures or something else with a trigger how i can get the killed object back?
2. what must i do when i want to change textures by touching a trigger?
3. how i make the annoying sound from the elevator lower?
- If you kill a brush you can't 'unkill' it unless you set it as the template of a point_template and spawn one, then after you kill it you can make the template spawn another one.
- env_texturetoggle or material_modify_control
- If you mean the sound played as the elevator moves you should just leave it alone. It's the same sound every other map uses for it including Valve and no one else has any issue with it as far as I know.
- Using a custom version of video_splitter.nut which has your map in the list. There's another way to do it without scripts if necessary but it's more complicated.
Posted Jun 06, 2011
Replied
4 hours
later
If youre trying to remove a brush and then recreate it, Id suggest using the Disable and Enable inputs on func_frush and derivatives instead.