
Query: about sides...
Moderator: Moderators
-
aragorn12712
Query: about sides...
Query: How do you make a side that uses only one model, but a different skin for each guy?


Last edited by aragorn12712 on Tue Sep 18, 2007 5:46 pm, edited 1 time in total.
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Query: about sides...
You have to duplicate the .msh file and hexedit in different texture names for each different skin.
-
aragorn12712
Re: Query: about sides...
So i just have to find where it says the texture name and rename it in the hex editor?


Last edited by aragorn12712 on Tue Sep 18, 2007 5:47 pm, edited 1 time in total.
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Query: about sides...
That's correct. You also need to make sure that your new name has the same number of characters as the old name (once you look around in the editor you'll see why). Note that sometimes there's more than one instance of the .tga name.
-
RepSharpshooter
- Gametoast Staff

- Posts: 1351
- Joined: Tue Jul 10, 2007 4:10 pm
Re: Query: about sides...
Hey can't you just include this in the odf:
This is how the battle droids use the same b1 geometry but have different colors
Code: Select all
OverrideTexture = "cis_inf_battledroid_green"-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
Re: Query: about sides...
Sometimes, yes.
But the .msh has to have been exported in a certain way, for this command to work, and (unfortuanatly) most aren't.
But the .msh has to have been exported in a certain way, for this command to work, and (unfortuanatly) most aren't.
-
aragorn12712
Re: Query: about sides...
Query: So, for example I could change cis_inf_jangofett.tga to mnd_inf_jettroopr.tga?


-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
Re: Query: about sides...
Yes, that would work, same number of characters.aragorn12712 wrote:Query: So, for example I could change cis_inf_jangofett.tga to mnd_inf_jettroopr.tga?
