Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:linux:2004scape_localhost_244_wip [2025/07/15 00:15] – Sean Rhone | games:linux:2004scape_localhost_244_wip [2025/07/15 15:10] (current) – [Settings] Sean Rhone |
---|
| |
~/'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 ====== |
===== 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> |