View Single Post
01/02/19, 03:03 PM   #8
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Originally Posted by merlight
It's probably looking for some .version file via relative path
During the beta I was working on an ESO manager tool (which I have stopped pretty fast). I remember the client changing and reading some data from the following files. Maybe thery are still the "version" files:


/Path to ESO game files/The Elder Scrolls Online/depot/_databuild/databuild.stamp
or for PTS
/Path to ESO game files/The Elder Scrolls Online PTS/depot/_databuild/databuild.stamp


Example content for live:
Code:
4000.win.1707942.live.1707887
2018/12/07:22:50:05
4.2.11

Example content for PTS:
Code:
2100.win.1674714.rc.1674693
2018/10/12:03:14:29
4.2.4
  Reply With Quote