ntt/reverence

New EVE Directory structure

blitzmann opened this issue · 0 comments

With the new launcher, pretty much everything has moved to under the SharedCache directory. The old eve root is now under SharedCache/<server>, and the user cache directory has changed a bit as well, so auto-detection of cache paths does not work either.

EDIT: Autodetection does work it seems as it uses the same format (namely a normalized version of the shared cache path)

To get reverence updated, it seems to be sufficient to simply provide the SharedCache path and the server. From there you can get the 'server root' (for things like bulkdata) which used to be the EVE root by simply appending it to the shared cache path. Since reverence is initialized with the server name in long form, but the directory name is in short form, you'll have to add a map ("tranquility": "tq",, etc) based on the server used to initialize (or maybe just switch to short form completely).

Also note that this is all on the Windows platform. I don't know if OS X has changed or if they have the updated launcher yet. I can help get reverence updated to the new path structure if needed, just need a bit of guidance as to what to do with the old eve root variable since it's no longer really used from what I can tell.