Super Hero Generations *.MBG
-
Arymond
- advanced
- Posts: 54
- Joined: Sun Feb 12, 2012 12:49 am
- Has thanked: 6 times
- Been thanked: 1 time
Super Hero Generations *.MBG
I have been looking looking for a way to convert the models form this game to at lest a un-rigged mesh. if anyone is to help me i have the files uncompressed and with it's textures. No Normal Map because i didn't understand the format of the DDS.
https://www.dropbox.com/s/bikcc9ypc18mq ... K.rar?dl=0
Includes:
The Model File (Uncompressed?). the Diffuse Specular and Alpha Mask Textures. the Model is the Bird Greeed Ankh (Arm) from Kamen Rider OOO.
https://www.dropbox.com/s/bikcc9ypc18mq ... K.rar?dl=0
Includes:
The Model File (Uncompressed?). the Diffuse Specular and Alpha Mask Textures. the Model is the Bird Greeed Ankh (Arm) from Kamen Rider OOO.
- shakotay2
- 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: Super Hero Generations *.MBG
this MBG file is not compressed - the format is just a little bit funny
(After some superfluous C coding I realized that getting a wavefront obj should be possible with hex2obj, too.)
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."
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."
-
Arymond
- advanced
- Posts: 54
- Joined: Sun Feb 12, 2012 12:49 am
- Has thanked: 6 times
- Been thanked: 1 time
Re: Super Hero Generations *.MBG
ooh how did you do that did you write a script for it? i haven't under stood for hex editing works yet for models. hex2obj was just giving me bloated obj files that don't load.
- shakotay2
- 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: Super Hero Generations *.MBG
i did not see how simple the format is:
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."
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."
-
Arymond
- advanced
- Posts: 54
- Joined: Sun Feb 12, 2012 12:49 am
- Has thanked: 6 times
- Been thanked: 1 time
Re: Super Hero Generations *.MBG
hmm interesting Thanks a bundle. I need to figure out how this works... there are other models i want to pop out from this game too.
edit:
Also it seems that the Torn Cloths are missing
They are in the first picture.
i figure out how to find the models but thats it...
er45_01 The White Wizard.
https://www.dropbox.com/s/ot7opi7nwkcb1 ... 1.mbg?dl=0

edit:
Also it seems that the Torn Cloths are missing
They are in the first picture.
i figure out how to find the models but thats it...
er45_01 The White Wizard.
https://www.dropbox.com/s/ot7opi7nwkcb1 ... 1.mbg?dl=0

- shakotay2
- 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: Super Hero Generations *.MBG
well, yes, using hex2obj is more than copying addresses
Here you have to search for the first occurence of the pattern 01 00 00 00 0C to get the vertices start address: 0x59E.
(First submesh?)
Here you have to search for the first occurence of the pattern 01 00 00 00 0C to get the vertices start address: 0x59E.
(First submesh?)
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."
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."
-
Arymond
- advanced
- Posts: 54
- Joined: Sun Feb 12, 2012 12:49 am
- Has thanked: 6 times
- Been thanked: 1 time
Re: Super Hero Generations *.MBG
yeah it should have more meshs: his hands, the chest ring holders, the Belt, cloak, coat tails and his cane.shakotay2 wrote:well, yes, using hex2obj is more than copying addresses![]()
Here you have to search for the first occurence of the pattern 01 00 00 00 0C to get the vertices start address: 0x59E.
(First submesh?)
\Edit: i think i got the wrong address because it seems incomplete in the face. or the wrong face count?
thank you for explaining how it works in a way i understand

