-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
185 additions
and
44 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1 KB
(100%)
GameData/WildBlueIndustries/000WildBlueTools/Plugins/WildBlueTools.dll
Binary file not shown.
Binary file modified
BIN
+524 Bytes
(100%)
GameData/WildBlueIndustries/000WildBlueTools/Plugins/WildBlueTools.pdb
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
49 changes: 15 additions & 34 deletions
49
GameData/WildBlueIndustries/000WildBlueTools/Templates/ClassicStock/Storage/OmniStorage.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,39 +1,20 @@ | ||
STORAGE_TEMPLATE | ||
//Resource combos make sure that the resources added stay in the correct ratios despite where the sliders are. For instance, | ||
//many rocket engines use a ratio of 0.45/0.55 for LiquidFuel and Oxidizer. No matter where the sliders are, the omni storage | ||
//will ensure that the resource units are automatically adjusted to follow the ratios. | ||
//You can add any number of resources, but make sure that the ratios all add up to 1.0. It also helps if the resource volumes are all the same | ||
//so that the unit volumes are also the same (5-liter units is the stock standard). | ||
//NOTE: For now, only the first combo pattern to match the resources in the omni storage will be applied. | ||
OMNIRESOURCECOMBO | ||
{ | ||
name = Omni Storage | ||
author = Angel-125 | ||
logoPanel = WildBlueIndustries/000WildBlueTools/Decals/Omni | ||
glowPanel = WildBlueIndustries/000WildBlueTools/Decals/OmniGlow | ||
description = This kit can store a wide variety of resources in varying amounts. | ||
templateTags = stowage | ||
|
||
MODULE | ||
RESOURCE | ||
{ | ||
name = WBIOmniStorage | ||
|
||
//In liters, how much can the part store. | ||
//Note: this is a standard size for a switcher capacity of 1.0 and based on | ||
//the Titan 1800 fuel tank standard (on which the templates were originally based). | ||
//Actual volume depends upon switcher's capacityFactor. | ||
storageVolume = 9000 | ||
//Adjust storage volume to account for resource switcher's capacity factor. | ||
accountForSwitcherCapacity = true | ||
|
||
//Skill required to reconfigure the container. | ||
reconfigureSkill = ConverterSkill | ||
|
||
//Minimum rank to reconfigure the container. | ||
reconfigureRank = 1 | ||
|
||
//Resource required to reconfigure the container. | ||
requiredResource = Equipment | ||
|
||
//Amount of the required resource to reconfigure the container. | ||
requiredAmount = 0 | ||
name = RHK1 | ||
ratio = 0.45 | ||
} | ||
|
||
//Blacklisted resources that can't be added to the container. | ||
//Separate by semicolon. Below is the default. | ||
resourceBlacklist = GeoEnergy;ElectroPlasma;CoreHeat;Atmosphere;CompressedAtmosphere;LabTime;ExposureTime;ScopeTime;SolarReports;SimulatorTime;GravityWaves;IntakeAir;StaticCharge;EVA Propellant;Plants | ||
RESOURCE | ||
{ | ||
name = Oxidizer | ||
ratio = 0.55 | ||
} | ||
} |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"VERSION": | ||
{ | ||
"MAJOR":1, | ||
"MINOR":78, | ||
"MINOR":79, | ||
"PATCH":0 | ||
}, | ||
"KSP_VERSION_MIN": | ||
|
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
Binary file not shown.
Binary file not shown.
Binary file not shown.