View Single Post
02-04-10, 01:55 AM   #5
Saiket
A Chromatic Dragonspawn
 
Saiket's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 154
This technique of overriding (not just adding) files is how model edits work. Model edits are very much hacks, and are often used to modify in-game geometry or other off-limits data. No one is accusing the cursor graphics of being hacks, but I wouldn't trust Blizzard's anti-cheat program to be as smart as you or I. It may simply see the extra MPQ and assume the worst. That's where all this caution comes from.

Granted, real model edits are locked down much tighter by Blizzard and require a lot more effort to get working. The fact that this cursor patch file works without any extra effort almost convinces me that it's safe. It's still a big risk to assume how Blizzard's anti-cheat works though.

The only 100% safe thing to do is put a suggestion in on Blizzard's forums. Ask for a GetCursor API to return the current cursor graphic, and mods will be able to replace cursors easily.