User Tools

Site Tools


games:linux:2004scape_localhost_244_wip

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
games:linux:2004scape_localhost_244_wip [2025/07/15 00:15] Sean Rhonegames:linux:2004scape_localhost_244_wip [2025/07/15 15:10] (current) – [Settings] Sean Rhone
Line 50: Line 50:
  
   ~/'Projects/LostCity-244-EngineTS/ext/bun' --cwd=$HOME/'Projects/LostCity-244-EngineTS/src' run 'setup'   ~/'Projects/LostCity-244-EngineTS/ext/bun' --cwd=$HOME/'Projects/LostCity-244-EngineTS/src' run 'setup'
 +
 +====== Settings ======
 +
 +  * TODO: Update links
 +
 +  * Last commit: [[https://github.com/LostCityRS/Engine-TS/commit/b582003ba82c5e57e5bf12bc1cf9fc233dac3018|Mar 27, 2025]] ''b582003''
 +  * [[https://github.com/LostCityRS/Engine-TS/commits/225/.env.example|New commits check]]
 +  * [[https://github.com/LostCityRS/Engine-TS/blob/225/.env.example|Upstream Settings]] ([[https://raw.githubusercontent.com/LostCityRS/Engine-TS/refs/heads/225/.env.example|raw]])
 +
 +  mkdir -p ~/'Projects/LostCity-244-EngineTS/conf' && nano ~/'Projects/LostCity-244-EngineTS/conf/localhost.env'
 +
 +<code>
 +NODE_XPRATE=1
 +NODE_PROFILE=localhost
 +NODE_STAFF=Test
 +NODE_DEBUGPROC_CHAR=:
 +NODE_CLIENT_ROUTEFINDER=false
 +
 +# End</code>
  
 ====== Scripts ====== ====== Scripts ======
Line 55: Line 74:
 ===== Server Start ===== ===== Server Start =====
  
-  mkdir -p ~/'Projects/2004Scape-Server/scripts' && nano ~/'Projects/2004Scape-Server/scripts/localhost-server-start.sh' && chmod +x ~/'Projects/2004Scape-Server/scripts/localhost-server-start.sh'+  mkdir -p ~/'Projects/LostCity-244-EngineTS/scripts' && nano ~/'Projects/LostCity-244-EngineTS/scripts/localhost-server-start.sh' && chmod +x ~/'Projects/LostCity-244-EngineTS/scripts/localhost-server-start.sh'
  
 <code> <code>
 #!/bin/bash #!/bin/bash
  
-npm --prefix ~/'Projects/2004Scape-Server/src' run 'quickstart'+~/'Projects/LostCity-244-EngineTS/ext/bun' --env-file=$HOME/'Projects/LostCity-244-EngineTS/conf/localhost.env' --cwd=$HOME/'Projects/LostCity-244-EngineTS/src' run 'quickstart'
  
 # End</code> # End</code>
  
-  ~/'Projects/2004Scape-Server/scripts/localhost-server-start.sh'+  ~/'Projects/LostCity-244-EngineTS/scripts/localhost-server-start.sh'
  
 ===== Server Update ===== ===== Server Update =====
  
-  mkdir -p ~/'Projects/2004Scape-Server/scripts' && nano ~/'Projects/2004Scape-Server/scripts/localhost-server-update.sh' && chmod +x ~/'Projects/2004Scape-Server/scripts/localhost-server-update.sh'+  mkdir -p ~/'Projects/LostCity-244-EngineTS/scripts' && nano ~/'Projects/LostCity-244-EngineTS/scripts/localhost-server-update.sh' && chmod +x ~/'Projects/LostCity-244-EngineTS/scripts/localhost-server-update.sh'
  
 <code> <code>
/srv/www/wiki/data/attic/games/linux/2004scape_localhost_244_wip.1752552932.txt.gz · Last modified: by Sean Rhone