Remove skin color?
Moderator: InsideQC Admins
4 posts
• Page 1 of 1
Remove skin color?
How can i remove the skin color from player model cuz i just need the color on scoreboard player models have skin textures but ingame the color is drawn to model how to deleat it?
I am sorry for my English...
-
Rikku2000 - Posts: 49
- Joined: Wed Oct 20, 2010 6:33 pm
- Location: Germany
Re: Remove skin color?
gl_nocolors 1
or edit the .mdl file and change the texture to not use the palette colors designated for the teamcolors.
or edit the .mdl file and change the texture to not use the palette colors designated for the teamcolors.
- r00k
- Posts: 1110
- Joined: Sat Nov 13, 2004 10:39 pm
Re: Remove skin color?
Thanks but i curently got it it was in "R_TranslatePlayerSkin"
i just comment out this code:
any way thanks.
i just comment out this code:
- Code: Select all
/* top = cl.scores[playernum].colors & 0xf0;
bottom = (cl.scores[playernum].colors &15)<<4;
for (i=0 ; i<16 ; i++) {
if (top < 128) // the artists made some backwards ranges. sigh.
translate[TOP_RANGE+i] = top+i;
else
translate[TOP_RANGE+i] = top+15-i;
if (bottom < 128)
translate[BOTTOM_RANGE+i] = bottom+i;
else
translate[BOTTOM_RANGE+i] = bottom+15-i;
} */
any way thanks.

I am sorry for my English...
-
Rikku2000 - Posts: 49
- Joined: Wed Oct 20, 2010 6:33 pm
- Location: Germany
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest