Skip to content

Commit

Permalink
Fix #270: add autopassthrough to 1.8m and 2.5m monoprop tanks
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Apr 19, 2023
1 parent 5be43c4 commit 75988c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GameData/FreeIva/Squad/PartCfgs/Squad_passthrough.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
FreeIva_AutoPassThrough_VolumeScalar = -0.15
}
// Size2 (2.5m): 25% penalty
@PART[adapterMk3-Size2|adapterMk3-Size2Slant|adapterSize2-Mk2|Rockomax*BW]:HAS[~FreeIva_AutoPassThrough]:FOR[FreeIva]
@PART[adapterMk3-Size2|adapterMk3-Size2Slant|adapterSize2-Mk2|Rockomax*BW|RCSTank1-2]:HAS[~FreeIva_AutoPassThrough]:FOR[FreeIva]
{
FreeIva_AutoPassThrough = true
FreeIva_AutoPassThrough_VolumeScalar = -0.25
}
// mk2/Size1.5 (1.875m): 50% penalty
@PART[adapterMk3-Mk2|mk2SpacePlaneAdapter|mk2_1m_AdapterLong|adapterSize2-Size1|adapterSize2-Size1Slant|Size1p5_Size2_Adapter_01|Size1p5_Tank_01|Size1p5_Tank_02|Size1p5_Tank_03|Size1p5_Tank_04]:HAS[~FreeIva_AutoPassThrough]:FOR[FreeIva]
@PART[adapterMk3-Mk2|mk2SpacePlaneAdapter|mk2_1m_AdapterLong|adapterSize2-Size1|adapterSize2-Size1Slant|Size1p5_Size2_Adapter_01|Size1p5_Tank_01|Size1p5_Tank_02|Size1p5_Tank_03|Size1p5_Tank_04|Size1p5_Monoprop]:HAS[~FreeIva_AutoPassThrough]:FOR[FreeIva]
{
FreeIva_AutoPassThrough = true
FreeIva_AutoPassThrough_VolumeScalar = -0.5 // special case - this one is slanted so more volume is expected to be lost
Expand Down

0 comments on commit 75988c9

Please sign in to comment.