UVB for the body part :(

Post questions about game models here, or help out others!
Post Reply
moonpaladin
veteran
Posts: 142
Joined: Tue Mar 05, 2019 6:24 am
Has thanked: 42 times
Been thanked: 5 times

UVB for the body part :(

Post by moonpaladin » Sun Mar 07, 2021 8:14 pm

Hello, to everyone, maybe someone could help me with this problem, I'm trying to get the start of the UVB corresponding of the body part, the head is in 709B and the body should start in any part past that UVB of the head. There is another texture block but that correspond to the lod model, and I'm not interesting in it because is really low poly model. I will post the model/texture and my current values on the hex2obj, I really want this working because I have been trying for a while. Thanks

https://www.mediafire.com/file/8m1sh288 ... dy.bm/file

https://www.mediafire.com/view/5yikpsv3 ... y.png/file
values.png
You do not have the required permissions to view the files attached to this post.

User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 3461
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 955 times
Been thanked: 1876 times

Re: UVB for the body part :(

Post by shakotay2 » Sun Mar 07, 2021 11:25 pm

well, pointing you to 0x13A4C which I thought being the start of the bodies uv data was wrong, my bad.
moonpaladin wrote:
Sun Mar 07, 2021 8:14 pm
the head is in 709B and the body should start in any part past that UVB of the head. There is another texture block but that correspond to the lod model,
You have the solution, more or less, it's totally simple, maybe you'll find out for yourself how to calculate the suiting one.
Just use the end address of the head's uv block +1.
.
body-uvs.png
You do not have the required permissions to view the files attached to this post.
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."

moonpaladin
veteran
Posts: 142
Joined: Tue Mar 05, 2019 6:24 am
Has thanked: 42 times
Been thanked: 5 times

Re: UVB for the body part :(

Post by moonpaladin » Sun Mar 07, 2021 11:47 pm

shakotay2 wrote:
Sun Mar 07, 2021 11:25 pm
well, pointing you to 0x13A4C which I thought being the start of the bodies uv data was wrong, my bad.
moonpaladin wrote:
Sun Mar 07, 2021 8:14 pm
the head is in 709B and the body should start in any part past that UVB of the head. There is another texture block but that correspond to the lod model,
You have the solution, more or less, it's totally simple, maybe you'll find out for yourself how to calculate the suiting one.
Just use the end address of the head's uv block +1.
.
body-uvs.png
Shakotay, Best as always, thanks :) [bruce]

User avatar
DKDave
mega-veteran
mega-veteran
Posts: 304
Joined: Mon May 06, 2019 6:07 pm
Location: On board the USS Callister
Has thanked: 6 times
Been thanked: 136 times

Re: UVB for the body part :(

Post by DKDave » Mon Mar 08, 2021 12:54 am

I've done a quick Noesis script to display the whole model. No guarantee it'll work for other files (it might!), and I haven't got textures to test.

Image
You do not have the required permissions to view the files attached to this post.
There are worlds beyond this one, worlds as we've never seen, nor can we. Our eyes do not open far enough. Try it. Try holding your eyes open.

moonpaladin
veteran
Posts: 142
Joined: Tue Mar 05, 2019 6:24 am
Has thanked: 42 times
Been thanked: 5 times

Re: UVB for the body part :(

Post by moonpaladin » Mon Mar 08, 2021 2:39 am

DKDave wrote:
Mon Mar 08, 2021 12:54 am
I've done a quick Noesis script to display the whole model. No guarantee it'll work for other files (it might!), and I haven't got textures to test.

Image
Thanks! Gonna check it !

Post Reply