Skip to content

Commit

Permalink
Update RVac engine type (#248)
Browse files Browse the repository at this point in the history
* Update RVac engine type

In accordance with KSP-RO/RealismOverhaul#2991

* No need to override engine configs

---------

Co-authored-by: Capkirk123 <[email protected]>
  • Loading branch information
SurFlurer and Capkirk123 authored Nov 10, 2024
1 parent 45bcfc2 commit 42f9117
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions GameData/ROEngines/PartConfigs/RaptorVac_RE.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PART

tags = spacex, bfr, its, raptor, vacuum

engineType = Raptor
engineType = RVac

MODULE
{
Expand Down Expand Up @@ -72,21 +72,3 @@ PART
thrustTransformName = thrustTransform
}
}

// ==================================================
// Raptor engine (surface variant).
//
// Engine configuration.
// ==================================================

@PART[ROE-RaptorVac]:FOR[RealismOverhaulEnginesPost]
{
@title = Raptor (Vacuum Variant)

@MODULE[ModuleEngineConfigs]
{
@configuration = Raptor Vacuum
!CONFIG[Raptor] {}
!CONFIG[Raptor?Non-Throttleable] {}
}
}

0 comments on commit 42f9117

Please sign in to comment.