Bug #24945
Mk2 Drone Core is causing massive drag to the part behind it. (pre 1.9 origin)
100%
Description
Important information:
I believe this issue has been around for a while. Someone on twitch told me about it.
Pictures show massive drag if the mk2 Drone Core is a part of the vessel compared to if it isnt.
History
#1 Updated by Anth12 almost 5 years ago
- Subject changed from Mk2 Drone Core is causing massive drag to the part behind it. (pre 1.9) to Mk2 Drone Core is causing massive drag to the part behind it. (pre 1.9 origin)
#3 Updated by rachel.britton almost 5 years ago
- Status changed from New to Confirmed
- % Done changed from 0 to 10
#4 Updated by Anonymous over 4 years ago
This problem exists in version 1.3.1, and probably since the beginning of the 1.05 drag model. The mk2 drone core has holes that extend from front to back, so KSP treats it like smaller-cross-sectional-area part in the stack of other mk2 parts.
One workaround is to change two 2.0-m² areas into 2.5-m² areas like the other mk2 parts with a Module Manager patch:
@PART[mk2DroneCore] {
DRAG_CUBE {
cube = Default, 0.378,0.565,1.355, 0.378,0.565,1.355, 2.495,0.963,0.212, 2.495,0.963,0.212, 0.610,0.901,0.7, 0.610,0.901,0.7, 0,0,0, 2.5,0.25,1.5
} }
#5 Updated by victorr over 4 years ago
- Status changed from Confirmed to Ready to Test
- Target version set to 1.10.0
- % Done changed from 10 to 80
We've made some changes in this latest version and would like some feedback on this issue.
#6 Updated by Anonymous over 4 years ago
- Status changed from Ready to Test to Resolved
- % Done changed from 80 to 100
#7 Updated by Anth12 over 4 years ago
Agreed. Good work guys