Author Topic: How to make component transparent?  (Read 1017 times)

Offline 123savethewhales

  • *
  • Posts: 2923
  • Rep: 30
  • Friendship is Magic
  • Awards BOTM Winner
    • View Profile
    • Awards
How to make component transparent?
« 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?

Offline JoeBlo

Re: How to make component transparent?
« Reply #1 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  ;)

Offline 123savethewhales

  • *
  • Posts: 2923
  • Rep: 30
  • Friendship is Magic
  • Awards BOTM Winner
    • View Profile
    • Awards
Re: How to make component transparent?
« Reply #2 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?
« Last Edit: December 02, 2009, 11:53:32 PM by 123savethewhales »

Offline JoeBlo

Re: How to make component transparent?
« Reply #3 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: