Is it for aesthetic purpose or for rocket propulsion calculation?

How much should it be accurate?

Tags
Question

8 Comments

  • Log in to leave a comment
  • Profile image

    @AnotherFireFox I missed your previous comment, sorry about that. I was wrong, actually NozzleRadius is used in flight calculations to calculate exit area. NozzleLength is not. It's only used in mass calculation. The game does not detect mesh and auto-calculate dimensions. There is a script that we attach to rocket engine parts, EngineComponentScript, that defines the size of the mesh that is used to calculate collider dimensions. Sorry about that. I should have looked more closely last time.

    +1 4.1 years ago
  • Profile image

    @AndrewGarrison

    4.1 years ago
  • Profile image

    @AndrewGarrison What I meant was a user-modded nozzle, not stock resizable nozzle, if it wasn't clear. I can understand if you implemented some complicated calculations to deal with the stock resizable nozzles. However with a user-modde nozzle I can't understand. Does the game detect model mesh and calculate dimensions?

    4.1 years ago
  • Profile image

    @AnotherFireFox they are extrapolated. It’s a bit more complicated.

    +1 4.1 years ago
  • Profile image

    @AndrewGarrison then how the game determine the nozzle length/diameter with custom nozzles?

    4.1 years ago
  • Profile image

    Those params aren't used in any flight calculations. They are used in the calculation of the mass of the nozzle and its collider size.

    +2 4.1 years ago
  • Profile image

    @NoIDontWanna I apologize if I sound rude. I'm currently writing some mods so I need exact equation or at least something similar to that. I might be able to find the information by decompiling the game source, but having some clue would be greatly helpful.

    4.1 years ago
  • Profile image

    @NoIDontWanna I want to know how the game works. I know real life physics to some degree

    4.1 years ago

No Upvotes

Log in in to upvote this post.