Page 1 of 1

Black Skins Ingame [Solved]

Posted: Fri Oct 31, 2008 4:00 pm
by Null_1138
I've got the engineer and officer ingame, but they're black (I do have custom skins for them):

ImageImageImageImage

Here's their odf:
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "imp_inf_default_engineer"


[Properties]

GeometryName = "imp_inf_atstpilot"
GeometryLowRes = "imp_inf_atstpilot_low1"
FirstPerson = "IMP\imppilot;imp_1st_pilot"[/code][code][GameObjectClass]
ClassParent = "imp_inf_default_officer"

[Properties]

GeometryName = "imp_inf_officer"
GeometryLowRes = "imp_inf_officer_low1"
//FirstPerson = "IMP\impoff;imp_1st_officer"
FirstPerson = "IMP\imppilot;imp_1st_pilot"[/code]
I've saved my custom skins as the corresponding odf title, but that ^black^ happens. Anyone know how to fix this? Do I need to post lua's or something too? Thanks.

Re: Black Skins Ingame

Posted: Fri Oct 31, 2008 4:05 pm
by RED51
Did you get any errors after the munge was finished? Also, you don't name the skin after the odf, you name it after the msh file.

Re: Black Skins Ingame

Posted: Fri Oct 31, 2008 4:17 pm
by Null_1138
Oh no, I meant to say msh.

Here are the actual names: "imp_inf_atstpilot.tga" "imp_inf_officer.tga"

And I don't remember there being any errors... But I'll remunge, which should do nothing.

Re: Black Skins Ingame

Posted: Fri Oct 31, 2008 4:19 pm
by Maveritchell
If you'd looked inside the .msh file, you would see that the .tga files they call for are really "test_inf_atstpilot.tga" and "test_inf_officer.tga"

Re: Black Skins Ingame

Posted: Fri Oct 31, 2008 4:29 pm
by Null_1138
So... rename "imp_inf_atstpilot.tga" and "imp_inf_officer.tga" to "test_inf_atstpilot.tga" and "test_inf_officer.tga?"

EDIT: OR... go into the msh's, and rename all the "test_inf_"'s to "imp_inf_"'s?

EDIT2: It works, and it was the former. :wink: Thanks Mav and RED.

Re: Black Skins Ingame

Posted: Fri Oct 31, 2008 4:46 pm
by AQT
Either way is acceptable but the first way is easier in my opinion. The second way requires a hex editor.