games:windows:world_of_warcraft_3.3.5
This is an old revision of the document!
Table of Contents
Information
- World of Warcraft: Wrath of the Lich King 1)
- Patch 3.3.5a
Prerequisites
Notes
This is for private server use
- See 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)%"
DIR "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe"
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"
OpenAL Audio
OpenAL32.dll
- 32-bit
OpenAL32.dll
next toWow.exe
"explorer.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5"
DIR "%ProgramFiles(x86)%\World of Warcraft 3.3.5\OpenAL32.dll"
Config.wtf
"notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\WTF\Config.wtf"
SET Sound_EnableHardware "1" SET Sound_EnableOpenAL "1"
alsoft.ini
"notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\alsoft.ini"
resampler = bsinc24 stereo-mode = speakers # End
Verify
System Default
output should be used vsOpenAL Soft
"notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Logs\SESound.log"
5/2 15:57:47.376 - Hardware is ENABLED 5/2 15:57:47.376 - OpenAL is ENABLED 5/2 15:57:47.376 - Reverb is ENABLED 5/2 15:57:47.394 - 2 Output drivers detected 5/2 15:57:47.394 --- [0] System Default 5/2 15:57:47.413 --- [1] OpenAL Soft 5/2 15:57:47.453 - Using [0] System Default for Game Output
realmlist.wtf
"notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Data\enUS\realmlist.wtf"
set realmlist loopback
Macros
Hide Time/Clock
- Hides the time on the minimap along with the hiding the time being shown 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
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
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"
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
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
File Manager
Root
"explorer.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5"
Addons
"explorer.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Interface\AddOns"
/usr/local/www/wiki/data/attic/games/windows/world_of_warcraft_3.3.5.1748787963.txt.gz · Last modified: by Sean Rhone