Global play and publishing

Important information or announcements reguarding cruiser command
Post Reply
User avatar
Siretu
Creator
Posts: 1019
Joined: Sat Jun 16, 2012 5:00 pm
Wiki edits: 115
Location: In the SC2 Editor
Contact:

Global play and publishing

Post by Siretu »

Battle.net now supports global play and publishing. This means that you can play on other servers easily and you don't even have to repurchase SC2.

All you have to do is create a Regions.xml file in your Starcraft 2 folder with the following contents:

Code: Select all

<regions>

   <region displayname="AUTHENTICATION_SG_REGION" hostname="sg"
      allowedProductLocales="all" localesThatDefaultToThisRegion="enSG"/>
   <region displayname="AUTHENTICATION_US_REGION" hostname="us"
      allowedProductLocales="all" localesThatDefaultToThisRegion="enUS"/>
   <region displayname="AUTHENTICATION_EU_REGION" hostname="eu"
      allowedProductLocales="all" localesThatDefaultToThisRegion="enGB"/>
   <region displayname="AUTHENTICATION_KR_REGION" hostname="kr"
      allowedProductLocales="all" localesThatDefaultToThisRegion="koKR"/>
</regions>


Credits to Ahli634 on SC2Mapster for finding this.
Never ignore coincidence. Unless, of course, you’re busy. In which case, always ignore coincidence.
Post Reply