Navigation menu

WoW:Realmlist.wtf: Difference between revisions

Jump to navigation Jump to search
1,198 bytes removed ,  15 August 2023
m
Move page script moved page Realmlist.wtf to WoW:Realmlist.wtf without leaving a redirect
No edit summary
m (Move page script moved page Realmlist.wtf to WoW:Realmlist.wtf without leaving a redirect)
 
(11 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{uiaddon}}
This details the format of the realmlist.wtf file found in the WoW install folders. See [[Realmlist]] for information about the general WoW term.
'''Realmlist.wtf''' is a [[WTF|Warcraft Text File]] that tells the [[WoW]] client which [[server]] to connect to. As of [[patch 2.1]], a patchlist directive was added, presumably in conjunction with the new features of the [[World of Warcraft Launcher]]. During [[patch 3.0.2]], the file was moved out of the main ''World of Warcraft'' folder into a subfolder (\World of Warcraft\Data\enUS\).
'''Realmlist.wtf''' is a [[WTF|Warcraft Text File]] that tells the [[WoW]] client which [[server]] to connect to. As of [[patch 2.1]], a patchlist directive was added, presumably in conjunction with the new features of the [[World of Warcraft Launcher]]. During [[patch 3.0.2]], the file was moved out of the main ''World of Warcraft'' folder into a subfolder (\World of Warcraft\Data\enUS\).


==File contents==
== File contents ==
 
As of the latest version 3.x.x patches, the realmlist has had the set realmlistbn "" line added for the new battlenet system.
As of the latest version 3.x.x patches, the realmlist has had the set realmlistbn "" line added for the new battlenet system.
''enGB client used as example'':
''enGB client used as example'':
<pre>set realmlist eu.logon.worldofwarcraft.com
<code>set realmlist eu.logon.worldofwarcraft.com
set patchlist eu.version.worldofwarcraft.com
set patchlist enGB.patch.battle.net:1119/patch 
set realmlistbn ""
set realmlistbn ""
set portal eu</pre>
set portal eu</code>


For US clients:
For US clients:


<pre>set realmlist us.logon.worldofwarcraft.com
<code>set realmlist us.logon.worldofwarcraft.com
set patchlist us.version.worldofwarcraft.com
set patchlist enUS.patch.battle.net
set realmlistbn ""
set realmlistbn ""
set portal us</pre>
set portal us</code>


==IP Addresses==
== Patchlist directive ==
As of my signature date, the IP addresses for the realm and patch servers are:
eu.logon.worldofwarcraft.com = 80.239.180.112 (DNS Lookup: 80-239-180-112.customer.teliacarrier.com - Location: France)
eu.version.worldofwarcraft.com = 80.239.148.127 (DNS Lookup: 80-239-148-127.customer.teliacarrier.com - Location: Germany)
us.logon.worldofwarcraft.com = 12.129.232.112 (No host name is associated with this IP address or no reverse lookup is configured.)
us.version.worldofwarcraft.com = 206.16.22.130 (No host name is associated with this IP address or no reverse lookup is configured.)
IP Addresses were obtained using [http://network-tools.com network-tools.com] --[[User:Taurolyon|Taurolyon]] ([[User talk:Taurolyon|talk]]) 16:21, October 14, 2009 (UTC)


==Patchlist directive==
Around patch 2.1, a new directive was added to the to the realmlist.wtf, the current use of this directive is unknown, but it's believed to be added to support the [[Blizzard Launcher]]'s latest feature to notify you of new patches, the launcher itself connects to us.version.worldofwarcraft.com and gets a file called [http://us.version.worldofwarcraft.com/update/PatchSequenceFile.txt PatchSequenceFile.txt]. This file contains an update path for the game, and the launcher.
Around patch 2.1, a new directive was added to the to the realmlist.wtf, the current use of this directive is unknown, but it's believed to be added to support the [[Blizzard Launcher]]'s latest feature to notify you of new patches, the launcher itself connects to us.version.worldofwarcraft.com and gets a file called PatchSequenceFile.txt this file seem to contain a update path for the game, and the launcher.


Post-patch 2.1, the patchlist directive now also supports the [[PTR|Public Test Realm]] Clients, and updates those as nessecary, as such the file now have additional contents. There is also support for the background downloader although it is hard to say when this was added.
Post-patch 2.1, the patchlist directive now also supports the [[PTR|Public Test Realm]] Clients, and updates those as nessecary, as such the file now have additional contents. There is also support for the background downloader although it is hard to say when this was added.
===PatchSequenceFile.txt contents===
[GAME]
CurrentBuild=7359
6546=WoW-2.x.x.x-2.2.0.7272-{PLATFORM}-{OS}-{LANG}
6692=WoW-2.x.x.x-2.2.0.7272-{CPU}-{OS}-{LANG}
6729=WoW-2.x.x.x-2.2.0.7272-{CPU}-{OS}-{LANG}
6739=WoW-2.x.x.x-2.2.0.7272-{CPU}-{OS}-{LANG}
6803=WoW-2.x.x.x-2.2.0.7272-{CPU}-{OS}-{LANG}
6898=WoW-2.1.3.6898-2.2.0.7272-{CPU}-{OS}-{LANG}
7272=WoW-2.2.0.7272-2.2.2.7318-{CPU}-{OS}-{LANG}
7318=WoW-2.2.2.7318-2.2.3.7359-{CPU}-{OS}-{LANG}
[PTR]
currentbuild=7441
7382=WoW-0.3.0.7382-0.3.0.7441-{CPU}-{OS}-{LANG}
[LAUNCHER]
CurrentBuild=200
[BACKGROUND]
date=Monday, October 29, 2007 08:22:14 GMT
{{DISPLAYTITLE:realmlist.wtf}}
[[Category:UI technical details]]
[[Category:UI technical details]]
Anonymous user