User Tools

Site Tools


servers:linux: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:linux:games:trinitycore_3.3.5_localhost [2026/06/05 20:15] – [Database Back-up] neither is that Sean Rhoneservers:linux:games:trinitycore_3.3.5_localhost [2026/07/02 18:35] (current) Sean Rhone
Line 4: Line 4:
   * ''3.3.5''   * ''3.3.5''
   * [[https://talk.trinitycore.org/t/singleplayer-scripts-and-desktop-start-launchers-on-windows-linux-freebsd/33293/7|TrinityCore Forums]]   * [[https://talk.trinitycore.org/t/singleplayer-scripts-and-desktop-start-launchers-on-windows-linux-freebsd/33293/7|TrinityCore Forums]]
 +
 +===== Media =====
 +
 +  * [[https://media.realmofespionage.xyz/index/category/6|Progress Pics]]
 +  * [[https://www.youtube.com/watch?v=JAWWS9EDqiY|Presentation Video]]
 +  * [[https://www.youtube.com/watch?v=u-dBDlnmbLo|WoWee Test Video]]
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 192: Line 198:
 BindIP = "127.0.0.1" BindIP = "127.0.0.1"
 MySQLExecutable = "/usr/bin/mariadb" MySQLExecutable = "/usr/bin/mariadb"
 +AllowLoggingIPAddressesInDatabase = 0
 +
 +# Database
 LoginDatabaseInfo = "127.0.0.1;../../mariadb.sock;authserver;x;authserver" LoginDatabaseInfo = "127.0.0.1;../../mariadb.sock;authserver;x;authserver"
  
 # Etc # Etc
-AllowLoggingIPAddressesInDatabase = 0 
 Updates.EnableDatabases = 1 Updates.EnableDatabases = 1
 Updates.CleanDeadRefMaxCount = -1 Updates.CleanDeadRefMaxCount = -1
Line 217: Line 225:
 BindIP = "127.0.0.1" BindIP = "127.0.0.1"
 MySQLExecutable = "/usr/bin/mariadb" MySQLExecutable = "/usr/bin/mariadb"
 +AllowLoggingIPAddressesInDatabase = 0
 +
 +# Databases
 LoginDatabaseInfo = "127.0.0.1;../../mariadb.sock;authserver;x;authserver" LoginDatabaseInfo = "127.0.0.1;../../mariadb.sock;authserver;x;authserver"
 WorldDatabaseInfo = "127.0.0.1;../../mariadb.sock;worldserver;x;worldserver" WorldDatabaseInfo = "127.0.0.1;../../mariadb.sock;worldserver;x;worldserver"
Line 532: Line 543:
  
   mariadb --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock' --user=$USER --execute='DROP DATABASE authserver;DROP DATABASE characters;DROP DATABASE worldserver;CREATE DATABASE authserver;CREATE DATABASE characters;CREATE DATABASE worldserver;GRANT ALL PRIVILEGES ON authserver.* to 'authserver'@'localhost';GRANT ALL PRIVILEGES ON characters.* to 'characters'@'localhost';GRANT ALL PRIVILEGES ON worldserver.* to 'worldserver'@'localhost';FLUSH PRIVILEGES;'   mariadb --socket=$HOME/'Projects/TrinityCore-335/mariadb/mariadb.sock' --user=$USER --execute='DROP DATABASE authserver;DROP DATABASE characters;DROP DATABASE worldserver;CREATE DATABASE authserver;CREATE DATABASE characters;CREATE DATABASE worldserver;GRANT ALL PRIVILEGES ON authserver.* to 'authserver'@'localhost';GRANT ALL PRIVILEGES ON characters.* to 'characters'@'localhost';GRANT ALL PRIVILEGES ON worldserver.* to 'worldserver'@'localhost';FLUSH PRIVILEGES;'
 +
 +===== WoWee Test =====
 +
 +  * https://github.com/Kelsidavis/WoWee
 +
 +  * Last tested: ''wowee-v1.9.4-preview-linux-x86-64.tar.gz''
 +  * 2026/06/06: Connects, loads characters, logs-in, character was above ground once (:?: multiple ''.tp'' all tele'd underground)
 +
 +  * [[https://ftp.lysator.liu.se/pub/opensuse/repositories/games/openSUSE_Tumbleweed/x86_64/libstorm9-9.23-2.5.x86_64.rpm|libstorm9-9.23-2.5.x86_64.rpm]] (''libstorm.so.9'')
 +  * [[https://github.com/unicorn-engine/unicorn/releases/download/2.1.4/ubuntu-cmake-shared-x64.7z|ubuntu-cmake-shared-x64.7z]] (''libunicorn.so.2'')
 +
 +  LD_LIBRARY_PATH=. '/home/espionage724/Downloads/wowee-v1.9.4-preview-linux-x86-64/extract_assets.sh' '/home/espionage724/.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/Data' wotlk
 +
 +  LD_LIBRARY_PATH=. '/home/espionage724/Downloads/wowee-v1.9.4-preview-linux-x86-64/wowee'
  
/usr/local/www/wiki/data/attic/servers/linux/games/trinitycore_3.3.5_localhost.1780704920.txt.gz · Last modified: by Sean Rhone