Version 1.01 -
Changed background
Added Reload + Fix button
New .exe program: DIF Fix
This is basically a program for the previous form of editing.
Export your dif in Constructor with the legacy dif export function, and then run it through this.
Download: www.mediafire.com/download.php?w23z5fmiya0
Readme file:
Quote:DIFFix is a file created with Multimedia Fusion 2,
or MMF2 for short.
Multimedia Fusion 2 stand-alone applications use
an .exe process that is required for them to run.
Some people create malicious programs with MMF2,
and because every MMF2 stand-alone application
uses the same runtime .exe, antivirus programs
may detect DIFFix, as well as every other
Multimedia Fusion 2 application, as a threat.
If you get a warning on DIFFix, it should be
considered a false positive.
However, I cannot guarantee that this program is
totally glitch-free, or that it will work properly
on your system.
This program is intended only for use with
Torque Constructor-legacy-exported DIF files.
-Seizure22
Annoyed by the frequent crashes and errors of map2dif, I decided to check what exactly causes that detail level 0 error.
It turns out it's a simple bit of code at the end of the dif.
First, export your creation with the legacy dif export function in Constructor.
Open it up in a hex editor (I'm using HxD) and scroll down to the bottom.
Find the bit of code with two ÿ's.
Highlight all the numbers after the second ÿ, and replace it with
Code:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
and then save.
Map2dif has failed to convert this...but here it is.