Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → newColorEffect question
newColorEffect question
2002-03-24, 7:22 AM #1
I have a IR Goggles cog that has made them into a set of Macrobinoculars, The color is blue, like I want it, but I want to change that blue to a lighter tint. What number do I
need to change? Here's the numbers in the verb as it is right now. Like I said, I want the COLOR to stay Blue; I just want to change the TINT of it.

effectHandle = newColorEffect(0, 0, 0, 0, 0, 1, 0, 0, 0, 1.0)

If anbody has an answer for this, please let me know.
"At an end your rule is, and not short enough it was."
-Yoda to Darth Sidious in Revenge Of The Sith
2002-03-24, 8:05 AM #2
effectHandle = newColorEffect(0, 0, 0, 0, 0, 1, 0, 0, 0, 0.5);

------------------
Success is the inverse relationship between effort, gain, and loss.

JK editing resources.
And when the moment is right, I'm gonna fly a kite.
2002-03-24, 10:40 AM #3
Thanks, GBK! I always wondered if it was the last number. Now I playing around with it. I want to see if I can get it the shade of blue like in Star Wars. Thanks again!
"At an end your rule is, and not short enough it was."
-Yoda to Darth Sidious in Revenge Of The Sith

↑ Up to the top!