Meshing Question Is it possible?: Orbiter Meshes > Valve .mdl Format?

OrbiterSpore

Clean Furry, of A Dying Breed
Joined
Sep 26, 2010
Messages
269
Reaction score
0
Points
0
Location
<<CLASSIFIED>>
Website
steamcommunity.com
I'm not sure if this has been already asked, but i want to know; is it possible to make Orbiter .msh files into the Valve Model Format .mdl? (The one used in the Source games: HL2, Portal, TF2 and Garry's Mod)

Since AFAIK only Orbiter uses the .msh extension, i suppose there will be the need to convert .msh > .??? format > .mdl format. If that's possible, what converters/programs will be needed?
 

jangofett287

Heat shield 'tester'
Joined
Oct 14, 2010
Messages
1,150
Reaction score
13
Points
53
The model format used in the source engine is a highly complex one that consists not only of .mdl files, but also .vvd, .vtx, .phy, .ani, .vtf and .vmt files. To make these files you will need several .smd files, which are exported from a 3D program with plugins, along with a .qc file, which you must create yourself. A command line tool called studiomdl compiles the .smd files into the files listed above, using the .qc file for the information it needs.

See:
https://developer.valvesoftware.com/wiki/Exporting_a_model
https://developer.valvesoftware.com/wiki/Compiling_a_model
and all the many sub-pages for all the information required.
 
Last edited:

Hlynkacg

Aspiring rocket scientist
Addon Developer
Tutorial Publisher
Donator
Joined
Dec 27, 2010
Messages
1,870
Reaction score
3
Points
0
Location
San Diego
^ what he said.

But as a general rule of thumb you should simply check to see if any of the 3D Editing programs available to you are capable of reading/writing in both formats.
 

Ark

New member
Joined
Jan 31, 2009
Messages
2,200
Reaction score
0
Points
0
A number of years ago, somebody ported the Atlantis model to Gmod, so I guess it's possible.
 
Top