====== Information ====== * World of Warcraft: Wrath of the Lich King * 3.3.5 June 2010 ((''WoW [Release] Build 12340 (Jun 24 2010 23:54:57)'')) * 32-bit ===== Prerequisites ===== * [[windows;11_ltsc|Windows 11 (24H2)]] ===== Notes ===== * :!: This is for private server use * See [[servers:windows:games:trinitycore_3.3.5_localhost|TrinityCore 3.3.5 localhost Server]] to set-up a server ====== Install ====== ===== World of Warcraft ===== * Extract to ''%ProgramFiles(x86)%\World of Warcraft 3.3.5\'' "explorer.exe" "%UserProfile%\Downloads" "explorer.exe" "%ProgramFiles(x86)%" ===== 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 MOVE /Y "%UserProfile%\Downloads\Patch-J.mpq" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Data" & DIR "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Data\Patch-J.mpq" ====== Settings ====== ===== Config.wtf ===== MKDIR "%ProgramFiles(x86)%\World of Warcraft 3.3.5\WTF" & "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\WTF\Config.wtf" SET gxApi "d3d9ex" SET realmName "localhost" SET SmallCull "0" SET basemip "0" SET SkyCloudLOD "3" SET componentCompress "0" SET violenceLevel "5" SET useUiScale "1" SET uiScale "1" SET environmentDetail "2" SET groundEffectDensity "256" SET groundEffectDist "140" SET spellEffectLevel "250" ===== realmlist.wtf ===== "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Data\enUS\realmlist.wtf" set realmlist loopback ===== Macros ===== ==== Hide Time/Clock ==== * [[https://us.forums.blizzard.com/en/wow/t/hide-clock-on-df-minimap/1685525/2|Source]] * Hides the time on the minimap along with the hiding the time being shown on Calendar orb hover * :!: Interface -> Display -> ''[x]'' Show Clock ((needed for the macro to also hide the time on Calendar orb hover)) /run TimeManagerClockButton:Hide() TimeManagerClockButton:HookScript("OnShow", function(self) self:Hide() end) GameTimeFrame:HookScript("OnEnter", function() GameTooltip:SetOwner(UIParent) end) ====== Compat Settings ====== * :!: Known to be incompatible with retail WoW * TODO: Delete/undo reg 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 ====== * [[servers:windows:games:trinitycore_3.3.5_localhost|localhost Server]] ===== Block ===== **** "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="out" action="block" profile="any" program="%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" ===== Delete Rules ===== **** "netsh.exe" advfirewall firewall delete rule name="World of Warcraft 3.3.5" ====== Launcher Shortcuts ====== ===== Desktop ===== ==== WoW 3.3.5 ==== "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" -d3d9ex WoW 3.3.5 ===== Start Menu ===== **** MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\World of Warcraft 3.3.5" & "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\World of Warcraft 3.3.5" ==== WoW 3.3.5 ==== "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" -d3d9ex World of Warcraft 3.3.5 ==== Screenshots ==== MKDIR "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Screenshots" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Screenshots" ==== Install Notes ==== "https://wiki.realmofespionage.xyz/games;windows;world_of_warcraft_3.3.5" Install Notes (WoW 3.3.5) ====== Quick Commands ====== ===== Execute ===== ==== Wrath of the Lich King ==== **** "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" -console -d3d9ex ==== Specific Graphics APIs ==== === D3D9 === * Default when no API is specified on command-line nor ''Config.wtf'' -d3d9 "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" -console -d3d9 "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Logs\gx.log" CGxDeviceD3d === D3D9Ex === * [[https://web.archive.org/web/20100212202408/http://forums.worldofwarcraft.com/thread.html?topicId=21723843232&sid=1|3.3.0 - d3d9ex mode, ATI, and 134 crashes]] * :?: Might be better for windowed-mode and Alt + Tab with DWM -d3d9ex "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" -console -d3d9ex "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Logs\gx.log" CGxDeviceD3d9Ex === OpenGL === * Disables the in-game Video -> ''Hardware Cursor'' option * Limits ''Shadow Quality'' to blobs and no dynamic options -opengl "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" -console -opengl "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Logs\gx.log" CGxDeviceOpenGl ===== Root Folder ===== **** "explorer.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5"