View previous topic :: View next topic |
Author |
Message |
Willem
Joined: 23 Jan 2008 Posts: 73
|
Posted: Sun Apr 12, 2009 11:59 am Post subject: Float drift and other stupidness... |
|
|
Is there an understanding in the Quake modeling community that you won't be loading/saving MDL files over and over with any success? I'm struggling to get my model editor to load and save MDL files repeatedly but float drift and precision issues are causing it to eventually end up with the wrong number of vertices and blam, down she goes.
Do people just rebuild MDL files scratch each time they write them out or do editors typically allow you to load and save the native MDL file format repeatedly? _________________ www.wantonhubris.com |
|
Back to top |
|
 |
MauveBib

Joined: 04 Nov 2004 Posts: 602
|
Posted: Sun Apr 12, 2009 5:34 pm Post subject: |
|
|
The mdl format just basically sucks no matter what. _________________ Apathy Now! |
|
Back to top |
|
 |
Urre

Joined: 05 Nov 2004 Posts: 1073 Location: Sweden
|
Posted: Sun Apr 12, 2009 6:35 pm Post subject: |
|
|
I've heard of the problem you describe existing in Quark, but I've never encountered it in QME. Maybe QME does some form of correction between loads and saves, to reduce the effect?
But yes, mdl is best exported to, not used as an editable format. _________________ Look out for Twigboy |
|
Back to top |
|
 |
Spike
Joined: 05 Nov 2004 Posts: 944 Location: UK
|
Posted: Sun Apr 12, 2009 7:09 pm Post subject: |
|
|
QME has separate save/export options, so I think it adds some lump on the end, so should be able to load/save okay.
Other editors which use the basic format will struggle if you move the outer verticies. _________________ What's a signature? |
|
Back to top |
|
 |
Urre

Joined: 05 Nov 2004 Posts: 1073 Location: Sweden
|
Posted: Mon Apr 13, 2009 6:37 pm Post subject: |
|
|
That's true actually, I recall someone saying that earlier, that QME saves extra info at the end of the file, making it slightly larger, but still able to load in Quake, but not lose any precision between saves when editing. It also has an export to Quake model thing in the menu, which gets rid of this extra info, if you want the filesize reduced _________________ Look out for Twigboy |
|
Back to top |
|
 |
FrikaC Site Admin

Joined: 08 Oct 2004 Posts: 947
|
Posted: Mon Apr 13, 2009 6:48 pm Post subject: |
|
|
At one point I was trying to reverse engineer their additional lump of data for Quaded. It also contains the object hierarchy ("joints") and a number of other things.
At another point I was working on an "optimizer" specifically for Dreamcast/GP32 Quake that would go in and look at all the files in a .pak and reduce the memory footprint of them all (downsample wavs, optimize progs.dat, strip QME data off of mdls, attempt to optimize UV maps, decrease texture resolutions on maps, etc, etc) with the goal of making the mod work on < 8mb of ram. That was a neat project, wish I had finished it. |
|
Back to top |
|
 |
|