Skip to content

Commit

Permalink
Shift top node position on Atlas 4xx fairing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsolson committed Jul 20, 2018
1 parent 0ee9734 commit df786a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion GameData/Jso/Bdb/PF/bdb_pf.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,17 @@
!MODULE[ModuleCargoBay] {}
}

@PART[bluedog_DeltaK_FairingTank_PF]
@PART[bluedog_DeltaK_FairingTank_PF]:FOR[Jso_Bdb_PF]:NEEDS[ProceduralFairings]
{
@node_stack_bottom2[1,,] *= #$scale$
@node_stack_bottom2[1,,] -= #$tempShift$
}

@PART[bluedog_AtlasV_FairingBase4xx_PF]:FOR[Jso_Bdb_PF]:NEEDS[ProceduralFairings]
{
@node_stack_top[1,,] = 0
}

+PART[bluedog_Saturn_3125mFairingBase]:HAS[@MODULE[ModuleProceduralFairing]]:FOR[Jso_Bdb_PF]:NEEDS[ProceduralFairings]
{
@name ^= :$:_PF_adaptor:
Expand Down

0 comments on commit df786a9

Please sign in to comment.