Log in

View Full Version : Question regarding caching of images and such on players side



masterqgj
February 13th, 2021, 20:23
Hello,

i'm wondering if the shared images from a game are cached locally on the players side - or are all images downloaded each time the player's are connecting?

Thanks and my beste regards :)

Sulimo
February 13th, 2021, 20:26
Yes, anything shared is cached on the player side.

Look in <fg data directory>\cache\<campaign name>.

This is what is typically asked to clear when someone says to have the player clear their cache.

masterqgj
February 13th, 2021, 20:40
Thanks for your reply Sulimo,

i see some subfolders in the campaigns folder, but none of them contains "images". But i see a campaign.dat - i guess the images are "encryptet" and in that file?

Zacchaeus
February 13th, 2021, 22:03
Yes, the encrypted campaign data is all in that file.

masterqgj
February 13th, 2021, 22:05
Cool. Thank you!