Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@
}

// Use RO-provided model instead of stock or Restock
@PART[sepMotor1]:NEEDS[ReStock]:FIRST { %RestockIgnore = True }
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line seems to prevent the ROSmallSpinMotor from loading

@PART[sepMotor1]:FOR[RealismOverhaul]
{
!mesh = DELETE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[sepMotor1]:BEFORE[RealPlume]
@PART[sepMotor1|sepMotorSmall|sepMotorLarge|ROSmallSpinMotor]:BEFORE[RealPlume]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The plume size is the same on all of these parts with this patch. The plume should be scaled to match the scale of the specific part

{
PLUME
{
Expand Down