View Single Post
10/22/14, 12:06 PM   #1
dopiate
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 142
Saved Variables Folder (registry or ini?)

Hi in my addon I look for the saved variables folder in the most common spot

%homedrive%%homepath% & "\Documents\Elder Scrolls Online\live\SavedVariables\

but I'm finding some people don't have them there.

I use the registry to make sure the game is installed by querying "LauncherPath" in
"SOFTWARE\\Wow6432Node\\Zenimax_Online" and "SOFTWARE\\Zenimax_Online"

is there also a key for saved variables location or is there an entry for it in the game ini file - I can't remember the name of it but someone showed me it's where you can give LUA more memory.

I would rather find it then have to show a file-browse dialog box for the user to point it out.

If I can get a registry value to query or parse an ini or any text file, that is what i would prefer.

Thanks,
-d
  Reply With Quote