HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Removing Hero glow problem

09-18-2003, 01:21 AM#1
m1zz
Ok, Iv read every tutorial here about removing the glow below heros and the glowing weapon outline ect I have tried the hex editor stuff and also editing the mdl file where I replace the replacable ID with a blank texture or whatever.... but the results are the same instead of glow I get a big black box where the glow used to be so could someone tell me how to fix this? thank you.
09-18-2003, 03:32 AM#2
Allanon[Druid]
Look for something like
Code:
}
	Bitmap {
		Image "",	

And change the Image "" to the path of a blank texture with a blank alpha channel. Create one if needed.
09-18-2003, 07:14 PM#3
m1zz
Yeah... I tried replacing it with a blank texture but then thats how I got the big black box under the hero so that does not seem to be working... any other ideas?