so im trying to make a rocket using realistic values and im using vectorforces for thrust, but i need to get the force for a vectorforce by using kN, for example a Merlin rocket engine’s thrust is 845 kN, how much would force would this be in a vectorforce?
(I dont know if this fits in scripting support, it does involve calculating the force in a script though)
I made a cylinder with the real size and weight of a falcon 9 rocket, put the correct force on it (163 * 845) * 9 = 1239615, and it started flying so i guess this is correct, thank you!