Skip to content

Commit

Permalink
RD-270 scale adjustment (#204)
Browse files Browse the repository at this point in the history
* Update RD270_CH4.cfg rescaleFactor

* whoops the height's wrong

Either the model is the wrong size, or the version modelled has a lower expansion ratio nozzle than the one referenced as 2.37m exit

* rd270 node positioning

* Fix plumes and scale

---------

Co-authored-by: Capkirk123 <[email protected]>
  • Loading branch information
ilmcamam and Capkirk123 authored Jun 4, 2023
1 parent ea7a97a commit 7644b3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions GameData/ROEngines/PartConfigs/RD270_CH4.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ PART
MODEL
{
model = ROEngines/Assets/TheBeastlyPig/RD270
scale = 0.73, 0.73, 0.73
scale = 1.0, 1.0613, 1.0
}

scale = 1.0
rescaleFactor = 1.13
rescaleFactor = 0.5926

node_stack_top = 0.0, 3.75, 0.0, 0.0, 1.0, 0.0, 3
node_stack_bottom = 0.0, -1.8, 0.0, 0.0, -1.0, 0.0, 3
node_attach = 0.0, 3.75, 0.0, 0.0, 1.0, 0.0
node_stack_top = 0.0, 5.4843, 0.0, 0.0, 1.0, 0.0, 3
node_stack_bottom = 0.0, -2.6156, 0.0, 0.0, -1.0, 0.0, 3
node_attach = 0.0, 5.4843, 0.0, 0.0, 1.0, 0.0
// stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,1,0

Expand Down
4 changes: 2 additions & 2 deletions GameData/ROEngines/Waterfall/Borane/RD-270M.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
audio = pump-fed-heavy-1
position = 0,0,0.44
rotation = 0, 0, 0
scale = 2.9, 2.9, 2.9
scale = 2.2, 2.2, 2.2

ExtraTemplate
{
template = rowaterfall-glow-pentaborane
position = 0,0,0.42
rotation = 0, 0, 0
scale = 2.79, 2.79, 5.9
scale = 2.04, 2.04, 4.3
}
}
}
2 changes: 1 addition & 1 deletion GameData/ROEngines/Waterfall/Hypergolic/RD-270.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
audio = pump-fed-heavy-1
position = 0,0,0.43
rotation = 0, 0, 0
scale = 2.85, 2.85, 2.85
scale = 2.1, 2.2, 2.2
glow = _white
}
}

0 comments on commit 7644b3e

Please sign in to comment.