<?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=Him225</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=Him225"/>
	<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php/Special:Contributions/Him225"/>
	<updated>2026-07-28T10:56:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Sound_Cones_in_FSX&amp;diff=10393</id>
		<title>Sound Cones in FSX</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Sound_Cones_in_FSX&amp;diff=10393"/>
		<updated>2016-08-16T07:41:40Z</updated>

		<summary type="html">&lt;p&gt;Him225: /* OutsideConeAngle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox-Applicable-FSVersion&lt;br /&gt;
| FSXI = false&lt;br /&gt;
| FSXA = true&lt;br /&gt;
| FSX = true&lt;br /&gt;
| FS2004 = false&lt;br /&gt;
| FS2002 = false&lt;br /&gt;
| FS2000 = unknown&lt;br /&gt;
| FS98 = unknown&lt;br /&gt;
}}&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Looking at FSX sound.cfg, there are some new lines of code that control the sound cones:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
InsideConeAngle=90&lt;br /&gt;
OutsideConeAngle=270&lt;br /&gt;
ConePitch=0.000000&lt;br /&gt;
ConeHeading=0.000000&lt;br /&gt;
OutsideConeVolume=9600&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== InsideConeAngle ===&lt;br /&gt;
The size of the inner cone (sound is played at full volume while the listener is inside this angle), range is 0 to 360&lt;br /&gt;
&lt;br /&gt;
=== OutsideConeAngle ===&lt;br /&gt;
The size of the outer cone (the volume is attenuated beginning at the end of the inside cone up to the end of the outside cone), range is 0 to 360 and it needs to be larger than the InsideConeAngle.&lt;br /&gt;
&lt;br /&gt;
=== ConePitch ===&lt;br /&gt;
Pitch (direction up or down) in degrees, of the cone. Range is -180 to 180&lt;br /&gt;
&lt;br /&gt;
=== ConeHeading ===&lt;br /&gt;
The direction the cone is pointing, range is 0 to 360 (might be 1 to 360 – I’ll have to check on that…)&lt;br /&gt;
&lt;br /&gt;
=== OutsideConeVolume ===&lt;br /&gt;
Volume of the sound at the end of the outside cone. This sets the rolloff between the end of inside and end of outside cones. The range is 0 to 10000, which is misleading – a setting below 9000 is impractical in almost all cases. If it’s set to zero, the sound is inaudible almost immediately beyond the range of the inside cone. Getting this setting right requires a lot of experimentation.&lt;br /&gt;
&lt;br /&gt;
= 737 Example =&lt;br /&gt;
Here is how it is set for one of the sound nodes on the 737:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
InsideConeAngle=90&lt;br /&gt;
OutsideConeAngle=270&lt;br /&gt;
ConePitch=0&lt;br /&gt;
ConeHeading=0&lt;br /&gt;
OutsideConeVolume=9000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Basically, this sound is projecting straight forward from the engine. It plays at full volume in a 90 degree cone around the center point, and then attenuates between 90 and 270 degrees. Outside the outer cone, the sound stays at the “9000” volume setting (which translates to “very quiet, but not quite silent”).&lt;br /&gt;
&lt;br /&gt;
[[Image:737_soundcone.jpeg]]&lt;br /&gt;
&lt;br /&gt;
--[[User:Owenhewitt|Owenhewitt]] 16:39, 30 September 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
[[category:Aircraft Design]]&lt;/div&gt;</summary>
		<author><name>Him225</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Sound_Cones_in_FSX&amp;diff=10392</id>
		<title>Sound Cones in FSX</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Sound_Cones_in_FSX&amp;diff=10392"/>
		<updated>2016-08-16T07:34:00Z</updated>

		<summary type="html">&lt;p&gt;Him225: /* OutsideConeVolume */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox-Applicable-FSVersion&lt;br /&gt;
| FSXI = false&lt;br /&gt;
| FSXA = true&lt;br /&gt;
| FSX = true&lt;br /&gt;
| FS2004 = false&lt;br /&gt;
| FS2002 = false&lt;br /&gt;
| FS2000 = unknown&lt;br /&gt;
| FS98 = unknown&lt;br /&gt;
}}&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Looking at FSX sound.cfg, there are some new lines of code that control the sound cones:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
InsideConeAngle=90&lt;br /&gt;
OutsideConeAngle=270&lt;br /&gt;
ConePitch=0.000000&lt;br /&gt;
ConeHeading=0.000000&lt;br /&gt;
OutsideConeVolume=9600&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== InsideConeAngle ===&lt;br /&gt;
The size of the inner cone (sound is played at full volume while the listener is inside this angle), range is 0 to 360&lt;br /&gt;
&lt;br /&gt;
=== OutsideConeAngle ===&lt;br /&gt;
The size of the outer cone (the volume is attenuated between the end of the inside cone and end of the outside cone), range is 0 to 360 and it needs to be larger than the InsideConeAngle.&lt;br /&gt;
&lt;br /&gt;
=== ConePitch ===&lt;br /&gt;
Pitch (direction up or down) in degrees, of the cone. Range is -180 to 180&lt;br /&gt;
&lt;br /&gt;
=== ConeHeading ===&lt;br /&gt;
The direction the cone is pointing, range is 0 to 360 (might be 1 to 360 – I’ll have to check on that…)&lt;br /&gt;
&lt;br /&gt;
=== OutsideConeVolume ===&lt;br /&gt;
Volume of the sound at the end of the outside cone. This sets the rolloff between the end of inside and end of outside cones. The range is 0 to 10000, which is misleading – a setting below 9000 is impractical in almost all cases. If it’s set to zero, the sound is inaudible almost immediately beyond the range of the inside cone. Getting this setting right requires a lot of experimentation.&lt;br /&gt;
&lt;br /&gt;
= 737 Example =&lt;br /&gt;
Here is how it is set for one of the sound nodes on the 737:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
InsideConeAngle=90&lt;br /&gt;
OutsideConeAngle=270&lt;br /&gt;
ConePitch=0&lt;br /&gt;
ConeHeading=0&lt;br /&gt;
OutsideConeVolume=9000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Basically, this sound is projecting straight forward from the engine. It plays at full volume in a 90 degree cone around the center point, and then attenuates between 90 and 270 degrees. Outside the outer cone, the sound stays at the “9000” volume setting (which translates to “very quiet, but not quite silent”).&lt;br /&gt;
&lt;br /&gt;
[[Image:737_soundcone.jpeg]]&lt;br /&gt;
&lt;br /&gt;
--[[User:Owenhewitt|Owenhewitt]] 16:39, 30 September 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
[[category:Aircraft Design]]&lt;/div&gt;</summary>
		<author><name>Him225</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Sound_Cones_in_FSX&amp;diff=10391</id>
		<title>Sound Cones in FSX</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Sound_Cones_in_FSX&amp;diff=10391"/>
		<updated>2016-08-16T07:32:14Z</updated>

		<summary type="html">&lt;p&gt;Him225: /* OutsideConeAngle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox-Applicable-FSVersion&lt;br /&gt;
| FSXI = false&lt;br /&gt;
| FSXA = true&lt;br /&gt;
| FSX = true&lt;br /&gt;
| FS2004 = false&lt;br /&gt;
| FS2002 = false&lt;br /&gt;
| FS2000 = unknown&lt;br /&gt;
| FS98 = unknown&lt;br /&gt;
}}&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Looking at FSX sound.cfg, there are some new lines of code that control the sound cones:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
InsideConeAngle=90&lt;br /&gt;
OutsideConeAngle=270&lt;br /&gt;
ConePitch=0.000000&lt;br /&gt;
ConeHeading=0.000000&lt;br /&gt;
OutsideConeVolume=9600&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== InsideConeAngle ===&lt;br /&gt;
The size of the inner cone (sound is played at full volume while the listener is inside this angle), range is 0 to 360&lt;br /&gt;
&lt;br /&gt;
=== OutsideConeAngle ===&lt;br /&gt;
The size of the outer cone (the volume is attenuated between the end of the inside cone and end of the outside cone), range is 0 to 360 and it needs to be larger than the InsideConeAngle.&lt;br /&gt;
&lt;br /&gt;
=== ConePitch ===&lt;br /&gt;
Pitch (direction up or down) in degrees, of the cone. Range is -180 to 180&lt;br /&gt;
&lt;br /&gt;
=== ConeHeading ===&lt;br /&gt;
The direction the cone is pointing, range is 0 to 360 (might be 1 to 360 – I’ll have to check on that…)&lt;br /&gt;
&lt;br /&gt;
=== OutsideConeVolume ===&lt;br /&gt;
Volume of the sound at the outside cone. This sets the rolloff between the inside and outside cones. The range is 0 to 10000, which is misleading – a setting below 9000 is impractical in almost all cases. If it’s set to zero, the sound is inaudible almost immediately beyond the range of the inside cone. Getting this setting right requires a lot of experimentation.&lt;br /&gt;
&lt;br /&gt;
= 737 Example =&lt;br /&gt;
Here is how it is set for one of the sound nodes on the 737:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
InsideConeAngle=90&lt;br /&gt;
OutsideConeAngle=270&lt;br /&gt;
ConePitch=0&lt;br /&gt;
ConeHeading=0&lt;br /&gt;
OutsideConeVolume=9000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Basically, this sound is projecting straight forward from the engine. It plays at full volume in a 90 degree cone around the center point, and then attenuates between 90 and 270 degrees. Outside the outer cone, the sound stays at the “9000” volume setting (which translates to “very quiet, but not quite silent”).&lt;br /&gt;
&lt;br /&gt;
[[Image:737_soundcone.jpeg]]&lt;br /&gt;
&lt;br /&gt;
--[[User:Owenhewitt|Owenhewitt]] 16:39, 30 September 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
[[category:Aircraft Design]]&lt;/div&gt;</summary>
		<author><name>Him225</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Sound_Cones_in_FSX&amp;diff=10390</id>
		<title>Sound Cones in FSX</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Sound_Cones_in_FSX&amp;diff=10390"/>
		<updated>2016-08-16T07:31:00Z</updated>

		<summary type="html">&lt;p&gt;Him225: /* InsideConeAngle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox-Applicable-FSVersion&lt;br /&gt;
| FSXI = false&lt;br /&gt;
| FSXA = true&lt;br /&gt;
| FSX = true&lt;br /&gt;
| FS2004 = false&lt;br /&gt;
| FS2002 = false&lt;br /&gt;
| FS2000 = unknown&lt;br /&gt;
| FS98 = unknown&lt;br /&gt;
}}&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Looking at FSX sound.cfg, there are some new lines of code that control the sound cones:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
InsideConeAngle=90&lt;br /&gt;
OutsideConeAngle=270&lt;br /&gt;
ConePitch=0.000000&lt;br /&gt;
ConeHeading=0.000000&lt;br /&gt;
OutsideConeVolume=9600&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== InsideConeAngle ===&lt;br /&gt;
The size of the inner cone (sound is played at full volume while the listener is inside this angle), range is 0 to 360&lt;br /&gt;
&lt;br /&gt;
=== OutsideConeAngle ===&lt;br /&gt;
The size of the outer cone (the volume is attenuated between the inside cone and outside cone), range is 0 to 360 and it needs to be larger than the InsideConeAngle.&lt;br /&gt;
&lt;br /&gt;
=== ConePitch ===&lt;br /&gt;
Pitch (direction up or down) in degrees, of the cone. Range is -180 to 180&lt;br /&gt;
&lt;br /&gt;
=== ConeHeading ===&lt;br /&gt;
The direction the cone is pointing, range is 0 to 360 (might be 1 to 360 – I’ll have to check on that…)&lt;br /&gt;
&lt;br /&gt;
=== OutsideConeVolume ===&lt;br /&gt;
Volume of the sound at the outside cone. This sets the rolloff between the inside and outside cones. The range is 0 to 10000, which is misleading – a setting below 9000 is impractical in almost all cases. If it’s set to zero, the sound is inaudible almost immediately beyond the range of the inside cone. Getting this setting right requires a lot of experimentation.&lt;br /&gt;
&lt;br /&gt;
= 737 Example =&lt;br /&gt;
Here is how it is set for one of the sound nodes on the 737:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
InsideConeAngle=90&lt;br /&gt;
OutsideConeAngle=270&lt;br /&gt;
ConePitch=0&lt;br /&gt;
ConeHeading=0&lt;br /&gt;
OutsideConeVolume=9000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Basically, this sound is projecting straight forward from the engine. It plays at full volume in a 90 degree cone around the center point, and then attenuates between 90 and 270 degrees. Outside the outer cone, the sound stays at the “9000” volume setting (which translates to “very quiet, but not quite silent”).&lt;br /&gt;
&lt;br /&gt;
[[Image:737_soundcone.jpeg]]&lt;br /&gt;
&lt;br /&gt;
--[[User:Owenhewitt|Owenhewitt]] 16:39, 30 September 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
[[category:Aircraft Design]]&lt;/div&gt;</summary>
		<author><name>Him225</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Converting_AI_aircraft_to_FSX_with_Model_Converter_X&amp;diff=10004</id>
		<title>Converting AI aircraft to FSX with Model Converter X</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Converting_AI_aircraft_to_FSX_with_Model_Converter_X&amp;diff=10004"/>
		<updated>2015-10-23T05:16:16Z</updated>

		<summary type="html">&lt;p&gt;Him225: /* Bounding box and model radius */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox-Applicable-FSVersion&lt;br /&gt;
| P3D = true&lt;br /&gt;
| FSXA = true&lt;br /&gt;
| FSX = true&lt;br /&gt;
| FS2004 = false&lt;br /&gt;
| FS2002 = false&lt;br /&gt;
| FS2000 = false&lt;br /&gt;
| FS98 = false&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This article gives a short overview of the requirements and information about the conversion process. It is by no means a full blown tutorial and users are encouraged (and required) to do some research on their own if they do not know their way around Model Converter X, the SDK or else.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Most AI aircraft were designed and compiled for FS9. They work fine in FSX, but use the rather inefficient compatibility rendering scheme which prevents their usage in DX10 mode and poses a heavier drain on computer resources. &amp;lt;br&amp;gt;&lt;br /&gt;
The available options to alleviate this problem would be the purchase of a payware AI traffic package containing FSX native models or only flying in DX9 rendering mode or the conversion of AI models with [[ModelConverterX]].&amp;lt;br&amp;gt;&lt;br /&gt;
The first option is nod valid if the user uses self-assembled AI traffic or does not wish to spend any money. The second option is not valid if the user wishes to experience FSX in DX10 mode. This basically only leaves the third option, which is the subject of this article and possesses the following advantages and disadvantages:&lt;br /&gt;
&lt;br /&gt;
=== Advantages ===&lt;br /&gt;
* Does not require any monetary investments.&lt;br /&gt;
* A great way to kill a lot time.&lt;br /&gt;
* Improved framerates at busy airports.&lt;br /&gt;
* AI traffic can be used in DX10 mode.&lt;br /&gt;
* Basic animations are retained.&lt;br /&gt;
* LODs still work.&lt;br /&gt;
* AI traffic will be seen at any add-on airport keeping &amp;quot;Aircraft cast shadows on the ground&amp;quot; ticked.&lt;br /&gt;
&lt;br /&gt;
=== Disadvantages ===&lt;br /&gt;
* Parts with visibility conditions attached to them, e.g. prop disks will be lost in the conversion process. (This is a current ModelConverterX limitation.)&lt;br /&gt;
* Animations will sometimes not play properly in FSX.&lt;br /&gt;
* Lightmaps from repaints made for FS9 are not properly displayed in FSX.&lt;br /&gt;
* Models using custom XML coded animations will lose said animations unless you replace them with a FSX standard animation or some custom code.&lt;br /&gt;
* The MCX export will screw up the bounding and radius boxes within the model file, so they&#039;ll have to be fixed by the user.&lt;br /&gt;
* Conversion of a lot of models is &#039;&#039;&#039;very&#039;&#039;&#039; time intensive. Depending on available spare time and amount of models installed, it will take anywhere from one to two days to several weeks.&lt;br /&gt;
&lt;br /&gt;
The value of a slight gain in performance at big airports versus the incurred disadvantages is left to be decided individually.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Licensing and disclaimer =&lt;br /&gt;
&lt;br /&gt;
Before continuing on, it has to be noted that &#039;&#039;&#039;this is an experimental procedure&#039;&#039;&#039; so no warranty of any kind is given.&amp;lt;br&amp;gt;&lt;br /&gt;
More importantly, converting AI models from other authors may only be done for personal usage (or not at all, depending on how strict the license is interpreted on an individual basis).&amp;lt;br&amp;gt;&lt;br /&gt;
In any case: &#039;&#039;&#039;Do not distribute converted models.&#039;&#039;&#039;&lt;br /&gt;
They are for &#039;&#039;&#039;personal use only&#039;&#039;&#039;!&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Requirements =&lt;br /&gt;
&lt;br /&gt;
*A development release of [http://www.scenerydesign.org/development-releases/ ModelConverterX]&lt;br /&gt;
*An installation of the [http://www.fsdeveloper.com/wiki/index.php?title=SDK_Installation_%28FSX%29 FSX SP2/Acc SDK]&lt;br /&gt;
*A release of [http://www.scenerydesign.org/raditor/ RADItor]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Basics =&lt;br /&gt;
&lt;br /&gt;
Some basic acquaintance with ModelConverterX, especially its animation editor, is required. It is also strongly advised that users export an aircraft model with a name different to the original model (i.e. &#039;&#039;B737-200X&#039;&#039; instead of &#039;&#039;B737-200&#039;&#039;) and adapt the model.cfg file accordingly. This allows a quick reversal to the original model in case the conversation produces an undesirable result in FSX.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== AI Aaardvark ===&lt;br /&gt;
Users wishing to convert their freeware AI traffic may start out with AI Aardvark&#039;s FSX native models, especially those with [http://www.world-of-ai.com/ World Of AI] packages installed.&amp;lt;br&amp;gt;&lt;br /&gt;
The models are available at Avsim or Flightsim in a file called &#039;&#039;aiafsx01.zip&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;The readme and .pdf contained in the download also explain some of the disadvantages mentioned in the last section in a bit more detail, so reading it is highly recommended!&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== Workflow ===&lt;br /&gt;
&lt;br /&gt;
The basic workflow for a conversion is the following:&lt;br /&gt;
&lt;br /&gt;
# Open the model with ModelConverterX&lt;br /&gt;
# Launch MCX&#039; animation editor and replace animations with ones read from the modeldef.xml in the SDK&lt;br /&gt;
# Export model as a FSX native model&lt;br /&gt;
#* (Open model in MCX and check it)&lt;br /&gt;
# Adapt model.cfg (see &amp;quot;Basics&amp;quot; above)&lt;br /&gt;
# Open exported model file with RADItor and assign model radius and bounding box values&lt;br /&gt;
It is of course possible to adapt said workflow to individual needs.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Tips &amp;amp; Hints =&lt;br /&gt;
&lt;br /&gt;
These are some tips and hints to facilitate the conversion process or create a better understanding of disadvantages.&lt;br /&gt;
&lt;br /&gt;
=== Auto-assigning animations upon export ===&lt;br /&gt;
&lt;br /&gt;
ModelConverterX allows auto-assigning animations during export based on animation tag name in the modeldef.xml file. If there&#039;s an animation named &#039;&#039;reverser0&#039;&#039; in MCX, MCX&#039; exporter will look for said animation in the modeldef.xml during export. If an animation named &#039;&#039;reverser0&#039;&#039; is found, the model will be compiled using said animation.&lt;br /&gt;
This can be used to facilitate the compilation of aircraft by creating modeldef.xml entries for the most common animations.&lt;br /&gt;
&lt;br /&gt;
A collection of animation codes for &#039;&#039;&#039;jet aircraft&#039;&#039;&#039; is available [http://www.fsdeveloper.com/forum/threads/fs9-fsx-aircraft-model-conversion-an-experiment.427512/#post-657654 here]. The code can be copied and pasted into the modeldef.xml file &#039;&#039;&#039;above&#039;&#039;&#039; the closing &#039;&#039;&amp;lt;/ModelInfo&amp;gt;&#039;&#039; tag at its end.&amp;lt;br&amp;gt;&lt;br /&gt;
Propeller aircraft require an extra step for the propellers by manually assigning &#039;&#039;prop_blurred&#039;&#039; or &#039;&#039;prop_slow&#039;&#039; animations for the props.&lt;br /&gt;
&lt;br /&gt;
=== Unknown animations ===&lt;br /&gt;
&lt;br /&gt;
Many models come with animations controlled by custom XML code, mostly for slats and flaps. Depending on the laziness of the end user, it is perfectly possible to preserve said animations by writing custom animation code or simply assigning the default animations to the parts in question.&amp;lt;br&amp;gt;&lt;br /&gt;
The animation editor in MCX makes it possible to isolate animations piece by piece by unchecking known ones and moving the animation slider while observing the rendering window. Albeit tedious, it is a perfectly fine method to identify a good part of &#039;unknown&#039; animations.&amp;lt;br&amp;gt;&lt;br /&gt;
It should be kept in kind though, that some animations are dependent on each other to display properly, such as animated flap canoes and flaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an animation can not be idnetified or is deemed redundant or unnecessary, it is possible to discard it from the model by using the &#039;&#039;Fix Animation&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
=== Handling visibility tag incompatibility ===&lt;br /&gt;
&lt;br /&gt;
ModelConverter&#039;s (current) visibility tag incompatibility currently affects the display of ground equipment (if present in the model file) and, more importantly, prop disks and possibly rolling wheels.&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, the only ways to alleviate this drawback are either a full blown export and modification of the model in GMax as described [http://www.fsdeveloper.com/forum/threads/fs9-fsx-aircraft-model-conversion-an-experiment.427512/page-3#post-665407 here] or a simply assigning &#039;&#039;prop_slow&#039;&#039; or &#039;&#039;prop_blurred&#039;&#039; animation tags to the propeller model.&lt;br /&gt;
Same applies to the wheels.&lt;br /&gt;
&lt;br /&gt;
=== Bounding box and model radius ===&lt;br /&gt;
&lt;br /&gt;
Editing the bounding box and model radius of each converted model is &#039;&#039;&#039;mandatory&#039;&#039;&#039;, as MCX does not include realistic values for these upon exporting. Using RADItor, the user can set the values to his/her liking.&amp;lt;br&amp;gt;&lt;br /&gt;
The model radius determines the parking spot usage of a model. If a parking spot with a radius of 20m is used in an AFX (airport layout) file, a model with a radius of 25m will not be assigned to use said spot by FSX. A value of half the wingspan of an aircraft plus 1 or 2m usually works for the radius, but users are encouraged to use values that work best for them.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The bounding box is generally used to determine a &#039;crash into aircraft&#039; event. If crashes are enabled in FSX and an AI aircraft possesses a bounding box of several kilometers length, width and height, the user will receive a &#039;Crash!&#039; event by taxiiing around an airport. It is therefor advisable to set said bounding box to decently realistic values.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;X-values&#039;&#039; are used for the wingspan and can thus be set to half the wingspan each.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Z-values&#039;&#039; constitute the fuselage length. Dependiung on where the original model designer placed the model origin, these values will be, in most cases not entirely symmetrical. For simplicity&#039;s sake, however, it can be assumed that the model origin is present at half the fuselage length and thus, values for half the fuselage length can be used to set the bounding box in this axis.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Y-Values&#039;&#039; determine the height of the bounding box. As the model origin is most likely &#039;&#039;&#039;not&#039;&#039;&#039; located at ground level with landing gear extended, a generic ratio has to be applied for this value. Something along the lines of &#039;one third of the aircraft height&#039; works for the negative y-value while the remaining two thirds can be applied to the positive value. The stance of the aircraft model on the ground is &#039;&#039;&#039;not&#039;&#039;&#039; affected by this as it is entirely determined by the &#039;contact points&#039; in the aircraft.cfg.&amp;lt;br&amp;gt;&lt;br /&gt;
As usual, it is of course possible to use more elaborate methods for defining the bounding box and model radius.&lt;br /&gt;
&lt;br /&gt;
=== Tweaked animations ===&lt;br /&gt;
&lt;br /&gt;
Tweaked animations for the rudder and the nose wheel can be found [http://www.fsdeveloper.com/forum/threads/fs9-fsx-aircraft-model-conversion-an-experiment.427512/page-3#post-662497 here]. It has to be noted that these have to be assigned manually unless the names are edited to enable them for automatic assignment (see &#039;Auto Assigning&#039; above). In the latter case, it has to be made sure that the tweaked animations are not conflicting with the ones present in the collection of auto-assignable animations (by deleting the old ones).&lt;br /&gt;
&lt;br /&gt;
=== Possible night texture fix ===&lt;br /&gt;
&lt;br /&gt;
An untested fix for the overly bright night textures in FSX can possibly be achieved with MCX&#039; material editor. While the .pdf included in AI Aardvark&#039;s model package (mentioned above) shows a fix based on individual repaints, it is very, very time consuming to apply. Setting the &#039;Emissive Properties&#039; in the editor to &#039;&#039;Multiplay Blend&#039;&#039; or &#039;&#039;User Multiply Blend&#039;&#039; might tell FSX to revert back to the lightmap behaviour from FS9.&lt;br /&gt;
Users are encouraged to test this.&lt;br /&gt;
&lt;br /&gt;
=== Full blown model edits in GMax ===&lt;br /&gt;
&lt;br /&gt;
By using ModelConverterX&#039; &#039;export to .3DS&#039; export function, AI models can also be imported into GMax, as outlined for scenery models [http://www.fsdeveloper.com/forum/threads/fs9-fsx-aircraft-model-conversion-an-experiment.427512/page-3#post-665407 here].&amp;lt;br&amp;gt;&lt;br /&gt;
The model will, however, be imported with temporary materials and will be missing all of its mesh smoothing and all of its animations, including keyframes.&amp;lt;br&amp;gt;&lt;br /&gt;
Despite the extra work required, it enables the user to recreate the prop disks and other parts requiring visibility conditions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&lt;br /&gt;
Reference thread:&lt;br /&gt;
http://www.fsdeveloper.com/forum/threads/fs9-fsx-aircraft-model-conversion-an-experiment.427512/&lt;br /&gt;
&lt;br /&gt;
[[category:Living World]]&lt;br /&gt;
[[Category:Aircraft Design]]&lt;/div&gt;</summary>
		<author><name>Him225</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Converting_AI_aircraft_to_FSX_with_Model_Converter_X&amp;diff=10003</id>
		<title>Converting AI aircraft to FSX with Model Converter X</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Converting_AI_aircraft_to_FSX_with_Model_Converter_X&amp;diff=10003"/>
		<updated>2015-10-23T05:15:17Z</updated>

		<summary type="html">&lt;p&gt;Him225: /* Bounding box and model radius */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox-Applicable-FSVersion&lt;br /&gt;
| P3D = true&lt;br /&gt;
| FSXA = true&lt;br /&gt;
| FSX = true&lt;br /&gt;
| FS2004 = false&lt;br /&gt;
| FS2002 = false&lt;br /&gt;
| FS2000 = false&lt;br /&gt;
| FS98 = false&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This article gives a short overview of the requirements and information about the conversion process. It is by no means a full blown tutorial and users are encouraged (and required) to do some research on their own if they do not know their way around Model Converter X, the SDK or else.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Most AI aircraft were designed and compiled for FS9. They work fine in FSX, but use the rather inefficient compatibility rendering scheme which prevents their usage in DX10 mode and poses a heavier drain on computer resources. &amp;lt;br&amp;gt;&lt;br /&gt;
The available options to alleviate this problem would be the purchase of a payware AI traffic package containing FSX native models or only flying in DX9 rendering mode or the conversion of AI models with [[ModelConverterX]].&amp;lt;br&amp;gt;&lt;br /&gt;
The first option is nod valid if the user uses self-assembled AI traffic or does not wish to spend any money. The second option is not valid if the user wishes to experience FSX in DX10 mode. This basically only leaves the third option, which is the subject of this article and possesses the following advantages and disadvantages:&lt;br /&gt;
&lt;br /&gt;
=== Advantages ===&lt;br /&gt;
* Does not require any monetary investments.&lt;br /&gt;
* A great way to kill a lot time.&lt;br /&gt;
* Improved framerates at busy airports.&lt;br /&gt;
* AI traffic can be used in DX10 mode.&lt;br /&gt;
* Basic animations are retained.&lt;br /&gt;
* LODs still work.&lt;br /&gt;
* AI traffic will be seen at any add-on airport keeping &amp;quot;Aircraft cast shadows on the ground&amp;quot; ticked.&lt;br /&gt;
&lt;br /&gt;
=== Disadvantages ===&lt;br /&gt;
* Parts with visibility conditions attached to them, e.g. prop disks will be lost in the conversion process. (This is a current ModelConverterX limitation.)&lt;br /&gt;
* Animations will sometimes not play properly in FSX.&lt;br /&gt;
* Lightmaps from repaints made for FS9 are not properly displayed in FSX.&lt;br /&gt;
* Models using custom XML coded animations will lose said animations unless you replace them with a FSX standard animation or some custom code.&lt;br /&gt;
* The MCX export will screw up the bounding and radius boxes within the model file, so they&#039;ll have to be fixed by the user.&lt;br /&gt;
* Conversion of a lot of models is &#039;&#039;&#039;very&#039;&#039;&#039; time intensive. Depending on available spare time and amount of models installed, it will take anywhere from one to two days to several weeks.&lt;br /&gt;
&lt;br /&gt;
The value of a slight gain in performance at big airports versus the incurred disadvantages is left to be decided individually.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Licensing and disclaimer =&lt;br /&gt;
&lt;br /&gt;
Before continuing on, it has to be noted that &#039;&#039;&#039;this is an experimental procedure&#039;&#039;&#039; so no warranty of any kind is given.&amp;lt;br&amp;gt;&lt;br /&gt;
More importantly, converting AI models from other authors may only be done for personal usage (or not at all, depending on how strict the license is interpreted on an individual basis).&amp;lt;br&amp;gt;&lt;br /&gt;
In any case: &#039;&#039;&#039;Do not distribute converted models.&#039;&#039;&#039;&lt;br /&gt;
They are for &#039;&#039;&#039;personal use only&#039;&#039;&#039;!&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Requirements =&lt;br /&gt;
&lt;br /&gt;
*A development release of [http://www.scenerydesign.org/development-releases/ ModelConverterX]&lt;br /&gt;
*An installation of the [http://www.fsdeveloper.com/wiki/index.php?title=SDK_Installation_%28FSX%29 FSX SP2/Acc SDK]&lt;br /&gt;
*A release of [http://www.scenerydesign.org/raditor/ RADItor]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Basics =&lt;br /&gt;
&lt;br /&gt;
Some basic acquaintance with ModelConverterX, especially its animation editor, is required. It is also strongly advised that users export an aircraft model with a name different to the original model (i.e. &#039;&#039;B737-200X&#039;&#039; instead of &#039;&#039;B737-200&#039;&#039;) and adapt the model.cfg file accordingly. This allows a quick reversal to the original model in case the conversation produces an undesirable result in FSX.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== AI Aaardvark ===&lt;br /&gt;
Users wishing to convert their freeware AI traffic may start out with AI Aardvark&#039;s FSX native models, especially those with [http://www.world-of-ai.com/ World Of AI] packages installed.&amp;lt;br&amp;gt;&lt;br /&gt;
The models are available at Avsim or Flightsim in a file called &#039;&#039;aiafsx01.zip&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;The readme and .pdf contained in the download also explain some of the disadvantages mentioned in the last section in a bit more detail, so reading it is highly recommended!&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== Workflow ===&lt;br /&gt;
&lt;br /&gt;
The basic workflow for a conversion is the following:&lt;br /&gt;
&lt;br /&gt;
# Open the model with ModelConverterX&lt;br /&gt;
# Launch MCX&#039; animation editor and replace animations with ones read from the modeldef.xml in the SDK&lt;br /&gt;
# Export model as a FSX native model&lt;br /&gt;
#* (Open model in MCX and check it)&lt;br /&gt;
# Adapt model.cfg (see &amp;quot;Basics&amp;quot; above)&lt;br /&gt;
# Open exported model file with RADItor and assign model radius and bounding box values&lt;br /&gt;
It is of course possible to adapt said workflow to individual needs.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Tips &amp;amp; Hints =&lt;br /&gt;
&lt;br /&gt;
These are some tips and hints to facilitate the conversion process or create a better understanding of disadvantages.&lt;br /&gt;
&lt;br /&gt;
=== Auto-assigning animations upon export ===&lt;br /&gt;
&lt;br /&gt;
ModelConverterX allows auto-assigning animations during export based on animation tag name in the modeldef.xml file. If there&#039;s an animation named &#039;&#039;reverser0&#039;&#039; in MCX, MCX&#039; exporter will look for said animation in the modeldef.xml during export. If an animation named &#039;&#039;reverser0&#039;&#039; is found, the model will be compiled using said animation.&lt;br /&gt;
This can be used to facilitate the compilation of aircraft by creating modeldef.xml entries for the most common animations.&lt;br /&gt;
&lt;br /&gt;
A collection of animation codes for &#039;&#039;&#039;jet aircraft&#039;&#039;&#039; is available [http://www.fsdeveloper.com/forum/threads/fs9-fsx-aircraft-model-conversion-an-experiment.427512/#post-657654 here]. The code can be copied and pasted into the modeldef.xml file &#039;&#039;&#039;above&#039;&#039;&#039; the closing &#039;&#039;&amp;lt;/ModelInfo&amp;gt;&#039;&#039; tag at its end.&amp;lt;br&amp;gt;&lt;br /&gt;
Propeller aircraft require an extra step for the propellers by manually assigning &#039;&#039;prop_blurred&#039;&#039; or &#039;&#039;prop_slow&#039;&#039; animations for the props.&lt;br /&gt;
&lt;br /&gt;
=== Unknown animations ===&lt;br /&gt;
&lt;br /&gt;
Many models come with animations controlled by custom XML code, mostly for slats and flaps. Depending on the laziness of the end user, it is perfectly possible to preserve said animations by writing custom animation code or simply assigning the default animations to the parts in question.&amp;lt;br&amp;gt;&lt;br /&gt;
The animation editor in MCX makes it possible to isolate animations piece by piece by unchecking known ones and moving the animation slider while observing the rendering window. Albeit tedious, it is a perfectly fine method to identify a good part of &#039;unknown&#039; animations.&amp;lt;br&amp;gt;&lt;br /&gt;
It should be kept in kind though, that some animations are dependent on each other to display properly, such as animated flap canoes and flaps.&amp;lt;br&amp;gt;&lt;br /&gt;
If an animation can not be idnetified or is deemed redundant or unnecessary, it is possible to discard it from the model by using the &#039;&#039;Fix Animation&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
=== Handling visibility tag incompatibility ===&lt;br /&gt;
&lt;br /&gt;
ModelConverter&#039;s (current) visibility tag incompatibility currently affects the display of ground equipment (if present in the model file) and, more importantly, prop disks and possibly rolling wheels.&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, the only ways to alleviate this drawback are either a full blown export and modification of the model in GMax as described [http://www.fsdeveloper.com/forum/threads/fs9-fsx-aircraft-model-conversion-an-experiment.427512/page-3#post-665407 here] or a simply assigning &#039;&#039;prop_slow&#039;&#039; or &#039;&#039;prop_blurred&#039;&#039; animation tags to the propeller model.&lt;br /&gt;
Same applies to the wheels.&lt;br /&gt;
&lt;br /&gt;
=== Bounding box and model radius ===&lt;br /&gt;
&lt;br /&gt;
Editing the bounding box and model radius of each converted model is &#039;&#039;&#039;mandatory&#039;&#039;&#039;, as MCX does not include realistic values for these upon exporting. Using RADItor, the user can set the values to his/her liking.&amp;lt;br&amp;gt;&lt;br /&gt;
The model radius determines the parking spot usage of a model. If a parking spot with a radius of 20m is used in an AFX (airport layout) file, a model with a radius of 25m will not be assigned to use said spot by FSX. A value of half the wingspan of an aircraft plus 1 or 2m usually works for the radius, but users are encouraged to use values that work best for them.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The bounding box is generally used to determine a &#039;crash into aircraft&#039; event. If crashes are enabled in FSX and an AI aircraft possesses a bounding box of several kilometers length, width and height, the user will receive a &#039;Crash!&#039; event by taxiiing around an airport. It is therefor advisable to set said bounding box to decently realistic values.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;X-values&#039;&#039; are used for the wingspan and can thus be set to half the wingspan each.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Z-values&#039;&#039; cobnstitute the fuselage length. Dependiung on where the original model designer placed the model origin, these values will be, in most cases not entirely symmetrical. For simplicity&#039;s sake, however, it can be assumed that the model origin is present at half the fuselage length and thus, values for half the fuselage length can be used to set the bounding box in this axis.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Y-Values&#039;&#039; determine the height of the bounding box. As the model origin is most likely &#039;&#039;&#039;not&#039;&#039;&#039; located at ground level with landing gear extended, a generic ratio has to be applied for this value. Something along the lines of &#039;one third of the aircraft height&#039; works for the negative z-value while the remaining two thirds can be applied to the positive value. The stance of the aircraft model on the ground is &#039;&#039;&#039;not&#039;&#039;&#039; affected by this as it is entirely determined by the &#039;contact points&#039; in the aircraft.cfg.&amp;lt;br&amp;gt;&lt;br /&gt;
As usual, it is of course possible to use more elaborate methods for defining the bounding box and model radius.&lt;br /&gt;
&lt;br /&gt;
=== Tweaked animations ===&lt;br /&gt;
&lt;br /&gt;
Tweaked animations for the rudder and the nose wheel can be found [http://www.fsdeveloper.com/forum/threads/fs9-fsx-aircraft-model-conversion-an-experiment.427512/page-3#post-662497 here]. It has to be noted that these have to be assigned manually unless the names are edited to enable them for automatic assignment (see &#039;Auto Assigning&#039; above). In the latter case, it has to be made sure that the tweaked animations are not conflicting with the ones present in the collection of auto-assignable animations (by deleting the old ones).&lt;br /&gt;
&lt;br /&gt;
=== Possible night texture fix ===&lt;br /&gt;
&lt;br /&gt;
An untested fix for the overly bright night textures in FSX can possibly be achieved with MCX&#039; material editor. While the .pdf included in AI Aardvark&#039;s model package (mentioned above) shows a fix based on individual repaints, it is very, very time consuming to apply. Setting the &#039;Emissive Properties&#039; in the editor to &#039;&#039;Multiplay Blend&#039;&#039; or &#039;&#039;User Multiply Blend&#039;&#039; might tell FSX to revert back to the lightmap behaviour from FS9.&lt;br /&gt;
Users are encouraged to test this.&lt;br /&gt;
&lt;br /&gt;
=== Full blown model edits in GMax ===&lt;br /&gt;
&lt;br /&gt;
By using ModelConverterX&#039; &#039;export to .3DS&#039; export function, AI models can also be imported into GMax, as outlined for scenery models [http://www.fsdeveloper.com/forum/threads/fs9-fsx-aircraft-model-conversion-an-experiment.427512/page-3#post-665407 here].&amp;lt;br&amp;gt;&lt;br /&gt;
The model will, however, be imported with temporary materials and will be missing all of its mesh smoothing and all of its animations, including keyframes.&amp;lt;br&amp;gt;&lt;br /&gt;
Despite the extra work required, it enables the user to recreate the prop disks and other parts requiring visibility conditions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&lt;br /&gt;
Reference thread:&lt;br /&gt;
http://www.fsdeveloper.com/forum/threads/fs9-fsx-aircraft-model-conversion-an-experiment.427512/&lt;br /&gt;
&lt;br /&gt;
[[category:Living World]]&lt;br /&gt;
[[Category:Aircraft Design]]&lt;/div&gt;</summary>
		<author><name>Him225</name></author>
	</entry>
</feed>