Thread: What If?
View Single Post
  #13  
Old September 18th, 2003, 03:24 PM
Roanon's Avatar

Roanon Roanon is offline
Second Lieutenant
 
Join Date: Mar 2003
Location: Germany
Posts: 575
Thanks: 0
Thanked 0 Times in 0 Posts
Roanon is on a distinguished road
Default Re: What If?

Quote:
Originally posted by geoschmo:
there are ways to get around it if the person is skilled enough and dedicated to teh task. There are always ways, and the cheaters always have the advantage in this arms race.
Not really. It depends on the design. The problem here is a client that actually executes most of the commands and sends the RESULTS to the host. 100% unbreakable is a design that only sends the commands to the host and does NO final data changes on client side. Host then does the usual checking if the command is possible, like the client does on the players side. Host has all data and does all data changes. If you hack data on client side, be happy but game data is not affected as you only can access a copy of the actual data, not the data itself. If you hack the client, you may be able to enter commands that are invalid, but they are not really executed but ignored by the host. Hackers problem if he can enter commands and his game goes boom because most of them are ignored. A matter of basic design philosopy. Only way to cheat here: host hacking, and that can be prevented easily.

Quote:
The one guarantee I can give you is that it will ALWAYS be possible to verify if someone is cheating.
Not always. "Cheating light", only looking at the complete game data, CANNOT be proven. You just see a player who seems to have an incredible amount of luck when making decisions. The only way to prevent that is to send only the needed data to a player, data that the player is allowed to access completely. Can make programming a lot more difficult though as you need different data (.gam) files for different players. Sending unnecessary data is a common mistake and easy source for most hacks in many multiplayer games, especially Online games.

[ September 18, 2003, 14:26: Message edited by: Roanon ]
Reply With Quote