Jump to content

Faster loading: cache the datastructures to disk in a blob


Recommended Posts

that is actually not the reason why KSP loads so slowly - and caching wouldn't do much to help, I think.

the real reason for the long loading times is that KSP has to load everything up front - so even parts you have never used are parsed and loaded along with all their models, textures and whatnot when the game starts up.

I've considered making a mod that replaces parts with a fast-loading surrogate of sorts and then replaces them with their full versions only when and if they are actually used.... It's theoretically possible to pull this off, but not being a rich man, I am unable to spare that much effort into such an endeavor.

 

This was actually something I made a point of avoiding when I made the part-loading logic for my own MotorWings project - It only loads parts when you pick them up for placement or load an airplane that uses them.  It's startup time from desktop to hangar is negligible because of this.

 

Thus I can confidently say that caching those text files would alas, most probably not really help KSP load any much faster...

 

 

Edited by Moach
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...