PDA

View Full Version : Vertical Studios in P3D



falcon409
September 7th, 2014, 09:16
Just curious if anyone has used the very nice missions designed by this group in P3D. . .and also if you can insert a different airplane and still trigger all the cues that make things happen along the way.

Navy Chief
September 7th, 2014, 17:43
Your post reminded me I had bought #1 of the Colorado camping trip, but never installed it! Pete

falcon409
September 7th, 2014, 18:06
Your post reminded me I had bought #1 of the Colorado camping trip, but never installed it! Pete
Well, it served a purpose then Pete, lol. For the price, I'm just gonna get the ones I'm missing and figure out how to replace the aircraft afterwards. These were always fun to fly and the price is right.

falcon409
September 8th, 2014, 06:11
Seems I've hit a snag. . .changing the airplane isn't a problem really. . .however when you go to load a mission P3D_V2.3 only seems to recognize the 3 default mission folders and there doesn't seem to be a way to point it to the other folder with the 5 missions in it. I thought it might be an entry in the cfg file but I found no reference to that effect. Still working on it.

Dangerous Beans
September 8th, 2014, 09:48
Hi Falcon
That problem goes back to at least V1.3 and is down to the FSCategories.xml in the categories folder. The P3D one only has the entries for those 3 categories so wont see the others.
Even so just copying the one over from FSX still dosent work for some reason and I had to manually re wright it to get it working.
Heres the code from the one I edited.


<?xml version="1.0" encoding="UTF-16"?>

<SimBase.Document
Type="AceXML"
version="1,0"
id="FSCategories">
<Descr>AceXML Document</Descr>
<Filename>FSCategories.xml</Filename>
<SimMissionUI.ScenarioCategory id="{93290E1B-CDE3-4263-B7AE-B8F87F99D901}">
<Descr>Pick up where you left off in Free Flight.</Descr>
<Title>My Saved Flights</Title>
<PreviewImage>banner_allcategories.bmp</PreviewImage>
</SimMissionUI.ScenarioCategory>
<SimMissionUI.ScenarioCategory id="{538251D0-0B64-400c-BB47-F6BEF8F8A26C}">
<Descr>Demanding flights when every minute counts.</Descr>
<Title>Emergency</Title>
<PreviewImage>banner_emergencies.bmp</PreviewImage>
</SimMissionUI.ScenarioCategory>
<SimMissionUI.ScenarioCategory id="{51C845D7-D5BB-469a-90F9-BF8A4DE72600}">
<Descr>Take your skills to the limit.</Descr>
<Title>Challenges</Title>
<PreviewImage>banner_challenges.bmp</PreviewImage>
</SimMissionUI.ScenarioCategory>
<SimMissionUI.ScenarioCategory id="{89A043AF-EB9E-4248-8A3E-D645309542B9}">
<Descr>Exercises to help you master the basics</Descr>
<Title>Tutorials</Title>
<PreviewImage>banner_tutorials.bmp</PreviewImage>
</SimMissionUI.ScenarioCategory>
<SimMissionUI.ScenarioCategory id="{FEE3B6EC-0606-42de-BC57-93583735B3ED}">
<Descr>Soar above the rest.</Descr>
<Title>Just for Fun</Title>
<PreviewImage>banner_justforfun.bmp</PreviewImage>
</SimMissionUI.ScenarioCategory>
<SimMissionUI.ScenarioCategory id="{A9584A5D-F635-4fe0-BACF-B5113EBBE95B}">
<Descr>Breathtaking private pilot excursions.</Descr>
<Title>The Good Life</Title>
<PreviewImage>banner_goodlife.bmp</PreviewImage>
</SimMissionUI.ScenarioCategory>
<SimMissionUI.ScenarioCategory id="{0E29A18F-FA0F-4b26-A238-DF1B6257F372}">
<Descr>A world of adventure.</Descr>
<Title>Backcountry</Title>
<PreviewImage>banner_backcountry.bmp</PreviewImage>
</SimMissionUI.ScenarioCategory>
<SimMissionUI.ScenarioCategory id="{3FC5DE7B-25FA-457c-B206-BB01758E305D}">
<Descr>Thrills and chills on the job.</Descr>
<Title>Pilot for Hire</Title>
<PreviewImage>banner_pilotforhire.bmp</PreviewImage>
</SimMissionUI.ScenarioCategory>
<SimMissionUI.ScenarioCategory id="{B16A4E95-5836-479a-82CD-6CCC8656F390}">
<Descr>Flight deck fantasies fulfilled.</Descr>
<Title>Airline Pilot</Title>
<PreviewImage>banner_airlinepilot.bmp</PreviewImage>
</SimMissionUI.ScenarioCategory>
</SimBase.Document>




Make a new text document with notepad and past the code in then rename it to FSCategories.xml making sure its not called FSCategories.xml.txt the move it to the categories folder, dont forget to backup the original first.

I just tried the free Mountain-Flying-in-Switzerland-part-1 and it shows up in the list OK but comes up with an error when I tried to load it :(
The same thing happens with some of the default FSX missions also, some work and some dont.