ok so i read the guide at
http://unreal.epicgames.com/UT2003/tutorials/push/
and i done that and am geting mismatch vearsion on clients that have package installed that wasnt compressed
so i was watching the dvd tut that came with ut2004 and it said something when compileing need to add all the files in new folders example textures system yada yada yada anyways i still had the problem so i tryed copying the .u file i made and had them put it in there system dir cool its now visable cept 2 things
1.body textures not showing up
2. under the settings>player selection the Portrait doesnt show up neather does the 3d model
so heres what my .uc file looks like
class Sasori extends PlayerRecordClass;
defaultproperties
{
Species=class'XGame.SPECIES_Merc'
MeshName="HumanFemaleA.MercFemaleB"
BodySkinName="Sasori.SasoriBody"
FaceSkinName="Sasori.SasoriHead"
Portrait=Material'Sasori.SasoriPortrait'
TextName="XPlayers.Sasori"
Sex="Female"
Menu="SP"
}
and heres how the folders and files look like
Folder Sasori
Folder System
File Sasori.int
File Sasori.upl
Folder Textures
File Sasori.utx
Folder Classes
File Sasori.uc
and then use ucc make to compile it all
so i was wondering if the teamcolors might be one of the issues and if so how in the world do i fix it?
and if am way off base or geting warmer can anyone give me a tip
http://unreal.epicgames.com/UT2003/tutorials/push/
and i done that and am geting mismatch vearsion on clients that have package installed that wasnt compressed
so i was watching the dvd tut that came with ut2004 and it said something when compileing need to add all the files in new folders example textures system yada yada yada anyways i still had the problem so i tryed copying the .u file i made and had them put it in there system dir cool its now visable cept 2 things
1.body textures not showing up
2. under the settings>player selection the Portrait doesnt show up neather does the 3d model
so heres what my .uc file looks like
class Sasori extends PlayerRecordClass;
defaultproperties
{
Species=class'XGame.SPECIES_Merc'
MeshName="HumanFemaleA.MercFemaleB"
BodySkinName="Sasori.SasoriBody"
FaceSkinName="Sasori.SasoriHead"
Portrait=Material'Sasori.SasoriPortrait'
TextName="XPlayers.Sasori"
Sex="Female"
Menu="SP"
}
and heres how the folders and files look like
Folder Sasori
Folder System
File Sasori.int
File Sasori.upl
Folder Textures
File Sasori.utx
Folder Classes
File Sasori.uc
and then use ucc make to compile it all
so i was wondering if the teamcolors might be one of the issues and if so how in the world do i fix it?
and if am way off base or geting warmer can anyone give me a tip