Skip to content

Commit

Permalink
Fix #440: Fix galactic trading b9ps issue
Browse files Browse the repository at this point in the history
-explicitly list squad mk3 tanks for passthrough because Galactic Trading contains parts with the same name prefix but different resources, which don't work with our passthrough patches
  • Loading branch information
JonnyOThan committed Sep 21, 2024
1 parent 36caeff commit 445e089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameData/FreeIva/Squad/PartCfgs/Squad_passthrough.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
// auto-passthrough configuration

// mk3/Size3 (3.75m): 15% penalty
@PART[adapterSize3-Mk3|mk3FuselageMONO|mk3FuselageLF*]:HAS[~FreeIva_AutoPassThrough]:FOR[FreeIva]
@PART[adapterSize3-Mk3|mk3FuselageMONO|mk3FuselageLF_25|mk3FuselageLF_50|mk3FuselageLF_100|mk3FuselageLFO_25|mk3FuselageLFO_50|mk3FuselageLFO_100]:HAS[~FreeIva_AutoPassThrough]:FOR[FreeIva]
{
FreeIva_AutoPassThrough = true
FreeIva_AutoPassThrough_VolumeScalar = -0.15
Expand Down

0 comments on commit 445e089

Please sign in to comment.