User Tools

Site Tools


servers:games:trinitycore_3.3.5

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:games:trinitycore_3.3.5 [2023/07/30 20:26] Sean Rhoneservers:games:trinitycore_3.3.5 [2023/07/31 08:27] (current) – [TDB] Sean Rhone
Line 11: Line 11:
   * [[servers:mariadb|MariaDB]]   * [[servers:mariadb|MariaDB]]
   * [[games:wine:world_of_warcraft_3.3.5|World of Warcraft (3.3.5)]] ((required for content extraction, and since the core and tools are compiled on Linux the extraction tools also require Linux))   * [[games:wine:world_of_warcraft_3.3.5|World of Warcraft (3.3.5)]] ((required for content extraction, and since the core and tools are compiled on Linux the extraction tools also require Linux))
- 
-===== Notes ===== 
- 
-  * :!: As of 2022/09/30, these notes were tested on F36 up until the systemd scripts; TODO: fix them 
-  * :!: Do **not** use Warmane's WotLK client for content extraction nor to play with as it's modified and fails if ''authserver.conf/StrictVersionCheck = 1'' 
-  * [[https://wowdl.net/index|WoWDL]] has a [[https://wowdl.net/client/3.3.5a-win-us|clean 3.3.5 client]] that works fine with ''authserver.conf/StrictVersionCheck = 1'' 
  
 ====== Create Group and User ====== ====== Create Group and User ======
Line 81: Line 75:
 ===== TDB ===== ===== TDB =====
  
-  * TDB335.21121 +  * :!: Check https://github.com/TrinityCore/TrinityCore/releases for updates
-  * Check https://github.com/TrinityCore/TrinityCore/releases for updates+
   * :!: Make certain the database is ''335'', and not ''927'' or etc   * :!: Make certain the database is ''335'', and not ''927'' or etc
   * :!: Do this **after** the initial compile ((the compile command below wipes out the ''run'' folder if it exists before compiling))   * :!: Do this **after** the initial compile ((the compile command below wipes out the ''run'' folder if it exists before compiling))
Line 175: Line 168:
 ====== SELinux ====== ====== SELinux ======
  
-  sudo semanage fcontext --add --type 'bin_t' '/var/lib/trinity/Projects/trinity-335/run/bin/authserver' && sudo restorecon -F -I -R -v '/var/lib/trinity/Projects/trinity-335/run/bin/authserver'+  sudo semanage fcontext --add --type 'bin_t' '/var/lib/trinity/Projects/trinity-335/run/bin/authserver' && sudo restorecon -F -I -R '/var/lib/trinity/Projects/trinity-335/run/bin/authserver'
  
-  sudo semanage fcontext --add --type 'bin_t' '/var/lib/trinity/Projects/trinity-335/run/bin/worldserver' && sudo restorecon -F -I -R -v '/var/lib/trinity/Projects/trinity-335/run/bin/worldserver'+  sudo semanage fcontext --add --type 'bin_t' '/var/lib/trinity/Projects/trinity-335/run/bin/worldserver' && sudo restorecon -F -I -R '/var/lib/trinity/Projects/trinity-335/run/bin/worldserver'
  
 ====== Settings ====== ====== Settings ======
Line 215: Line 208:
   * Any additional console use should come from ''telnet'' from a remote machine on the local network   * Any additional console use should come from ''telnet'' from a remote machine on the local network
   * :!: Credentials for the remote console are the same as the GM account created above   * :!: Credentials for the remote console are the same as the GM account created above
-  * 2023/07/30: TODO: ''sed'' didn't work as-expected, hence this isn't a one-liner yet :p+  * 2023/07/30: TODO: ''sed'' didn't work as-expected, hence this isn't a one-liner yet 8-)
  
   sudo su 'trinity' -s '/usr/bin/bash'   sudo su 'trinity' -s '/usr/bin/bash'
/var/www/wiki/data/attic/servers/games/trinitycore_3.3.5.1690763168.txt.gz · Last modified: 2023/07/30 20:26 by Sean Rhone