User Tools

Site Tools


games:bsd:wine: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:bsd:wine:world_of_warcraft_3.3.5 [2024/12/01 02:55] – [3.3.5] Sean Rhonegames:bsd:wine:world_of_warcraft_3.3.5 [2025/08/25 05:34] (current) Sean Rhone
Line 6: Line 6:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[bsd;freebsd_14.1_xfce|FreeBSD 14.(Xfce)]]+  * [[bsd;freebsd_14.2_xfce|FreeBSD 14.(Xfce)]]
   * [[bsd;notes;wine|Wine]]   * [[bsd;notes;wine|Wine]]
  
Line 18: Line 18:
 ===== World of Warcraft ===== ===== World of Warcraft =====
  
-  * [[https://wowdl.net/client/3.3.5a-win-us|World-of-Warcraft-3.3.5a.12340-enUS.zip]] +  * :!: TODO: Client source ((''wowdl.net'' used to host ''World-of-Warcraft-3.3.5a.12340-enUS.zip'' with MD5 ''ab8284d28a063e8594d03636fbe28dc7''))
-  * TODO: Different source+
  
-  mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' WINEARCH='win32' winecfg /v 'winxp' && sync+  mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' WINEARCH='win32' wine64 winecfg -v 'winxp'
  
-  md5sum ~/'Downloads/World-of-Warcraft-3.3.5a.12340-enUS.zip' | grep 'ab8284d28a063e8594d03636fbe28dc7' && unzip -q -d ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files' ~/'Downloads/World-of-Warcraft-3.3.5a.12340-enUS.zip' && sync+  bsdunzip -q -d ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files' ~/'Downloads/World-of-Warcraft-3.3.5a.12340-enUS.zip'
  
 ====== Settings ====== ====== Settings ======
Line 32: Line 31:
  
 <code>mousepad ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/WTF/Config.wtf'</code> <code>mousepad ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/WTF/Config.wtf'</code>
 +
 +<code>SET gxRefresh "74"</code>
  
 <code> <code>
 SET environmentDetail "2" SET environmentDetail "2"
 +SET gxApi "opengl"
 +SET textureCacheSize "64"
 SET violenceLevel "5" SET violenceLevel "5"
 SET SmallCull "0" SET SmallCull "0"
Line 41: Line 44:
 SET SkyCloudLOD "3" SET SkyCloudLOD "3"
 SET componentCompress "0"</code> SET componentCompress "0"</code>
 +
 +  cvar_default x
  
 ===== realmlist.wtf ===== ===== realmlist.wtf =====
Line 63: Line 68:
 ===== 3.3.5 ===== ===== 3.3.5 =====
  
-  * Server and Saves actions requires [[servers;bsd;games;trinitycore_3.3.5_localhost|TrinityCore 3.3.5 localhost]]+  * Server and Saves actions require [[servers:bsd:games:trinitycore_3.3.5_localhost|TrinityCore 3.3.5 localhost]] scripts
  
   mkdir -p ~/'.local/share/applications/wine/Programs/World of Warcraft' && ee ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft 3.3.5.desktop' && update-desktop-database --quiet ~/'.local/share/applications'   mkdir -p ~/'.local/share/applications/wine/Programs/World of Warcraft' && ee ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft 3.3.5.desktop' && update-desktop-database --quiet ~/'.local/share/applications'
Line 76: Line 81:
 StartupWMClass=wow.exe StartupWMClass=wow.exe
 Icon=WBE5_Wow.0 Icon=WBE5_Wow.0
-Actions=Kill;Server;Saves;Notes;+Actions=Kill;Server;Saves;Client-Notes;Server-Notes;
  
 [Desktop Action Kill] [Desktop Action Kill]
Line 84: Line 89:
 [Desktop Action Server] [Desktop Action Server]
 StartupNotify=false StartupNotify=false
-Exec='/bin/sh' -c "~/'Projects/trinity-335/scripts/tc-335-server-start.sh'"+Exec='/bin/sh' -c "~/'Projects/TrinityCore-335/scripts/localhost-server-start.sh'"
 Name=Server - Start Name=Server - Start
  
 [Desktop Action Saves] [Desktop Action Saves]
 StartupNotify=false StartupNotify=false
-Exec='/bin/sh' -c "xfce4-terminal -T 'WoW 3.3.5 localhost Database Back-up' -I ~/'.local/share/icons/hicolor/48x48/apps/WBE5_Wow.0.png' -e ~/'Projects/trinity-335/scripts/tc-335-save-backup.sh'"+Exec='/bin/sh' -c "xfce4-terminal -T 'WoW — DB Backup' -I ~/'.local/share/icons/hicolor/48x48/apps/WBE5_Wow.0.png' -e ~/'Projects/TrinityCore-335/scripts/localhost-databases-backup.sh'"
 Name=Server - Databases Back-up Name=Server - Databases Back-up
  
-[Desktop Action Notes]+[Desktop Action Client-Notes] 
 +StartupNotify=false 
 +Exec=gio open 'https://wiki.realmofespionage.xyz/games:bsd:wine:world_of_warcraft_3.3.5' 
 +Name=Client - Install Notes 
 + 
 +[Desktop Action Server-Notes]
 StartupNotify=false StartupNotify=false
-Exec=gio open 'https://wiki.realmofespionage.xyz/games;bsd;wine;world_of_warcraft_3.3.5+Exec=gio open 'https://wiki.realmofespionage.xyz/servers:bsd:games:trinitycore_3.3.5_localhost
-Name=Installation Notes+Name=Server - Install Notes
  
 # End</code> # End</code>
Line 146: Line 156:
   * ''-opengl''   * ''-opengl''
  
-  cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEDEBUG='' WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -opengl+  cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEDEBUG='' WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -opengl -console
  
 === Virtual Desktop === === Virtual Desktop ===
Line 153: Line 163:
   * ''-opengl''   * ''-opengl''
  
-  cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine explorer /desktop='3.3.5','1280x720' ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -opengl+  cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine explorer /desktop='3.3.5','1280x720' ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -opengl -console
  
 ==== Specific Graphics APIs ==== ==== Specific Graphics APIs ====
Line 163: Line 173:
 <code>-d3d9</code> <code>-d3d9</code>
  
-<code>cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -d3d9</code>+<code>cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -d3d9 -console</code>
  
 <code>cat ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Logs/gx.log' | grep 'CGxDeviceD3d'</code> <code>cat ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Logs/gx.log' | grep 'CGxDeviceD3d'</code>
Line 176: Line 186:
 <code>-d3d9ex</code> <code>-d3d9ex</code>
  
-<code>cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -d3d9ex</code>+<code>cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -d3d9ex -console</code>
  
 <code>cat ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Logs/gx.log' | grep 'CGxDeviceD3d9Ex'</code> <code>cat ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Logs/gx.log' | grep 'CGxDeviceD3d9Ex'</code>
Line 189: Line 199:
 <code>-opengl</code> <code>-opengl</code>
  
-<code>cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -opengl</code>+<code>cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -opengl -console</code>
  
 <code>cat ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Logs/gx.log' | grep 'CGxDeviceOpenGl'</code> <code>cat ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Logs/gx.log' | grep 'CGxDeviceOpenGl'</code>
/usr/local/www/wiki/data/attic/games/bsd/wine/world_of_warcraft_3.3.5.1733039715.txt.gz · Last modified: by Sean Rhone