update game version

This commit is contained in:
Mikhail
2024-12-26 09:19:27 -05:00
parent 1fb3b922ae
commit 506a17cf54
2 changed files with 34644 additions and 10729 deletions

File diff suppressed because one or more lines are too long

View File

@@ -7,7 +7,7 @@ namespace ServerSelector
{ {
public class ServerSwitcher public class ServerSwitcher
{ {
private static int GameAssemblySodiumIntegrityFuncHint = 0x5B162E0; private static int GameAssemblySodiumIntegrityFuncHint = 0x5B9D0B0;
private static byte[] GameAssemblySodiumIntegrityFuncOrg = [0x40, 0x53, 0x56, 0x57, 0x41]; private static byte[] GameAssemblySodiumIntegrityFuncOrg = [0x40, 0x53, 0x56, 0x57, 0x41];
private static byte[] GameAssemblySodiumIntegrityFuncPatch = [0xb0, 0x01, 0xc3, 0x90, 0x90]; private static byte[] GameAssemblySodiumIntegrityFuncPatch = [0xb0, 0x01, 0xc3, 0x90, 0x90];
private const string HostsStartMarker = "# begin ServerSelector entries"; private const string HostsStartMarker = "# begin ServerSelector entries";