Skinning Problem - only halfway done...
Posted: Tue Jun 24, 2008 1:22 pm
I followed the FAQ tutorial on Simple Hex Editing to have same models with different texture, as you may know my basic soldier is Galactic Marine (Clone Commander), I got the new MSHs working with apparently no problem (only Munging stuff about using normal geometry), but there is one problem... the cape is still using the old texture, I kind of resembles when I replaced the officer skin and the "shiped" model copied the same custom skin, I tried everything, this is the stuff.
Regular Trooper ODF using REP assets
Custom Trooper ODF using HEXed assets
Custom Trooper Cloth ODF using HEXed assets
HEXED assets
All seems to be in the right place, all MSHs call for the glm textures, but I can't get the cape re-textured, I had the same problem with a dropped SIDE mod when I wanted to do the same with ARC Troopers, anyone knows what I could be doing wrong?
Regular Trooper ODF using REP assets
Code: Select all
[GameObjectClass]
ClassParent = "glm_inf_default_rifleman"
[Properties]
GeometryName = "rep_inf_clonecommander"
GeometryLowRes = "rep_inf_clonecommander_low1"
FirstPerson = "GLM\glmunit;rep_1st_clonecommander"
ClothODF = "rep_inf_clonecommander_cape"Code: Select all
[GameObjectClass]
ClassParent = "glm_inf_default_sniper"
[Properties]
GeometryName = "glm_inf_clonecamosnipe"
GeometryLowRes = "glm_inf_clonecamosnipe_low1"
FirstPerson = "GLM\glmunit;rep_1st_clonecommander"
ClothODF = "glm_inf_clonecamosnipe_cape"Code: Select all
[GameObjectClass]
ClassLabel = "cloth"
[Properties]
attachedmesh = "glm_inf_clonecamosnipe"
Code: Select all
glm_1st_clonecamosnipe.msh <------------------------- (to be used later)
glm_1st_clonecamosnipe.msh.option
glm_1st_inf_clonecamosnipe_arms.tga
glm_1st_inf_clonecamosnipe_arms.tga.option
glm_inf_clonecamosnipe.msh
glm_inf_clonecamosnipe.msh.option
glm_inf_clonecamosnipe.tga
glm_inf_clonecamosnipe.tga.option
glm_inf_clonecamosnipe_cape.tga
glm_inf_clonecamosnipe_cape.tga.option
glm_inf_clonecamosnipe_low1.msh
glm_inf_clonecamosnipe_low1.msh.option