J
jldjs
Guest
I'm new to building missions but tried to do so using MB in PTO. But, when I try to fly this mission it errors to the desktop. How can I find out why?
I copied the mission xml file if it helps someone answer my question, and thanks.
<?xml version="1.0" encoding="UTF-8"?>
<!--Combat Flight Sim mission-->
<Mission>
<Params Version="3.0" Directive="intercept" Country="US_Marines" Aircraft="fm2p" Airbase="Sol52" Date="6/6/1943" Time="06:00" Weather="dr_alto_cumulus_high.xml" Multiplayer="n" MultiplayerOnly="n"/>
<Title>My Mission</Title>
<AirFormation ID="6002" Directive="cap" Country="Japan_AAF" Points="1" DamagePercent="50" Skill="1" Payload="0" FormType="fingertip">
<Unit ID="9060" Type="a6m2" Skill="1" Payload="0"/>
<Unit ID="9061" Type="a6m2" Skill="1" Payload="0"/>
<Unit ID="9062" Type="a6m2" Skill="1" Payload="0"/>
<Unit ID="9063" Type="a6m2" Skill="1" Payload="0"/>
<Route ID="5004">
<Waypoint Type="turn" Speed="92.6" IsWarpable="n" Lat="S7*12'31.5787"" Lon="E157*57'46.9364"" Alt="3657.59"/>
<Waypoint Type="turn" Speed="92.6" IsWarpable="y" Lat="S7*23'35.4241"" Lon="E157*59'30.4174"" Alt="3657.59"/>
<Waypoint Type="turn" Speed="92.6" IsWarpable="n" Lat="S7*23'7.4121"" Lon="E157*52'29.9378"" Alt="3657.59"/>
</Route>
</AirFormation>
<AirFormation ID="6001" Directive="intercept" Country="US_Marines" Skill="1" Payload="0" FormType="fingertip">
<Unit ID="9064" Type="fm2p" IsPlayer="y" Skill="1" Payload="0"/>
<Unit ID="9065" Type="fm2p" Skill="1" Payload="0"/>
<Unit ID="9066" Type="fm2p" Skill="1" Payload="0"/>
<Unit ID="9067" Type="fm2p" Skill="1" Payload="0"/>
<Route ID="5002">
<Waypoint Type="takeoff" Speed="0" IsWarpable="n" Lat="S9*25'24.2399"" Lon="E160*2'31.2000"" Alt="0.00"/>
<Waypoint Type="intercept" Speed="92.6" IsWarpable="y" Lat="S7*23'49.6695"" Lon="E157*58'23.0696"" Alt="4571.99"/>
<Waypoint Type="landing" Speed="92.6" IsWarpable="n" Lat="S9*25'24.2399"" Lon="E160*2'31.2000"" Alt="0.00"/>
</Route>
</AirFormation>
<FrontLine>
<Point Lat="S9*50'23.0018"" Lon="E157*43'41.6084""/>
<Point Lat="S7*14'12.9646"" Lon="E158*37'37.8459""/>
<Point Lat="S7*24'15.0588"" Lon="E160*46'12.1257""/>
</FrontLine>
</Mission>
I copied the mission xml file if it helps someone answer my question, and thanks.
<?xml version="1.0" encoding="UTF-8"?>
<!--Combat Flight Sim mission-->
<Mission>
<Params Version="3.0" Directive="intercept" Country="US_Marines" Aircraft="fm2p" Airbase="Sol52" Date="6/6/1943" Time="06:00" Weather="dr_alto_cumulus_high.xml" Multiplayer="n" MultiplayerOnly="n"/>
<Title>My Mission</Title>
<AirFormation ID="6002" Directive="cap" Country="Japan_AAF" Points="1" DamagePercent="50" Skill="1" Payload="0" FormType="fingertip">
<Unit ID="9060" Type="a6m2" Skill="1" Payload="0"/>
<Unit ID="9061" Type="a6m2" Skill="1" Payload="0"/>
<Unit ID="9062" Type="a6m2" Skill="1" Payload="0"/>
<Unit ID="9063" Type="a6m2" Skill="1" Payload="0"/>
<Route ID="5004">
<Waypoint Type="turn" Speed="92.6" IsWarpable="n" Lat="S7*12'31.5787"" Lon="E157*57'46.9364"" Alt="3657.59"/>
<Waypoint Type="turn" Speed="92.6" IsWarpable="y" Lat="S7*23'35.4241"" Lon="E157*59'30.4174"" Alt="3657.59"/>
<Waypoint Type="turn" Speed="92.6" IsWarpable="n" Lat="S7*23'7.4121"" Lon="E157*52'29.9378"" Alt="3657.59"/>
</Route>
</AirFormation>
<AirFormation ID="6001" Directive="intercept" Country="US_Marines" Skill="1" Payload="0" FormType="fingertip">
<Unit ID="9064" Type="fm2p" IsPlayer="y" Skill="1" Payload="0"/>
<Unit ID="9065" Type="fm2p" Skill="1" Payload="0"/>
<Unit ID="9066" Type="fm2p" Skill="1" Payload="0"/>
<Unit ID="9067" Type="fm2p" Skill="1" Payload="0"/>
<Route ID="5002">
<Waypoint Type="takeoff" Speed="0" IsWarpable="n" Lat="S9*25'24.2399"" Lon="E160*2'31.2000"" Alt="0.00"/>
<Waypoint Type="intercept" Speed="92.6" IsWarpable="y" Lat="S7*23'49.6695"" Lon="E157*58'23.0696"" Alt="4571.99"/>
<Waypoint Type="landing" Speed="92.6" IsWarpable="n" Lat="S9*25'24.2399"" Lon="E160*2'31.2000"" Alt="0.00"/>
</Route>
</AirFormation>
<FrontLine>
<Point Lat="S9*50'23.0018"" Lon="E157*43'41.6084""/>
<Point Lat="S7*14'12.9646"" Lon="E158*37'37.8459""/>
<Point Lat="S7*24'15.0588"" Lon="E160*46'12.1257""/>
</FrontLine>
</Mission>