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/06 21:00] – [Information] Sean Rhonegames:wine:world_of_warcraft_3.3.5 [2024/03/09 17:45] (current) – [3.3.5] Sean Rhone
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 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 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 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'
  
   nano ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Data/'*'/realmlist.wtf'   nano ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Data/'*'/realmlist.wtf'
Line 49: Line 49:
 ===== 3.3.5 ===== ===== 3.3.5 =====
  
-  * Local Server requires [[/servers:games:trinitycore_3.3.5_localhost|TrinityCore 3.3.5 localhost]]+  * 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 62: Line 62:
 StartupWMClass=wow.exe StartupWMClass=wow.exe
 Icon=WBE5_Wow.0 Icon=WBE5_Wow.0
-Actions=Server;+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] [Desktop Action Server]
Line 68: Line 73:
 Exec='/bin/bash' -c "cd ~/'Projects/trinity-335/run/bin' && gnome-terminal -- ./authserver && gnome-terminal -- ./worldserver" Exec='/bin/bash' -c "cd ~/'Projects/trinity-335/run/bin' && gnome-terminal -- ./authserver && gnome-terminal -- ./worldserver"
 Name=Launch Local Server 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 77: 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 100: 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.1709776824.txt.gz · Last modified: 2024/03/06 21:00 by Sean Rhone