Skip to content

Commit

Permalink
Fix #450: add simplex centrifuge support
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Oct 20, 2024
1 parent c136a5f commit 5bd381e
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
@PART[SimplexPart_Centrifuge_Enclosed]:HAS[!MODULE[ModuleFreeIva]]:FOR[FreeIva]
{
MODULE
{
name = ModuleFreeIva
}
}

@INTERNAL[SIMPLEXcentrifuge1internal]:HAS[!MODEL]:FOR[FreeIva]
{
MODEL
{
model = AngleCanMods/SIMPLEXStationPartsHabs/Habitat/Spaces/centrifuge1internal/model
}
}

@INTERNAL[SIMPLEXcentrifuge1internal]:HAS[!MODULE[InternalModuleFreeIva]]:FOR[FreeIva]
{
MODEL
{
model = FreeIva/SIMPLEXStationPartsHabs/SIMPLEXcentrifuge1internal
}

MODULE
{
name = InternalModuleFreeIva
shellColliderName = shellCollider
}

MODULE
{
name = HandRail
transformName = Ladder
Collider
{
shape = Box
dimensions = 0.43, 0.03, 2.22
center = 0, 0.32, -2.3
}
}

PROP
{
name = FreeIva_Hatch_Round_Size1
position = 0, 0, -0.872950613
rotation = -0.707106829, 0, 0, -0.707106709
}

PROP
{
name = FreeIva_Hatch_Round_Size1
position = 0, 0, 0.872276843
rotation = -3.09086232e-08, -0.707106829, 0.707106829, -3.09086161e-08
}
}
Binary file not shown.
Binary file not shown.

0 comments on commit 5bd381e

Please sign in to comment.