-
Notifications
You must be signed in to change notification settings - Fork 38
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 #282 from BobPalmer/main
Thumbs and Resources
- Loading branch information
Showing
18 changed files
with
351 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
FOR_RELEASE/GameData/UmbraSpaceIndustries/Karbonite/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
Binary file added
BIN
+41.2 KB
...meData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.AtmScoop.125.01_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+36.5 KB
...GameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Engine.125.01_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+54.2 KB
...GameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Engine.250.01_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+28.9 KB
...ameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Jet.PropFan.01_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+36.4 KB
...ameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Jet.PropFan.02_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.8 KB
...ameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Jet.PropFan.03_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+23.9 KB
...GameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Jet.Radial.01_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+44.3 KB
.../GameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Jet.Stack.01_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+41.4 KB
...E/GameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Tank.125.02_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+36.7 KB
...E/GameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Tank.125.03_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.8 KB
...E/GameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Tank.125.04_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+43.2 KB
...E/GameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Tank.250.01_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.3 KB
...ameData/UmbraSpaceIndustries/Karbonite/Parts/@thumbs/KA.Tank.Radial.01_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions
11
FOR_RELEASE/GameData/UmbraSpaceIndustries/Karbonite/ResourceConfigs/AsteroidResources.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,11 @@ | ||
@PART[PotatoRoid] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleAsteroidResource | ||
resourceName = Karbonite | ||
presenceChance = 25 | ||
lowRange = 50 | ||
highRange = 75 | ||
} | ||
} |
197 changes: 197 additions & 0 deletions
197
FOR_RELEASE/GameData/UmbraSpaceIndustries/Karbonite/ResourceConfigs/Karbonite.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,197 @@ | ||
// | ||
// Community Resource Pack | ||
// Resource: | ||
// | ||
//Resource types: | ||
// 0 = Crustal (Stuff you dig up) | ||
// 1 = Oceanic (Stuff in the oceans) | ||
// 2 = Atmospheric (Stuff in the air, varies with pressure) | ||
// 3 = Interplanetary (Stuff you find between planets) | ||
// | ||
//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! | ||
// | ||
|
||
GLOBAL_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 0 | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 70 | ||
MinAbundance = .001 | ||
MaxAbundance = 10 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} | ||
|
||
GLOBAL_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 1 | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 80 | ||
MinAbundance = 5 // 1 - Relative atmospheric scaling applied | ||
MaxAbundance = 50 // 10 - Relative atmospheric scaling applied | ||
Variance = 20 | ||
Dispersal = 3 | ||
} | ||
} | ||
|
||
GLOBAL_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 2 | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 80 | ||
MinAbundance = .001 | ||
MaxAbundance = 5 // 1 - Relative atmospheric scaling applied | ||
Variance = 50 //Karbonite plumes venting | ||
Dispersal = 3 | ||
} | ||
} | ||
GLOBAL_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 3 | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 20 | ||
MinAbundance = .001 | ||
MaxAbundance = 50 // 0.5 - Relative atmospheric scaling applied | ||
MinAltitude = .2 | ||
MaxAltitude = 2 | ||
MinRange = .01 | ||
MaxRange = .5 | ||
} | ||
} | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 2 | ||
PlanetName = Jool | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = 100 // 80 - Relative atmospheric scaling applied | ||
MaxAbundance = 100 // 80 - Relative atmospheric scaling applied | ||
Variance = 50 | ||
} | ||
} | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 1 | ||
PlanetName = Eve | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = 75 // 60 - Relative atmospheric scaling applied | ||
MaxAbundance = 75 //60 - Relative atmospheric scaling applied | ||
Variance = 10 | ||
} | ||
} | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 0 | ||
PlanetName = Kerbin | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = 2 | ||
MaxAbundance = 2 | ||
Variance = 10 | ||
} | ||
} | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 1 | ||
PlanetName = Kerbin | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = .001 | ||
MaxAbundance = .001 | ||
Variance = 10 | ||
} | ||
} | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 2 | ||
PlanetName = Kerbin | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = .001 | ||
MaxAbundance = .001 | ||
Variance = 10 | ||
} | ||
} | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 3 | ||
PlanetName = Kerbin | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = .001 // 0.001 - Relative atmospheric scaling applied | ||
MaxAbundance = .001 // 0.001 - Relative atmospheric scaling applied | ||
MinAltitude = .245 | ||
MaxAltitude = .245 | ||
MinRange = .01 | ||
MaxRange = .01 | ||
} | ||
} | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 0 | ||
PlanetName = Jool | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 0 | ||
MinAbundance = 0 | ||
MaxAbundance = 0 | ||
Variance = 0 | ||
Dispersal = 0 | ||
} | ||
} | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Karbonite | ||
ResourceType = 3 | ||
PlanetName = Jool | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = 100 // 1 - Relative atmospheric scaling applied | ||
MaxAbundance = 100 // 1 - Relative atmospheric scaling applied | ||
MinAltitude = .1 | ||
MaxAltitude = .1 | ||
MinRange = .1 | ||
MaxRange = .1 | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
FOR_RELEASE/GameData/UmbraSpaceIndustries/Karbonite/ResourceConfigs/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,11 @@ | ||
@PART[SurfaceScanner] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleResourceScanner | ||
ScannerType = 0 | ||
ResourceName = Karbonite | ||
MaxAbundanceAltitude = 1000 | ||
RequiresUnlock = false | ||
} | ||
} |
126 changes: 126 additions & 0 deletions
126
FOR_RELEASE/GameData/UmbraSpaceIndustries/KarbonitePlus/Parts/KA_Drills_MM.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,126 @@ | ||
@PART[KA_Drill_Radial_04] | ||
{ | ||
MODULE | ||
{ | ||
name = USI_Harvester | ||
HarvesterType = 0 | ||
Efficiency = .2 | ||
ResourceName = Karborundum | ||
ConverterName = Karborundum Drill | ||
StartActionName = Start Karborundum Drill | ||
StopActionName = Stop Karborundum Drill | ||
|
||
AutoShutdown = true | ||
SpecialistEfficiencyFactor = 0.2 | ||
SpecialistBonusBase = 0.05 | ||
EfficiencyBonus = 1 | ||
GeneratesHeat = true | ||
|
||
TemperatureModifier | ||
{ | ||
key = 0 10000 | ||
key = 250 5000 | ||
key = 500 2500 | ||
key = 750 250 | ||
key = 1000 0 | ||
} | ||
ThermalEfficiency | ||
{ | ||
key = 0 0.1 | ||
key = 250 .1 | ||
key = 500 1 | ||
key = 750 .1 | ||
key = 1000 0 | ||
} | ||
|
||
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 2 | ||
} | ||
} | ||
} | ||
|
||
@PART[KA_Drill_Radial_01] | ||
{ | ||
MODULE | ||
{ | ||
name = USI_Harvester | ||
HarvesterType = 0 | ||
Efficiency = 1 | ||
ResourceName = Karborundum | ||
ConverterName = Karborundum Drill | ||
StartActionName = Start Karborundum Drill | ||
StopActionName = Stop Karborundum Drill | ||
|
||
AutoShutdown = true | ||
SpecialistEfficiencyFactor = 0.2 | ||
SpecialistBonusBase = 0.05 | ||
EfficiencyBonus = 1 | ||
GeneratesHeat = true | ||
|
||
TemperatureModifier | ||
{ | ||
key = 0 10000 | ||
key = 250 5000 | ||
key = 500 2500 | ||
key = 750 250 | ||
key = 1000 0 | ||
} | ||
ThermalEfficiency | ||
{ | ||
key = 0 0.1 | ||
key = 250 .1 | ||
key = 500 1 | ||
key = 750 .1 | ||
key = 1000 0 | ||
} | ||
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 6 | ||
} | ||
} | ||
} | ||
|
||
@PART[KA_Drill_125_01] | ||
{ | ||
MODULE | ||
{ | ||
name = USI_Harvester | ||
HarvesterType = 0 | ||
Efficiency = 1 | ||
ResourceName = Karborundum | ||
ConverterName = Karborundum Drill | ||
StartActionName = Start Karborundum Drill | ||
StopActionName = Stop Karborundum Drill | ||
|
||
AutoShutdown = true | ||
SpecialistEfficiencyFactor = 0.2 | ||
SpecialistBonusBase = 0.05 | ||
EfficiencyBonus = 1 | ||
GeneratesHeat = true | ||
|
||
TemperatureModifier | ||
{ | ||
key = 0 10000 | ||
key = 250 5000 | ||
key = 500 2500 | ||
key = 750 250 | ||
key = 1000 0 | ||
} | ||
ThermalEfficiency | ||
{ | ||
key = 0 0.1 | ||
key = 250 .1 | ||
key = 500 1 | ||
key = 750 .1 | ||
key = 1000 0 | ||
} | ||
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 6 | ||
} | ||
} | ||
} |