Frictional Games Forum (read-only)

Full Version: What does the Map_Cache do/mean?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I've been making my map and I noticed after some time, a file known as "Mapname".map_cache has shown up and I don't remember making such a thing. Can someone tell me what this does or how it got there?
Game automatically creates a cache file to load things faster.
Bad thing is, while testing, if you haven't setup developer environment, game will load cache file and you won't be seeing your changes to your map.
(10-05-2011, 04:34 AM)Tanshaydar Wrote: [ -> ]Game automatically creates a cache file to load things faster.
Bad thing is, while testing, if you haven't setup developer environment, game will load cache file and you won't be seeing your changes to your map.
Thank you so much for letting me know. with that info, I was able to figure out why my custom menu wasn't showing up (I saved the map over it but never deleted the original map_cache. =D works now!