Skip to content

Commit

Permalink
WBT Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-125 committed Apr 23, 2017
1 parent 26aa062 commit 62d188b
Show file tree
Hide file tree
Showing 13 changed files with 192 additions and 14 deletions.
Expand Up @@ -15,5 +15,8 @@ PROP
lightName = CockpitLight
buttonColorOff = 1,1,1
buttonColorOn = 0,0,1
setLightColor = true
primaryLightColor = 1,1,1
secondaryLightColor = 0,0,1
}
}
3 changes: 3 additions & 0 deletions GameData/WildBlueIndustries/000WildBlueTools/Readme.txt
Expand Up @@ -6,6 +6,9 @@ A KSP mod that provides common functionality for mods by Wild Blue Industries.

Copy the contents of the mod's GameData directory into your GameData folder.

1.18
- Experiments can now check the entire vessel via their "checkVesselResources" flag, to see if there are enough resources to complete the experiment.

1.17
- Added a Tweakscale patch for the plasma screens. Thanks for the patch, Violet_Wyvern!
- S.A.F.E.R. : The Safe Affordable Fission Engine for Rovers generates ElectricCharge for your spacecraft needs. It is based upon the real-world SAFE - 400 reactor created by NASA.
Expand Down
Expand Up @@ -11,7 +11,7 @@
"VERSION":
{
"MAJOR":1,
"MINOR":15,
"MINOR":18,
"PATCH":0
},
"KSP_VERSION":
Expand Down
2 changes: 1 addition & 1 deletion GameData/WildBlueIndustries/MOLE/MOLE.version
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":1,
"MINOR":6,
"PATCH":0,
"PATCH":5,
"BUILD":0
},
"KSP_VERSION":
Expand Down
14 changes: 7 additions & 7 deletions GameData/WildBlueIndustries/MOLE/ModuleManagerPatches/MM_EL.cfg
@@ -1,45 +1,45 @@

@PART[WBI_MOH18]:NEEDS[ExtraplanetaryLaunchpads]
@PART[WBI_MOH18]:NEEDS[Launchpad]
{
MODULE {
name = ExWorkshop
ProductivityFactor = 0.3
}
}

@PART[WBI_StationHub2]:NEEDS[ExtraplanetaryLaunchpads]
@PART[WBI_StationHub2]:NEEDS[Launchpad]
{
MODULE {
name = ExWorkshop
ProductivityFactor = 0.25
}
}

@PART[WBI_MOBL18]:NEEDS[ExtraplanetaryLaunchpads]
@PART[WBI_MOBL18]:NEEDS[Launchpad]
{
MODULE {
name = ExWorkshop
ProductivityFactor = 0.3
}
}

@PART[WBI_Mole182]:NEEDS[ExtraplanetaryLaunchpads]
@PART[WBI_Mole182]:NEEDS[Launchpad]
{
MODULE {
name = ExWorkshop
ProductivityFactor = 0.5
}
}

@PART[WBI_BOW]:NEEDS[ExtraplanetaryLaunchpads]
@PART[WBI_BOW]:NEEDS[Launchpad]
{
MODULE {
name = ExWorkshop
ProductivityFactor = 5
}
}

BOW:NEEDS[ExtraplanetaryLaunchpads]
BOW:NEEDS[Launchpad]
{
author = Angel-125
name = Smelter
Expand Down Expand Up @@ -162,7 +162,7 @@ BOW:NEEDS[ExtraplanetaryLaunchpads]
}
}
BOW:NEEDS[ExtraplanetaryLaunchpads]
BOW:NEEDS[Launchpad]
{
author = Angel-125
name = Partshop
Expand Down
2 changes: 1 addition & 1 deletion GameData/WildBlueIndustries/MOLE/Parts/Science/MOBL18.cfg
Expand Up @@ -128,7 +128,7 @@ PART
{
name = WBIModuleWetWorkshop
hideObjects = evaElements
hideObjectsForTemplates = LFO;CryoFuel
hideObjectsForTemplates = LFO;Cryo
}
MODULE:NEEDS[Pathfinder]
Expand Down
2 changes: 1 addition & 1 deletion GameData/WildBlueIndustries/MOLE/Parts/Science/Mole18.cfg
Expand Up @@ -156,7 +156,7 @@ PART
{
name = WBIModuleWetWorkshop
hideObjects = evaElements
hideObjectsForTemplates = LFO;CryoFuel
hideObjectsForTemplates = LFO;Cryo
}

MODULE:NEEDS[KIS]
Expand Down
171 changes: 170 additions & 1 deletion GameData/WildBlueIndustries/MOLE/Parts/Titan/Coach500.cfg
Expand Up @@ -74,7 +74,7 @@ PART
defaultTemplate = Science
//name of the template nodes to use
templateNodes = COACH_SCIENCE;COACH_COMMNET;STORAGE_TEMPLATE
templateNodes = COACH_SCIENCE2;COACH_COMMNET;STORAGE_TEMPLATE
templateTypes = Storage
//Determines if the module allows in-field reconfiguring
Expand All @@ -98,4 +98,173 @@ PART
name = WBIResourceDistributor
}

}

COACH_SCIENCE
{
name = Science
author = Angel-125
shortName = Science!
title = Science!
logoPanel = WildBlueIndustries/MOLE/Decals/MOLELab
glowPanel = WildBlueIndustries/MOLE/Decals/MOLELab
description = This kit is used to transport various science experiments to another vessel or to bring them back to Kerbin to reap the rewards. In the VAB/SPH, you can open the experiment manifest window to select one of the experiment slots, and then choose an experiment from the available list. In flight, you can transfer experiments into and out of the Coach to any part that supports an experiment manifest. If an experiment has been completed, it can only be tranfered one last time, so be sure to make the right choice. This kit can hold up to four science experiments.

MODULE
{
name = WBIModuleScienceExperiment
experimentID = WBIEmptyExperiment
defaultExperiment = WBIEmptyExperiment
experimentActionName = Do Nothing
resetActionName = Reset Nothing
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
xmitDataScalar = 0.0001
dataIsCollectable = False
interactionRange = 1.2
rerunnable = False
resettable = False
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}

MODULE
{
name = WBIModuleScienceExperiment
experimentID = WBIEmptyExperiment
defaultExperiment = WBIEmptyExperiment
experimentActionName = Do Nothing
resetActionName = Reset Nothing
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
xmitDataScalar = 0.0001
dataIsCollectable = False
interactionRange = 1.2
rerunnable = False
resettable = False
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}

MODULE
{
name = WBIModuleScienceExperiment
experimentID = WBIEmptyExperiment
defaultExperiment = WBIEmptyExperiment
experimentActionName = Do Nothing
resetActionName = Reset Nothing
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
xmitDataScalar = 0.0001
dataIsCollectable = False
interactionRange = 1.2
rerunnable = False
resettable = False
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}

MODULE
{
name = WBIModuleScienceExperiment
experimentID = WBIEmptyExperiment
defaultExperiment = WBIEmptyExperiment
experimentActionName = Do Nothing
resetActionName = Reset Nothing
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
xmitDataScalar = 0.0001
dataIsCollectable = False
interactionRange = 1.2
rerunnable = False
resettable = False
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}

MODULE
{
name = WBIModuleScienceExperiment
experimentID = WBIEmptyExperiment
defaultExperiment = WBIEmptyExperiment
experimentActionName = Do Nothing
resetActionName = Reset Nothing
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
xmitDataScalar = 0.0001
dataIsCollectable = False
interactionRange = 1.2
rerunnable = False
resettable = False
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}

MODULE
{
name = WBIModuleScienceExperiment
experimentID = WBIEmptyExperiment
defaultExperiment = WBIEmptyExperiment
experimentActionName = Do Nothing
resetActionName = Reset Nothing
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
xmitDataScalar = 0.0001
dataIsCollectable = False
interactionRange = 1.2
rerunnable = False
resettable = False
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}

MODULE
{
name = WBIModuleScienceExperiment
experimentID = WBIEmptyExperiment
defaultExperiment = WBIEmptyExperiment
experimentActionName = Do Nothing
resetActionName = Reset Nothing
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
xmitDataScalar = 0.0001
dataIsCollectable = False
interactionRange = 1.2
rerunnable = False
resettable = False
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}

MODULE
{
name = WBIModuleScienceExperiment
experimentID = WBIEmptyExperiment
defaultExperiment = WBIEmptyExperiment
experimentActionName = Do Nothing
resetActionName = Reset Nothing
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
xmitDataScalar = 0.0001
dataIsCollectable = False
interactionRange = 1.2
rerunnable = False
resettable = False
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}

MODULE
{
name = WBIExperimentManifest
defaultExperiment = WBIEmptyExperiment
}
}
2 changes: 1 addition & 1 deletion GameData/WildBlueIndustries/MOLE/Parts/Utility/BOW.cfg
Expand Up @@ -302,7 +302,7 @@ PART
{
name = WBIModuleWetWorkshop
hideObjects = EVAElements
hideObjectsForTemplates = LFO;CryoFuel
hideObjectsForTemplates = LFO;Cryo
}

MODULE
Expand Down
2 changes: 1 addition & 1 deletion GameData/WildBlueIndustries/MOLE/Parts/Utility/MOH18.cfg
Expand Up @@ -110,7 +110,7 @@ PART
{
name = WBIModuleWetWorkshop
hideObjects = evaElements
hideObjectsForTemplates = LFO;CryoFuel
hideObjectsForTemplates = LFO;Cryo
}
MODULE:NEEDS[KIS]
Expand Down
3 changes: 3 additions & 0 deletions GameData/WildBlueIndustries/MOLE/Readme.txt
Expand Up @@ -29,6 +29,9 @@ Copy the contents of the zip file to your GameData directory. Be sure to overwri

---REVISION HISTORY---

1.6.5
- WBT Update

1.6.0
New Part
- S.A.F.E.R. : The Safe Affordable Fission Engine with Radiators generates ElectricCharge for your spacecraft needs. It is based upon the real-world SAFE - 400 reactor created by NASA.
Expand Down
Binary file modified MoleUtils/obj/Debug/MoleUtils.dll
Binary file not shown.
Binary file modified MoleUtils/obj/Debug/MoleUtils.pdb
Binary file not shown.

0 comments on commit 62d188b

Please sign in to comment.