"Which type of multiplayer game…"button removal??
Locked
Conventional Modding
-
Freelancer.exe 166571 04->00 = grey out "MULTIPLAYER" menu button ~adoxa ```If you want to do it programmatically, you could dynamically patch the above (at 0x566571 of course), or *(int*)0x67BA50 ^= 1 to disable/toggle it and *(DWORD*)0x67BAB0 = 0xAABBGGRR to change the color (disabled color @ 0x67BAC0). (It's not normally how you'd disable a button, but this one is on a timer, which is what the patch modifies.)