Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - far.runner

#1
Starcraft II Beta / Re: Collaboration for a new member
February 21, 2010, 12:15:14 PM
Quote from: Laer07 on February 20, 2010, 07:43:03 PM
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...
just a thought:
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