Page 1 of 1
Help with Entity
Posted: Mon Aug 11, 2008 6:11 pm
by Mithos
Hello, Ive recently started modding Halo 2 and am very interested in extracting and animating the various models. I have already extracted a bunch using Entity UE, but I've run into a problem; the uv/texture co-ordinents for the models are messed up.
Is there any way to fix the uv's?
I know ADI exports models with uv's intact, but as far as I know, it can't export sbsp's, it also messes up the Scarab model.
Any help or alternatives given are greatly appreciated.
Re: Help with Entity
Posted: Mon Aug 11, 2008 6:53 pm
by DemonicSandwich
Mithos wrote:Hello, Ive recently started modding Halo 2 and am very interested in extracting and animating the various models. I have already extracted a bunch using Entity UE, but I've run into a problem; the uv/texture co-ordinents for the models are messed up.
Is there any way to fix the uv's?
I know ADI exports models with uv's intact, but as far as I know, it can't export sbsp's, it also messes up the Scarab model.
Any help or alternatives given are greatly appreciated.
Entity vertically flips the UV mapping of all models durring injection and extraction.
So either vertically flip the texture or vertically flip the UV mapping to fix it.
Also, some models UV get messed anyway but most are just upside down.
Posted: Mon Aug 11, 2008 7:19 pm
by Mithos
Sweet, thank you very much! One last question, when rendered, the textures appear to be far lighter then they are in the .tif file, any way to fix that?
Posted: Mon Aug 11, 2008 7:59 pm
by DemonicSandwich
Mithos wrote:Sweet, thank you very much! One last question, when rendered, the textures appear to be far lighter then they are in the .tif file, any way to fix that?
If you are using 3Ds max and you are using the default DDS format textures then the render is applying the image's Alpha channel.
When you add a DDS texture to a material, go to the slot its in and change the
"Alpha Source" setting to None.
Labeled in red is the tilling value. Change the
V Tilling shown to -1 and it will vertically flip the bitmaps without editing the bitmap or the UV mapping.

Posted: Mon Aug 11, 2008 8:10 pm
by Mithos
Again, thank you very much, you have been a great help!