
08-27-2005, 09:35 PM
|
|
Era Developer
|
 |
Join Date: Mar 2005
Location: Pennsylvania
Posts: 1,589
|
|
|
It's a code used to create light effects in ganis. You have to open it in a .txt form and enter the sprite index you want to add light effects to.
Those black circles on the sabre that you see are light effects before they are light effects. The white part of the circle is the brightest part and the dark spots are the less light parts. It runs on a channel known as Alpha (the A in R G B A).
The code is COLOREFFECT INDEX COLOR COLOR COLOR ALPHA. The problem is that I don't know the order of the colors. When I was making these ganis, I made it
COLOREFFECT INDEX RED GREEN BLUE ALPHA
, but apparently that's wrong. |
|
|
|