gametechmods

Robot Arena => General Support => Topic started by: Resetti's Replicas on May 26, 2010, 01:49:31 PM

Title: Recoloring the "grey" components
Post by: Resetti's Replicas on May 26, 2010, 01:49:31 PM
How do I recolor the DSL Bars and discs?  I just need a solid color, I've hear people say that was possible.  I know there was some hexidecimal number I had to change, but for the life of me, I can't figure out where it is in the GMF.  I tried changing all the 6-digit numbers to my desired color but it didn't do anything. 

Can anyone help?
Title: Re: Recoloring the "grey" components
Post by: G.K. on May 26, 2010, 01:50:57 PM
Gimme a moment to look in a DSL bar GMF, I'll get back to you.
Title: Re: Recoloring the "grey" components
Post by: G.K. on May 26, 2010, 01:56:49 PM
DP:

It's one of these, I think, that you change:

      *MATERIAL_AMBIENT   0x969696
      *MATERIAL_DIFFUSE   0x969696
      *MATERIAL_SPECULAR   0xE5E5E5
Title: Re: Recoloring the "grey" components
Post by: Sage on May 26, 2010, 03:43:52 PM
yep, right at the top, in the materials section.

AMBIENT and DIFFUSE is what you want to change. Look on google for hexadecimal codes. remember that when you compile it again, the codes will reverse, so either recompile or just write them in reverse order.