• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

difference between .mdl and .mdx?

Status
Not open for further replies.

Kazeon

Hosted Project: EC
Level 34
Joined
Oct 12, 2011
Messages
3,449
guys, I have a plan to start learning about modeling :thumbs_up:
what can I do is just changing model's textures.. :mwahaha:

nah, now I have a simple question, sometimes I confused, to save my model with .mdl or .mdx (I use magos model editor). My question is, what's the difference between them both?

answer
About MDL vs. MDX. MDL is a human-readable format for models, and it is a text format. MDX is binary. You can easily convert between MDL and MDX using tools on the site. As such, there can be two models: one mdl and one mdx, that look exactly the same, but they will be written differently.

The MDL is always a higher file size--it is uncompressed, and suffers several extra bytes in order to be human-readable. MDX is binary and takes up only a certain amount of bytes per field. As such, those two models usually have drastically different file sizes.

Just use the MDX format for your models. The MDL format is useful for some programs--such as Oinkerwinkle's--which require you to input an MDL rather than an MDX. Apart from that, you'll usually just use MDX.
__________________
 
Last edited:
About MDL vs. MDX. MDL is a human-readable format for models, and it is a text format. MDX is binary. You can easily convert between MDL and MDX using tools on the site. As such, there can be two models: one mdl and one mdx, that look exactly the same, but they will be written differently.

The MDL is always a higher file size--it is uncompressed, and suffers several extra bytes in order to be human-readable. MDX is binary and takes up only a certain amount of bytes per field. As such, those two models usually have drastically different file sizes.

Just use the MDX format for your models. The MDL format is useful for some programs--such as Oinkerwinkle's--which require you to input an MDL rather than an MDX. Apart from that, you'll usually just use MDX.
 
Status
Not open for further replies.
Top