gametechmods

Robot Arena => General Support => Topic started by: 123savethewhales on December 02, 2009, 07:49:21 PM

Title: How to make component transparent?
Post by: 123savethewhales on December 02, 2009, 07:49:21 PM
Topic.

Also, are there ways to modify gmf for transparency with a hex editor?  Or do I need to download some programs and unpack it first before I can change transparency?
Title: Re: How to make component transparent?
Post by: JoeBlo on December 02, 2009, 09:55:03 PM
I have a tutorial for it lol

https://gametechmods.com/forums/index.php/topic,2825.0.html

smartzones.. components makes no difference  ;)
Title: Re: How to make component transparent?
Post by: 123savethewhales on December 02, 2009, 11:32:20 PM
Thanks.  So if I want it to be 50% transparent, do I add .5 to it?

Almost forgot to ask, which decompiler/compiler do I use?
Title: Re: How to make component transparent?
Post by: JoeBlo on December 03, 2009, 12:15:03 AM
any will work ok with components just remember though dummy's wont decompile transparency values so if you set one then decompile it again it will be blank (so you have to keep adding it there every-time you decompile

dummys also will not do wheels for some reason ?

the transparency number is a percentage in decimal form for how much you want transparent

1 = 100%
0.5 = 50% (so you would be correct)

hope that helps  :bigsmile: