diff --git a/DestructionEffects.csproj b/DestructionEffects.csproj index e2fdc06..f190633 100755 --- a/DestructionEffects.csproj +++ b/DestructionEffects.csproj @@ -1,6 +1,6 @@  - + Debug x86 @@ -11,28 +11,8 @@ DestructionEffects DestructionEffects v4.7.2 - - - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - aec9b8bb + + true @@ -77,66 +57,34 @@ - D:\REPOSITORIO\_LocalDev\KSPRefs\Assembly-CSharp.dll + ..\_LocalDev\KSPRefs\Assembly-CSharp.dll + False - D:\REPOSITORIO\_LocalDev\KSPRefs\KSPAssets.dll + ..\_LocalDev\KSPRefs\KSPAssets.dll + False + + + + + - 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.AudioModule.dll + ..\_LocalDev\KSPRefs\UnityEngine.dll + False - 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.InputLegacyModule.dll - - - D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.InputModule.dll - - - D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.JSONSerializeModule.dll + ..\_LocalDev\KSPRefs\UnityEngine.CoreModule.dll + False - D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.ParticleSystemModule.dll + ..\_LocalDev\KSPRefs\UnityEngine.ParticleSystemModule.dll - D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.PhysicsModule.dll - - - D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.TextCoreModule.dll - - - D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.TextRenderingModule.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 + ..\_LocalDev\KSPRefs\UnityEngine.PhysicsModule.dll + False @@ -173,8 +121,6 @@ - - @@ -222,8 +168,8 @@ copy /Y "$(TargetDir)$(Targetname).pdb" "%25KSP_DIR%25\GameData\DestructionEffec - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/DestructionEffects/Properties/AssemblyInfo.cs b/DestructionEffects/Properties/AssemblyInfo.cs index a739e58..95db3d4 100644 --- a/DestructionEffects/Properties/AssemblyInfo.cs +++ b/DestructionEffects/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.11")] -[assembly: AssemblyFileVersion("1.11.0.0")] +[assembly: AssemblyVersion("1.12")] +[assembly: AssemblyFileVersion("1.12.0.0")] diff --git a/Distribution/GameData/DestructionEffects/ChangeLog.txt b/Distribution/GameData/DestructionEffects/ChangeLog.txt index 61154d7..139136e 100644 --- a/Distribution/GameData/DestructionEffects/ChangeLog.txt +++ b/Distribution/GameData/DestructionEffects/ChangeLog.txt @@ -1,3 +1,6 @@ +v1.12 +- Compiled for KSP 1.10.1 + v1.11 - Compiled for KSP 1.8 - Fixes for autostrut thanks to Alioth81 diff --git a/Distribution/GameData/DestructionEffects/DestructionEffects.version b/Distribution/GameData/DestructionEffects/DestructionEffects.version index 69ae486..15b8357 100644 --- a/Distribution/GameData/DestructionEffects/DestructionEffects.version +++ b/Distribution/GameData/DestructionEffects/DestructionEffects.version @@ -1,7 +1,7 @@ { "NAME": "DestructionEffects", "URL": "https://raw.githubusercontent.com/jrodrigv/DestructionEffects/master/Distribution/GameData/DestructionEffects/DestructionEffects.version", - "DOWNLOAD": "https://github.com/jrodrigv/DestructionEffects/releases/tag/v1.11.0", + "DOWNLOAD": "https://github.com/jrodrigv/DestructionEffects/releases/tag/v1.12.0", "GITHUB": { "USERNAME": "jrodrigv", "REPOSITORY": "DestructionEffects", @@ -9,23 +9,23 @@ }, "VERSION": { "MAJOR": 1, - "MINOR": 11, + "MINOR": 12, "PATCH": 0, "BUILD": 0 }, "KSP_VERSION": { "MAJOR": 1, - "MINOR": 8, - "PATCH": 0 + "MINOR": 10, + "PATCH": 1 }, "KSP_VERSION_MIN": { "MAJOR": 1, - "MINOR": 8, - "PATCH": 0 + "MINOR": 10, + "PATCH": 1 }, "KSP_VERSION_MAX": { "MAJOR": 1, - "MINOR": 8, + "MINOR": 10, "PATCH": 99 } } \ No newline at end of file diff --git a/Distribution/GameData/DestructionEffects/Plugins/DestructionEffects.dll b/Distribution/GameData/DestructionEffects/Plugins/DestructionEffects.dll index 4e2715c..fbf9b8d 100644 Binary files a/Distribution/GameData/DestructionEffects/Plugins/DestructionEffects.dll and b/Distribution/GameData/DestructionEffects/Plugins/DestructionEffects.dll differ diff --git a/LocalDev/7za_dir.txt b/LocalDev/7za_dir.txt index dbc50d6..20f215f 100644 --- a/LocalDev/7za_dir.txt +++ b/LocalDev/7za_dir.txt @@ -1 +1 @@ -I:\7za\x64 \ No newline at end of file +D:\PROGRAMS\7za\x64 \ No newline at end of file diff --git a/LocalDev/dist_dir.txt b/LocalDev/dist_dir.txt index a08c029..3fddb8b 100644 --- a/LocalDev/dist_dir.txt +++ b/LocalDev/dist_dir.txt @@ -1 +1 @@ -I:\Deployment \ No newline at end of file +E:\PROGRAMACION\KSP_Development \ No newline at end of file diff --git a/LocalDev/ksp_dir.txt b/LocalDev/ksp_dir.txt index 286caa8..7c0ac5b 100644 --- a/LocalDev/ksp_dir.txt +++ b/LocalDev/ksp_dir.txt @@ -1 +1 @@ -G:\GAMES\KERBAL\Kerbal Space Program_18_DEV \ No newline at end of file +D:\GAMES\KERBAL\Kerbal Space Program_110_DEV \ No newline at end of file diff --git a/LocalDev/ksp_dir2.txt b/LocalDev/ksp_dir2.txt index a766474..2a99837 100644 --- a/LocalDev/ksp_dir2.txt +++ b/LocalDev/ksp_dir2.txt @@ -1 +1 @@ -G:\GAMES\KERBAL\Kerbal Space Program_DEV_150M +G:\GAMES\KERBAL\Kerbal Space Program_191_DEVM2 \ No newline at end of file diff --git a/LocalDev/mono_exe.txt b/LocalDev/mono_exe.txt index 9491f0b..6dc18e1 100644 --- a/LocalDev/mono_exe.txt +++ b/LocalDev/mono_exe.txt @@ -1 +1 @@ -G:\Unity\Editor\Data\MonoBleedingEdge\bin\mono.exe \ No newline at end of file +D:\PROGRAMS\Unity\Editor\Data\MonoBleedingEdge\bin \ No newline at end of file diff --git a/LocalDev/pdb2mdb_exe.txt b/LocalDev/pdb2mdb_exe.txt index 31c6c78..734d54f 100644 --- a/LocalDev/pdb2mdb_exe.txt +++ b/LocalDev/pdb2mdb_exe.txt @@ -1 +1 @@ -I:\pdb2mdb \ No newline at end of file +G:\pdb2mdb\pdb2mdb.exe \ No newline at end of file diff --git a/packages.config b/packages.config index e06f4e2..2ca092b 100755 --- a/packages.config +++ b/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file