-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent engine pips from affecting roll and yaw #685
base: master
Are you sure you want to change the base?
Conversation
Closes #634 |
Hi Jonathan and thanks for doing some research here! I was told about this earlier, too, hence I opened #634 but wasn't informed about how it's supposed to work. However, I'm not quite happy with the changes in code you propose. The problem is with overwriting the Happy to do these changes myself! |
I can make the changes. It appeared safer to change the data than change the interfaces as I hadn’t traced all calls to those calc functions and we don’t know if they will be needed in the future should Fdev make a change back. |
Would be great if you could change the interface! |
Follow-up question: Do you know how boost and pips work? Does boost affect roll and yaw? |
I can’t clearly recall. My best recollection from the research I did, boost does affect roll and yaw. I don’t think it makes much sense for it to. It’s probably best to find confirmation or test directly. I can do that tomorrow. |
I yesterday tested that boost definitely affects roll rate (rolled about twice as fast as when remaining stationary). Question now remains:
|
I've enlisted help from the squadron to help test these and get conclusive in-game data. |
@jdatapple have you been able to find anything solid by now? |
from my own testing: However, I did notice an oddity where setting the same speed on 4 pips and 0 pips didn't lead to the same pitch rate, with the 4 pips one having a slower pitch since the speed was below the blue zone in 4 pips, while it was in the blue zone in 0 pips. I did not test the same for roll and yaw but it would be safe to say they hold true. I performed an additional test by setting the speed once and not modifying it, only modifying the pips. The 4 pip pitch rate was noticeably faster than 0 pips. Again, I did not test for roll and yaw but it would be safe to say they hold true. I did test boost, but my tests were inconclusive. Though it did seem like pitch, yaw, and roll were the fastest they could be for the duration of the boost |
@Sid127 After your tests, what do you think about this PR? |
I'm still unsure about how this works, if I'm being honest. My data was rather inconclusive, though from what I can see, PIPs DO affect roll, and yaw if the ship velocity is the same across pips. |
Let's wait for more data/tests then. It's often times a good rule of thumb to do what edsy does as taleden is very good at the ED-numbers game. |
EDSY currently displays the correct speeds for Roll and Pitch, which should not be affected by ENG pips according to the current behavior of the game.
Thrust and Pitch speeds are modified by ENG pips.