The campaign mission file is in the same spot with the same parameters. Nothing changed there. I’m manually editing everything before a campaign mission without the editor and it’s a pain because there is no visual of the waypoints.

you can easily edit the altitude if you go into the mission file.

\OBDSoftware\WOFF\OBDWW1 Over Flanders Fields\missions\historical\OFF_QC_Mission.xml <- open this with a text editor when the pop up comes up to use mission editor.

navigate to the first squad which is your flight and edit any of the rows: the bold are the altitude in meters. But as you can see, you can edit any of the numbers between the double quotes. pilot skill, morale, fuel, ammo, payload (bombs), speed...

<AirFormation ID="6000" Directive="cap" Country="Germany" SquadName="Jasta 15-B" Skill="3" Morale="5" Payload="0" FormType="Chevron" OffsetScaleFactor="0.4">
<Unit ID="9570" Type="Fokker_DVIIF_AC1" PilotFirstName="Rudolf" PilotLastName="Berthold (HA)" Skill="3" Morale="9" FuelPct="100" AmmoPct="100" Payload="0"/>
<Unit ID="9571" Type="Fokker_DVII_AC1" PilotFirstName="Josef 'Seppl'" PilotLastName="Veltjens (HA)" Skill="3" Morale="10" FuelPct="100" AmmoPct="100" Payload="0"/>
<Unit ID="9572" Type="Fokker_DVII_AC2" PilotFirstName="Georg von" PilotLastName="Hantelmann (HA)" Skill="3" Morale="9" FuelPct="100" AmmoPct="100" Payload="0"/>
<Unit ID="9573" Type="Fokker_DVII_AC3" PilotFirstName="Hugo" PilotLastName="Schafer (HA)" Skill="3" Morale="9" FuelPct="100" AmmoPct="100" Payload="0"/>
<Unit ID="9574" Type="Fokker_DVII_AC4" PilotFirstName="Oliver 'Bauli' Freiherr von" PilotLastName="Beaulieu-Marconnay (HA)" Skill="3" Morale="10" FuelPct="100" AmmoPct="100" Payload="0"/>
<Unit ID="9575" Type="Fokker_DVII_AC5" PilotFirstName="Joachim von" PilotLastName="Ziegesar (HA)" Skill="3" Morale="8" FuelPct="100" AmmoPct="100" Payload="0"/>
<Unit ID="9576" Type="Fokker_DVII_SQ2" PilotFirstName="Johannes" PilotLastName="Klein (HA)" Skill="3" Morale="10" FuelPct="100" AmmoPct="100" Payload="0"/>
<Unit ID="9577" Type="Fokker_DVII_Sqd" IsPlayer="y" Payload="0" Skill="1" AmmoPct="100" FuelPct="100"/> <--This is you
<Route ID="5000">
<Waypoint Type="takeoff" IsWarpable="n" Lat="N49*53'26.0000"" Lon="E2*57'24.0000"" FormUp="waypoint"/>
<Waypoint Type="altitude" Speed="49" IsWarpable="y" Lat="N49*48'18.2"" Lon="E3*1'25.2"" Alt="3636"/>
<Waypoint Type="SearchIntercept" Speed="49" FormUp="waypoint" IsWarpable="y" Lat="N49*50'47.1533"" Lon="E2*42'34.9408"" Alt="3636"/>
<Waypoint Type="startloop" Speed="49" IsWarpable="n" Lat="N49*41'21.2467"" Lon="E2*34'57.7360"" Alt="4937" Time="00:22"/>
<Waypoint Type="endloop" Speed="49" IsWarpable="y" Lat="N49*50'10.7784"" Lon="E02*31'07.2867"" Alt="4937"/>
<Waypoint Type="turn" Speed="49" IsWarpable="n" Lat="N49*54'52.4"" Lon="E2*58'50.4"" Alt="3703"/>
<Waypoint Type="landing" Speed="49" IsWarpable="n" Lat="N49*53'26.0000"" Lon="E2*57'24.0000"" Alt="3703"/>
</Route>
</AirFormation>




Last edited by orbyxP; 04/17/21 07:48 PM.