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 22:29] – [3.3.5] 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 76: Line 76:
 [Desktop Action Saves] [Desktop Action Saves]
 StartupNotify=false StartupNotify=false
-Exec='/bin/bash' -c "~/'Projects/trinity-335/run/bin/localhost-save-backup.sh'"+Exec='/bin/bash' -c "gnome-terminal -- ~/'Projects/trinity-335/run/etc/localhost-save-backup.sh'"
 Name=Local Server Databases Back-up Name=Local Server Databases Back-up
  
Line 95: Line 95:
 ==== Save Data Back-up Script ==== ==== Save Data Back-up Script ====
  
-  nano ~/'Projects/trinity-335/run/bin/localhost-save-backup.sh' && chmod +x ~/'Projects/trinity-335/run/bin/localhost-save-backup.sh'+  * 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> <code>
Line 101: Line 104:
  
 cd ~/'Downloads' cd ~/'Downloads'
-sudo mariadb-dump --databases 'authserver' --result-file='localserver-authserver-databases-'$(date +%Y-%m-%d)'.sql' +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-databases-'$(date +%Y-%m-%d)'.sql' +sudo mariadb-dump --databases 'characters' --result-file='localserver-characters-database-'$(date +%Y-%m-%d-%s)'.sql' 
-sudo chown $USER:$USER ~/'Downloads/localserver-authserver-databases-'*'.sql' ~/'Downloads/localserver-characters-databases-'*'.sql'+sudo chown $USER:$USER ~/'Downloads/localserver-authserver-database-'*'.sql' ~/'Downloads/localserver-characters-database-'*'.sql'
 sync sync
 notify-send 'localserver databases have been successfully dumped.' notify-send 'localserver databases have been successfully dumped.'
/var/www/wiki/data/attic/games/wine/world_of_warcraft_3.3.5.1709782169.txt.gz · Last modified: 2024/03/06 22:29 by Sean Rhone