Jump to content

Post Editing mod


Jack5.exe

Recommended Posts

It would be a pretty tall order.  As a start on implementation... looking at how the external map view mod works (or worked... haven't heard about it in ages) because it sent a constantly synced version of the game state to a second instance of KSP...  so maybe you could take 'snapshots' at a regular interval and feed them into the game the same way that mod worked?  KSP isn't really built to make this easy.   Save files contain only the data needed to reconstruct a given moment in time... there's a lot of data you'd have to record if you wanted to actually save EVERYTHING for EVERY FRAME of game time.  

Link to comment
Share on other sites

On 4/2/2018 at 11:52 PM, artwhaley said:

It would be a pretty tall order.  As a start on implementation... looking at how the external map view mod works (or worked... haven't heard about it in ages) because it sent a constantly synced version of the game state to a second instance of KSP...  so maybe you could take 'snapshots' at a regular interval and feed them into the game the same way that mod worked?  KSP isn't really built to make this easy.   Save files contain only the data needed to reconstruct a given moment in time... there's a lot of data you'd have to record if you wanted to actually save EVERYTHING for EVERY FRAME of game time.  

that would be the wrong way to go about it... you save the starting state of the planets/universe and record your inputs every frame.... theoretically the physics will repeat... that would require less data to record

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...