Tagged Questions
3
votes
2answers
269 views
Best way to verify client files are same as server
In a client server game architecture, what are the possible ways to verify that the client has not modified things like gfx assets or client side scripts?
Obviously no solution is perfect, but I ...