Skip to content

Commit

Permalink
Add alternate model to RD0105 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Jun 9, 2023
1 parent 4ba152b commit b256bf4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions GameData/ROEngines/Compatibility/ROE-TexturesUnlimited.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ KSP_MODEL_SHADER
model = ROEngines/Assets/RealEngines/A7
model = ROEngines/Assets/RealEngines/AJ10_190
model = ROEngines/Assets/RealEngines/RD0105_Pap
model = ROEngines/Assets/RealEngines/RD0105_Pap - Blowfish
model = ROEngines/Assets/RealEngines/LMAE
model = ROEngines/Assets/RealEngines/LMDE
model = ROEngines/Assets/RealEngines/NK33
Expand Down
25 changes: 25 additions & 0 deletions GameData/ROEngines/PartConfigs/RD0105_RE.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ PART
model = ROEngines/Assets/RealEngines/RD0105_Pap
scale = 1.0, 1.0, 1.0
}
MODEL
{
model = ROEngines/Assets/RealEngines/RD0105_Pap - Blowfish
scale = 1.0, 1.0, 1.0
}

scale = 1.0
rescaleFactor = 1.0
Expand Down Expand Up @@ -48,6 +53,26 @@ PART
overallMultiplier = 0.0042
}
}

MODULE
{
name = ModuleB9PartSwitch
moduleID = vernier
switcherDescription = Vernier
switcherDescriptionPlural = Verniers
affectDragCubes = True
affectFARVoxels = True
SUBTYPE
{
name = Compact
transform = ROEngines/Assets/RealEngines/RD0105_Pap(Clone)
}
SUBTYPE
{
name = Wide
transform = ROEngines/Assets/RealEngines/RD0105_Pap - Blowfish(Clone)
}
}

MODULE
{
Expand Down

0 comments on commit b256bf4

Please sign in to comment.