Merge pull request #557 from Poodmund/master

Change RS+ Science part anim. strings to #LOC tags and resolve stock Satellite contract issue
pull/585/head
Poodmund 5 years ago committed by GitHub
commit d9691fa822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,24 +41,24 @@ PART
{
name = ModuleAnimateGeneric
animationName = inline-Deploy
startEventGUIName = Deploy
endEventGUIName = Close
actionGUIName = Toggle Cover
startEventGUIName = #autoLOC_502050 //#autoLOC_502050 = Deploy
endEventGUIName = #autoLOC_502051 //#autoLOC_502051 = Close
actionGUIName = #autoLOC_502052 //#autoLOC_502052 = Toggle Cover
evaDistance = 1.5
}
MODULE
{
name = ModuleScienceExperiment
experimentID = mysteryGoo
experimentActionName = Observe Mystery Goo
resetActionName = Reset Goo Canister
experimentActionName = #autoLOC_502053 //#autoLOC_502053 = Observe Mystery Goo
resetActionName = #autoLOC_502054 //#autoLOC_502054 = Reset Goo Canister
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
xmitDataScalar = 0.3
FxModules = 0
dataIsCollectable = True
collectActionName = Collect Data
collectActionName = #autoLOC_6004057 //#autoLOC_6004057 = Collect Data
interactionRange = 1.5
usageReqMaskInternal = 1
usageReqMaskExternal = 8

@ -40,17 +40,17 @@ PART
{
name = ModuleAnimateGeneric
animationName = radial-Deploy
startEventGUIName = Open Doors
endEventGUIName = Close Doors
actionGUIName = Toggle Doors
startEventGUIName = #autoLOC_502058 //#autoLOC_502058 = Open Doors
endEventGUIName = #autoLOC_502059 //#autoLOC_502059 = Close Doors
actionGUIName = #autoLOC_502060 //#autoLOC_502060 = Toggle Doors
evaDistance = 1.85
}
MODULE
{
name = ModuleScienceExperiment
experimentID = mobileMaterialsLab
experimentActionName = Observe Materials Bay
resetActionName = Reset Materials Bay
experimentActionName = #autoLOC_502061 //#autoLOC_502061 = Observe Materials Bay
resetActionName = #autoLOC_502062 //#autoLOC_502062 = Reset Materials Bay
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
@ -58,7 +58,7 @@ PART
xmitDataScalar = 0.35
FxModules = 0
dataIsCollectable = True
collectActionName = Collect Data
collectActionName = #autoLOC_6004057 //#autoLOC_6004057 = Collect Data
interactionRange = 1.85
usageReqMaskInternal = 1
usageReqMaskExternal = 8

@ -0,0 +1,16 @@
// Allows for the ReStockPlus parts to fulfill requirements for stock experiments in Satellite contracts
@Contracts:FOR[ReStockPlus]
{
@Satellite
{
@PART_REQUEST:HAS[#Part[GooExperiment]]
{
Part = restock-goocanister-625-1
}
@PART_REQUEST:HAS[#Part[science_module]]
{
Part = restock-materialbay-radial-1
}
}
}
Loading…
Cancel
Save