Skip to content

Commit

Permalink
Showing 8 changed files with 25 additions and 20 deletions.
Binary file modified GameData/TestFlight/Plugins/TestFlight.dll
Binary file not shown.
Binary file modified GameData/TestFlight/Plugins/TestFlightAPI.dll
Binary file not shown.
13 changes: 7 additions & 6 deletions TestFlight.csproj
Original file line number Diff line number Diff line change
@@ -44,23 +44,23 @@
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Assembly-CSharp">
<HintPath>$(KSP_DLL_PATH)\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>$(KSP_DLL_PATH)\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>$(KSP_DLL_PATH)\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>$(KSP_DLL_PATH)\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -135,6 +135,7 @@
<Compile Include="TestFlightFailure_Engine.cs" />
<Compile Include="TestFlightReliability_TestFail.cs" />
<Compile Include="TestFlightFailure_EnginePerformanceLoss.cs" />
<Compile Include="TestFlightSettings.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8 changes: 4 additions & 4 deletions TestFlightAPI/TestFlightAPI/TestFlightAPI.csproj
Original file line number Diff line number Diff line change
@@ -41,16 +41,16 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="Assembly-CSharp">
<HintPath>$(KSP_DLL_PATH)\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>$(KSP_DLL_PATH)\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>$(KSP_DLL_PATH)\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>$(KSP_DLL_PATH)\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
11 changes: 7 additions & 4 deletions TestFlightContracts/TestFlightContracts.csproj
Original file line number Diff line number Diff line change
@@ -41,16 +41,19 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="Assembly-CSharp">
<HintPath>$(KSP_DLL_PATH)\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>$(KSP_DLL_PATH)\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>$(KSP_DLL_PATH)\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="ContractConfigurator">
<HintPath>$(KSP_DLL_PATH)\ContractConfigurator.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\GameData\ContractConfigurator\ContractConfigurator.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
10 changes: 5 additions & 5 deletions TestFlightCore/TestFlightCore/TestFlightCore.csproj
Original file line number Diff line number Diff line change
@@ -42,19 +42,19 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="Assembly-CSharp">
<HintPath>$(KSP_DLL_PATH)\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>$(KSP_DLL_PATH)\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>$(KSP_DLL_PATH)\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="KSPAssets">
<HintPath>$(KSP_DLL_PATH)\KSPAssets.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\KSPAssets.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>$(KSP_DLL_PATH)\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="Vectrosity">
<HintPath>$(KSP_DLL_PATH)\Vectrosity.dll</HintPath>
1 change: 1 addition & 0 deletions TestFlightFailure_IgnitionFail.cs
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ public class TestFlightFailure_IgnitionFail : TestFlightFailure_Engine
public int numIgnitions = 0;

private ITestFlightCore core = null;
private bool preLaunchFailures;

public override void OnStart(StartState state)
{
2 changes: 1 addition & 1 deletion TestFlightSettings.cs
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ public class TestFlightGameSettings : GameParameters.CustomParameterNode {
public override GameParameters.GameMode GameMode { get { return GameParameters.GameMode.ANY; } }
public override string Section { get { return "TestFlight"; } }
public override string DisplaySection { get { return Section; } }
public override int SelectionOrder { get { return 1; } }
public override int SectionOrder { get { return 1; } }
public override bool HasPresets { get { return true; } }

[GameParameters.CustomParameterUI("Pre-Launch Ignition Failures Enabled?", toolTip = "Set to enable ignition failures on the Launch Pad.")]

0 comments on commit 3d98881

Please sign in to comment.