Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Textures and switch

Page: 1 of 1
 alexx860
11-23-2003, 3:46 PM
#1
Hello again,
I want to make a switch with these textures :
http://alexx860.free.fr/images/switchtex.JPG)

i want to overlap the texture byss_switch and byss_switch_locked and _open but i dont know how do this :confused:

Thx in advance

alexx860 :)
 alexx860
11-25-2003, 5:15 PM
#2
Nobody have the answer to my question :confused:
 WadeV1589
11-25-2003, 6:33 PM
#3
Easiest (non script/shader way) is:

2 func_usables, one start_on, one start_off in the same place in your map. Texture the top of one with the first texture and the top of the other with your second texture.

Give them both the same targetname

Make a button/trigger nearby and set it's target value to the targetname above. When you hit it the two func_usables will toggle giving you the appearance of it turning on/off


trigger_multiple--->func_usable(1)
|
|->func_usable(2)
 alexx860
11-25-2003, 10:12 PM
#4
it work but i want to have the texture byss_switch glow in red when off and glow in green when is on.
 Jedi Luke
11-26-2003, 6:53 AM
#5
I'm guessing you're trying to do this: here (http://richdiesal.jedioutcastmaps.com/tutorials/br201lsn7.html)
Page: 1 of 1