Alright i have no clue if this is the right subject to post this topic but it does have something to do with the zone graphics on tron. My question, is there anyway to make the zone the same size but change the zone color to outline istead of full color
Heres a example
Now the Picture above shows the zone the way i want it is there any commands for it?
Hey spook. There are two ways you can go about this.
1) you can do Alpha_blend 0
- This will make the zones just like you want, but will also put a black background behind the text.
2) Zone_alpha_toggle 1
- This will make only the zones alpha blended, and leave your text normal.
Edit: If you turn alpha_blend to 0, and then zone_alpha_toggle 1, they will cancel out, and you will have alpha_blended text and a regular zone.
"Dream as if you'll live forever,
Live as if you'll die today." -James Dean
I wasn't aware of ZONE_ALPHA_TOGGLE. Yes, you can leave alpha blending enabled (along with dual texture plane) and set that command to 1. But, to correct Ratcher's phrasing, it will disable alpha blending on the zones (not make them alpha blended).
So, you want:
ALPHA_BLEND 1
ZONE_ALPHA_TOGGLE 1
I personally prefer that black behind the text (too difficult to read otherwise), and also dislike the heavy hit to framerate that alpha blending causes, so I always have alpha blending disabled.
You can still disable alpha blending globally and retain the floor grid and vector zone with the following:
But, that's only with a floor.png graphic (textured plane) that matches the look of the dual textured plane (floor_a.png + floor_b.png). That is the case with the default textures, and some moviepacks.
Last edited by Phytotron on Thu Dec 23, 2010 3:03 am, edited 1 time in total.
Ty bro exactly what i was looking for np phy i have asked serveral times in game but nobody knew or they wouldnt answer so i had to make a post about it ty