Jump to content

Non-RO realistic reaction wheel mod?


Gaugeforever

Recommended Posts

You could just globally nerf the reaction wheels with ModuleManager. If you don't have that installed, go ahead and get that. Add the following to a .cfg file in your GameData/ folder:


@PART[*]:HAS[@MODULE[ModuleReactionWheel]]
{
@MODULE[ModuleReactionWheel]
{
@PitchTorque *= 0.1
@YawTorque *= 0.1
@RollTorque *= 0.1
}
}

Just change the numbers to whatever scale you want. I don't know how much less powerful the reaction wheels are in RO, so the above is simply a guess.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...