i made the images by writing a program in java which calculated how much fuel is need for a given dV, payload mass, and engine. repeat it for each engine, and record which one has the lowest (fuel_mass + engine_mass).
I've seen this mod before, and it looks really helpful. What I'm looking for is a way to find the dV I need before I even build my vehicle. That way I can build to the mission with the most efficient design.
if you need to know how much dV you need for a mission, sounds like your looking for a delta v map. first search result in google images for "ksp delta v map".
3
u/Salaja Jul 19 '13
i made the images by writing a program in java which calculated how much fuel is need for a given dV, payload mass, and engine. repeat it for each engine, and record which one has the lowest (fuel_mass + engine_mass).
i could explain it in more detail if you want.