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

servers:windows:games:trinitycore_3.3.5_localhost [2025/09/03 06:16] – [Server Update] Sean Rhoneservers:windows:games:trinitycore_3.3.5_localhost [2025/09/11 06:43] (current) – external edit 127.0.0.1
Line 10: Line 10:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[windows;10|Windows 10 (21H2)]]+  * [[windows;11_ltsc|Windows 11 (24H2)]]
   * [[programs;windows;git|Git]]   * [[programs;windows;git|Git]]
   * [[servers;windows;mariadb|MariaDB]] (Dev components required; no service/networking)   * [[servers;windows;mariadb|MariaDB]] (Dev components required; no service/networking)
Line 270: Line 270:
  
 ===== Server Start ===== ===== Server Start =====
 +
 +  * Shutdown order: ''worldserver'' -> ''authserver'' -> MariaDB
  
   MKDIR "%UserProfile%\Projects\TrinityCore-335\scripts" & "notepad.exe" "%UserProfile%\Projects\TrinityCore-335\scripts\localhost-server-start.bat"   MKDIR "%UserProfile%\Projects\TrinityCore-335\scripts" & "notepad.exe" "%UserProfile%\Projects\TrinityCore-335\scripts\localhost-server-start.bat"
Line 275: Line 277:
 <code> <code>
 @echo off @echo off
 +
 +TITLE TrinityCore 335 Launcher
  
 START "MariaDB Server" "%ProgramFiles%\MariaDB 12.1\bin\mariadbd.exe" --defaults-file="%ProgramFiles%\MariaDB 12.1\data\my.ini" START "MariaDB Server" "%ProgramFiles%\MariaDB 12.1\bin\mariadbd.exe" --defaults-file="%ProgramFiles%\MariaDB 12.1\data\my.ini"
Line 293: Line 297:
 <code> <code>
 @echo off @echo off
 +
 +TITLE TrinityCore 335 Updater
  
 "%ProgramFiles%\Git\bin\git.exe" -C "%UserProfile%\Projects\TrinityCore-335\src" reset --hard "%ProgramFiles%\Git\bin\git.exe" -C "%UserProfile%\Projects\TrinityCore-335\src" reset --hard
Line 311: Line 317:
 <code> <code>
 @echo off @echo off
 +
 +TITLE WoW 3.3.5 Database Back-up
  
 START "MariaDB Server" "%ProgramFiles%\MariaDB 12.1\bin\mariadbd.exe" --defaults-file="%ProgramFiles%\MariaDB 12.1\data\my.ini" START "MariaDB Server" "%ProgramFiles%\MariaDB 12.1\bin\mariadbd.exe" --defaults-file="%ProgramFiles%\MariaDB 12.1\data\my.ini"
/srv/www/wiki/data/attic/servers/windows/games/trinitycore_3.3.5_localhost.1756894606.txt.gz · Last modified: by Sean Rhone