Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:world_of_warcraft_3.3.5 [2025/06/09 20:35] – [realmlist.wtf] Sean Rhone | games:windows:world_of_warcraft_3.3.5 [2025/08/25 10:19] (current) – Sean Rhone |
---|
===== Prerequisites ===== | ===== Prerequisites ===== |
| |
* [[windows:10|Windows 10 (21H2)]] | * [[windows;10|Windows 10 (21H2)]] |
| |
===== Notes ===== | ===== Notes ===== |
"explorer.exe" "%ProgramFiles(x86)%" | "explorer.exe" "%ProgramFiles(x86)%" |
| |
DIR "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" | ===== Vanilla/TBC Login ===== |
| |
| * [[https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-model-editing/606184-vanilla-login-screen-wotlk-3-3-5-a.html|Vanilla]] ([[https://www.dropbox.com/s/729ff6wtxgrnux1/Vanilla%20Login%20Screen%20for%203.3.5.rar?dl=0|Dropbox]]) |
| * [[https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-model-editing/606109-release-tbc-login-screen-music-wod-loading-screens-wrath-3-3-5-a.html|TBC]] ([[https://www.dropbox.com/s/8k39cpsx0pzp58u/TBC%20Login%20Screen%20for%203.3.5.rar?dl=0|Dropbox]]) |
| * ''Patch-J.mpq'' = Vanilla |
| * ''Patch-C.mpq'' = TBC |
| |
| "explorer.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Data" |
| |
| DIR "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Data\Patch-J.mpq" |
| |
====== Settings ====== | ====== Settings ====== |
| |
===== realmlist.wtf ===== | ===== realmlist.wtf ===== |
| |
* TODO: ''loopback'' vs ''localhost'' | |
| |
"notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Data\enUS\realmlist.wtf" | "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Data\enUS\realmlist.wtf" |
<code> | <code> |
/run TimeManagerClockButton:Hide() TimeManagerClockButton:HookScript("OnShow", function(self) self:Hide() end) GameTimeFrame:HookScript("OnEnter", function() GameTooltip:SetOwner(UIParent) end)</code> | /run TimeManagerClockButton:Hide() TimeManagerClockButton:HookScript("OnShow", function(self) self:Hide() end) GameTimeFrame:HookScript("OnEnter", function() GameTooltip:SetOwner(UIParent) end)</code> |
| |
====== Compat Settings ====== | |
| |
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f | |
| |
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Wow.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f | |
| |
====== Firewall ====== | ====== Firewall ====== |
| |
===== Block ===== | ===== Block ===== |
| |
| DIR "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" |
| |
"netsh.exe" advfirewall firewall add rule name="World of Warcraft 3.3.5" dir="in" action="block" profile="any" program="%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" | "netsh.exe" advfirewall firewall add rule name="World of Warcraft 3.3.5" dir="in" action="block" profile="any" program="%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" |