Skip to content
This repository has been archived by the owner on Feb 10, 2018. It is now read-only.

Commit

Permalink
v1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
malahx committed Apr 22, 2016
1 parent 0a55e18 commit d9b8bb1
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 36 deletions.
10 changes: 7 additions & 3 deletions GameData/StockNoContracts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### StockNoContracts
#### A plugin for Kerbal Space Program 1.0.X
#### Copyright 2015 Malah
#### A plugin for Kerbal Space Program
#### Copyright 2016 Malah

This is free and unencumbered software released into the public domain.

Expand All @@ -24,6 +24,10 @@ You need to delete the StockNoContracts folder in your KSP/GameData folder.

#### Changelog

v1.02 - 2016.04.22
* Update ModuleManager to 2.6.22,
* Update to KSP 1.1

v1.01 - 2015.11.11
* Update ModuleManager to 2.6.13,
* Update to KSP 1.0.5
Expand All @@ -41,6 +45,6 @@ v1.00 - 2015.06.05
#### Links

* http://forum.kerbalspaceprogram.com/threads/99869#StockNoContracts
* https://kerbalstuff.com/mod/897/StockNoContracts
* http://spacedock.info/mod/111/StockNoContracts
* https://github.com/malahx/StockNoContracts
* ModuleManager: http://forum.kerbalspaceprogram.com/threads/55219
33 changes: 19 additions & 14 deletions GameData/StockNoContracts/StockNoContracts.version
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
{
"NAME": "StockNoContracts",
"URL": "https://raw.githubusercontent.com/malahx/StockNoContracts/StockNoContracts.version",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/malahx/StockNoContracts/master/README.md",
"DOWNLOAD": "https://kerbalstuff.com/mod/897/StockNoContracts",
"VERSION":{"MAJOR":1,"MINOR":0,"PATCH":1,"BUILD":0},
"NAME" : "StockNoContracts",
"URL" : "https://raw.githubusercontent.com/malahx/StockNoContracts/StockNoContracts.version",
"CHANGE_LOG_URL" : "https://raw.githubusercontent.com/malahx/StockNoContracts/master/README.md",
"DOWNLOAD" : "https://github.com/malahx/StockNoContracts/releases",
"VERSION": {
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 2,
"BUILD" : 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": -1
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 99
}
}
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### StockNoContracts
#### A plugin for Kerbal Space Program 1.0.X
#### Copyright 2015 Malah
#### A plugin for Kerbal Space Program
#### Copyright 2016 Malah

This is free and unencumbered software released into the public domain.

Expand All @@ -24,6 +24,10 @@ You need to delete the StockNoContracts folder in your KSP/GameData folder.

#### Changelog

v1.02 - 2016.04.22
* Update ModuleManager to 2.6.22,
* Update to KSP 1.1

v1.01 - 2015.11.11
* Update ModuleManager to 2.6.13,
* Update to KSP 1.0.5
Expand All @@ -41,6 +45,6 @@ v1.00 - 2015.06.05
#### Links

* http://forum.kerbalspaceprogram.com/threads/99869#StockNoContracts
* https://kerbalstuff.com/mod/897/StockNoContracts
* http://spacedock.info/mod/111/StockNoContracts
* https://github.com/malahx/StockNoContracts
* ModuleManager: http://forum.kerbalspaceprogram.com/threads/55219
33 changes: 19 additions & 14 deletions StockNoContracts.version
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
{
"NAME": "StockNoContracts",
"URL": "https://raw.githubusercontent.com/malahx/StockNoContracts/StockNoContracts.version",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/malahx/StockNoContracts/master/README.md",
"DOWNLOAD": "https://kerbalstuff.com/mod/897/StockNoContracts",
"VERSION":{"MAJOR":1,"MINOR":0,"PATCH":1,"BUILD":0},
"NAME" : "StockNoContracts",
"URL" : "https://raw.githubusercontent.com/malahx/StockNoContracts/StockNoContracts.version",
"CHANGE_LOG_URL" : "https://raw.githubusercontent.com/malahx/StockNoContracts/master/README.md",
"DOWNLOAD" : "https://github.com/malahx/StockNoContracts/releases",
"VERSION": {
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 2,
"BUILD" : 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": -1
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 99
}
}
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ DIR=StockNoContracts
cp -f ${DIR}.version GameData/${DIR}/
cp -f README.md GameData/${DIR}/
cp -f COPYING GameData/${DIR}/
rm -rf ~/.steam/steam/SteamApps/common/Kerbal\ Space\ Program/GameData/${DIR}
cp -rf GameData ~/.steam/steam/SteamApps/common/Kerbal\ Space\ Program/
rm -f ../00KSP-dev/GameData/ModuleManager*.dll
rm -rf ../00KSP-dev/GameData/${DIR}/
cp -rf GameData/* ../00KSP-dev/GameData/

0 comments on commit d9b8bb1

Please sign in to comment.