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/17 00:10] – [Compat Settings] Sean Rhonegames:windows:world_of_warcraft_3.3.5 [2025/08/25 10:19] (current) Sean Rhone
Line 6: Line 6:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[windows;11_ltsc|Windows 11 (24H2)]]+  * [[windows;10|Windows 10 (21H2)]]
  
 ===== Notes ===== ===== Notes =====
Line 24: Line 24:
  
   "explorer.exe" "%ProgramFiles(x86)%"   "explorer.exe" "%ProgramFiles(x86)%"
- 
-  DIR "%ProgramFiles(x86)%\World of Warcraft 3.3.5\Wow.exe" 
  
 ===== Vanilla/TBC Login ===== ===== Vanilla/TBC Login =====
Line 62: Line 60:
  
 ===== 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"
Line 79: 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 ====== 
- 
-  * Retail WoW isn't compatible with ''UseLargePages'' ((2025/06/17: ''11.1.5.61265'' had ''ERROR #134 (0x85100086) Fatal condition!'' and crash on-startup)) 
- 
-  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 ======
Line 93: 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.1750133456.txt.gz · Last modified: by Sean Rhone