cdc-sys / level-thumbs-mod

A mod that adds level thumbnails to level cells
12 stars 21 forks source link

It would be great to be able to store a cache for thumbnails. #7

Closed QSSharky closed 4 months ago

QSSharky commented 4 months ago

By storing a cache I mean the following: The first time you see a level with a thumbnail, the thumbnail is downloaded normally, and then the cache of the thumbnail is saved, so you don't have to re-download the thumbnail the next time.

This feature will significantly speed up the download of already saved thumbnails and speed up the work of the game together with the mod.

cdc-sys commented 4 months ago

i think I'm gonna make it so thumbnails are only loaded once per session so you have to restart the Game to clear the cache

QSSharky commented 4 months ago

That's a great idea. You could also make them load by default once per session, and in the mod settings you could choose whether to save them locally or delete them after the session ends.

cdc-sys commented 4 months ago

okay