Skip to content

Commit

Permalink
Added Dummies documents
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed May 4, 2016
1 parent f32c760 commit 64d8cdb
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 5 deletions.
Binary file added KW Redux Install for Dummies Manual Install.docx
Binary file not shown.
Binary file added KW Redux Install for Dummies Manual Install.pdf
Binary file not shown.
Binary file added KW Redux Install for Dummies.docx
Binary file not shown.
Binary file added KW Redux Install for Dummies.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion KWRocketry/Credits.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Kickasskyle and Winston

NathanKell - ModuleAnimateEmissive plugin
Virtualgenius for the "Installation for Dummies" docs
8 changes: 4 additions & 4 deletions KWRocketry/GameData/KWRocketry/KWRocketryRedux.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"URL":"http://ksp-avc.cybutek.net/version.php?id=272",
"VERSION":
{
"MAJOR":3,
"MINOR":0,
"PATCH":3,
"BUILD":0
"MAJOR": 3,
"MINOR": 0,
"PATCH": 4,
"BUILD": 0
},
"KSP_VERSION":
{
Expand Down
10 changes: 10 additions & 0 deletions KWRocketry/Installation Instructions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
These are the instructions to install the KWRocketryRedux.

There is a new document included with this mod, called one of the following
depending on which file you downloaded:

KW Redux Install for Dummies
KW Redux Install for Dummies Manual Install

in both MS Word and PDF format. It is much easier to follow than the
following instructions.


IMPORTANT: You MUST install one of the two power response directories,
otherwise the engines will not work.

Expand Down
9 changes: 9 additions & 0 deletions buildit.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,26 @@ type KWRocketry\GameData\KWRocketry\KWRocketryRedux.version
set /p VERSION= "Enter version: "


copy "KW Redux Install For Dummies.docx" KWRocketry
copy "KW Redux Install For Dummies.pdf" KWRocketry

set FILE="%RELEASEDIR%\KWRocketryRedux-%VERSION%.zip"
IF EXIST %FILE% del /F %FILE%
%ZIP% a -tzip %FILE% KWRocketry

del "KWRocketry\KW Redux Install For Dummies.docx"
del "KWRocketry\KW Redux Install For Dummies.pdf"

rem Now create an install directory which also contains a default config
mkdir aa
mkdir aa\KWRocketry
xcopy /E KWRocketry aa\KWRocketry


rem Copy the GraduatedPowerResponse
xcopy /E KWRocketry\Extras\GraduatedPowerResponseConfigs\GameData\KWRocketry aa\KWRocketry\GameData\KWRocketry
copy "KW Redux Install For Dummies Manual Install.docx" aa\KWRocketry
copy "KW Redux Install For Dummies Manual Install.pdf" aa\KWRocketry
cd aa

set FILE="%RELEASEDIR%\KWRocketryRedux-MANUAL-%VERSION%.zip"
Expand Down

0 comments on commit 64d8cdb

Please sign in to comment.