HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Why arn't my team colors showing correctly?

01-13-2005, 04:13 PM#1
Yamaha R1
The skin is good; the team colors appear where they should.

But no matter who owns the unit, the team color is RED, instead of automatically changing.

Code:
Textures 2 {
	Bitmap {
		Image "Cape1.blp",
	}
	Bitmap {
		Image "",
		ReplaceableId 1,
	}
}
Materials 1 {
	Material {
		Layer {
			FilterMode Transparent,
			Unshaded,
			Two Sided,
			static TextureID 1,
		}
		Layer {
			FilterMode Blend,
			static TextureID 0,
		}
	}
}
01-13-2005, 05:12 PM#2
Whitehorn
Its not your model, its your game settngs.
01-13-2005, 06:15 PM#3
Windrunner
yeah, its the team toggle thing at the right of the minimap.
01-13-2005, 06:20 PM#4
StealthFox
You need to change your first material to none and delete two sided.
01-13-2005, 07:42 PM#5
Yamaha R1
Ohhhhhhhhhhhh boy......

I am thinking, its not taking color because its an EFFECT attachment... so its always red no matter what unit.

Do unit attachments take the color of the owning unit?

And I spent all that time wondering why.....