Skip to content

Commit

Permalink
recompile for KSP 1.7
Browse files Browse the repository at this point in the history
update .version file
add build script
  • Loading branch information
shadowmage45 committed Apr 14, 2019
1 parent af1294b commit 001c136
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
Binary file modified GameData/KSPRescuePodFix/KSPRescuePodFix.dll
Binary file not shown.
16 changes: 8 additions & 8 deletions GameData/KSPRescuePodFix/KSPRescuePodFix.version
Original file line number Diff line number Diff line change
@@ -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
}
}
Binary file added SSTUBuildTools.exe
Binary file not shown.
1 change: 1 addition & 0 deletions build_instructions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
run build_start_here.bat -- it will do the rest
11 changes: 11 additions & 0 deletions build_script.txt
Original file line number Diff line number Diff line change
@@ -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 ..
2 changes: 2 additions & 0 deletions build_start_here.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SSTUBuildTools.exe build build_script.txt
pause

0 comments on commit 001c136

Please sign in to comment.