<?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=Wikiadmin</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=Wikiadmin"/>
	<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php/Special:Contributions/Wikiadmin"/>
	<updated>2026-05-04T09:44:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Conditional_Animation_Tool&amp;diff=1980</id>
		<title>Conditional Animation Tool</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Conditional_Animation_Tool&amp;diff=1980"/>
		<updated>2006-12-07T20:24:12Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Version history */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the user manual for the Conditional Animation Tool (CAT) version 1.02. CAT is a tool that allows you to tweak animation made with GMax or FSDS3 by attaching certain conditions to them. For example, this gives you the ability to let the animation start at a certain trigger and not run endlessly.&lt;br /&gt;
&lt;br /&gt;
Please read the rest of the manual as that describes how you can use the interface and gives you more examples of the kind of animation tweaks you can perform. CAT is too complex to skip this nice manual.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
The installation procedure of CAT depends on the version you have downloaded. If you have downloaded one of the installers, then you only need to run that installer and you are ready to go. If you have chosen to download the ZIP file version, you need to unzip the content of the file to a folder of your choice.&lt;br /&gt;
&lt;br /&gt;
If you ever want to uninstall CAT, you can run the uninstall program that is located in your CAT folder. You can also start this uninstaller from the “Add or remove software” section of the control panel. If you used the ZIP file distribution you can just delete the folder you placed the files in.&lt;br /&gt;
&lt;br /&gt;
== Available animation tweaks ==&lt;br /&gt;
&lt;br /&gt;
What kind of tweaks can you apply to your animation with CAT? This section will give an overview of the possibilities. Three kind of conditions can be added, these are:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Animation Condition&#039;&#039;&#039; The animation condition is one big check that determines if the animation should be shown at all or not. This can for example be used to make sure that the animation only shows if the aircraft is within a certain range. When this condition fails the initial static position will be shown.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;When applying an animation condition you have the choice to apply it to the animation directly or to the animation trigger. Applying it to the animation trigger has the advantage that the animation will be untrigged correctly when the condition fails, this causes the reverse animation to show correctly. If you apply the condition to the animation directly, the animation will jump back the static condition right away. But when you want to place mulitple copies of your object, you can not apply the animation condition to the animation trigger as that will cause the total animation to fail, so in that case you need to apply it to the animation itself. An alternative would be to create a new GUID for each copy of the object you want to place, but when placing a lot of copies this is no good option.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Animation Trigger&#039;&#039;&#039; This condition determines when your animation should start. By default the animations run endlessly, but for many animation this is not what you want. When you activate the animation trigger the animation will only start when a certain condition has been fulfilled. After that the animation plays once till the endpoint is reached. The animation will stay at this endpoint, till the trigger condition is no longer valid. In that case the reverse animation is shown once, till the animation is at its initial position again. The possibilities of the animation trigger are almost endless, but you can for example use it to animate a gate when a certain radio frequency is selected or to open your hangar doors when the aircraft comes close.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Secondary Condition&#039;&#039;&#039; The secondary condition allows you to display a different animation depending on a certain condition. This can for example be used show a different gate animation depending on your aircraft type. When the secondary condition fails the animation will show at the initial static position.&lt;br /&gt;
&lt;br /&gt;
These three types of condition can also be combined, you can have all three of them for one object. But if needed you can also use only one of them.&lt;br /&gt;
&lt;br /&gt;
For the animation condition and the animation trigger three types of conditions can be specified. You can check if the value of a variable is between two values, you can check if certain bits of the value of a variable are set and you can check if the aircraft is within a certain bounding box. For the secondary condition only the value of a variable can be checked.&lt;br /&gt;
&lt;br /&gt;
There is one big limitation that you should know when you use the bounding box as condition. The command used to define the bounding box does not depend on the rotation of your object and there is no other command available that does so. This means that the bounding box you define is always facing north, even if you rotate your object when you place it with the XML code. This means that you will have to define the bounding box for the rotation you are going to use the object at.&lt;br /&gt;
&lt;br /&gt;
== Interface ==&lt;br /&gt;
&lt;br /&gt;
This section of the manual explains the interface of CAT, by taking a look at the different elements you will come across. This interface consists of six screens where you can enter options. After going through all these screens your tweaked animation is ready for you. To navigate between the different screens you can use the Previous and Next buttons you will find at the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
[[Image:cat_prevnext.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the screens of the three main features (the animation condition, animation trigger and secondary condition), you will find a checkbox that allows you to enable or disable this feature. When the feature is disabled you will not be able to use the text boxes, buttons, etcetera belonging to this feature. They are grayed out in that case.&lt;br /&gt;
&lt;br /&gt;
[[Image:cat_check.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the screens of the animation condition and the animation trigger you have the choice between checking if a variable is between two values (condition between), checking if a variable matches a certain bitmask (condition mask) or using a bounding box (checking the position of the aircraft). To make this choice you can use the radio buttons.&lt;br /&gt;
&lt;br /&gt;
[[Image:cat_conbox.jpg]]&lt;br /&gt;
&lt;br /&gt;
When you have selected to use any of the two conditions, you will see a box where you need to enter the variable. You can either type in the variable name in the box yourself (don&#039;t forget the h at the end in that case) or you can use the combo box next to the text box to select a variable from the list of predefined ones. Use the arrow button to copy the value to the text box after you have selected it.&lt;br /&gt;
&lt;br /&gt;
[[Image:cat_varsel.jpg]]&lt;br /&gt;
&lt;br /&gt;
After you have selected the variable you also need to enter the minimum and maximum value between which the variable must be for the condition to be fulfilled. Use the minimum and maximum text boxes for these values. If you only want to check for a certain value you need to enter it for both the minimum and maximum. Some values might require an h at the end, like a radio frequency for example. Don&#039;t forget these.  If you have selected the  mask option, you only need to enter one value.&lt;br /&gt;
&lt;br /&gt;
[[Image:cat_minmax.jpg]]&lt;br /&gt;
&lt;br /&gt;
When you have selected a bounding box you will see seven text boxes. These allow you to enter the minimum and maximum values of the box along the three axes. These values must be integers (whole numbers, so without a decimal). The last box allows you to enter the rotation at which you want to use the bounding box, it will then be rotated to this heading. This is to solve the problem with the bounding box not responding to the rotation of your object, as discussed before.&lt;br /&gt;
&lt;br /&gt;
[[Image:cat_box.jpg]]&lt;br /&gt;
&lt;br /&gt;
If you have enabled the secondary condition, you do not only have to enter the variable you want to check, but also the number of secondary animations you want to use. On the file selection screen you will then be asked to select a file for each of these animations.&lt;br /&gt;
&lt;br /&gt;
[[Image:cat_numsec.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the final to last screen, you will be asked to enter the source files CAT should process. When you are not using secondary condition you will see two text boxes, one for the input and one for the output file. You can use the ... button to bring up a Windows file dialog to select your file.&lt;br /&gt;
&lt;br /&gt;
MakeMDL does save two source files of your object, &amp;lt;code&amp;gt;myfile.asm&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;myfile_0.asm&amp;lt;/code&amp;gt;. It is very important that you never select the &amp;lt;code&amp;gt;_0.asm&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
When you select your input file (or the first input file in case you use secondary conditions), the output file will automatically get the same name, but with the suffix of &amp;lt;code&amp;gt;_cat&amp;lt;/code&amp;gt;. So when you file is called &amp;lt;code&amp;gt;hangar.asm&amp;lt;/code&amp;gt; the default output file will be called &amp;lt;code&amp;gt;hangar_cat.asm&amp;lt;/code&amp;gt;. Of course you can overwrite this filename if you wish.&lt;br /&gt;
&lt;br /&gt;
[[Image:cat_filesel.jpg]]&lt;br /&gt;
&lt;br /&gt;
When you are using secondary conditions, you will not only be asked to select a source file. But you will also be asked to enter the minimum and maximum values between which the variable of the secondary condition must be to show the animation of this source file.&lt;br /&gt;
&lt;br /&gt;
[[Image:cat_filesel_sec.jpg]]&lt;br /&gt;
&lt;br /&gt;
If you have selected more than five secondary conditions, the file list will not fit onto the screen at once. You will then see arrow buttons to navigate through the list. The file numbers will be updated while you move.&lt;br /&gt;
&lt;br /&gt;
[[Image:cat_file_updown.jpg]]&lt;br /&gt;
&lt;br /&gt;
Now that you have finished this section you will be familiar with the elements of the interface, but how can you use all this to tweak your animation? The next two sections will give some practical examples.&lt;br /&gt;
&lt;br /&gt;
== Example: Hangar ==&lt;br /&gt;
&lt;br /&gt;
So you have come this far already. The boring parts of the manual about the interface etcetera are now over. Let&#039;s start with a practical example. For this example I will take a hangar and show how you could trigger the animation to open the doors when the aircraft is close enough.&lt;br /&gt;
&lt;br /&gt;
The figure below shows the hangar as I have made it in GMax. This hangar has a grass roof and is located on the airstrip of Drachten in the Netherlands. As you can see there are two doors at the front and I want these to open when the aircraft gets close enough to them.&lt;br /&gt;
&lt;br /&gt;
[[Image:hangar.jpg]]&lt;br /&gt;
&lt;br /&gt;
To get this result the opening animation will be triggered with a bounding box condition. But the first question then is how are the axes of the bounding box located compared to the object? The figure below shows how the different sizes of the bounding box are related to the axes of the object. The width is along the X axis in GMax, the length along the Y axis and the height along the Z axis.&lt;br /&gt;
&lt;br /&gt;
[[Image:hangar_axes.jpg]]&lt;br /&gt;
&lt;br /&gt;
These dimensions are all along the axes as defined in GMax. If you want to rotate your object during the placement, you must enter that heading in the rotation box of the bounding box. As described before, this is because the commands checking the bounding box do not take the rotation of the XML placement into account.&lt;br /&gt;
&lt;br /&gt;
So what could we enter for our bounding box if we want the doors to open while you approach with your aircraft? The figure below shows an example of the trigger that could be used. In this case I enter -20 to 20 for the width, this means that the aircraft must be in a 40 meter width path ahead of the hanger. For the height I entered 0 to 10, which is enough for the small aircraft using this hangar. If you would make this heigh a lot bigger the doors would also open when an aircraft flies over the hangar, which is not what we want of course. The last dimension of the bounding box is the length, here I entered between -50 and -3. This makes sure that the aircraft is at the side of the doors and not at the other side of the hangar. As the middle of the hangar is at 0, the value of -3 means that the doors will close behind you after you have driven into the hangar.&lt;br /&gt;
&lt;br /&gt;
[[Image:example_hangar.jpg]]&lt;br /&gt;
&lt;br /&gt;
And that&#039;s all that is needed to trigger your hangar doors with a bounding box. Depending on the size (and location of the reference point) of your hangar you need to adjust the values of the bounding box of course.&lt;br /&gt;
&lt;br /&gt;
To make your hangar really special you could for example add an animation condition for the time of day, making sure that the doors will only open during the day. Just use your imagination and make something special out of your hangar.&lt;br /&gt;
&lt;br /&gt;
== Example: Gate ==&lt;br /&gt;
&lt;br /&gt;
A bounding box trigger, as discussed in the previous section, is not suitable for each type of animation. Some animations you only want to happen when a certain condition is fulfilled. An example of this can be the docking of a gate to your aircraft. It is not enough that the aircraft is close to the gate, you also want to make sure that it has stopped. Therefore gate animations are often triggered with the NAV2 frequency. This section will show the settings required to do so.&lt;br /&gt;
&lt;br /&gt;
The figure below shows how the animation trigger screen can look when the NAV2 frequency has been set as trigger. First the correct variable is selected, which is the NAV2 frequency in this case. When using a variable as trigger you need to enter the values between which this variable must be true to start the animation. In this case we want to use a frequency of 112.00, which corresponds with a variable value of 1200h (so the first 1 is dropped in the variable). As we only want the animation to start exactly on this frequency, the minimum and maximum values are set the same.&lt;br /&gt;
&lt;br /&gt;
[[Image:example_gate.jpg]]&lt;br /&gt;
&lt;br /&gt;
And that is all that is required to use a variable to trigger your animation. To make your gate better you could add a bounding box as animation condition. This makes sure only the gate your are close to will animate and not all other gates at the entire airport as well.&lt;br /&gt;
&lt;br /&gt;
== Example: Advanced gate ==&lt;br /&gt;
&lt;br /&gt;
There could be one additional feature that you would like to add to your gate. Would it not be very cool if the animation would stop at different heights, depending on the aircraft type used? This section describes how you can do that.&lt;br /&gt;
&lt;br /&gt;
For this selection of different animations, the secondary condition is used. Based on the value of the secondary condition variable different animations are displayed, once the animation is triggered. In this example the altitude above MSL variable is used, as that provides an indication of the altitude of the aircraft being used at the moment.&lt;br /&gt;
&lt;br /&gt;
The figure below shows the secondary condition screen. I have selected the altitude above MSL variable in this case and entered that three different animations will be used.&lt;br /&gt;
&lt;br /&gt;
[[Image:example_gate_adv01.jpg]]&lt;br /&gt;
&lt;br /&gt;
On the next screen where the source files used are specified, you need to enter the values between which the variable of the secondary condition must be for that animation to show. The figure below shows how this can look for our three animations. The first animation is valid between an altitude of 0 and 9 meters, the second between 10 and 19 meter and the last between 20 and 29 meters. These altitudes would be a bit big for a real aircraft, then you would use differences of only 1 or 2 meters, but I think it makes the principle clear.&lt;br /&gt;
&lt;br /&gt;
[[Image:example_gate_adv02.jpg]]&lt;br /&gt;
&lt;br /&gt;
When the secondary condition fails, so in this example if the altitude is more than 30 meter, the animation will show static at the initial conditions.&lt;br /&gt;
&lt;br /&gt;
== Additional resources ==&lt;br /&gt;
&lt;br /&gt;
Do you want to know more about CAT or animations? Then please have a look at the following resources:&lt;br /&gt;
&lt;br /&gt;
Video tutorial for CAT:&lt;br /&gt;
http://www.fsdeveloper.com/forum/showthread.php?t=750&lt;br /&gt;
&lt;br /&gt;
Video tutorial about animating gates:&lt;br /&gt;
http://www.fsdeveloper.com/forum/showthread.php?t=29&lt;br /&gt;
&lt;br /&gt;
== Support ==&lt;br /&gt;
&lt;br /&gt;
If you have questions, comments or suggestions about CAT you can reach me either by [mailto:arno@scenerydesign.org email] or through the forums of the website [http://www.fsdeveloper.com FsDeveloper.com].&lt;br /&gt;
&lt;br /&gt;
== Thanks to ==&lt;br /&gt;
&lt;br /&gt;
The development of CAT from the first beta version till this released version has taken quite some time. And of course this program would not have been there without the help of a lot of people. So I would like the following persons for their help.&lt;br /&gt;
&lt;br /&gt;
* The first step in the development of CAT was actually to discover how animations could be controlled. I can&#039;t remember anymore how I started working on that, but a long time ago this subject was discussed on the AvSim scenery design forum. I discovered then how it could be done and wrote my Frequency Controlled Animation tutorial about it. Thanks to whom ever got me looking into this and of course all the people who gave me feedback about the tutorial.&lt;br /&gt;
* Oliver Minchin, who gave me the idea to use secondary conditions and also encouraged me to write a tool to perform the actions described in my tutorial.&lt;br /&gt;
* Nick Whittome for his constant stream of ideas and suggestions that helped a lot to shape this tool. And of course for all the testing he did, often with still very buggy alpha versions. &lt;br /&gt;
* Dick Ludowise for BGLC_9 that is used to compile the new MDL file.&lt;br /&gt;
* Garfield for allowing me the take a picture of him, which is now used as the logo of CAT.&lt;br /&gt;
* Marco Pipino for the DOSOutputs class I used to compile the MDL file from within CAT.&lt;br /&gt;
* Bill Lyons for the feedback on getting CAT to work with FSDS3.&lt;br /&gt;
* All users who tested the previous beta versions of CAT and gave me feedback to improve the tool even further.&lt;br /&gt;
* And of course all the other people I have forgotten now, who gave me responds and encouraged me to develop this tool.&lt;br /&gt;
&lt;br /&gt;
== Version history ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.02 19/03/2006&#039;&#039;&#039;&lt;br /&gt;
* ASM source files created with FSDS3 now also supported&lt;br /&gt;
* Found problem with animation condition, when multiple copies of the same object are placed. Added a new option to let the user choice where the animation condition applies to.&lt;br /&gt;
* Added new type of condition, instead of checking if a variable is between two values, you can now also use a bitmask.&lt;br /&gt;
* Minor interface tweaks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.01 29/05/2005&#039;&#039;&#039;&lt;br /&gt;
* Bug with animations with more than 10 animation tables solved&lt;br /&gt;
* Tab order of interface improved&lt;br /&gt;
* Animation condition now controls the trigger and not the animation itself&lt;br /&gt;
* New installer&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.00 08/02/2005&#039;&#039;&#039;&lt;br /&gt;
* First non-beta released&lt;br /&gt;
* New manual&lt;br /&gt;
* Fixed remaining problems with windows regional settings&lt;br /&gt;
* Other minor fixes and improvements&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.94 beta 16/11/2004&#039;&#039;&#039;&lt;br /&gt;
* Bounding box added as option for animation condition or animation trigger&lt;br /&gt;
* CAT now works independent of windows regional settings&lt;br /&gt;
* More then one saved configuration possible&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.93 beta 12/10/2004&#039;&#039;&#039;&lt;br /&gt;
* Problems with filenames containing underscores solved&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.92 beta 11/10/2004&#039;&#039;&#039;&lt;br /&gt;
* Fs2002 and Fs2004 functionality split into two program, CAT is now for Fs2004 only&lt;br /&gt;
* Complex linked animations now working correct&lt;br /&gt;
* Option to analyse secondairy condition files for correct number of frames and animations&lt;br /&gt;
* Ability to save and restore settings&lt;br /&gt;
* Increased the maximum amount of secondairy conditions&lt;br /&gt;
* Increased the maximum number of keyframes in an animation from 256 to 1025&lt;br /&gt;
* Store the state in local variables again&lt;br /&gt;
* Compile button working and result of compilation shown in CAT&lt;br /&gt;
* Move all file selection boxes&lt;br /&gt;
* Show file numbers on GUI&lt;br /&gt;
* Multiple animation conditions&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.91 beta 11/09/2004&#039;&#039;&#039;&lt;br /&gt;
* Label naming problems solved&lt;br /&gt;
* SCEN section processing improved&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.90 beta 10/09/2004&#039;&#039;&#039;&lt;br /&gt;
* First version with Fs2004 support&lt;br /&gt;
* Manual not updated yet&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.81 beta 01/09/2004&#039;&#039;&#039;&lt;br /&gt;
* Bug fixed of corrupt code when there are more then 9 animation tables&lt;br /&gt;
* Output file name is now determined from the first input file name automatically&lt;br /&gt;
* Tab order corrected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.80 beta 07/06/2004&#039;&#039;&#039;&lt;br /&gt;
* New user interface&lt;br /&gt;
* Rewritten manual&lt;br /&gt;
* When secondary condition fails the object will show static and not sunken&lt;br /&gt;
* Maximum amount of keyframes increased to 256&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.20 beta 18/09/2003&#039;&#039;&#039;&lt;br /&gt;
* Instead of storing the state in an user variable a local variable is used now&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.18 beta 17/08/2003&#039;&#039;&#039;&lt;br /&gt;
* FIXED: Maximum number of frames in an animation increased from 100 to 200&lt;br /&gt;
* FIXED: Rotation that continued in the static states&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.17 beta 14/08/2003&#039;&#039;&#039;&lt;br /&gt;
* FIXED: BGLC compile error when there is a - in the file name&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.16 beta 14/08/2003&#039;&#039;&#039;&lt;br /&gt;
* FIXED: Two small bugs in the source that caused the animation of longer animations still not to work&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.15 beta 14/08/2003&#039;&#039;&#039;&lt;br /&gt;
* FIXED: Animations longer then 100 frames that jump suddenly&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.14 beta 12/08/2003&#039;&#039;&#039;&lt;br /&gt;
* FIXED: BGLC compile error when the object file and name starts with a number[/list]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.13 beta 12/08/2003&#039;&#039;&#039;&lt;br /&gt;
* FIXED: Reverse animation keyframes are now calculated correct&lt;br /&gt;
* Button added to be able to close the variable chooser screen without selecting anything&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.12 beta 11/08/2003&#039;&#039;&#039;&lt;br /&gt;
* FIXED: Some objects appeared with an offset from their correct position&lt;br /&gt;
* FIXED: User variable list updated, not working variables removed and new added&lt;br /&gt;
* FIXED: Bug resulting in a BGLC error do to use of integer instead of float&lt;br /&gt;
* New way to select variables added, clicking the button next to the text box will give a list of options (please indicate which variables are still missing from that list).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.11 beta 10/08/2003&#039;&#039;&#039;&lt;br /&gt;
* Documentation included&lt;br /&gt;
* FIXED: Source files are now created correct. In the previous version only the \verb|_0.asm| file was created&lt;br /&gt;
* FIXED: Crash when pressing &amp;quot;Create Animation&amp;quot; without entering options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.10 beta 10/08/2003&#039;&#039;&#039;&lt;br /&gt;
* First version available for testing. This version should work correct, but there is no documentation yet. I am going to work on that now. Most options have a tooltip and if you still have others questions you know where to find me I guess.&lt;br /&gt;
&lt;br /&gt;
== Users license ==&lt;br /&gt;
&lt;br /&gt;
(c) 2003-2006 SceneryDesign.org / Arno Gerretsen&lt;br /&gt;
&lt;br /&gt;
This software program is distributed without charge to other scenery designers, redistribution of the original installer file is allowed. You are NOT allowed to sell this software program or ask money for its distribution. But the tweaked scenery objects produced with this software program can be used in commercial scenery projects if you wish.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The copyright and any intellectual property relating to this program remain the property of the author.&lt;br /&gt;
&lt;br /&gt;
The software distributed in this way may represent work in progress, and bears no warranty, either expressed or implied.&lt;br /&gt;
&lt;br /&gt;
[[category:Manuals]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Main_Page&amp;diff=1958</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Main_Page&amp;diff=1958"/>
		<updated>2006-11-24T13:27:30Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:fsdeveloper_logo.jpg]]&lt;br /&gt;
&lt;br /&gt;
= fsdeveloper.com Wiki =&lt;br /&gt;
&lt;br /&gt;
Welcome to the fsdeveloper.com Wiki. In this Wiki you will be able to find the following design related subjects:&lt;br /&gt;
&lt;br /&gt;
* Manuals&lt;br /&gt;
* Tutorials&lt;br /&gt;
* Code Examples&lt;br /&gt;
* Design Examples&lt;br /&gt;
* Glossary&lt;br /&gt;
&lt;br /&gt;
At the moment the manuals cover the tools available at [http://www.fsdeveloper.com fsdeveloper.com] only, but the community is free to add manuals for other tools if they want of course. The tutorials cover different subjects, like GMax, BGLC source code tweaking and many other. Everybody is invited to add his own experiences, tutorials and how-to-do&#039;s. Finally the glossary provides an overview of some of the more technical terms used in scenery design discussions. This should enable new designers to learn the scenery design slang faster. If you find a term is missing, please add it to the glossary.&lt;br /&gt;
&lt;br /&gt;
As you might have guessed from the above, this [http://en.wikipedia.org/wiki/Wiki Wiki] system allows all users to add and edit new content. Therefore this is a great way to share knowledge within a community. You might wonder if the forums do not provide a similar function? I think this Wiki system can really add something, it is a good place to find article on how to do things. While the forums are more suitable for discussions with other designers and problem solving. A lot of people who do not contribute in forum discussions are looking for flight simulation design information, so I hope this Wiki can provide some of that information.&lt;br /&gt;
&lt;br /&gt;
= A few rules for editing =&lt;br /&gt;
&lt;br /&gt;
As discussed above, everybody can edit articles found in a Wiki system and I would certainly encourage people to do so. But to keep the final articles readable for everybody, there are a few rules for the editing of them:&lt;br /&gt;
&lt;br /&gt;
* Only edit an article if you can improve it. So by adding your way of doing things or clarifying information you found unclear. So do not edit it place a little remark or add &amp;quot;I agree&amp;quot; or &amp;quot;Thank you&amp;quot;.&lt;br /&gt;
* Do not start discussions in an article. Of course you can add alternative ways of doing things, but if you want to discuss a subject use the [http://www.fsdeveloper.com/forum forums].&lt;br /&gt;
* Please make sure that the article is still readable after editing it. So it must consists of sentences, written in understandable English.&lt;br /&gt;
* Please add a line to the &amp;quot;Document version information&amp;quot; section that describes you changes and add your signature to it as well&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Main_Page&amp;diff=1957</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Main_Page&amp;diff=1957"/>
		<updated>2006-11-24T13:26:15Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* fsdevelop.com Wiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:fsdeveloper_logo.jpg]]&lt;br /&gt;
&lt;br /&gt;
= FsDeveloper.com Wiki =&lt;br /&gt;
&lt;br /&gt;
Welcome to the fsdeveloper.com Wiki. In this Wiki you will be able to write the following design related subjects:&lt;br /&gt;
&lt;br /&gt;
* Manuals&lt;br /&gt;
* Tutorials&lt;br /&gt;
* Code Examples&lt;br /&gt;
* Design Examples&lt;br /&gt;
&lt;br /&gt;
At the moment the manuals cover the tools available at [http://www.fsdeveloper.com FsDeveloper.com] only, but the community is free to add manuals for other tools if they want of course. The tutorials cover different subjects, like GMax, BGLC source code tweaking and many other. Everybody is invited to add his own experiences, tutorials and how-to-do&#039;s. Finally the glossary provides an overview of some of the more technical terms used in scenery design discussions. This should enable new designers to learn the scenery design slang faster. If you find a term is missing, please add it to the glossary.&lt;br /&gt;
&lt;br /&gt;
As you might have guessed from the above, this [http://en.wikipedia.org/wiki/Wiki Wiki] system allows all users to add and edit new content. Therefore this is a great way to share knowledge within a community. You might wonder if the forums do not provide a similar function? I think this Wiki system can really add something, it is a good place to find article on how to do things. While the forums are more suitable for discussions with other designers and problem solving. A lot of people who do not contribute in forum discussions are looking for flight simulation design information, so I hope this Wiki can provide some of that information.&lt;br /&gt;
&lt;br /&gt;
= A few rules for editing =&lt;br /&gt;
&lt;br /&gt;
As discussed above, everybody can edit articles found in a Wiki system and I would certainly encourage people to do so. But to keep the final articles readable for everybody, there are a few rules for the editing of them:&lt;br /&gt;
&lt;br /&gt;
* Only edit an article if you can improve it. So by adding your way of doing things or clarifying information you found unclear. So do not edit it place a little remark or add &amp;quot;I agree&amp;quot; or &amp;quot;Thank you&amp;quot;.&lt;br /&gt;
* Do not start discussions in an article. Of course you can add alternative ways of doing things, but if you want to discuss a subject use the [http://www.fsdeveloper.com/forum forums].&lt;br /&gt;
* Please make sure that the article is still readable after editing it. So it must consists of sentences, written in understandable English.&lt;br /&gt;
* Please add a line to the &amp;quot;Document version information&amp;quot; section that describes you changes and add your signature to it as well&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=SDSX_Requirements&amp;diff=1685</id>
		<title>SDSX Requirements</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=SDSX_Requirements&amp;diff=1685"/>
		<updated>2006-10-02T20:04:20Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the requirements document for the future Scenery Design Suite X (SDSX) tool. For discussions about this tool, please use the SDSX forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FIRST DRAFT DESCRIPTION FOR NEW SCENERY DESIGN TOOL&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
WORKING NAME: Scenery Design Studio X [SDSX]&lt;br /&gt;
&lt;br /&gt;
DESIGN PLATFORM: dotNet 2.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PRIMARY DESIGN LANGUAGE: C# (although plug-in modules and self contained parts of the program could be created in any CLR compliant language and compiled to dlls)&lt;br /&gt;
&lt;br /&gt;
PROGRAM LICENSE: Freeware&lt;br /&gt;
&lt;br /&gt;
This covers a Phase 1 tool. - Future extensions such as adding new scenery elements should be possible via plug-in technology. These would include land class, mesh etc&lt;br /&gt;
&lt;br /&gt;
OBJECTIVE:&lt;br /&gt;
To develop a Scenery Design Tool with the ability to:&lt;br /&gt;
&lt;br /&gt;
* read FS9 and FSX XML based scenery BGLs&lt;br /&gt;
* enable users to view, modify and create FSX scenery in a graphical environment using drag and drop techniques.&lt;br /&gt;
* handle all existing FS9 and FSX XML based objects and effects&lt;br /&gt;
* create &#039;compound objects&#039; such as fence lines, area fills and so on.&lt;br /&gt;
* Display background images&lt;br /&gt;
* Display background geographical information (road, rail, coastlines, elevation data etc) either by reading from the Sim or from GIS data Sources.&lt;br /&gt;
* be flexible in design so that new objects, simple or compound can be added without the need to change or re-compile the base program. These should be addable by using plug-in components&lt;br /&gt;
* compile and deploy FSX scenery bgls.&lt;br /&gt;
* provide analysis tools related to scenery&lt;br /&gt;
* manage object libraries &lt;br /&gt;
* Operate in either a stand alone mode or in client/server mode for co-operative working with design teams&lt;br /&gt;
&lt;br /&gt;
TARGET AUDIENCE: Cater for casual as well as power users&lt;br /&gt;
&lt;br /&gt;
TARGET SIM: FSX&lt;br /&gt;
&lt;br /&gt;
INPUT FORMATS: FS9, FSX, Shape Files, GIS Data&lt;br /&gt;
&lt;br /&gt;
OUTPUT FORMATS: FSX (May also include an XML output)&lt;br /&gt;
&lt;br /&gt;
DATA STORAGE FORMAT: To be agreed&lt;br /&gt;
&lt;br /&gt;
USER INTERFACE: 2D top down GUI using the Visual Studio IDE as a model enabling drag and drop from toolboxes, creation of objects parameters using property lists and so on. &lt;br /&gt;
&lt;br /&gt;
A 3D interface would be expected as part of a later phase&lt;br /&gt;
&lt;br /&gt;
[[Category:Manuals]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1682</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1682"/>
		<updated>2006-10-02T20:02:25Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help&lt;br /&gt;
** sitesupport-url|sitesupport&lt;br /&gt;
&lt;br /&gt;
* categories&lt;br /&gt;
** http://www.fsdeveloper.com/wiki/index.php?title=Category:Aircraft_design|Aircraft design&lt;br /&gt;
** http://www.fsdeveloper.com/wiki/index.php?title=Category:Scenery_design|Scenery design&lt;br /&gt;
** http://www.fsdeveloper.com/wiki/index.php?title=Category:Missions|Missions&lt;br /&gt;
** http://www.fsdeveloper.com/wiki/index.php?title=Category:SimConnect|SimConnect&lt;br /&gt;
** http://www.fsdeveloper.com/wiki/index.php?title=Category:Manuals|Manuals&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1681</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1681"/>
		<updated>2006-10-02T20:01:22Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help&lt;br /&gt;
** sitesupport-url|sitesupport&lt;br /&gt;
&lt;br /&gt;
* categories&lt;br /&gt;
** http://www.fsdeveloper.com/wiki/index.php?title=Category:Manuals|Manuals&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1680</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1680"/>
		<updated>2006-10-02T20:00:18Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help&lt;br /&gt;
** sitesupport-url|sitesupport&lt;br /&gt;
* categories&lt;br /&gt;
** http://www.fsdeveloper.com/wiki/index.php?title=Category:Manuals|Scenery design&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1675</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1675"/>
		<updated>2006-10-02T19:56:37Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help&lt;br /&gt;
** sitesupport-url|sitesupport&lt;br /&gt;
* categories&lt;br /&gt;
** http://www.fsdeveloper.com/wiki/index.php?title=Category:Manuals Scenery design&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1383</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1383"/>
		<updated>2006-09-28T20:11:21Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help&lt;br /&gt;
** sitesupport-url|sitesupport&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Main_Page&amp;diff=1382</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Main_Page&amp;diff=1382"/>
		<updated>2006-09-28T20:10:35Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:fsdeveloper_logo.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Welcome to the fsdeveloper.com Wiki ==&lt;br /&gt;
&lt;br /&gt;
This Wiki was setup to compliment the fsdeveloper.com site and forums. It is a place where you can store your tutorials, manuals, code examples or other shared documents.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1381</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1381"/>
		<updated>2006-09-28T20:06:34Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** portal-url|portal&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help&lt;br /&gt;
** sitesupport-url|sitesupport&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1380</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1380"/>
		<updated>2006-09-28T20:05:57Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Reverted edits by Wikiadmin (Talk); changed back to last version by MediaWiki default&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** portal-url|portal&lt;br /&gt;
** currentevents-url|currentevents&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help&lt;br /&gt;
** sitesupport-url|sitesupport&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1379</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1379"/>
		<updated>2006-09-28T20:04:51Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* fsdeveloper.com wiki&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** special:recent changes|Recent changes&lt;br /&gt;
** special:random|Random page&lt;br /&gt;
** helppage|help&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1378</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1378"/>
		<updated>2006-09-28T20:02:48Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* fsdeveloper.com wiki&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** special:random|random&lt;br /&gt;
** helppage|help&lt;br /&gt;
** sitesupport-url|sitesupport&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Main_Page&amp;diff=1375</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Main_Page&amp;diff=1375"/>
		<updated>2006-09-27T20:42:41Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Welcome to the fsdeveloper.com WIKI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:fsdeveloper_logo.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Welcome to the fsdeveloper.com WIKI ==&lt;br /&gt;
&lt;br /&gt;
This WIKI was setup to compliment the fsdeveloper.com site and forums.   &lt;br /&gt;
&lt;br /&gt;
The WIKI will allow developers to work together on shared information, shared code examples, manuals and a myriad of other things.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Main_Page&amp;diff=1374</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Main_Page&amp;diff=1374"/>
		<updated>2006-09-27T20:39:29Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to the fsdeveloper.com WIKI ==&lt;br /&gt;
&lt;br /&gt;
This WIKI was setup to compliment the fsdeveloper.com site and forums.   &lt;br /&gt;
&lt;br /&gt;
The WIKI will allow developers to work together on shared information, shared code examples, manuals and a myriad of other things.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Project:Site_support&amp;diff=1373</id>
		<title>Project:Site support</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Project:Site_support&amp;diff=1373"/>
		<updated>2006-09-27T20:32:20Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Donating to FSDeveloper.com ==&lt;br /&gt;
&lt;br /&gt;
Our site is run by volunteers.   We welcome all support you can give as it does cost quite a lot to run things here!&lt;br /&gt;
&lt;br /&gt;
You can donate by visiting our [http://www.fsdeveloper.com main page] and clicking the Paypal Donate button.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1372</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1372"/>
		<updated>2006-09-27T20:26:37Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* fsdeveloper.com wiki&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** helppage|help&lt;br /&gt;
** sitesupport-url|sitesupport&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1371</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1371"/>
		<updated>2006-09-27T20:25:54Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* FsDeveloper.com WIKI&lt;br /&gt;
** mainpage|mainpage&lt;br /&gt;
** portal-url|portal&lt;br /&gt;
** currentevents-url|currentevents&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help&lt;br /&gt;
** sitesupport-url|sitesupport&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=Help:Contents&amp;diff=1369</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=Help:Contents&amp;diff=1369"/>
		<updated>2006-09-27T20:21:07Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Consult the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
</feed>