PDA

View Full Version : Adding Missions



youngsc
01-18-2007, 16:55
Hello all. I've been using FSX for a little while now and love flying in it but I do have a question. Does anyone know if there is a way to add new missions or a way to extend modify the current ones? If so is there a link instructing how to do this or downloads I could obtain? I've looked all over the internet and searched and couldn't come up with anything. Thanks in advance.

Genet
01-19-2007, 06:52
Try this link it takes you through FSX mission construction step by step. But you must have the deluxe version of FSX as you need the SDK to build missions.

http://fsxmission.com/files/guides/howto/createmission/

youngsc
01-20-2007, 23:24
Much appreciated. I'm going throught the tutorial now and it looks pretty straight forward will just need some practice with it. Thanks again for your help.

youngsc
01-21-2007, 14:10
Ok now is anyone able to tell how to get the SDK installed and where the App data folder is? I have the deluxe edition, I installed the SDK per the tutorials instructions but I have no App data folder on my computer let alone the location it lists which doesn't even exist. Really frustrating.

Genet
01-21-2007, 16:04
The default path for the sdk is:-

C:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK

and the mission editor is:-

C:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit

If you read the html help file MS include it will tell you how to set up the dll in the app file which by default is:-

<Drive>:\Documents and Settings\<user name>\Application Data\Microsoft\FSX

Hope this helps

youngsc
01-21-2007, 20:36
It does so now I jsut have to figure out why I don't have it. I guess I will uninstall and reinstall the whole program. Not sure why it would be excluded. Oh well. Thanks again.

youngsc
01-22-2007, 19:23
Alright so I reinstalled and still nothin. I don't get it so oh well. I've searched the whole computer to see if it went somplece else, there is no ap folder anywhere. IDK, if you have any other thoughts let me know. Thanks

Genet
05-20-2007, 08:57
For those who still have this issue unresolved I came across a possible resolution discussed in the FSXmission.com forum. People who seem to get this problem are those that have set up FSX in a folder that is not the DEFAULT folder.(all the following assume you are running windows XP)

Assuming that this is your problem the resolution to it is as follows:-

A. Uninstall your current FSX SDK installation including any of the SDK service packs you may have added (this does not include the recently recently released FSX service pack only the SDK service packs).

B. Delete the "Microsoft Flight Simulator X SDK" and all its contents that remain from where you installed the SDK (the default is c:\Program Files\Microsoft Games)

For some reason if FSX is not installed in its default folders (ie C:\Program Files\Microsoft Games) with the SDK it will not work. Even if you run the supplied "configsdk.exe".

1. Insert your FSX deluxe disc 1 into your DVD drive open it to display the disc contents and open the "SDK" folder.

2. Run the "setup.exe" and follow the prompts watching for a buttoned option "More Options". Select this to define the path where you want to install the SDK. This phase is critical as the SDK must reside in the same folder as your FSX is installed in. This is best explained by example:-

If you installed FSX in the following path:-

E:\Airport\civilian\Microsoft Flight Simulator X

then the SDK must be installed in the following path:-

E:\Airport\civilian\Microsoft Flight Simulator X SDK

3. Next you need to ensure that the following xml is in your application data folder - "dll.xml". The path is usually along these lines:-

C:\Documents and Settings\<your account name>\Application Data\Microsoft\FSX

(PS if <your account name> above throws you it is the account name you gave yourself when you set up yourself in windows). In my case "Genet". So mine reads:-

C:\Documents and Settings\Genet\Application Data\Microsoft\FSX

4. If it is not go to where your SDK is installed and you will find a copy in the folder called "Mission Creation Kit". In keeping with my example at step 2 your path should look something like this:-

E:\Airport\civilian\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit

and then copy and paste the file "dll.xml" from this location to your FSX application data folder as discussed at 3.

5. If your application data folder already has a copy of the "dll.xml" file right click on it and select the "edit" option it will open up[ in a new window and you will need to read through it line by line to ensure that the following lines exist EXACTLY as below:-

<Launch.Addon>
<Name>Object Placement Tool</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
</Launch.Addon>

If these lines do not exist then insert them ensuring that you do not embed it within another addon launch sequence and ensure it is all before:

</SimBase.Document>

which must remain the last line in this file.

Once done save the "dll.xml".

6. Run FSX and when you click the fly now button and the program starts usually with you in the cockpit go to the drop down main menu or if it is not present press the [ALT] button and you should see a new option called "Tools" and the mission editor is therein called "Object placement tool":thumb:

7. If this is not the case this may solve the problem. Go to where you have installed your SDK and go to the folder named "SDK" open it and within is a file called "configsdk.exe" In keeping with my examples above the path should look something like this:-

E:\airport\civilian\Microsoft Flight Simulator X SDK\SDK\configsdk.exe

Double click this to run it. A DOS window will open and display a question, type in "y" for yes and press your [Return] key and let it run to completion.

8. Restart FSX as at 6.. If this does not resolve your problem with mission editing I'm sorry I've failed you.:red:

Genet
05-21-2007, 17:21
I have just edited my preceding post as I realised a fairly important piece of info was missing:-


and ensure it is all before:

</SimBase.Document>

which must remain the last line in this file.

Once done save the "dll.xml".



If you are already using the guide the above edit which I have quoted in this post may or may not impact your attempts to install the mission tool.