| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| servers:linux:games:trinitycore_3.3.5_localhost [2026/05/30 21:35] – [TDB] Sean Rhone | servers:linux:games:trinitycore_3.3.5_localhost [2026/07/02 18:35] (current) – Sean Rhone |
|---|
| * ''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 ===== |
| 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 |
| 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" |
| |
| zenity --title 'WoW 3.3.5 Updater' --text 'localhost server update complete' --icon ~/'.wine/Icons/WoW-335-256.png' --timeout '2' --info | zenity --title 'WoW 3.3.5 Updater' --text 'localhost server update complete' --icon ~/'.wine/Icons/WoW-335-256.png' --timeout '2' --info |
| | : |
| |
| # End</code> | # End</code> |
| |
| 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' |
| |