Wolfenstein Youngblood (.MDL)
-
- Posts: 647
- Joined: Tue Jul 24, 2018 8:52 am
Wolfenstein Youngblood (.MDL)
After exporting the contents the mesh is .md6mesh. I've tried looking into the format but there isn't much on it. I was able to figure out a few things though from looking at the data.
The files are strange but it was able to find some patterns. Seems the characters and objects are padded to 34. The vertex always start after the 00 00 00 3F.
These seem to be the offset of each mesh. It does change here for the hair/eyelashes/eyebrows. The padding is 36.
It still has the 80 3F but there is a gap of 00's before the vertex start i noticed. I did cut each file from the 1st blue set of bytes. Making it so each file starts out at model/xxxx
This is the header now from the cut files
Faces are always in short and start directly after uv's
After much time the model is extractable. I was hoping a script could be made based off the information. Thanks in advance.
md6mesh sample
https://drive.google.com/file/d/1sVKRCB ... sp=sharing
cut sample
https://drive.google.com/file/d/1XXOtVY ... sp=sharing
The files are strange but it was able to find some patterns. Seems the characters and objects are padded to 34. The vertex always start after the 00 00 00 3F.
These seem to be the offset of each mesh. It does change here for the hair/eyelashes/eyebrows. The padding is 36.
It still has the 80 3F but there is a gap of 00's before the vertex start i noticed. I did cut each file from the 1st blue set of bytes. Making it so each file starts out at model/xxxx
This is the header now from the cut files
Faces are always in short and start directly after uv's
After much time the model is extractable. I was hoping a script could be made based off the information. Thanks in advance.
md6mesh sample
https://drive.google.com/file/d/1sVKRCB ... sp=sharing
cut sample
https://drive.google.com/file/d/1XXOtVY ... sp=sharing
-
- Posts: 75
- Joined: Tue May 30, 2017 1:10 am
Re: Wolfenstein Youngblood (.MDL)
I don't have any information about .md6mesh, but I recall you need two files:
.md6mesh
.md6skl
.md6mesh may have some data dependencies stored in .md6skl, so both files need to be read together.
So, you're missing abby.md6skl.
.md6mesh
.md6skl
.md6mesh may have some data dependencies stored in .md6skl, so both files need to be read together.
So, you're missing abby.md6skl.
-
- Posts: 647
- Joined: Tue Jul 24, 2018 8:52 am
Re: Wolfenstein Youngblood (.MDL)
Sorry about that. I found that file. Do you recall how its done ? And yeah idk why i put MDL on the name then md6mesh in the post
-
- Posts: 75
- Joined: Tue May 30, 2017 1:10 am
Re: Wolfenstein Youngblood (.MDL)
I just remember looking at some Wolfenstein New Order files a while ago. The files were named .bmd6model. But it looks like they changed some things since then? I haven't kept up.
-
- Posts: 2
- Joined: Wed Jul 14, 2021 3:43 pm
Re: Wolfenstein Youngblood (.MDL)
I was interested in seeing if I could import that Jager model you extracted in Blender but the download link doesn't seem to work.
Is there anyway you could reupload the extracted model into a working link? Thanks
Is there anyway you could reupload the extracted model into a working link? Thanks
-
- Posts: 647
- Joined: Tue Jul 24, 2018 8:52 am
Re: Wolfenstein Youngblood (.MDL)
I never hosted the assets only the samples.
-
- Posts: 136
- Joined: Mon Nov 23, 2020 6:01 pm
Re: Wolfenstein Youngblood (.MDL)
I did this manually with Noesis a while ago, from your sample, which was the only 1 I had. You might have sorted them all by now
It was a bit of an odd format to try and script properly though - I wasn't sure if your sample was cut from a larger file, or that's how it was extracted from the game itself.
If you do have any other samples + textures, I can have another look at it sometime
It was a bit of an odd format to try and script properly though - I wasn't sure if your sample was cut from a larger file, or that's how it was extracted from the game itself.
If you do have any other samples + textures, I can have another look at it sometime
-
- Posts: 647
- Joined: Tue Jul 24, 2018 8:52 am
Re: Wolfenstein Youngblood (.MDL)
You didnt Ok here is a link to the folder. I got some textures not many. And I cut the mesh data from the OG files. which prob wasnt good but they seem to start out the same each time. Not sure if it will help.
[Samples]
**edit**
OK I have a few more samples now of the original mesh and i left my _CUTS.zip in there just incase. I also included the .anim files someone above mentioned them are for bones not sure if you needed them too.
[Samples]
**edit**
OK I have a few more samples now of the original mesh and i left my _CUTS.zip in there just incase. I also included the .anim files someone above mentioned them are for bones not sure if you needed them too.
-
- Posts: 2
- Joined: Wed Jul 14, 2021 3:43 pm
Re: Wolfenstein Youngblood (.MDL)
DJ Normality wrote:I never hosted the assets only the samples.
That's a bummer, I've been after that model for about 2 years now, tried extracting it myself from the files but no luck.
It was a worth a shot anyway
-
- Posts: 1
- Joined: Wed May 04, 2022 6:18 pm
Re: Wolfenstein Youngblood (.MDL)
Hey author. For what game you create this model?
-
- Posts: 1
- Joined: Thu Jun 02, 2022 9:31 pm
Re: Wolfenstein Youngblood (.MDL)
How to extract textures?