HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Removing Team Color Help

09-17-2003, 03:01 AM#1
Allanon[Druid]
Hello,
I'm trying to remove all of the team color from the Priest_V1(TFT). I tried changing all of the Material Filter Modes to None, but that didn't work. I was wondering if someone could explain (step by step preferably) how to remove all team color from a unit. I checked the sticky, and I couldn't find anything besides the "None" on the Filter Mode.

Thanks.
09-17-2003, 06:43 AM#2
jardragon901
1)Open up the mdl

2)look for the material that looks like this
Code:
	}
	Bitmap {
		Image "",
		ReplaceableId 1,


3)delete the "ReplaceableId 1," line

4)Copy the image path from the material above it for example I would replace "Image""," for the sorceress with "Image"units\Human\Sorceress\BloodElfSorceress.blp","

5)change it into an mdx file

any questions?

edit: this also should work for hero glow, just replace the image path to a blank texture with a blank alpha channel.
09-18-2003, 02:58 AM#3
Allanon[Druid]
That worked perfectly. Thanks!