<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://www.fsdeveloper.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=217.255.223.241</id>
	<title>FSDeveloper Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="http://www.fsdeveloper.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=217.255.223.241"/>
	<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php/Special:Contributions/217.255.223.241"/>
	<updated>2026-07-02T05:26:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=XtoMDL&amp;diff=1978</id>
		<title>XtoMDL</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=XtoMDL&amp;diff=1978"/>
		<updated>2006-12-04T11:55:09Z</updated>

		<summary type="html">&lt;p&gt;217.255.223.241: /* XtoMDL.exe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== XtoMDL.exe ==&lt;br /&gt;
&lt;br /&gt;
The new XtoMDL.exe program for FSX is &amp;quot;command line driven,&amp;quot; meaning that there&#039;s no fancy-schmanzy GUI to use... ;)&lt;br /&gt;
&lt;br /&gt;
Did you know that you could create a shortcut on your desktop that would &#039;proxy&#039; commands to another application?(1) Create a shortcut on your desktop, name it something clever like CompileAircraft and enter the following for the &#039;target&#039; (fix up c:\temp to be the appropriate paths to the files):&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K c:\temp\xtomdl.exe /DICT:c:\temp\modeldef.XML&lt;br /&gt;
&lt;br /&gt;
For example, my &amp;quot;target&amp;quot; path is:&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K C:\Autodesk\Max8\FSX_Tools\xtomdl.exe /DICT:C:\Autodesk\Max8\FSX_Tools\modeldef.XML&lt;br /&gt;
&lt;br /&gt;
You can drag and drop onto that shortcut and a new .CMD window will open and stay open so you can see your results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AIRCRAFT MODELS:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As an &amp;quot;improvement&amp;quot; to the above(2), rename the shortcut something like &amp;quot;CompileAircraft&amp;quot; then move the shortcut to your \SendTo folder...&lt;br /&gt;
&lt;br /&gt;
C:\Documents and Settings\User Name\SendTo&lt;br /&gt;
&lt;br /&gt;
...now, in Explorer rightclick on the .x file and select &amp;quot;CompileAircraft&amp;quot; from the popup menu...&lt;br /&gt;
&lt;br /&gt;
NOTE: The chief advantage of the &amp;quot;Send To&amp;quot; method is that you can have the .x file(s) anywhere you like to keep them, and the compiled .mdl will appear in that same location...&lt;br /&gt;
&lt;br /&gt;
PROBLEMS THAT OFTEN HAPPEN:&lt;br /&gt;
&lt;br /&gt;
1. XTOMDL.EXE puts only out MDL-Files with ZERO SIZE -- INTERNATIONAL WINDOWS SETTINGS MUST BE SET TO US UNITS&lt;br /&gt;
&lt;br /&gt;
2. XTOMDL.EXE shows ERROR: NOT CORRECT DIRECTX OR DIRECTX NOT FOUND -- DIRECTX 9.0c Update from October 2006 is needed&lt;br /&gt;
&lt;br /&gt;
3. XTOMDL.EXE dont starts because it needs MICROSOFT FRAMEWORKS 2.0505 -- DOWNLOAD IT DIRECTLY FROM MICROSOFT&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SCENERY MODELS:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Creating scenery requires one additional command line switch: /XMLSAMPLE to be added to mix...&lt;br /&gt;
&lt;br /&gt;
Copy the existing CompileAircraft shortcut you just made, and paste it back in the \SendTo folder. Rename is something clever like - say - CompileScenery, and then edit the Target path and add /XMLSAMPLE to the end, so it looks something like this:&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K C:\Autodesk\Max8\FSX_Tools\xtomdl.exe /DICT:C:\Autodesk\Max8\FSX_Tools\modeldef.XML /XMLSAMPLE&lt;br /&gt;
&lt;br /&gt;
*1) Thanks to John Kane from ACES (MS Developer) for this tip!&lt;br /&gt;
*2) Thanks to Tom Gibson for this tip!&lt;br /&gt;
&lt;br /&gt;
[[category:Aircraft design]]&lt;/div&gt;</summary>
		<author><name>217.255.223.241</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=XtoMDL&amp;diff=1977</id>
		<title>XtoMDL</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=XtoMDL&amp;diff=1977"/>
		<updated>2006-12-04T11:54:41Z</updated>

		<summary type="html">&lt;p&gt;217.255.223.241: /* XtoMDL.exe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== XtoMDL.exe ==&lt;br /&gt;
&lt;br /&gt;
The new XtoMDL.exe program for FSX is &amp;quot;command line driven,&amp;quot; meaning that there&#039;s no fancy-schmanzy GUI to use... ;)&lt;br /&gt;
&lt;br /&gt;
Did you know that you could create a shortcut on your desktop that would &#039;proxy&#039; commands to another application?(1) Create a shortcut on your desktop, name it something clever like CompileAircraft and enter the following for the &#039;target&#039; (fix up c:\temp to be the appropriate paths to the files):&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K c:\temp\xtomdl.exe /DICT:c:\temp\modeldef.XML&lt;br /&gt;
&lt;br /&gt;
For example, my &amp;quot;target&amp;quot; path is:&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K C:\Autodesk\Max8\FSX_Tools\xtomdl.exe /DICT:C:\Autodesk\Max8\FSX_Tools\modeldef.XML&lt;br /&gt;
&lt;br /&gt;
You can drag and drop onto that shortcut and a new .CMD window will open and stay open so you can see your results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AIRCRAFT MODELS:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As an &amp;quot;improvement&amp;quot; to the above(2), rename the shortcut something like &amp;quot;CompileAircraft&amp;quot; then move the shortcut to your \SendTo folder...&lt;br /&gt;
&lt;br /&gt;
C:\Documents and Settings\User Name\SendTo&lt;br /&gt;
&lt;br /&gt;
...now, in Explorer rightclick on the .x file and select &amp;quot;CompileAircraft&amp;quot; from the popup menu...&lt;br /&gt;
&lt;br /&gt;
NOTE: The chief advantage of the &amp;quot;Send To&amp;quot; method is that you can have the .x file(s) anywhere you like to keep them, and the compiled .mdl will appear in that same location...&lt;br /&gt;
&lt;br /&gt;
PROBLEMS THAT OFTEN HAPPEN:&lt;br /&gt;
&lt;br /&gt;
1. XTOMDL.EXE puts only out MDL-Files with ZERO SIZE -- INTERNATIONAL WINDOWS SETTINGS MUST BE SET TO US UNITS&lt;br /&gt;
&lt;br /&gt;
2. XTOMDL.EXE shows ERROR: NOT CORRECT DIRECTX OR DIRECTX NOT FOUND -- DIRECTX 9.0c Update from October 2006 is needed&lt;br /&gt;
&lt;br /&gt;
3. XTOMDL.EXE dont starts because it needs FRAMWORKS 2.0505 -- DOWNLOAD IT DIRECTLY FROM MICROSOFT&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SCENERY MODELS:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Creating scenery requires one additional command line switch: /XMLSAMPLE to be added to mix...&lt;br /&gt;
&lt;br /&gt;
Copy the existing CompileAircraft shortcut you just made, and paste it back in the \SendTo folder. Rename is something clever like - say - CompileScenery, and then edit the Target path and add /XMLSAMPLE to the end, so it looks something like this:&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K C:\Autodesk\Max8\FSX_Tools\xtomdl.exe /DICT:C:\Autodesk\Max8\FSX_Tools\modeldef.XML /XMLSAMPLE&lt;br /&gt;
&lt;br /&gt;
*1) Thanks to John Kane from ACES (MS Developer) for this tip!&lt;br /&gt;
*2) Thanks to Tom Gibson for this tip!&lt;br /&gt;
&lt;br /&gt;
[[category:Aircraft design]]&lt;/div&gt;</summary>
		<author><name>217.255.223.241</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=XtoMDL&amp;diff=1976</id>
		<title>XtoMDL</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=XtoMDL&amp;diff=1976"/>
		<updated>2006-12-04T11:54:11Z</updated>

		<summary type="html">&lt;p&gt;217.255.223.241: /* XtoMDL.exe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== XtoMDL.exe ==&lt;br /&gt;
&lt;br /&gt;
The new XtoMDL.exe program for FSX is &amp;quot;command line driven,&amp;quot; meaning that there&#039;s no fancy-schmanzy GUI to use... ;)&lt;br /&gt;
&lt;br /&gt;
Did you know that you could create a shortcut on your desktop that would &#039;proxy&#039; commands to another application?(1) Create a shortcut on your desktop, name it something clever like CompileAircraft and enter the following for the &#039;target&#039; (fix up c:\temp to be the appropriate paths to the files):&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K c:\temp\xtomdl.exe /DICT:c:\temp\modeldef.XML&lt;br /&gt;
&lt;br /&gt;
For example, my &amp;quot;target&amp;quot; path is:&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K C:\Autodesk\Max8\FSX_Tools\xtomdl.exe /DICT:C:\Autodesk\Max8\FSX_Tools\modeldef.XML&lt;br /&gt;
&lt;br /&gt;
You can drag and drop onto that shortcut and a new .CMD window will open and stay open so you can see your results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AIRCRAFT MODELS:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As an &amp;quot;improvement&amp;quot; to the above(2), rename the shortcut something like &amp;quot;CompileAircraft&amp;quot; then move the shortcut to your \SendTo folder...&lt;br /&gt;
&lt;br /&gt;
C:\Documents and Settings\User Name\SendTo&lt;br /&gt;
&lt;br /&gt;
...now, in Explorer rightclick on the .x file and select &amp;quot;CompileAircraft&amp;quot; from the popup menu...&lt;br /&gt;
&lt;br /&gt;
NOTE: The chief advantage of the &amp;quot;Send To&amp;quot; method is that you can have the .x file(s) anywhere you like to keep them, and the compiled .mdl will appear in that same location...&lt;br /&gt;
&lt;br /&gt;
PROBLEMS THAT OFTEN HAPPEN:&lt;br /&gt;
&lt;br /&gt;
1. XTOMDL.EXE puts only out MDL-Files with ZERO SIZE -- INTERNATIONAL WINDOWS SETTINGS MUST BE SET TO US UNITS&lt;br /&gt;
2. XTOMDL.EXE shows ERROR: NOT CORRECT DIRECTX OR DIRECTX NOT FOUND -- DIRECTX 9.0c Update from October 2006 is needed&lt;br /&gt;
3. XTOMDL.EXE dont starts because it needs FRAMWORKS 2.0505 -- DOWNLOAD IT DIRECTLY FROM MICROSOFT&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SCENERY MODELS:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Creating scenery requires one additional command line switch: /XMLSAMPLE to be added to mix...&lt;br /&gt;
&lt;br /&gt;
Copy the existing CompileAircraft shortcut you just made, and paste it back in the \SendTo folder. Rename is something clever like - say - CompileScenery, and then edit the Target path and add /XMLSAMPLE to the end, so it looks something like this:&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K C:\Autodesk\Max8\FSX_Tools\xtomdl.exe /DICT:C:\Autodesk\Max8\FSX_Tools\modeldef.XML /XMLSAMPLE&lt;br /&gt;
&lt;br /&gt;
*1) Thanks to John Kane from ACES (MS Developer) for this tip!&lt;br /&gt;
*2) Thanks to Tom Gibson for this tip!&lt;br /&gt;
&lt;br /&gt;
[[category:Aircraft design]]&lt;/div&gt;</summary>
		<author><name>217.255.223.241</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=XtoMDL&amp;diff=1975</id>
		<title>XtoMDL</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=XtoMDL&amp;diff=1975"/>
		<updated>2006-12-04T11:51:56Z</updated>

		<summary type="html">&lt;p&gt;217.255.223.241: /* XtoMDL.exe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== XtoMDL.exe ==&lt;br /&gt;
&lt;br /&gt;
The new XtoMDL.exe program for FSX is &amp;quot;command line driven,&amp;quot; meaning that there&#039;s no fancy-schmanzy GUI to use... ;)&lt;br /&gt;
&lt;br /&gt;
Did you know that you could create a shortcut on your desktop that would &#039;proxy&#039; commands to another application?(1) Create a shortcut on your desktop, name it something clever like CompileAircraft and enter the following for the &#039;target&#039; (fix up c:\temp to be the appropriate paths to the files):&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K c:\temp\xtomdl.exe /DICT:c:\temp\modeldef.XML&lt;br /&gt;
&lt;br /&gt;
For example, my &amp;quot;target&amp;quot; path is:&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K C:\Autodesk\Max8\FSX_Tools\xtomdl.exe /DICT:C:\Autodesk\Max8\FSX_Tools\modeldef.XML&lt;br /&gt;
&lt;br /&gt;
You can drag and drop onto that shortcut and a new .CMD window will open and stay open so you can see your results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AIRCRAFT MODELS:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As an &amp;quot;improvement&amp;quot; to the above(2), rename the shortcut something like &amp;quot;CompileAircraft&amp;quot; then move the shortcut to your \SendTo folder...&lt;br /&gt;
&lt;br /&gt;
C:\Documents and Settings\User Name\SendTo&lt;br /&gt;
&lt;br /&gt;
...now, in Explorer rightclick on the .x file and select &amp;quot;CompileAircraft&amp;quot; from the popup menu...&lt;br /&gt;
&lt;br /&gt;
NOTE: The chief advantage of the &amp;quot;Send To&amp;quot; method is that you can have the .x file(s) anywhere you like to keep them, and the compiled .mdl will appear in that same location...&lt;br /&gt;
&lt;br /&gt;
PROBLEMS THAT OFTEN HAPPEN:&lt;br /&gt;
&lt;br /&gt;
1. XTOMDL.EXE puts only out MDL-Files with ZERO SIZE -- INTERNATIONAL WINDOWS SETTINGS MUST BE SET TO US UNITS&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SCENERY MODELS:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Creating scenery requires one additional command line switch: /XMLSAMPLE to be added to mix...&lt;br /&gt;
&lt;br /&gt;
Copy the existing CompileAircraft shortcut you just made, and paste it back in the \SendTo folder. Rename is something clever like - say - CompileScenery, and then edit the Target path and add /XMLSAMPLE to the end, so it looks something like this:&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\cmd.exe /K C:\Autodesk\Max8\FSX_Tools\xtomdl.exe /DICT:C:\Autodesk\Max8\FSX_Tools\modeldef.XML /XMLSAMPLE&lt;br /&gt;
&lt;br /&gt;
*1) Thanks to John Kane from ACES (MS Developer) for this tip!&lt;br /&gt;
*2) Thanks to Tom Gibson for this tip!&lt;br /&gt;
&lt;br /&gt;
[[category:Aircraft design]]&lt;/div&gt;</summary>
		<author><name>217.255.223.241</name></author>
	</entry>
</feed>