Skip to content

Commit

Permalink
change how probecontrolroom patch is applied
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Feb 7, 2023
1 parent f66e0da commit b6898c8
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions GameData/DE_IVAExtension/DE_ProbeControlRoom.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
@PART[*]:HAS[@INTERNAL[MissionControl_ASET]]:NEEDS[DE_IVAExtension]:Final
@PART[*]:HAS[@MODULE[ModuleCommand],!INTERNAL[*]]:FOR[DE_IVAExtension]
{
@INTERNAL[MissionControl_ASET]
{
@name = DE_MissionControl }
}
MODULE
{
name = ProbeControlRoomPart
seatTransformName = CameraPosition
}

MODULE
{
name = RasterPropMonitorComputer
}

INTERNAL
{
name = DE_MissionControl
}
}

0 comments on commit b6898c8

Please sign in to comment.