Skip to content

Commit

Permalink
Fix #8: add apex and kermantech mk3 cockpits
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Feb 16, 2024
1 parent 1826ab0 commit 5b11078
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions GameData/Reviva/1_Patches/Apex.cfg
@@ -0,0 +1,26 @@
@PART[mk3Cockpit_Shuttle]:NEEDS[Apex]:FOR[Reviva]
{
@MODULE[ModuleB9PartSwitch]:HAS[#moduleID[IVASwitch]]
{
SUBTYPE
{
name = Apex
primaryColor = Red
secondaryColor = Grey
descriptionSummary = Apex IVA
descriptionDetail = Apex IVA

MODULE
{
IDENTIFIER
{
name = ModuleIVASwitch
}
DATA
{
internalName = MK3_ApexInternals
}
}
}
}
}
26 changes: 26 additions & 0 deletions GameData/Reviva/1_Patches/Kermantech.cfg
@@ -0,0 +1,26 @@
@PART[mk3Cockpit_Shuttle]:NEEDS[Kermantech]:FOR[Reviva]
{
@MODULE[ModuleB9PartSwitch]:HAS[#moduleID[IVASwitch]]
{
SUBTYPE
{
name = Kermantech
primaryColor = Green
secondaryColor = Grey
descriptionSummary = Kermantech IVA
descriptionDetail = Kermantech IVA

MODULE
{
IDENTIFIER
{
name = ModuleIVASwitch
}
DATA
{
internalName = MK3_adv_Int
}
}
}
}
}

0 comments on commit 5b11078

Please sign in to comment.