Skip to content

Commit

Permalink
Removing left-overs from a pretty anciant refactoring that I left hal…
Browse files Browse the repository at this point in the history
…f-done.
  • Loading branch information
Lisias committed Mar 30, 2023
1 parent c6b1e83 commit 09fdb8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,3 @@
type = free
}
}


94 changes: 0 additions & 94 deletions GameData/TweakScaleCompanion/PKMC/NFLV/patches/Payload.legacy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,97 +89,3 @@
}


// ** RCS **

@PART[rcs-aero-heavy-1]:NEEDS[NearFutureLaunchVehicles,TweakScale]:FOR[TweakScaleCompanion_PKMC_NFLV] // Heavy aerodynamic RCS
{
#@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale]{}
%MODULE[TweakScale]
{
type = free
}
}

@PART[rcs-aero-heavy-2]:NEEDS[NearFutureLaunchVehicles,TweakScale]:FOR[TweakScaleCompanion_PKMC_NFLV] // Heavy aerodynamic RCS - 2
{
#@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale]{}
%MODULE[TweakScale]
{
type = free
}
}

@PART[rcs-heavy-1way-1]:NEEDS[NearFutureLaunchVehicles,TweakScale]:FOR[TweakScaleCompanion_PKMC_NFLV] // Heavy single RCS nozzle
{
#@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale]{}
%MODULE[TweakScale]
{
type = free
}
}

@PART[rcs-heavy-4way-1]:NEEDS[NearFutureLaunchVehicles,TweakScale]:FOR[TweakScaleCompanion_PKMC_NFLV] // Heavy Quad RCS nozzle
{
#@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale]{}
%MODULE[TweakScale]
{
type = free
}
}

@PART[rcs-integrated-1]:NEEDS[NearFutureLaunchVehicles,TweakScale]:FOR[TweakScaleCompanion_PKMC_NFLV] // IVF RCS
{
#@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale]{}
%MODULE[TweakScale]
{
type = free
}
}


// ** Structural **

@PART[cluster-mount-5-1]:NEEDS[NearFutureLaunchVehicles,TweakScale]:FOR[TweakScaleCompanion_PKMC_NFLV] // 5m Cluster Mount - Energia
{
%MODULE[TweakScale]
{
type = stack
defaultScale = 5
}
}

@PART[cluster-mount-5-2]:NEEDS[NearFutureLaunchVehicles,TweakScale]:FOR[TweakScaleCompanion_PKMC_NFLV] // 5m Cluster Mount - New Glenn
{
%MODULE[TweakScale]
{
type = stack
defaultScale = 5
}
}

@PART[cluster-mount-75-1]:NEEDS[NearFutureLaunchVehicles,TweakScale]:FOR[TweakScaleCompanion_PKMC_NFLV] // 7.5m Cluster Mount - ITS Lower Stage
{
%MODULE[TweakScale]
{
type = stack
defaultScale = 7.5
}
}

@PART[cluster-mount-75-2]:NEEDS[NearFutureLaunchVehicles,TweakScale]:FOR[TweakScaleCompanion_PKMC_NFLV] // 7.5m Cluster Mount - ITS Upper Stage
{
%MODULE[TweakScale]
{
type = stack
defaultScale = 7.5
}
}

@PART[skeletal-adapter-5-1]:NEEDS[NearFutureLaunchVehicles,TweakScale]:FOR[TweakScaleCompanion_PKMC_NFLV] // 5m to 3.75m adapter, skeletal
{
%MODULE[TweakScale]
{
type = stack
defaultScale = 3.75
}
}

0 comments on commit 09fdb8d

Please sign in to comment.