-
Notifications
You must be signed in to change notification settings - Fork 47
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 #193 from BobPalmer/DEVELOP
2017.01.04 release
- Loading branch information
Showing
29 changed files
with
370 additions
and
150 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
65 changes: 0 additions & 65 deletions
65
FOR_RELEASE/GameData/CommunityResourcePack/AsteroidScannerSetup.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 |
---|---|---|
@@ -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 | ||
} | ||
|
||
|
||
} |
Binary file modified
BIN
+0 Bytes
(100%)
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Assets/NomTank.dds
Binary file not shown.
Binary file added
BIN
+341 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Assets/NomTank_N.dds
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/ChangeLog.txt
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ PART | |
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 0.175 | ||
Ratio = 0.0175 | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ PART | |
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 0.125 | ||
Ratio = 0.0125 | ||
} | ||
} | ||
} |
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":5, | ||
"PATCH":14, | ||
"PATCH":15, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|
Binary file modified
BIN
+1 KB
(100%)
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/USILifeSupport.dll
Binary file not shown.
Binary file modified
BIN
+895 Bytes
(100%)
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/USILifeSupport.dll.mdb
Binary file not shown.
Binary file modified
BIN
+2 KB
(100%)
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/USILifeSupport.pdb
Binary file not shown.
Binary file not shown.
Oops, something went wrong.