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

Halo 5: Forge Models

Post questions about game models here, or help out others!
Post Reply
User avatar
SpookyMajora
beginner
Posts: 24
Joined: Tue Apr 12, 2016 10:58 pm
Has thanked: 21 times

Halo 5: Forge Models

Post by SpookyMajora »

I was wondering if there was anyone who could help extract the model files from Halo 5: Forge, I know that textures are already extracted, but models have not been.
I've included a sample provided by Revolution for Master Chief's model, I believe the mesh and skeleton info is in the .model or .render_model file, but all model resources have been included just in case.

Sample: https://drive.google.com/open?id=0B7bLa ... URaM3A5TjQ
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4288
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1149 times
Been thanked: 2243 times

Re: Halo 5: Forge Models

Post by shakotay2 »

ugly result (left lower corner of pic) with hex2obj, v024d:
spartan_mchief-render_model.jpg
Looks like a matter of a missing offset in the x and the other in y direction.

edit: well, shit, there's one single line in my code which spoils the model:
if (position>32767) position -= 65536;

Where this line worked for dozens of other model formats before, though.

You'll get the correct model (left upper corner, apart from the scaling) with an updated version of hex2obj (sooner or later).
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?"
User avatar
SpookyMajora
beginner
Posts: 24
Joined: Tue Apr 12, 2016 10:58 pm
Has thanked: 21 times

Re: Halo 5: Forge Models

Post by SpookyMajora »

https://drive.google.com/file/d/0B7bLaO ... l1NGc/view
Here's the files for Locke, if anyone wants to check the stuff on another model.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4288
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1149 times
Been thanked: 2243 times

Re: Halo 5: Forge Models

Post by shakotay2 »

a script would be helpful:
locke.jpg
You do not have the required permissions to view the files attached to this post.
Last edited by shakotay2 on Fri Oct 07, 2016 1:45 am, edited 1 time in total.
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?"
User avatar
SpookyMajora
beginner
Posts: 24
Joined: Tue Apr 12, 2016 10:58 pm
Has thanked: 21 times

Re: Halo 5: Forge Models

Post by SpookyMajora »

shakotay2 wrote:there's too many submeshes (96?), so a script will be required:
locke.jpg
I think most of the meshes are LODs.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4288
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1149 times
Been thanked: 2243 times

Re: Halo 5: Forge Models

Post by shakotay2 »

the funny part:
locke_tongue.jpg
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?"
User avatar
SpookyMajora
beginner
Posts: 24
Joined: Tue Apr 12, 2016 10:58 pm
Has thanked: 21 times

Re: Halo 5: Forge Models

Post by SpookyMajora »

shakotay2 wrote:the funny part:
locke_tongue.jpg
Locke's got a head model that's used in cutscenes, wasn't sure if it was actually in the Forge version.
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: Halo 5: Forge Models

Post by zaramot »

Hey! I'm interested in this, working on making model-import script. Could anyone send me textures for provided samples? Or provide new ones with textures, in order to confirm UV mapping. Thanks a lot in advance!
Making model-import scripts, PM
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: Halo 5: Forge Models

Post by zaramot »

In order to make some teaser and raise motivation to send me more models+textures. I'm posting this pic with Master Chief and Spartan Locke imported from Halo 5 Forge (with all LODs) xD And Locke has nice face mesh under helmet :D

Image
Making model-import scripts, PM
erik945
mega-veteran
mega-veteran
Posts: 257
Joined: Fri Jan 20, 2012 5:43 pm
Has thanked: 49 times
Been thanked: 139 times

Re: Halo 5: Forge Models

Post by erik945 »

did you can upload weapons models?
User avatar
killercracker
advanced
Posts: 56
Joined: Sun Sep 25, 2011 11:31 pm
Has thanked: 6 times
Been thanked: 91 times

Re: Halo 5: Forge Models

Post by killercracker »

zaramot wrote:In order to make some teaser and raise motivation to send me more models+textures. I'm posting this pic with Master Chief and Spartan Locke imported from Halo 5 Forge (with all LODs) xD And Locke has nice face mesh under helmet :D
I have the models but not the textures but I'm sure they use the same as the ones from the online character viewer. Btw how did you scale the vertices? I didn't even bother figuring out the uv's because of this.

https://www.mediafire.com/folder/qzb7t6 ... lo_5_forge
JakeGreen
mega-veteran
mega-veteran
Posts: 164
Joined: Sun Aug 22, 2010 10:14 pm
Has thanked: 40 times
Been thanked: 11 times

Re: Halo 5: Forge Models

Post by JakeGreen »

killercracker wrote:
zaramot wrote:In order to make some teaser and raise motivation to send me more models+textures. I'm posting this pic with Master Chief and Spartan Locke imported from Halo 5 Forge (with all LODs) xD And Locke has nice face mesh under helmet :D
I have the models but not the textures but I'm sure they use the same as the ones from the online character viewer. Btw how did you scale the vertices? I didn't even bother figuring out the uv's because of this.

https://www.mediafire.com/folder/qzb7t6 ... lo_5_forge

Textures are far more higher res than the ones in the online viewer and have chunk files that go along with them.
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: Halo 5: Forge Models

Post by zaramot »

Thanks guys, I have all textures now thanks to SpookyMajora and Alexis. So, no need to bother with uploading them! I will post script as soon I figure out weights.

P.S. JakeGreen is right, from what I saw, textures are twice bigger than in model viewer, they are 2048x2048 for armor, in model viewer if I remember right, only tech suit is in such resolution, armor 1024x1024 right?
Making model-import scripts, PM
erik945
mega-veteran
mega-veteran
Posts: 257
Joined: Fri Jan 20, 2012 5:43 pm
Has thanked: 49 times
Been thanked: 139 times

Re: Halo 5: Forge Models

Post by erik945 »

Thank you!
dravid51
ultra-n00b
Posts: 4
Joined: Thu Jun 11, 2015 2:52 pm
Has thanked: 1 time

Re: Halo 5: Forge Models

Post by dravid51 »

Can anyone upload the models and textures in a format like fbx or obj?
Post Reply