Update Game Version

This commit is contained in:
Mikhail
2024-12-07 10:34:52 -05:00
parent 4d2fcfeaa6
commit 7110cb0e50
11 changed files with 15231 additions and 7195 deletions

View File

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