MOVED: New patch~!
#15
I don't think it's that simple, Hunky. In order to maintain game performance for people with slow connections, map layouts and monster locations are loaded on the client side as soon as players enter an area. Information regarding which parts of the map was actually explored is then stored locally and vulnerable to hacks. You can nullify maphack by keeping that information server side, but this could slow down server response considerably.

Instead of trying to nullify maphack by storing all information server side, what I believe to be a better solution is to continue pre-loading map layouts and monster locations client side, but maintain them in a form that is useless to a human player until the last moment. The D2 random map generator constructs a map by selecting a finite number of map elements and randomly piecing them together. The key here is that you can tell the client to continue loading these map elements and the monsters within, but stop short of telling it how to piece them together. A player can still peek into memory and see which map elements have been loaded, but this is not going to help him find his way from the Worldstone 2 waypoint to the Throne of Destruction. He can still see the stairs, the monsters, the shrines, and everything else on the map, but it will just be a huge jigsaw puzzle to him. This type of virtual encryption would be impossible to crack unless the random map generator and the map seeds are reversed engineered.

The game performance hit from this solution would be minimal too. Each time a player moves into a new map element, the server only has to send a very small packet to the client telling it which of the pre-loaded map elements are immediately next to that one. Maphack can still allow players to see a screen or two ahead, but it would be no where as useful as it is today.
Reply


Messages In This Thread
MOVED: New patch~! - by jryan - 06-05-2003, 05:40 AM
MOVED: New patch~! - by Obi2Kenobi - 06-05-2003, 05:45 AM
MOVED: New patch~! - by BigGrim - 06-05-2003, 06:50 AM
MOVED: New patch~! - by kier - 06-05-2003, 12:31 PM
MOVED: New patch~! - by Occhidiangela - 06-05-2003, 07:29 PM
MOVED: New patch~! - by Brista - 06-05-2003, 08:50 PM
MOVED: New patch~! - by Bolty - 06-05-2003, 10:07 PM
MOVED: New patch~! - by Swarmalicious - 06-05-2003, 10:26 PM
MOVED: New patch~! - by protoshoggoth - 06-05-2003, 10:48 PM
MOVED: New patch~! - by Swarmalicious - 06-05-2003, 10:57 PM
MOVED: New patch~! - by --Pete - 06-05-2003, 10:59 PM
MOVED: New patch~! - by CowInvader - 06-06-2003, 12:28 AM
MOVED: New patch~! - by Brista - 06-06-2003, 03:47 AM
MOVED: New patch~! - by HunkyDory - 06-06-2003, 11:33 AM
MOVED: New patch~! - by Zath - 06-06-2003, 12:25 PM
MOVED: New patch~! - by Occhidiangela - 06-06-2003, 06:19 PM
MOVED: New patch~! - by Zath - 06-06-2003, 06:27 PM
MOVED: New patch~! - by Ignatz - 06-06-2003, 09:47 PM
MOVED: New patch~! - by kandrathe - 06-07-2003, 07:11 AM
MOVED: New patch~! - by kandrathe - 06-07-2003, 07:21 AM
MOVED: New patch~! - by Ignatz - 06-07-2003, 11:04 AM
MOVED: New patch~! - by --Pete - 06-07-2003, 02:02 PM
MOVED: New patch~! - by kandrathe - 06-08-2003, 05:37 AM
MOVED: New patch~! - by D-Dave - 06-09-2003, 07:50 PM
MOVED: New patch~! - by Feryar - 06-09-2003, 08:20 PM

Forum Jump:


Users browsing this thread: 14 Guest(s)