View Single Post
06/29/14, 08:28 AM   #2
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Made a new binary comparision.
In 1.2.3 every single file is identical between both client folders, except for those 5 files (wich are not even 30 KiB together):
\depot\depot.version
\game\game_player.version
\vo_en\vo_en.version
\game\client\AppSettings.txt
\game\client\Platforms.xml

Of course if other/additional languages have been installed, thier vo_[language].version has to be considered too.
It is noticeable that those are (almost) the only .txt, .xml and .version files in the entire game directory. So file-type based exclusion should be all that is needed to synch those folders non-cirtical content.

Last edited by zgrssd : 06/29/14 at 08:31 AM.
  Reply With Quote