User Tools

Site Tools


games: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:wine:world_of_warcraft_3.3.5 [2024/03/03 21:01] Sean Rhonegames:wine:world_of_warcraft_3.3.5 [2024/03/09 17:45] (current) – [3.3.5] Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * World of Warcraft: Wrath of the Lich King ((http://us.blizzard.com/en-us/games/wrath/))+  * World of Warcraft: Wrath of the Lich King ((https://web.archive.org/web/20200911184050/https://www.blizzard.com/en-us/games/wrath/))
   * Patch 3.3.5a   * Patch 3.3.5a
   * [[https://appdb.winehq.org/objectManager.php?sClass=version&iId=32890|WineHQ AppDB]]   * [[https://appdb.winehq.org/objectManager.php?sClass=version&iId=32890|WineHQ AppDB]]
Line 38: Line 38:
  
   * :!: Run this before first-start as there is not a default address   * :!: Run this before first-start as there is not a default address
 +
 +  echo 'set realmlist localhost' | tee ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Data/'*'/realmlist.wtf'
  
   echo 'set realmlist wow.realmofespionage.xyz' | tee ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Data/'*'/realmlist.wtf'   echo 'set realmlist wow.realmofespionage.xyz' | tee ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Data/'*'/realmlist.wtf'
Line 46: Line 48:
  
 ===== 3.3.5 ===== ===== 3.3.5 =====
 +
 +  * Local Server requires [[/servers:games:trinitycore_3.3.5_localhost|TrinityCore 3.3.5 localhost]] ((''gnome-terminal'' mentions can likely be changed to other Terminals like ''konsole'' but is untested))
  
   mkdir -p ~/'.local/share/applications/wine/Programs/World of Warcraft' && nano ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft 3.3.5.desktop'   mkdir -p ~/'.local/share/applications/wine/Programs/World of Warcraft' && nano ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft 3.3.5.desktop'
Line 58: Line 62:
 StartupWMClass=wow.exe StartupWMClass=wow.exe
 Icon=WBE5_Wow.0 Icon=WBE5_Wow.0
 +Actions=Kill;Server;Saves;Notes;
 +
 +[Desktop Action Kill]
 +Exec='/bin/bash' -c "WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wineserver --kill"
 +Exec='/bin/killall' -9 'Wow.exe'
 +Name=Force-close World of Warcraft 3.3.5
 +
 +[Desktop Action Server]
 +StartupNotify=false
 +Exec='/bin/bash' -c "cd ~/'Projects/trinity-335/run/bin' && gnome-terminal -- ./authserver && gnome-terminal -- ./worldserver"
 +Name=Launch Local Server
 +
 +[Desktop Action Saves]
 +StartupNotify=false
 +Exec='/bin/bash' -c "gnome-terminal -- ~/'Projects/trinity-335/run/etc/localhost-save-backup.sh'"
 +Name=Local Server Databases Back-up
 +
 +[Desktop Action Notes]
 +StartupNotify=false
 +Exec=gio open 'https://wiki.realmofespionage.xyz/games:wine:world_of_warcraft_3.3.5'
 +Name=Installation Notes
  
 # End</code> # End</code>
Line 67: Line 92:
 <code> <code>
 mkdir -p ~/'.local/share/icons/hicolor/48x48/apps' && cd ~/'.local/share/icons/hicolor/48x48/apps' && wrestool --output='WBE5_Wow.0.png' --extract --name='101' ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' && cd ~</code> mkdir -p ~/'.local/share/icons/hicolor/48x48/apps' && cd ~/'.local/share/icons/hicolor/48x48/apps' && wrestool --output='WBE5_Wow.0.png' --extract --name='101' ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' && cd ~</code>
 +
 +==== Save Data Back-up Script ====
 +
 +  * Requires [[/servers:games:trinitycore_3.3.5_localhost|TrinityCore 3.3.5 localhost]]
 +  * See [[servers:games:trinitycore_3.3.5_localhost#restore|Restore]] notes for restoring back-ups
 +
 +  nano ~/'Projects/trinity-335/run/etc/localhost-save-backup.sh' && chmod +x ~/'Projects/trinity-335/run/etc/localhost-save-backup.sh'
 +
 +<code>
 +#!/bin/sh
 +
 +cd ~/'Downloads'
 +sudo mariadb-dump --databases 'authserver' --result-file='localserver-authserver-database-'$(date +%Y-%m-%d-%s)'.sql'
 +sudo mariadb-dump --databases 'characters' --result-file='localserver-characters-database-'$(date +%Y-%m-%d-%s)'.sql'
 +sudo chown $USER:$USER ~/'Downloads/localserver-authserver-database-'*'.sql' ~/'Downloads/localserver-characters-database-'*'.sql'
 +sync
 +notify-send 'localserver databases have been successfully dumped.'
 +
 +# End</code>
  
 ====== Quick Commands ====== ====== Quick Commands ======
Line 90: Line 134:
 ===== Kill ===== ===== Kill =====
  
-****+  WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wineserver --kill
  
-  WINEPREFIX=~/'.wine/World of Warcraft 3.3.5wineserver --kill+  killall -9 'Wow.exe'
  
 ===== Reset ===== ===== Reset =====
/var/www/wiki/data/attic/games/wine/world_of_warcraft_3.3.5.1709517673.txt.gz · Last modified: 2024/03/03 21:01 by Sean Rhone