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

Toy Soldiers War Chest .geob, .mshb

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: Toy Soldiers War Chest .geob, .mshb

Post by Acewell »

TextureFinder reads the diffuse pngb textures that i tried as dxt1 with mipmaps and normalmap textures as dxt5 , they are just dds with a custom header.
It looks like the width and height are stored around 0x72 - 0x75 in the custom header.
You can look at the file sizes to get a hint to the image size too.
682kb - 1024x1024
170kb - 512x512



The main thing in the H2O tutorial that stuck with me after reading it the first time was this -
"The face indices are very easy to find since parts of the indices block look like a scrambled alphabet."

using Hex2obj isn't so much about hex editing as it is about pattern recognition,
which is why it is perfect for someone like me with no programming experience.

If you find the pattern then you can see where it starts and you have your addresses.
The rest is just flipping switches until you see numbers or previews that make sense.
To find the vertex patterns in a hex editor i usually adjust the right side column width until the data starts to line up
vertically and you see bytes repeat up and down, this width in bytes would be your FVF size.


I still think the best game format to learn Hex2obj with is the ibuf and vbuf files from Disney Infinity.
Those 2 files contain the types of data you would normally look for in most singular model files.
the ibuf has your face indices and the vbuf has your vertex information like FVF and UV pos values.
There is usually never more than napkin math involved in the whole process.

SWTOR gr2 model files are another easy game format you could practice using Hex2obj with.
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: Toy Soldiers War Chest .geob, .mshb

Post by Acewell »

octaviousrex wrote:I reuploaded the bat with it' textures then pulled out on of the vehicles with textures as well since part of this thread is figuring out how the texture files work and how to open then for study.

http://www.mediafire.com/download/vya2k ... xtures.zip

http://www.mediafire.com/download/d0w5k ... xtures.zip
I made a Noesis plugin to open those pngb textures you uploaded :D
fmt_TSWC_pngb.zip
it supports diffuse and normalmap textures, the specular textures are garbage so don't even bother with those. (:
You do not have the required permissions to view the files attached to this post.
octaviousrex
veteran
Posts: 109
Joined: Mon May 06, 2013 2:58 pm
Location: united states
Has thanked: 119 times
Been thanked: 8 times

Re: Toy Soldiers War Chest .geob, .mshb

Post by octaviousrex »

AceWell wrote:
octaviousrex wrote:I reuploaded the bat with it' textures then pulled out on of the vehicles with textures as well since part of this thread is figuring out how the texture files work and how to open then for study.

http://www.mediafire.com/download/vya2k ... xtures.zip

http://www.mediafire.com/download/d0w5k ... xtures.zip
I made a Noesis plugin to open those pngb textures you uploaded :D
fmt_TSWC_pngb.zip
it supports diffuse and normalmap textures, the specular textures are garbage so don't even bother with those. (:
this is so awesome thank you so much for all the help I greatly appreciate it.
vertigoink
ultra-n00b
Posts: 1
Joined: Sat Jul 16, 2016 10:34 pm

Re: Toy Soldiers War Chest .geob, .mshb

Post by vertigoink »

I'd just really like the Dragon Walker and Blaster Hawk He-Man models to 3d print- I'd totally be willing to throw some donations at anyone who could oblige.
Post Reply