-
Notifications
You must be signed in to change notification settings - Fork 11
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
84 changed files
with
878 additions
and
260 deletions.
There are no files selected for viewing
Binary file removed
BIN
-28 KB
GameData/WildBlueIndustries/000ABARISBridgeDoNotDelete/BARISBridge.dll
Binary file not shown.
Binary file removed
BIN
-10.4 KB
GameData/WildBlueIndustries/000ABARISBridgeDoNotDelete/BARISBridge.dll.mdb
Binary file not shown.
Binary file removed
BIN
-9.86 KB
GameData/WildBlueIndustries/000ABARISBridgeDoNotDelete/BARISBridge.pdb
Binary file not shown.
38 changes: 38 additions & 0 deletions
38
GameData/WildBlueIndustries/000WildBlueTools/Experiments/MultiBiomeExteriment.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,38 @@ | ||
EXPERIMENT_DEFINITION | ||
{ | ||
id = WBIBiomeResearchExperiment | ||
title = Core Sample Experiment | ||
baseValue = 5 | ||
scienceCap = 50 | ||
dataScale = 3 | ||
requireAtmosphere = False | ||
situationMask = 3 | ||
biomeMask = 3 | ||
|
||
description = Check out the local environment, they said. See the world, they said. We'd rather be sailing. | ||
mass = 0.01 | ||
techRequired = spaceExploration | ||
tags = basic | ||
minCrew = 1 | ||
requiredResources = LabTime,36 | ||
situations = ORBITING;LANDED;SPLASHED | ||
RESULTS | ||
{ | ||
default = Soil samples suggest some kind of volcanic activity in the distant past. | ||
default = These core samples seem to have two different compositions that indicate that some resources come from asteroid impacts. | ||
default = The core sample was contaminated, but the surrounding landscape has an interesting tectonic history. Numerous cracks in the ground indicate several faults in the area. | ||
default = Layers of sedimentary rock in the core sample indicate that water once flowed in this area. Perhaps there is water in an underground aquifer. | ||
default = This core sample has hematite spherules, popularly known as "blueberries" throughout the strata. They also taste terrible when added to pancakes. | ||
default = You find perchlorate salt deposits in the core sample. Perhaps there is water somewhere else in the area. | ||
default = The core samples contain basalt along with traces of gypsum, kieserite, opaline silica, and phyllosilicates. This seems to be pretty common for this area. | ||
default = A core sample from this area has a high percentage of clay. | ||
default = There appear to be flecks of a strange blue substance in the core samples. Spectral analysis hasn't been able to identify the substance, and it glows in certain lights. | ||
default = A layer of iron oxide in the core samples of this area suggests that an asteroid impacted the area. | ||
default = Several core samples consist of volcanic rock, suggesting volcanic activity in this region. | ||
default = There are traces of gold in the core sample. Gold rush, anyone? | ||
default = Somebody ate the core sample, it looked like layered chocolate cake. | ||
default = The sample has precursor chemicals necessary for life to occur. Perhaps there is some kind of life somewhere else in the region? | ||
default = This unassuming core sample contains rock, soil, and dust- not unlike regolith! | ||
} | ||
} |
Binary file modified
BIN
+81 Bytes
(100%)
...ata/WildBlueIndustries/000WildBlueTools/Parts/@thumbs/WBI.Buckboard-1k_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
+26.1 KB
...ata/WildBlueIndustries/000WildBlueTools/Parts/@thumbs/WBI.Buckboard-2k_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.6 KB
...ata/WildBlueIndustries/000WildBlueTools/Parts/@thumbs/WBI.Buckboard-3k_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.1 KB
...ata/WildBlueIndustries/000WildBlueTools/Parts/@thumbs/WBI.Buckboard-6k_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
+63.4 KB
GameData/WildBlueIndustries/000WildBlueTools/Parts/@thumbs/WBI.MicroISRU_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 modified
BIN
+761 Bytes
(100%)
GameData/WildBlueIndustries/000WildBlueTools/Parts/@thumbs/WBI.SAFER_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 modified
BIN
+13.5 KB
(100%)
GameData/WildBlueIndustries/000WildBlueTools/Plugins/WildBlueTools.dll
Binary file not shown.
Binary file modified
BIN
+8.23 KB
(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
26 changes: 26 additions & 0 deletions
26
GameData/WildBlueIndustries/000WildBlueTools/Templates/AnomalyResources/AnomalyResources.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// You can specify one or more resources that are associated with an anomaly (a static game object marked as an anomaly, like a monolith). | ||
// WBIModuleResourceHarvester will mine the resources if in close proximity to the anomaly. | ||
ANOMALY_RESOURCE | ||
{ | ||
// Name of the anomaly | ||
name = Monolith00 | ||
|
||
// Name of the resource that the anomaly has. | ||
resourceName = Graviolium | ||
|
||
// Optional. Minimum abundance of the anomaly's resource. The actual abundance depends upon this value and maxAbundance. | ||
// If specified, then the anomaly has an unlimited amount of the resournce. | ||
minAbundance = 0.001 | ||
|
||
// Optional. The maximum abundance of the anomaly's resource. The actual value is between minAbundance and maxAbundance. | ||
// If specified, then the anomaly has an unlimited amount of the resournce. | ||
maxAbundance = 0.1 | ||
|
||
// Optional. The minimum amount of resource that the anomaly has. The actual amount depends upon this value and maxAmount. | ||
// If specified, then the anomaly has a limited supply of the resource. Once exhausted the resource will no longer be harvested unless the node contains minAbundance/maxAbundance. | ||
minAmount = 1000 | ||
|
||
// Optional. The maximum amount of resource that the anomaly has. The actual amount is between minAmount and maxAmount. | ||
// If specified, then the anomaly has a limited supply of the resource. Once exhausted the resource will no longer be harvested unless the node contains minAbundance/maxAbundance. | ||
maxAmount = 5000 | ||
} |
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
165 changes: 165 additions & 0 deletions
165
GameData/WildBlueIndustries/MOLE/Deprecated/Mk1Cupola.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,165 @@ | ||
PART | ||
{ | ||
// --- general parameters --- | ||
name = wbiMk1Cupola | ||
module = Part | ||
author = Angel-125 | ||
|
||
// --- asset parameters --- | ||
rescaleFactor = 1 | ||
|
||
MODEL | ||
{ | ||
model = WildBlueIndustries/MOLE/Assets/Mk1Cupola | ||
} | ||
|
||
// --- node definitions --- | ||
node_stack_top = 0.0, 0.62444, 0.0, 0.0, 1.0, 0.0, 0 | ||
node_stack_bottom = 0.0, -0.375, 0.0, 0.0, -1.0, 0.0, 2 | ||
node_attach = 0.0, -0.375, 0.0, 0.0, -1.0, 0.0, 2 | ||
|
||
// --- editor parameters --- | ||
TechRequired = spaceExploration | ||
TechHidden = true | ||
entryCost = 0 | ||
cost = 2500 | ||
category = none | ||
subcategory = 0 | ||
title = Mk1 Cupola | ||
manufacturer = Wild Blue Industries | ||
description = This cupola provides unprecedented views to the outside world and even has some command functionality. Or it's a great place to pack a bunch of stuff. | ||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 1,1,1,1,1 | ||
// --- standard part parameters --- | ||
mass = 0.6875 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.3 | ||
angularDrag = 2 | ||
crashTolerance = 6 | ||
breakingForce = 2500 | ||
breakingTorque = 2500 | ||
maxTemp = 1500 | ||
skinMaxTemp = 2300 | ||
fuelCrossFeed = True | ||
CrewCapacity = 1 | ||
INTERNAL | ||
{ | ||
name = wbiMk1CupolaIVA | ||
} | ||
MODULE | ||
{ | ||
name = ModuleCommand | ||
minimumCrew = 1 | ||
} | ||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
amount = 50 | ||
maxAmount = 50 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleReactionWheel | ||
PitchTorque = 5 | ||
YawTorque = 5 | ||
RollTorque = 5 | ||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
rate = 0.24 | ||
} | ||
} | ||
MODULE | ||
{ | ||
name = ModuleAnimateGeneric | ||
animationName = CupolaLights | ||
actionGUIName = Toggle Lights | ||
startEventGUIName = Lights On | ||
endEventGUIName = Lights Off | ||
defaultActionGroup = Light | ||
} | ||
MODULE | ||
{ | ||
name = ModuleScienceExperiment | ||
experimentID = crewReport | ||
experimentActionName = #autoLOC_502009 //#autoLOC_502009 = Crew Report | ||
resetActionName = #autoLOC_502010 //#autoLOC_502010 = Discard Crew Report | ||
reviewActionName = #autoLOC_502200 //#autoLOC_502200 = Review Report | ||
useStaging = False | ||
useActionGroups = True | ||
hideUIwhenUnavailable = True | ||
rerunnable = True | ||
xmitDataScalar = 1.0 | ||
usageReqMaskInternal = 5 | ||
usageReqMaskExternal = -1 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleScienceContainer | ||
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data | ||
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments | ||
evaOnlyStorage = True | ||
storageRange = 1.3 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleDataTransmitter | ||
antennaType = INTERNAL | ||
packetInterval = 1.0 | ||
packetSize = 2 | ||
packetResourceCost = 12.0 | ||
requiredResource = ElectricCharge | ||
antennaPower = 5000 | ||
optimumRange = 2500 | ||
packetFloor = .1 | ||
packetCeiling = 5 | ||
} | ||
MODULE:NEEDS[KIS] | ||
{ | ||
name = ModuleKISInventory | ||
maxVolume = 700 | ||
externalAccess = true | ||
internalAccess = true | ||
slotsX = 3 | ||
slotsY = 3 | ||
slotSize = 50 | ||
itemIconResolution = 128 | ||
selfIconResolution = 128 | ||
openSndPath = KIS/Sounds/containerOpen | ||
closeSndPath = KIS/Sounds/containerClose | ||
defaultMoveSndPath = KIS/Sounds/itemMove | ||
} | ||
MODULE | ||
{ | ||
name = ModuleInventoryPart | ||
InventorySlots = 3 | ||
packedVolumeLimit = 200 | ||
} | ||
RESOURCE | ||
{ | ||
name = MonoPropellant | ||
amount = 10 | ||
maxAmount = 10 | ||
} | ||
} |
Oops, something went wrong.