ntt/reverence

LoadCacheFolder example is wrong?

medwards opened this issue · 1 comments

I was looking at the datadump example but CacheMgr.LoadCacheFolder doesn't seem to do anything if you just pass it 'CachedObjects'

Perhaps this is because I had to launch blue.EVE with a specific cachepath, but the code seems to assume that you are in the same folder as your eve data.

I can go ahead and add looking for the files in the BULK_SYSTEM_PATH, BULK_CACHE_PATH, and machocachepath but I just wanted to make sure this wasn't working as intended first.

ntt commented

This works as intended. It takes an actual path as parameter.

Note that this is a debug/test function (as mentioned in the source in a comment inside the method).
I regret keeping it in the public version, and the example is bad for using it :)