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:
overseauspider. yu an shen .com
osuspider. yu an shen .com
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.
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 yourhosts
file. The telemetry servers are inconsts.rs
but they are outdated.Here the new ones:
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: