User Tools

Site Tools


servers:bsd:games:trinitycore_3.3.5_localhost

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
servers:bsd:games:trinitycore_3.3.5_localhost [2025/10/26 17:56] – [Server Update] Sean Rhoneservers:bsd:games:trinitycore_3.3.5_localhost [2025/12/03 13:10] (current) – [Information] Sean Rhone
Line 2: Line 2:
  
   * TrinityCore   * TrinityCore
-  * [[https://talk.trinitycore.org/t/singleplayer-scripts-and-desktop-start-launchers-on-windows-linux-freebsd/33293|TrinityCore Forums]]+  * [[https://talk.trinitycore.org/t/singleplayer-scripts-and-desktop-start-launchers-on-windows-linux-freebsd/33293/7|TrinityCore Forums]]
  
   * These notes provide a local single-player server for World of Warcraft 3.3.5   * These notes provide a local single-player server for World of Warcraft 3.3.5
Line 18: Line 18:
  
   * https://trinitycore.info/install/requirements/linux   * https://trinitycore.info/install/requirements/linux
-  * :?: May require a ''boost'' package ((''keepassxc'' pulls in ''boost-libs'')) 
  
   su -   su -
  
-  pkg install git readline mariadb118-client mariadb118-server cmake-core bzip2 libressl+  pkg install git readline mariadb118-client mariadb118-server cmake-core libressl
  
   exit   exit
Line 144: Line 143:
 ===== MMaps ===== ===== MMaps =====
  
-  * :!: ~30 minutes i5-8400H ((2025/10/25: ''28 Minutes 14 Seconds'' at ''--threads 8''))+  * :!: ~30 minutes i5-8400H ((2025/10/29: ''28 Minutes 11 Seconds'' at ''--threads 8''))
   * ''--threads $(nproc)''   * ''--threads $(nproc)''
  
Line 170: Line 169:
  
 ===== World Database ===== ===== World Database =====
- 
-==== TDB ==== 
  
   * https://trinitycore.info/en/install/Database-Installation#populating-the-mysql-trinity-databases   * https://trinitycore.info/en/install/Database-Installation#populating-the-mysql-trinity-databases
 +
 +==== TDB ====
  
   * https://github.com/TrinityCore/TrinityCore/releases   * https://github.com/TrinityCore/TrinityCore/releases
Line 317: Line 316:
 sleep '2' sleep '2'
  
-notify-send -i ~/'.wine/Icons/WoW-335-256.png' -t '2000' 'WoW 3.3.5 localhost server update complete'+notify-send -i ~/'.wine/Icons/WoW-335-256.png' -t '3000' 'WoW 3.3.5 localhost server update complete'
  
 # End</code> # End</code>
Line 338: Line 337:
 mariadb-admin 'shutdown' --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock' --user=$USER mariadb-admin 'shutdown' --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock' --user=$USER
  
-notify-send -i ~/'.wine/Icons/WoW-335-256.png' -t '2000' 'WoW 3.3.5 Databases Backed-up Successfully to Downloads'+notify-send -i ~/'.wine/Icons/WoW-335-256.png' -t '3000' 'WoW 3.3.5 Databases Backed-up Successfully to Downloads'
  
 # End</code> # End</code>
Line 354: Line 353:
 sleep '2' sleep '2'
  
-xfce4-terminal --minimize -T 'WoW 3.3.5 [auth]' -I ~/'.wine/Icons/WoW-335-256.png' -e ~/'Projects/TrinityCore-335/scripts/localhost-authserver-start.sh'+xfce4-terminal --minimize -T 'WoW 3.3.5 [auth]' -I ~/'.wine/Icons/WoW-335-256.png' -e ~/'Projects/TrinityCore-335/scripts/localhost-authserver-start.sh'
-xfce4-terminal --minimize -T 'WoW 3.3.5 [world]' -I ~/'.wine/Icons/WoW-335-256.png' -e ~/'Projects/TrinityCore-335/scripts/localhost-worldserver-start.sh'+xfce4-terminal --minimize -T 'WoW 3.3.5 [world]' -I ~/'.wine/Icons/WoW-335-256.png' -e ~/'Projects/TrinityCore-335/scripts/localhost-worldserver-start.sh'
  
 # End</code> # End</code>
Line 406: Line 405:
  
   * [[#databases|Initial set-up]]   * [[#databases|Initial set-up]]
- 
-  mariadbd-safe --datadir=$HOME/'Projects/TrinityCore-335/mariadb/database' --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock' 
  
 ==== authserver ==== ==== authserver ====
 +
 +  mariadbd-safe --no-watch --skip-syslog --datadir=$HOME/'Projects/TrinityCore-335/mariadb/database' --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock'
  
   mariadb --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock' --user=$USER --execute='CREATE DATABASE authserver;'   mariadb --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock' --user=$USER --execute='CREATE DATABASE authserver;'
Line 420: Line 419:
  
   cat ~/'Downloads/'*'-WoW-335-localhost-characters.sql' | mariadb --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock' --user=$USER 'characters'   cat ~/'Downloads/'*'-WoW-335-localhost-characters.sql' | mariadb --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock' --user=$USER 'characters'
 +
 +  mariadb-admin 'shutdown' --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock' --user=$USER
  
 ====== Quick Commands ====== ====== Quick Commands ======
/srv/www/wiki/data/attic/servers/bsd/games/trinitycore_3.3.5_localhost.1761515792.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki