-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #161 from BobPalmer/DEVELOP
2017.01.04 release
- Loading branch information
Showing
24 changed files
with
181 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":8, | ||
"PATCH":7, | ||
"PATCH":8, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +0,0 @@ | ||
@PART[SurfaceScanner] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleAnalysisResource | ||
resourceName = Water | ||
abundance = 0 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleAnalysisResource | ||
resourceName = MetallicOre | ||
abundance = 0 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleAnalysisResource | ||
resourceName = Substrate | ||
abundance = 0 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleAnalysisResource | ||
resourceName = Minerals | ||
abundance = 0 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleAnalysisResource | ||
resourceName = Karbonite | ||
abundance = 0 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleAnalysisResource | ||
resourceName = Karborundum | ||
abundance = 0 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleAnalysisResource | ||
resourceName = Uraninite | ||
abundance = 0 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleAnalysisResource | ||
resourceName = XenonGas | ||
abundance = 0 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleAnalysisResource | ||
resourceName = ArgonGas | ||
abundance = 0 | ||
} | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":6, | ||
"PATCH":4, | ||
"PATCH":5, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
101 changes: 101 additions & 0 deletions
101
FOR_RELEASE/GameData/CommunityResourcePack/SurfaceScanner.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
@PART[SurfaceScanner] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = Dirt | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = ExoticMinerals | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = Gypsum | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = Hydrates | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = Karbonite | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = MetallicOre | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = Minerals | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = RareMetals | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = Silicates | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = Substrate | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = Uraninite | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = Water | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"VERSION": { | ||
"MAJOR": 7, | ||
"MINOR": 5, | ||
"PATCH": 0 | ||
"PATCH": 1 | ||
}, | ||
"KSP_VERSION":{ | ||
"MAJOR":1, | ||
|
Binary file not shown.
Binary file modified
BIN
+50 Bytes
(100%)
FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll.mdb
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":6, | ||
"PATCH":4, | ||
"PATCH":5, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,7 +190,7 @@ MODULE | |
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 5.25 | ||
Ratio = 0.525 | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":3, | ||
"PATCH":5, | ||
"PATCH":6, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|