I don't think this small (re-)suggestion needs it's own topic, so I'll post it here.
When playing with Visual Details on High, the outer transparent red laser lines are hardcoded to be red. Their color can't be changed from rules.ini.
lasrbeam.PNG ( 16.9K )
Number of downloads: 0The laser here has the following code (I wanted to make a purple laser):
QUOTE (Codeboxes fail with their huge size, quotes work better)
LaserInnerColor = 255,0,255
LaserOuterColor = 255,0,255
LaserOuterSpread= 20,40,255
LaserDuration = 15 ; 15
As you can see, only the small beam ("InnerColor") is purple. Then there is the small outer line, which is also purple. However, the big lines in the sides, which get drawn only when Visual Details are on High, are always red.
As far as I know the color is changeable in RA2 (at least to the house's color).
This post has been edited by ^Rampastein: Aug 11 2009, 08:02 AM