Re: Flag as CP
Posted: Wed Feb 18, 2009 10:01 am
Master_Ben wrote:Why can you only get the nuetral color changed?
'cause the oroginal holo.odf looks like this with the rgb spaces for friendly enemy and nuetral colors too:Sorry if this is hijacking.[GameObjectClass]
ClassLabel = "hologram"
[Properties]
Color = "0 0 0"
NeutralColor = "255 255 255"
FriendlyColor = "30 220 30"
EnemyColor = "240 30 30"
LocalsColor = "240 220 30"
HoloType = "aligned"
//HoloImageGeometry = "com_icon_alliance"
HoloVisibleDistance = 200.0
HoloHeight = 3.5
HoloSize = 2.5
HoloBeamIntensity = 1.0
HoloLightIntensity = 1.0
HoloImageIntensity = 0.5
HoloFlareIntensity = 1.0
HoloLightRadius = 8.0
HoloRotateRate = 0.2
HoloPopRate = 0.01
HoloFlickerRate = 0.01
HoloFlickerAlphaMin = 0.4
HoloFlickerAlphaMax = 0.8
HoloFadeInTime = 2.0
Well, it doesn't have any effect if you change theNeutralColor, FriendlyColor, EnemyColor or LocalsColor.. It does only change when you edit Color...