Skip to content

Commit

Permalink
Merge pull request #67 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
2017.01.04 Release
  • Loading branch information
BobPalmer committed Jan 5, 2017
2 parents 8790661 + ccd3b8c commit a17ffb7
Show file tree
Hide file tree
Showing 17 changed files with 176 additions and 72 deletions.
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8.8 - 2017.01.01
-------------------
Dependency Updates

0.8.7 - (KSP 1.2.2)
-------------------
Updates for KSP 1.2.2
Expand Down
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll.mdb
Binary file not shown.
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":8,
"PATCH":7,
"PATCH":8,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
43 changes: 41 additions & 2 deletions FOR_RELEASE/GameData/CommunityResourcePack/Asteroid.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,37 @@
lowRange = 50
highRange = 75
}

MODULE
{
name = ModuleAsteroidResource
resourceName = Silicates
presenceChance = 80
lowRange = 50
highRange = 75
}
MODULE
{
name = ModuleAsteroidResource
resourceName = Hydrates
presenceChance = 80
lowRange = 50
highRange = 75
}
MODULE
{
name = ModuleAsteroidResource
resourceName = Minerals
presenceChance = 25
lowRange = 1
highRange = 10
}
MODULE
{
name = ModuleAsteroidResource
resourceName = Gypsum
presenceChance = 25
lowRange = 1
highRange = 10
}

MODULE
Expand Down Expand Up @@ -72,6 +95,23 @@
highRange = 10
}

MODULE
{
name = ModuleAsteroidResource
resourceName = ExoticMinerals
presenceChance = 80
lowRange = 1
highRange = 30
}
MODULE
{
name = ModuleAsteroidResource
resourceName = RareMetals
presenceChance = 80
lowRange = 1
highRange = 30
}

MODULE
{
name = ModuleAsteroidResource
Expand All @@ -89,5 +129,4 @@
presenceChance = 100
resourceName = Rock
}

}
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
}
}
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.5 - (2017.01.01)
--------------------
Updated asteroid and scanner settings

0.6.4 - (KSP 1.2.2)
-------------------
Added Decaborane as a resource
Expand Down
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":6,
"PATCH":4,
"PATCH":5,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
13 changes: 13 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CommonResources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ RESOURCE_DEFINITION
volume = 1
}


RESOURCE_DEFINITION
{
name = Dirt
Expand Down Expand Up @@ -525,6 +526,18 @@ RESOURCE_DEFINITION
volume = 1
}

RESOURCE_DEFINITION
{
name = ResourceLode
density = 0.005
flowMode = ALL_VESSEL
transfer = NONE
unitCost = 250
isTweakable = true
isVisible = true
volume = 1
}

RESOURCE_DEFINITION
{
name = DepletedUranium // Depleted fuel to preserve mass when burned, can be recycled
Expand Down
101 changes: 101 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/SurfaceScanner.cfg
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
}


}
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/Firespitter/Firespitter.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"VERSION": {
"MAJOR": 7,
"MINOR": 5,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION":{
"MAJOR":1,
Expand Down
Binary file modified FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll.mdb
Binary file not shown.
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/UmbraSpaceIndustries/ART/ART.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":9,
"PATCH":5,
"PATCH":6,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/ART/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.6 - 2017.01.01
-------------------
Dependency Updates

0.9.5 - (KSP 1.2.2)
-------------------
Updates for KSP 1.2.2
Expand Down
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.4 - 2017.01.01
-------------------
All USI reactors now include a fill-cap of 95% to leave some headroom for solar panels.

0.3.5 - (KSP 1.2.2)
-------------------
Updates for KSP 1.2.2
Expand Down
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":3,
"PATCH":5,
"PATCH":6,
"BUILD":0
},
"KSP_VERSION":{
Expand Down

0 comments on commit a17ffb7

Please sign in to comment.