diff --git a/GameData/KSPRescuePodFix/KSPRescuePodFix.dll b/GameData/KSPRescuePodFix/KSPRescuePodFix.dll index aa7096e..580e834 100644 Binary files a/GameData/KSPRescuePodFix/KSPRescuePodFix.dll and b/GameData/KSPRescuePodFix/KSPRescuePodFix.dll differ diff --git a/GameData/KSPRescuePodFix/KSPRescuePodFix.version b/GameData/KSPRescuePodFix/KSPRescuePodFix.version index a80e42e..bd87466 100644 --- a/GameData/KSPRescuePodFix/KSPRescuePodFix.version +++ b/GameData/KSPRescuePodFix/KSPRescuePodFix.version @@ -1,31 +1,31 @@ { "NAME":"KSPRescuePodFix", "URL":"http://ksp-avc.cybutek.net/version.php?id=391", - "DOWNLOAD":"https://github.com/shadowmage45/KSPRescuePodFix/releases/tag/1.5.3.13", - "CHANGE_LOG_URL":"https://github.com/shadowmage45/KSPRescuePodFix/releases/tag/1.5.3.13", + "DOWNLOAD":"https://github.com/shadowmage45/KSPRescuePodFix/releases/tag/1.6.4.14", + "CHANGE_LOG_URL":"https://github.com/shadowmage45/KSPRescuePodFix/releases/tag/1.6.4.14", "VERSION": { "MAJOR":1, - "MINOR":5, - "PATCH":3, - "BUILD":13 + "MINOR":6, + "PATCH":4, + "BUILD":14 }, "KSP_VERSION": { "MAJOR":1, - "MINOR":6, + "MINOR":7, "PATCH":0 }, "KSP_VERSION_MIN": { "MAJOR":1, - "MINOR":6, + "MINOR":7, "PATCH":0 }, "KSP_VERSION_MAX": { "MAJOR":1, - "MINOR":6, + "MINOR":7, "PATCH":9 } } diff --git a/SSTUBuildTools.exe b/SSTUBuildTools.exe new file mode 100644 index 0000000..73e4214 Binary files /dev/null and b/SSTUBuildTools.exe differ diff --git a/build_instructions.txt b/build_instructions.txt new file mode 100644 index 0000000..74d125c --- /dev/null +++ b/build_instructions.txt @@ -0,0 +1 @@ +run build_start_here.bat -- it will do the rest \ No newline at end of file diff --git a/build_script.txt b/build_script.txt new file mode 100644 index 0000000..0f200e4 --- /dev/null +++ b/build_script.txt @@ -0,0 +1,11 @@ +//KSPRescuePodFix build script +//read by SSTUBuildTools.exe +//currently only supported options are MS-DOS Command-Line options (CMD:) and Zip operations (ZIP:{}) +versionFile = GameData/KSPRescuePodFix/KSPRescuePodFix.version +//simply zip it up and export it to the parent directory +ZIP:KSPRescuePodFix-%version%.zip +{ + +d GameData/KSPRescuePodFix:GameData/KSPRescuePodFix + +f LICENSE:GameData/KSPRescuePodFix/LICENSE.txt +} +CMD:move /y *.zip .. \ No newline at end of file diff --git a/build_start_here.bat b/build_start_here.bat new file mode 100644 index 0000000..96aee8b --- /dev/null +++ b/build_start_here.bat @@ -0,0 +1,2 @@ +SSTUBuildTools.exe build build_script.txt +pause \ No newline at end of file