User Tools

Site Tools


games:windows:world_of_warcraft_3.3.5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:windows:world_of_warcraft_3.3.5 [2025/06/01 06:05] – [realmlist.wtf] Sean Rhonegames:windows:world_of_warcraft_3.3.5 [2025/08/25 10:19] (current) Sean Rhone
Line 6: Line 6:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[windows:10|Windows 10 (21H2)]]+  * [[windows;10|Windows 10 (21H2)]]
  
 ===== Notes ===== ===== Notes =====
Line 25: Line 25:
   "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 ======
Line 49: Line 58:
 SET groundEffectDist "140" SET groundEffectDist "140"
 SET spellEffectLevel "250"</code> SET spellEffectLevel "250"</code>
- 
-==== OpenAL Audio ==== 
- 
-  * https://blog.realmofespionage.xyz/?p=91 ([[https://realmofespionage.blogspot.com/2024/05/world-of-warcraft-wotlk-335-can-do.html|mirror]]) 
- 
-=== OpenAL32.dll === 
- 
-  * https://github.com/kcat/openal-soft/releases 
-  * 32-bit ''OpenAL32.dll'' next to ''Wow.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" 
- 
-<code> 
-SET Sound_EnableHardware "1" 
-SET Sound_EnableOpenAL "1"</code> 
- 
-=== alsoft.ini === 
- 
-  "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\alsoft.ini" 
- 
-<code> 
-resampler = bsinc24 
-stereo-mode = speakers 
- 
-# End</code> 
- 
-=== Verify === 
- 
-  * ''System Default'' output should be used vs ''OpenAL Soft'' 
- 
-  "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Logs\SESound.log" 
- 
-<code> 
-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</code> 
  
 ===== realmlist.wtf ===== ===== realmlist.wtf =====
Line 112: Line 75:
 <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" /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 ======
Line 124: Line 81:
  
 ===== 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"
/usr/local/www/wiki/data/attic/games/windows/world_of_warcraft_3.3.5.1748772317.txt.gz · Last modified: by Sean Rhone