Title:      	Boss fix for multiple faces
Author:		UsAaR33
E-mail:		usaar33@yahoo.com
Page:		http://www.unreality.org/usaar33


Description:	This allows skinners to make multiple faces for the boss.  At time of writing however, no skin has taken advantage of this.  The only thing special it does right now is allow skins that don't have the skinname5xan and instead 5facename in the UTX to still show the talktexture (so now the brass talktexture will show!)

Skinners:
The following format is to be used for multiple faces:
UTX entries:
yourskin1 (default skin for material 0)
yourskin1t_0 (red team color for material 0)
yourskin1t_1 (blue team color for material 0)
yourskin1t_2 (green team color for material 0)
yourskin1t_3 (yellow team color for material 0)
yourskin2 (default skin for material 1)
yourskin2t_0 (red team color for material 1)
yourskin2t_1 (blue team color for material 1)
yourskin2t_2 (green team color for material 1)
yourskin2t_3 (yellow team color for material 1)
yourskin3 (default skin for material 3)
yourskin3t_0 (red team color for material 3)
yourskin3t_1 (blue team color for material 3)
yourskin3t_2 (green team color for material 3)
yourskin3t_3 (yellow team color for material 3)
yourskin4someface (insert in someface for your own name)
yourskin4somefacet_0 (red team color for someface)
yourskin4somefacet_1 (blue team color for someface)
yourskin4somefacet_2 (green team color for someface)
yourskin4somefacet_3 (yellow team color for someface)
yourskin4anotherface (insert in anotherface for your own name)
yourskin4anotherfacet_0 (red team color for anotherface)
yourskin4anotherfacet_1 (blue team color for anotherface)
yourskin4anotherfacet_2 (green team color for anotherface)
yourskin4anotherfacet_3 (yellow team color for anotherface)
yourskin5someface (talktexture accociated with someface)
yourskin5anotherface (talktexture accociated with anotherface)
(remeber that yourskin has to follow UT's four-letter system)

INT:
[public]
Object=(Name=yourskinpackage.yourskin1,Class=Texture,Description=yourskindescription)
Object=(Name=yourskinpackage.yourskin4someface,Class=Texture,Description=somefacedescription)
Object=(Name=yourskinpackage.yourskin4anotherface,Class=Texture,Description=anotherfacedescription)


Copyrights:
I made this!!!! Feel free to put the .U and .INT files with your skin, post this on your sites, burn it to a CD, etc. as long as this TXT file stays with the accociated .U and .INT files.

