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

Commit

Permalink
v1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
malahx committed Nov 11, 2015
1 parent cb1ce36 commit 0a55e18
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 24 deletions.
Binary file removed GameData/ModuleManager.2.6.5.dll
Binary file not shown.
9 changes: 7 additions & 2 deletions GameData/StockNoContracts/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand All @@ -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
20 changes: 10 additions & 10 deletions GameData/StockNoContracts/StockNoContracts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -122,4 +122,4 @@
@MaximumExistent = 0
@Rarity = 0
}
}
}
10 changes: 5 additions & 5 deletions GameData/StockNoContracts/StockNoContracts.version
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand All @@ -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
10 changes: 5 additions & 5 deletions StockNoContracts.version
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

0 comments on commit 0a55e18

Please sign in to comment.