Skip to content

Commit

Permalink
Configure stock lights, EVA lights, and drain valve
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Mar 9, 2024
1 parent b277836 commit f4d76ab
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 3 deletions.
20 changes: 20 additions & 0 deletions GameData/RP-1/Contracts/RP0_Contract_Resources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ RESOURCE_DEFINITION
isTweakable = true
isVisible = true
volume = 1
RESOURCE_DRAIN_DEFINITION
{
isDrainable = false
showDrainFX = false
}
}

RESOURCE_DEFINITION
Expand All @@ -20,6 +25,11 @@ RESOURCE_DEFINITION
isTweakable = true
isVisible = true
volume = 1
RESOURCE_DRAIN_DEFINITION
{
isDrainable = false
showDrainFX = false
}
}

RESOURCE_DEFINITION
Expand All @@ -32,6 +42,11 @@ RESOURCE_DEFINITION
isTweakable = true
isVisible = true
volume = 1
RESOURCE_DRAIN_DEFINITION
{
isDrainable = false
showDrainFX = false
}
}

RESOURCE_DEFINITION
Expand All @@ -44,6 +59,11 @@ RESOURCE_DEFINITION
isTweakable = true
isVisible = true
volume = 1
RESOURCE_DRAIN_DEFINITION
{
isDrainable = false
showDrainFX = false
}
}


Expand Down
6 changes: 6 additions & 0 deletions GameData/RP-1/Tree/ECM-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1460,18 +1460,21 @@
dockingPort3 = 5000, dockingAndro
dockingPortLateral = NASADock
dockingPort-Polyus = s1-dp
domeLight1 = light
elevon2 = 1
elevon3 = 1
elevon5 = 1
engineLargeSkipper = RL10A-1
engineLargeSkipper-125m = Merlin1A
evaCylinder = evaJetpack
f5jet = J85-GE-5
fairingSize1 = 1
fairingSize2 = 1
fairingSize3 = 1
fartJet = 500,RO-DerwentV
fightercockpit = 5000
fighterinlinecockpit = fightercockpit
groundAnchor = 0
ht2-MPLM = stations415m, 5000
ht2-MPLM-half = stations415m, 2500
ht2-PMA = stations305m, 2000
Expand Down Expand Up @@ -1537,6 +1540,7 @@
mk4vtol-0625-1 = 5000
mpdt-0625 = EPEX
mpdt-125 = SX3
navLight1 = light
ndsport1 = NASADock
ndsport3 = NASADock
nfa-turbofan-25-2 = Olympus593-610
Expand Down Expand Up @@ -1752,6 +1756,7 @@
spotLight1-v2 = light
spotLight2 = light
spotLight2-v2 = light
spotLight3 = light
sputnik1 = 250, Science-Core-avionicsPrototypes
squad-interstageSize3 = 1
squad-interstage-adapter = 1
Expand Down Expand Up @@ -1830,6 +1835,7 @@
sspx-utility-1875-1 = stations415m
stackDecouplerMini = 1
standardNoseCone = 1
stripLight1 = light
structuralIBeam1 = 1
structuralIBeam2 = 1
structuralIBeam3 = 1
Expand Down
74 changes: 73 additions & 1 deletion GameData/RP-1/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17054,6 +17054,14 @@
%MODULE[ModuleTagList] { tag = Instruments }

}
@PART[ReleaseValve]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 5
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[Rutherford]:FOR[xxxRP0]
{
%TechRequired = orbitalRocketry2014
Expand Down Expand Up @@ -23401,6 +23409,14 @@
RP0conf = true
@description ^=:$: <b><color=green>From Alcentar_Add-ons mod</color></b>
}
@PART[domeLight1]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 5
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[elevon2]:FOR[xxxRP0]
{
%TechRequired = unlockParts
Expand Down Expand Up @@ -23512,14 +23528,22 @@
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[evaJetpack]:FOR[xxxRP0]
@PART[evaCylinder]:FOR[xxxRP0]
{
%TechRequired = earlyLifeSupport
%cost = 1
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[evaJetpack]:FOR[xxxRP0]
{
%TechRequired = earlyLifeSupport
%cost = 10
%entryCost = 750
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[explorer_6]:FOR[xxxRP0]
{
%TechRequired = basicAvionics
Expand Down Expand Up @@ -23831,6 +23855,30 @@
%MODULE[ModuleTagList] { tag = NoResourceCostMult }

}
@PART[groundAnchor]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 5
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[groundLight1]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 1
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[groundLight2]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 1
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[hc_booster]:FOR[xxxRP0]
{
%TechRequired = unlockParts
Expand Down Expand Up @@ -25267,6 +25315,14 @@
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[navLight1]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 1
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[ndsport1]:FOR[xxxRP0]
{
%TechRequired = gridFins
Expand Down Expand Up @@ -31007,6 +31063,14 @@
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[spotLight3]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 5
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[sputnik1]:FOR[xxxRP0]
{
%TechRequired = avionicsPrototypes
Expand Down Expand Up @@ -32026,6 +32090,14 @@
RP0conf = true
@description ^=:$: <b><color=green>From Ven Stock Revamp mod</color></b>
}
@PART[stripLight1]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 1
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
}
@PART[structuralIBeam1]:FOR[xxxRP0]
{
%TechRequired = unlockParts
Expand Down
Loading

0 comments on commit f4d76ab

Please sign in to comment.