Skip to content

Commit

Permalink
CRP/DLL Refreshes
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed Oct 7, 2014
1 parent 870646b commit 813cf01
Show file tree
Hide file tree
Showing 16 changed files with 137 additions and 19 deletions.
10 changes: 5 additions & 5 deletions GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":0,
"MINOR":2,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":0,
"MINOR":24,
"PATCH":2
"MINOR":25,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":0,
Expand All @@ -25,7 +25,7 @@
}
"KSP_VERSION_MAX":{
"MAJOR":0,
"MINOR":24,
"PATCH":2
"MINOR":25,
"PATCH":0
}
}
22 changes: 22 additions & 0 deletions GameData/CommunityResourcePack/CommonResources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,18 @@ RESOURCE_DEFINITION
transfer = PUMP
}
RESOURCE_DEFINITION
{
name = SpareParts
density = 0.0189
flowMode = NO_FLOW
transfer = NONE
isTweakable = true
unitCost = 63
}
RESOURCE_DEFINITION
{
name = StoredCharge // Capacitor resource. Translates to Ec
Expand Down Expand Up @@ -329,6 +341,16 @@ RESOURCE_DEFINITION
isTweakable = true
}
RESOURCE_DEFINITION
{
name = Uraninite
density = 0.0275
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
unitCost = 3.5
}
RESOURCE_DEFINITION
{
name = VacuumPlasma // Free fuel for plasma engines in vacuum.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions GameData/CommunityResourcePack/Uraninite/Planetary_Uraninite.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
ORSX_PLANETARY_RESOURCE
{
name = Uranium
celestialBodyName = Dres
resourceName = Uraninite
mapUrl = CommunityResourcePack/Uraninite/Dres_Uraninite
resourceScale = LOG_SCALE
scaleFactor =1.03
scaleMultiplier = 13
displayTexture = CommunityResourcePack/Uraninite/UraninitePoint
displayThreshold = 0.0024402574769527
}
ORSX_PLANETARY_RESOURCE
{
name = Uranium
celestialBodyName = Duna
resourceName = Uraninite
mapUrl = CommunityResourcePack/Uraninite/Duna_Uraninite
resourceScale = LOG_SCALE
scaleFactor =1.03
scaleMultiplier = 13
displayTexture = CommunityResourcePack/Uraninite/UraninitePoint
displayThreshold = 0.0001
}
ORSX_PLANETARY_RESOURCE
{
name = Uranium
celestialBodyName = Gilly
resourceName = Uraninite
mapUrl = CommunityResourcePack/Uraninite/Gilly_Uraninite
resourceScale = LOG_SCALE
scaleFactor =1.03
scaleMultiplier = 13
displayTexture = CommunityResourcePack/Uraninite/UraninitePoint
displayThreshold = 0.00007
}
ORSX_PLANETARY_RESOURCE
{
name = Uranium
celestialBodyName = Kerbin
resourceName = Uraninite
mapUrl = CommunityResourcePack/Uraninite/Kerbin_Uraninite
resourceScale = LOG_SCALE
scaleFactor =1.03
scaleMultiplier = 13
displayTexture = CommunityResourcePack/Uraninite/UraninitePoint
displayThreshold = 0.01
}
ORSX_PLANETARY_RESOURCE
{
name = Uranium
celestialBodyName = Minmus
resourceName = Uraninite
mapUrl = CommunityResourcePack/Uraninite/Minmus_Uraninite
resourceScale = LOG_SCALE
scaleFactor =1.03
scaleMultiplier = 13
displayTexture = CommunityResourcePack/Uraninite/UraninitePoint
displayThreshold = 0.001
}
ORSX_PLANETARY_RESOURCE
{
name = Uranium
celestialBodyName = Moho
resourceName = Uraninite
mapUrl = CommunityResourcePack/Uraninite/Moho_Uraninite
resourceScale = LOG_SCALE
scaleFactor =1.03
scaleMultiplier = 13
displayTexture = CommunityResourcePack/Uraninite/UraninitePoint
displayThreshold = 0.0024402574769527
}
ORSX_PLANETARY_RESOURCE
{
name = Uranium
celestialBodyName = Mun
resourceName = Uraninite
mapUrl = CommunityResourcePack/Uraninite/Mun_Uraninite
resourceScale = LOG_SCALE
scaleFactor =1.03
scaleMultiplier = 13
displayTexture = CommunityResourcePack/Uraninite/UraninitePoint
displayThreshold = 0.0024402574769527
}
ORSX_PLANETARY_RESOURCE
{
name = Uranium
celestialBodyName = Pol
resourceName = Uraninite
mapUrl = CommunityResourcePack/Uraninite/Pol_Uraninite
resourceScale = LOG_SCALE
scaleFactor =1.03
scaleMultiplier = 13
displayTexture = CommunityResourcePack/Uraninite/UraninitePoint
displayThreshold = 0.0001
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified GameData/ORSX/ORSX.dll
Binary file not shown.
8 changes: 4 additions & 4 deletions GameData/ORSX/ORSX.version
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"KSP_VERSION":{
"MAJOR":0,
"MINOR":24,
"PATCH":2
"MINOR":25,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":0,
Expand All @@ -25,7 +25,7 @@
}
"KSP_VERSION_MAX":{
"MAJOR":0,
"MINOR":24,
"PATCH":2
"MINOR":25,
"PATCH":0
}
}
10 changes: 5 additions & 5 deletions GameData/UmbraSpaceIndustries/Karbonite.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":0,
"MINOR":4,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":0,
"MINOR":24,
"PATCH":2
"MINOR":25,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":0,
Expand All @@ -25,7 +25,7 @@
}
"KSP_VERSION_MAX":{
"MAJOR":0,
"MINOR":24,
"PATCH":2
"MINOR":25,
"PATCH":0
}
}
10 changes: 5 additions & 5 deletions GameData/UmbraSpaceIndustries/USI.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":0,
"MINOR":2,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":0,
"MINOR":24,
"PATCH":2
"MINOR":25,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":0,
Expand All @@ -25,7 +25,7 @@
}
"KSP_VERSION_MAX":{
"MAJOR":0,
"MINOR":24,
"PATCH":2
"MINOR":25,
"PATCH":0
}
}
Binary file modified GameData/UmbraSpaceIndustries/USITools.dll
Binary file not shown.
Binary file modified GameData/UmbraSpaceIndustries/USI_Converter.dll
Binary file not shown.

0 comments on commit 813cf01

Please sign in to comment.