View Single Post
03/11/24, 10:36 AM   #12
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,000
To find the local AppData Elder Scrolls Online -> local guild cache files of your logged in Windows user,
Windows 11 users can use the following variable in the file explorer

Code:
%localappdata%\Elder Scrolls Online

Windows 10 does not support this, so you need to go this way:
Code:
%USERPROFILE%\AppData\Local\Elder Scrolls Online\
or

Code:
%appdata%\..\Local\Elder Scrolls Online
-> This will first go to the Users\Windows user\AppData\Roaming folder, then switch back one folder to \Local and go on to Elder Scrolls Online


In the folder live\CachedData\GuildHistory the local history of the live server is stored, and in PTS\CachedData\GuildHistory folder you'll find the Public Test Server data.

The local cached guild history files are the *.dat files there


Known facts
  • Logging out/ReloadUI doesn't create the AppData\Local\Elder Scrolls Online\live\Cached\GuildHistory folder. Only a fresh game-restart does.
  • /reloadui should immediately stores data into .dat files

Last edited by Baertram : 03/11/24 at 11:13 AM.
  Reply With Quote