Hey so the new sim just released and they don't have any Liveries for the planes. I can create some 1:1 perfect sets but I need a way to import the models into 3ds max or Noesis. Noesis does import them but the UVS are broken. The SDK has a lot of documentation on how it exports the models but the sim compiles the GLTF models and changes the data a bit. I really would just need the 3d vertex and face data + uvs intact if possible.
I added the A320 neo model as an attachment to poke around.
3D Models
MS Flight Sim 2020 GLTF (GLB) 3d models importer (Request)
-
Trophi Hunter
- n00b
- Posts: 13
- Joined: Wed Dec 09, 2015 7:50 am
- Been thanked: 1 time
- 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: MS Flight Sim 2020 GLTF (GLB) 3d models importer (Request)
What does that mean exactly? Looks better than expected:
. (Maybe a swap between half floats and shorts required, or vice versa, dunno, because the code is hidden in a dll.)
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."
- 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: MS Flight Sim 2020 GLTF (GLB) 3d models importer (Request)
So the uvs of the submesh here are half floats - mesh format doesn't look too hard but I usually don't care when solutions already exist.
(Too sad that the code is burried in a dll without source.)
(Too sad that the code is burried in a dll without source.)
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."
-
CosmicDreams
- beginner
- Posts: 38
- Joined: Thu Oct 12, 2017 6:04 pm
- Been thanked: 2 times
-
Trophi Hunter
- n00b
- Posts: 13
- Joined: Wed Dec 09, 2015 7:50 am
- Been thanked: 1 time
Re: MS Flight Sim 2020 GLTF (GLB) 3d models importer (Request)
@CosmicDreams yeah that has to do with the bone rotation being wrong but upon export there is a optimize phase called RichPGeo and that might be the reason the uvs break, again i'm not sure but @shakotay2, plz if you could make a max script or a proper Noesis plugin i'll paypal you $10 
-
CosmicDreams
- beginner
- Posts: 38
- Joined: Thu Oct 12, 2017 6:04 pm
- Been thanked: 2 times
Re: MS Flight Sim 2020 GLTF (GLB) 3d models importer (Request)
UV's are broken even in noesis i think.Trophi Hunter wrote: ↑Mon Aug 24, 2020 3:09 am@CosmicDreams yeah that has to do with the bone rotation being wrong but upon export there is a optimize phase called RichPGeo and that might be the reason the uvs break, again i'm not sure but @shakotay2, plz if you could make a max script or a proper Noesis plugin i'll paypal you $10![]()

