User Tools

Site Tools


servers:windows: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:windows:games:trinitycore_3.3.5_localhost [2025/04/19 22:39] – Boost 1.88, MSG (notify-send) Sean Rhoneservers:windows:games:trinitycore_3.3.5_localhost [2025/04/20 21:30] (current) Sean Rhone
Line 4: Line 4:
  
   * 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
-  * Last tested commit: [[https://github.com/TrinityCore/TrinityCore/commit/c3ee8498320894c229d64008b537647517cf613b|c3ee849]]+  * Last tested commit: [[https://github.com/TrinityCore/TrinityCore/commit/a1814cf13d24e7bb5142417a6f8f0dfd08db72e1|a1814cf]]
  
 ===== Media ===== ===== Media =====
Line 57: Line 57:
   * Last tested: ''mariadb-11.7.2-winx64.msi''   * Last tested: ''mariadb-11.7.2-winx64.msi''
  
-  * [x] MariaDB Server (Entire feature) +  * ''[x]'' MariaDB Server 
-  * [x] Development components (Entire feature) +  * ''[x]'' Development Components 
-  * Third party tools not required +  * ''[ ]'' Third party tools 
-  * Use UTF8 as default server's character set + 
-  * **Uncheck** Install as service and Enable networking+  * ''[ ]'' Enable access from remote machines for 'root' user 
 +  * ''[x]'' Use UTF8 as default server's character set 
 + 
 +  * ''[ ]'' Install as service 
 +  * ''[ ]'' Enable networking
  
 ===== Boost ===== ===== Boost =====
Line 73: Line 77:
   * Last tested: ''cmake-4.0.1-windows-x86_64.msi''   * Last tested: ''cmake-4.0.1-windows-x86_64.msi''
  
-  * CMake to PATH env not required+  * ''[ ]'' Add CMake to the PATH environment variable
  
 ===== OpenSSL ===== ===== OpenSSL =====
Line 80: Line 84:
   * Last tested: ''Win64OpenSSL-3_5_0.msi''   * Last tested: ''Win64OpenSSL-3_5_0.msi''
  
-  * :!: Copy OpenSSL DLLs to: The OpenSSL binaries (/bin) directory+  * Copy OpenSSL DLLs to: 
 +    * ''[x]'' The OpenSSL binaries (/bin) directory
  
 ====== Download Source ====== ====== Download Source ======
Line 349: Line 354:
  
 "%ProgramFiles%\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\MSBuild.exe" "%UserProfile%\Projects\TrinityCore-335\build\ALL_BUILD.vcxproj" -target:"Build" -property:"Configuration=Release" "%ProgramFiles%\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\MSBuild.exe" "%UserProfile%\Projects\TrinityCore-335\build\ALL_BUILD.vcxproj" -target:"Build" -property:"Configuration=Release"
- 
-MSG %USERNAME% "WoW 3.3.5 localhost server update complete" 
  
 :: End</code> :: End</code>
Line 371: Line 374:
 "%ProgramFiles%\MariaDB 11.7\bin\mariadb-dump.exe" -u "root" -p --opt -r "localhost-authserver-rolling.sql" "authserver" "%ProgramFiles%\MariaDB 11.7\bin\mariadb-dump.exe" -u "root" -p --opt -r "localhost-authserver-rolling.sql" "authserver"
 "%ProgramFiles%\MariaDB 11.7\bin\mariadb-dump.exe" -u "root" -p --opt -r "localhost-characters-rolling.sql" "characters" "%ProgramFiles%\MariaDB 11.7\bin\mariadb-dump.exe" -u "root" -p --opt -r "localhost-characters-rolling.sql" "characters"
- 
-MSG %USERNAME% "WoW 3.3.5 localhost server databases have been dumped to Downloads." 
  
 :: End</code> :: End</code>
Line 428: Line 429:
   * ''authserver'' needs started at least once to create the tables and to start ''worldserver'' for account creation   * ''authserver'' needs started at least once to create the tables and to start ''worldserver'' for account creation
   * Ctrl + C to exit   * Ctrl + C to exit
 +
 +  "%ProgramFiles%\MariaDB 11.7\bin\mariadbd.exe" --defaults-file="%ProgramFiles%\MariaDB 11.7\data\my.ini"
  
   CD "%UserProfile%\Projects\TrinityCore-335\build\bin\Release" && "authserver.exe" --config-dir "%UserProfile%\Projects\TrinityCore-335\conf\authserver"   CD "%UserProfile%\Projects\TrinityCore-335\build\bin\Release" && "authserver.exe" --config-dir "%UserProfile%\Projects\TrinityCore-335\conf\authserver"
Line 434: Line 437:
  
   * Change ''x'' to password   * Change ''x'' to password
 +
 +  "%ProgramFiles%\MariaDB 11.7\bin\mariadbd.exe" --defaults-file="%ProgramFiles%\MariaDB 11.7\data\my.ini"
  
   CD "%UserProfile%\Projects\TrinityCore-335\build\bin\Release" && "worldserver.exe" --config-dir "%UserProfile%\Projects\TrinityCore-335\conf\worldserver"   CD "%UserProfile%\Projects\TrinityCore-335\build\bin\Release" && "worldserver.exe" --config-dir "%UserProfile%\Projects\TrinityCore-335\conf\worldserver"
/srv/www/wiki/data/attic/servers/windows/games/trinitycore_3.3.5_localhost.1745116745.txt.gz · Last modified: by Sean Rhone