Hard Light Productions Forums
Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: mr.WHO on January 09, 2009, 03:48:14 pm
-
I wanna create a copy of terran and shivan entries but with diffrend colours, I tried to find a .tbl file for specied modification but I only found a Tech room entry file for species.
Anyone know how to help me?
What number combinations (0,0,0) is for orange and violet?
-
If your talking FRED then look here: http://www.hard-light.net/wiki/index.php/Species_defs.tbl
If your talking in game like the hostile friendly unknown then look here: http://www.hard-light.net/wiki/index.php/Iff_defs.tbl
-
Just treat the colors like you would treat HTML colors... IE.. red, green, blue...
Examples of (http://www.pagetutor.com/common/bgcolors1536.png) color charts (http://geneticvital.files.wordpress.com/2007/12/html_colors.gif)
Just pic a color, convert it from hexadecimal to decimal number one color at a time.. say FF00FF -> FF, 00, FF -> 255, 0, 255 and done
-
Just treat the colors like you would treat HTML colors... IE.. red, green, blue...
Examples of (http://www.pagetutor.com/common/bgcolors1536.png) color charts (http://geneticvital.files.wordpress.com/2007/12/html_colors.gif)
Just pic a color, convert it from hexadecimal to decimal number one color at a time.. say FF00FF -> FF, 00, FF -> 255, 0, 255 and done
Wouldn't it be easier to just open up paint and go into the color chooser?
-
Paint does not display HEX values (unless Vista does it).
-
Both the table files take decimal colors, so I don't see the point of using the hex values.
-
Wouldn't it be easier to just open up paint and go into the color chooser?
Probably.. but last time i suggested that it was apparently too difficult procedure.