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.
Help with Entity
- DemonicSandwich
- Posts: 1198
- Joined: Sat Sep 30, 2006 6:10 pm
- Location: �
![]() |
![]() |
Re: Help with Entity
Entity vertically flips the UV mapping of all models durring injection and extraction.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.
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.
AIM wrote:Demonic5andwich (6:10:10 PM): structure of a first person weapon animation:
Demonic5andwich (6:10:43 PM): mess, mess, maybe a node?, another header?! wtf!, more mess, tacos, more shit
- DemonicSandwich
- Posts: 1198
- Joined: Sat Sep 30, 2006 6:10 pm
- Location: �
![]() |
![]() |
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.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?
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.

AIM wrote:Demonic5andwich (6:10:10 PM): structure of a first person weapon animation:
Demonic5andwich (6:10:43 PM): mess, mess, maybe a node?, another header?! wtf!, more mess, tacos, more shit