User Tools

Site Tools


games:windows:world_of_warcraft_1.12.1

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_1.12.1 [2025/10/08 23:42] – [Config.wtf] Sean Rhonegames:windows:world_of_warcraft_1.12.1 [2025/10/15 16:28] (current) Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * World of Warcraft: The Burning Crusade +  * World of Warcraft (Vanilla) 
-  * 2.4.3.8606 ((''WoW [Release] Build 8606 (Jul 10 2008 11:43:23)''))+  * 1.12.1.5875 ((''WoW [Release] Build 8606 (Jul 10 2008 11:43:23)''))
   * 32-bit   * 32-bit
  
Line 14: Line 14:
  
   * :!: This is for private server use   * :!: This is for private server use
-  * See [[servers;windows;games;mangos_one_tbc_localhost|MaNGOS One localhost Server]] to set-up a server+  * See [[servers;windows;games;mangos_zero_vanilla_localhost|MaNGOS Zero localhost Server]] to set-up a server
  
 ====== Install ====== ====== Install ======
Line 38: Line 38:
  
 ===== Config.wtf ===== ===== Config.wtf =====
 +
 +  * 2025/10/09: Borderless fullscreen fixes long loading screens and FPS
  
   MKDIR "%ProgramFiles(x86)%\World of Warcraft 1.12.1\WTF" & "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 1.12.1\WTF\Config.wtf"   MKDIR "%ProgramFiles(x86)%\World of Warcraft 1.12.1\WTF" & "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 1.12.1\WTF\Config.wtf"
  
 <code> <code>
 +SET gxWindow "1"
 +SET gxMaximize "1"
 +SET frillDensity "256"
 SET SmallCull "0" SET SmallCull "0"
 +SET M2Faster "0"
 +SET SoundSoftwareChannels "64"
 +SET SoundMemoryCache "64"
 SET timingModeOverride "2" SET timingModeOverride "2"
 SET accountName "Espionage724"</code> SET accountName "Espionage724"</code>
Line 48: Line 56:
 ===== realmlist.wtf ===== ===== realmlist.wtf =====
  
-  * [[servers;windows;games;mangos_one_tbc_localhost|MaNGOS One (localhost)]]+  "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 1.12.1\realmlist.wtf"
  
-  "notepad.exe" "%ProgramFiles(x86)%\World of Warcraft 2.4.3\realmlist.wtf" +  set realmlist 127.0.0.1
- +
-<code>set realmlist 127.0.0.1 +
-set patchlist 127.0.0.1</code> +
- +
-===== Macros ===== +
- +
-==== Hide Time/Clock ==== +
- +
-  * https://us.forums.blizzard.com/en/wow/t/hide-clock-on-df-minimap/1685525/+
-  * Hides the time on the minimap along with the hiding the time being shown on Calendar-button hover +
-  * :!: Interface -> Display -> [x] Show Clock needs to be enabled in order for this macro to hide both it and the Calendar hover ((it doesn't run/hide the calendar hover otherwise)) +
- +
-<code> +
-/run TimeManagerClockButton:Hide() TimeManagerClockButton:HookScript("OnShow", function(self) self:Hide() end) GameTimeFrame:HookScript("OnEnter", function() GameTooltip:SetOwner(UIParent) end)</code>+
  
 ====== Compat Settings ====== ====== Compat Settings ======
Line 70: Line 64:
 **** ****
  
-  REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\World of Warcraft 2.4.3\Wow.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE NoDTToDITMouseBatch" /f+  REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\World of Warcraft 1.12.1\Wow.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE NoDTToDITMouseBatch" /f
  
 ====== Firewall ====== ====== Firewall ======
- 
-  * [[servers;windows;games;mangos_one_tbc_localhost|localhost Server]] 
  
 ===== Block ===== ===== Block =====
Line 80: Line 72:
 **** ****
  
-  "netsh.exe" advfirewall firewall add rule name="World of Warcraft 2.4.3" dir="in" action="block" profile="any" program="%ProgramFiles(x86)%\World of Warcraft 2.4.3\Wow.exe" & "netsh.exe" advfirewall firewall add rule name="World of Warcraft 2.4.3" dir="out" action="block" profile="any" program="%ProgramFiles(x86)%\World of Warcraft 2.4.3\Wow.exe"+  "netsh.exe" advfirewall firewall add rule name="World of Warcraft 1.12.1" dir="in" action="block" profile="any" program="%ProgramFiles(x86)%\World of Warcraft 1.12.1\Wow.exe" & "netsh.exe" advfirewall firewall add rule name="World of Warcraft 1.12.1" dir="out" action="block" profile="any" program="%ProgramFiles(x86)%\World of Warcraft 1.12.1\Wow.exe" & "netsh.exe" advfirewall firewall add rule name="World of Warcraft 1.12.1" dir="in" action="block" profile="any" program="%ProgramFiles(x86)%\World of Warcraft 1.12.1\Launcher.exe" & "netsh.exe" advfirewall firewall add rule name="World of Warcraft 1.12.1" dir="out" action="block" profile="any" program="%ProgramFiles(x86)%\World of Warcraft 1.12.1\Launcher.exe"
  
 ===== Delete Rules ===== ===== Delete Rules =====
Line 86: Line 78:
 **** ****
  
-  "netsh.exe" advfirewall firewall delete rule name="World of Warcraft 2.4.3"+  "netsh.exe" advfirewall firewall delete rule name="World of Warcraft 1.12.1"
  
 ====== Launcher Shortcuts ====== ====== Launcher Shortcuts ======
Line 92: Line 84:
 ===== Desktop ===== ===== Desktop =====
  
-==== WoW 2.4.====+==== WoW 1.12.1 ==== 
 + 
 +<code>"%ProgramFiles(x86)%\World of Warcraft 1.12.1\Wow.exe"</code> 
 + 
 +  WoW 1.12.1 
 + 
 +==== Start Menu ====
  
-<code>"%ProgramFiles(x86)%\World of Warcraft 2.4.3\Wow.exe"</code>+  * TODO
  
-  WoW 2.4.3+  C:\ProgramData\Microsoft\Windows\Start Menu\Programs\World of Warcraft
  
/srv/www/wiki/data/attic/games/windows/world_of_warcraft_1.12.1.1759981370.txt.gz · Last modified: by Sean Rhone