diff --git a/GameData/ModuleManager.2.6.5.dll b/GameData/ModuleManager.2.6.5.dll deleted file mode 100644 index ec8ef4e..0000000 Binary files a/GameData/ModuleManager.2.6.5.dll and /dev/null differ diff --git a/GameData/StockNoContracts/README.md b/GameData/StockNoContracts/README.md index b4e552f..edb3b24 100644 --- a/GameData/StockNoContracts/README.md +++ b/GameData/StockNoContracts/README.md @@ -1,5 +1,5 @@ #### StockNoContracts -#### A plugin for Kerbal Space Program 1.0.2 +#### A plugin for Kerbal Space Program 1.0.X #### Copyright 2015 Malah This is free and unencumbered software released into the public domain. @@ -24,6 +24,10 @@ You need to delete the StockNoContracts folder in your KSP/GameData folder. #### Changelog +v1.01 - 2015.11.11 +* Update ModuleManager to 2.6.13, +* Update to KSP 1.0.5 + v1.00 - 2015.06.05 * First release @@ -36,6 +40,7 @@ v1.00 - 2015.06.05 #### Links -* http://forum.kerbalspaceprogram.com/threads/99869 +* http://forum.kerbalspaceprogram.com/threads/99869#StockNoContracts +* https://kerbalstuff.com/mod/897/StockNoContracts * https://github.com/malahx/StockNoContracts * ModuleManager: http://forum.kerbalspaceprogram.com/threads/55219 diff --git a/GameData/StockNoContracts/StockNoContracts.cfg b/GameData/StockNoContracts/StockNoContracts.cfg index 4192895..b5f2b7f 100644 --- a/GameData/StockNoContracts/StockNoContracts.cfg +++ b/GameData/StockNoContracts/StockNoContracts.cfg @@ -5,15 +5,15 @@ // Types of stock contracts : ARM, Base, Flag, Grand, ISRU, Recovery, Satellite, Science, Station, Survey, Test, Tour @Contracts:FINAL { - - // Disable First Tutorial Contracts - @DisableWorldFirstTutorial = True - - // Disable First Progression Contracts - @DisableWorldFirstProgression = True - - // Disable First Records Contracts - @DisableWorldFirstRecords = True + + @Progression + { + // Disable First Tutorial Contracts + @DisableTutorialContracts = True + + // Disable First Progression Contracts + @DisableProgressionContracts = True + } // Disable Asteroid retrieval Contracts @ARM @@ -122,4 +122,4 @@ @MaximumExistent = 0 @Rarity = 0 } -} \ No newline at end of file +} diff --git a/GameData/StockNoContracts/StockNoContracts.version b/GameData/StockNoContracts/StockNoContracts.version index 02b1f76..8af5ac9 100644 --- a/GameData/StockNoContracts/StockNoContracts.version +++ b/GameData/StockNoContracts/StockNoContracts.version @@ -2,21 +2,21 @@ "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":0,"BUILD":0}, + "DOWNLOAD": "https://kerbalstuff.com/mod/897/StockNoContracts", + "VERSION":{"MAJOR":1,"MINOR":0,"PATCH":1,"BUILD":0}, "KSP_VERSION": { "MAJOR": 1, "MINOR": 0, - "PATCH": 2 + "PATCH": 5 }, "KSP_VERSION_MIN": { "MAJOR": 1, "MINOR": 0, - "PATCH": 0 + "PATCH": 5 }, "KSP_VERSION_MAX": { "MAJOR": 1, "MINOR": 0, "PATCH": -1 } -} \ No newline at end of file +} diff --git a/README.md b/README.md index b4e552f..edb3b24 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ #### StockNoContracts -#### A plugin for Kerbal Space Program 1.0.2 +#### A plugin for Kerbal Space Program 1.0.X #### Copyright 2015 Malah This is free and unencumbered software released into the public domain. @@ -24,6 +24,10 @@ You need to delete the StockNoContracts folder in your KSP/GameData folder. #### Changelog +v1.01 - 2015.11.11 +* Update ModuleManager to 2.6.13, +* Update to KSP 1.0.5 + v1.00 - 2015.06.05 * First release @@ -36,6 +40,7 @@ v1.00 - 2015.06.05 #### Links -* http://forum.kerbalspaceprogram.com/threads/99869 +* http://forum.kerbalspaceprogram.com/threads/99869#StockNoContracts +* https://kerbalstuff.com/mod/897/StockNoContracts * https://github.com/malahx/StockNoContracts * ModuleManager: http://forum.kerbalspaceprogram.com/threads/55219 diff --git a/StockNoContracts.version b/StockNoContracts.version index 02b1f76..8af5ac9 100644 --- a/StockNoContracts.version +++ b/StockNoContracts.version @@ -2,21 +2,21 @@ "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":0,"BUILD":0}, + "DOWNLOAD": "https://kerbalstuff.com/mod/897/StockNoContracts", + "VERSION":{"MAJOR":1,"MINOR":0,"PATCH":1,"BUILD":0}, "KSP_VERSION": { "MAJOR": 1, "MINOR": 0, - "PATCH": 2 + "PATCH": 5 }, "KSP_VERSION_MIN": { "MAJOR": 1, "MINOR": 0, - "PATCH": 0 + "PATCH": 5 }, "KSP_VERSION_MAX": { "MAJOR": 1, "MINOR": 0, "PATCH": -1 } -} \ No newline at end of file +}