an-anime-team / anime-game-core

Unified library to controll different games installations. Provides basic instruments for adding support for mechanics like game updating
GNU General Public License v3.0
23 stars 12 forks source link

4.2, wrong telemetry servers #10

Open AntwortEinesLebens opened 12 months ago

AntwortEinesLebens commented 12 months ago

Hi :wave:,

After the patch for the 4.2 have been released by krock, I cloned it in my game folder and proceed to a manual patch because the "apply main patch" button is not clickable and the disable telemetry failed (I will check why later, this is not my point).

After blocking 4.2 telemetry servers. I tried to launch the game, but the "disable telemetry" button was still present. After looking at the log, I figure out that was because of the telemetry.rs file that performs checks to your hosts file. The telemetry servers are in consts.rs but they are outdated.

Here the new ones:

  1. overseauspider. yu an shen .com
  2. osuspider. yu an shen .com
  3. ys-log-upload-os. ho yo ver se .com

Instead of putting telemetry servers manually, could it be better to fetch them automatically? By example, we can use this simple regex (possibly not the best) "0.0.0.0 (.*)" to recover all the telemetry servers from the last patch. Or we can probably use another technique to get them.

Thanks for reading and have a great day! :smile: