diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt index b64fc12..2e5a3ed 100644 --- a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt +++ b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt @@ -1,3 +1,6 @@ += v1.16.0 +- Recompiled for KSP 1.8.0 + = v1.15.0 - Fixes issue were the initial loading was triggered when a 2nd vessel was loaded. - Fixes issue in which the active vessel was lifted. diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version index 3b143a5..34922c1 100644 --- a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version +++ b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version @@ -1,26 +1,26 @@ { "NAME": "PhysicsRangeExtender", "URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version", - "DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.15.0", + "DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.16.0", "CHANGE_LOG_URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt", "VERSION": { "MAJOR": 1, - "MINOR": 15, + "MINOR": 16, "PATCH": 0 }, "KSP_VERSION": { "MAJOR": 1, - "MINOR": 7, - "PATCH": 2 + "MINOR": 8, + "PATCH": 0 }, "KSP_VERSION_MIN": { "MAJOR": 1, - "MINOR": 6, - "PATCH": 1 + "MINOR": 8, + "PATCH": 0 }, "KSP_VERSION_MAX": { "MAJOR": 1, - "MINOR": 7, + "MINOR": 8, "PATCH": 99 } } \ No newline at end of file diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll index 4f452bb..e265161 100644 Binary files a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll and b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll differ diff --git a/PhysicsRangeExtender/LocalDev/ksp_dir.txt b/PhysicsRangeExtender/LocalDev/ksp_dir.txt index 57deac5..286caa8 100644 --- a/PhysicsRangeExtender/LocalDev/ksp_dir.txt +++ b/PhysicsRangeExtender/LocalDev/ksp_dir.txt @@ -1 +1 @@ -G:\GAMES\KERBAL\Kerbal Space Program_172_DEV \ No newline at end of file +G:\GAMES\KERBAL\Kerbal Space Program_18_DEV \ No newline at end of file diff --git a/PhysicsRangeExtender/PhysicsRangeExtender.csproj b/PhysicsRangeExtender/PhysicsRangeExtender.csproj index 5ad0002..9a1d6f4 100644 --- a/PhysicsRangeExtender/PhysicsRangeExtender.csproj +++ b/PhysicsRangeExtender/PhysicsRangeExtender.csproj @@ -9,7 +9,7 @@ Properties PhysicsRangeExtender PhysicsRangeExtender - v3.5 + v4.7.2 512 @@ -37,24 +37,53 @@ False - G:\GAMES\KERBAL\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\Assembly-CSharp.dll - - - False - G:\GAMES\KERBAL\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll + D:\REPOSITORIO\_LocalDev\KSPRefs\Assembly-CSharp.dll False - G:\GAMES\KERBAL\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\KSPAssets.dll + D:\REPOSITORIO\_LocalDev\KSPRefs\KSPAssets.dll False - G:\GAMES\KERBAL\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\UnityEngine.dll + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.AnimationModule.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.AssetBundleModule.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.CoreModule.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.ImageConversionModule.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.IMGUIModule.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.PhysicsModule.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.TextCoreModule.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.TextRenderingModule.dll False - G:\GAMES\KERBAL\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\UnityEngine.UI.dll + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.UI.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.UIElementsModule.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.UIModule.dll + + + D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.UnityWebRequestWWWModule.dll diff --git a/PhysicsRangeExtender/Properties/AssemblyInfo.cs b/PhysicsRangeExtender/Properties/AssemblyInfo.cs index 00e3eaf..98bf01c 100644 --- a/PhysicsRangeExtender/Properties/AssemblyInfo.cs +++ b/PhysicsRangeExtender/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.15.0")] +[assembly: AssemblyVersion("1.16.0")]