Jump to content

jackoridd7

New Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by jackoridd7

  1. 5 hours ago, pleroy said:

    That trajectory is not stored in the save, it is reconstructed dynamically from the past burns.

    Is what you want to do possible?  Certainly, after all Principia does it.  Is it easy?  Hell no, but if you are adventurous and proficient in C++, look at the PluginCompatibilityTest in the Principia code base: it reads saves and extract various pieces of information from them.  You'll want to see how it reads the class Vessel, and you'll want to focus on methods ReadFromMessage and Reanimate in that class.

    Thankyou so much for your reply, I am in no way proficient in any type of coding so I will attempt to solve this trajectory by hand. I was hoping that perhaps the trajectory was saved as a simple txyz format but by looking in the persistent files I can also see that there is no such data.

×
×
  • Create New...