Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Madden 12 Viking's Helmet

Post questions about game models here, or help out others!
Post Reply
deerlybeloved
ultra-n00b
Posts: 6
Joined: Tue Jan 19, 2021 6:08 pm
Has thanked: 5 times
Been thanked: 1 time

Madden 12 Viking's Helmet

Post by deerlybeloved »

With the use of shakotay's hex2obj tool, I've been extracting the models of the mascots found in Madden 12. I've had success with each character up until the last one, that being Viktor the Viking. I've been able to get every submesh except for his helmet. I checked to make sure I had entered the right addresses, but whenever I tried to view the mesh, it would appear as a scrambled mess. Any help would be appreciated. I've attached a file of the helmet, for anyone willing to help. The addresses are 11 for the face indices, and 1B9E for the vertices.
You do not have the required permissions to view the files attached to this post.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4291
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1151 times
Been thanked: 2244 times

Re: Madden 12 Viking's Helmet

Post by shakotay2 »

Not too hard if you know (you do, don't you? :wink: ) that big endian is used:
.
helmet-rsf.png
(uvs were a little bit trickier)
You do not have the required permissions to view the files attached to this post.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
deerlybeloved
ultra-n00b
Posts: 6
Joined: Tue Jan 19, 2021 6:08 pm
Has thanked: 5 times
Been thanked: 1 time

Re: Madden 12 Viking's Helmet

Post by deerlybeloved »

I'm afraid I don't quite understand. I've set hex2obj to use bigE, but this is the resulting mesh I get. Is there something I'm missing?
brokenhelmet.png
You do not have the required permissions to view the files attached to this post.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4291
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1151 times
Been thanked: 2244 times

Re: Madden 12 Viking's Helmet

Post by shakotay2 »

deerlybeloved wrote: Fri Feb 12, 2021 12:30 am I'm afraid I don't quite understand. I've set hex2obj to use bigE, but this is the resulting mesh I get. Is there something I'm missing?
brokenhelmet.png
well, watch the format! Why did you set it to short all (means using short for vertices and uvs)?
In fact it is "HF_UV", means using half float for uvs and float for vertices.

Maybe update your browser's cache (I have the strange feeling that the first picture I uploaded had "WordUV" :cry: ).
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
deerlybeloved
ultra-n00b
Posts: 6
Joined: Tue Jan 19, 2021 6:08 pm
Has thanked: 5 times
Been thanked: 1 time

Re: Madden 12 Viking's Helmet

Post by deerlybeloved »

Ah, my bad! I've been using ShortAll out of habit, since I was used to all the other meshes using it... :oops:
With that, I've finally gotten all the mascot models I've been looking for. I would've been completely lost without your help, so I want to say thank you very much! I mean it! :D
Post Reply