Quote from: Laer07 on February 20, 2010, 07:43:03 PMjust a thought:
Two, find the location in the code where it is defined to look at the blizzard servers and change that to something like 127.0.0.1/etc/etc...
one possible way to do this without changing the code is domain name redirection by using windows hosts file.
for example, assume map download server's domain name is "map.battle.net", then add one line like this:"127.0.0.1 map.battle.net" into hosts file in C:\WINDOWS\system32\drivers\etc. then all tcp/ip connection to map.battle.net will be redirected to 127.0.0.1
of course this require the actual domain name of the map server(and if sc2 use domain name iso ip address directly), however I think the domain name can be accquired by using sniffering tool like wireshark