• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Vertical Studios in P3D

falcon409

Moderator
Staff member
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.
 
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.
 
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.
 
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.

Code:
<?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.
 
Back
Top