thelink2012 / modloader

Mod Loader for GTA III, Vice City and San Andreas
MIT License
269 stars 29 forks source link

Consider implementing a Streaming Cache #49

Open thelink2012 opened 9 years ago

thelink2012 commented 9 years ago

To improve loading times of the disk, it may be a good a idea to cache the most fetched files from the modloader directory.

Think about it in a way that respects some of the game optimizations, so we can be as optimized:

Maybe we should even put some compression on our archive. Also we could prioritize radar textures?

The problem I see with this is: More disk usage.