MSRevive / MasterSwordRebirth

Continuation of Master Sword Classic/Continued.
https://msrebirth.net/
Other
9 stars 7 forks source link

ENGINE_FORCE_UNMODIFIED doesn't work? #49

Closed SaintWish closed 2 years ago

SaintWish commented 2 years ago

https://github.com/MSRevive/MasterSwordRebirth/blob/807efd0d2c04662cba364180b199408b4d940267/game/server/svglobals.cpp#L183 This is a engine function that does a CRC check against a file to make sure it isn't modified by the client. This is something we should have for sc.dll and client.dll to make sure they match the server's to avoid people from modifying those for cheating purposes.

BerntA commented 2 years ago

works for client.dll, verify for sc.dll

SaintWish commented 2 years ago

Just verified, doesn't work with sc.dll