| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:linux:2004scape_localhost [2026/05/21 23:33] – old revision restored (2026/05/21 23:30) Sean Rhone | games:linux:2004scape_localhost [2026/05/23 06:07] (current) – Sean Rhone |
|---|
| * [[https://github.com/LostCityRS/Engine-TS/commits/225/.env.example|New commits check]] | * [[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]]) | * [[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]]) |
| | * ''NODE_PORT=43596'' allows running at the same time as [[servers:linux:games:void_localhost|Void Server]] |
| |
| mkdir -p ~/'Projects/LostCity-225-EngineTS/conf' && nano ~/'Projects/LostCity-225-EngineTS/conf/localhost.env' | mkdir -p ~/'Projects/LostCity-225-EngineTS/conf' && nano ~/'Projects/LostCity-225-EngineTS/conf/localhost.env' |
| |
| [Desktop Action Server] | [Desktop Action Server] |
| Exec='/bin/bash' -c "kgx -T '2004Scape - Server' -e ~/'Projects/LostCity-225-EngineTS/scripts/localhost-server-start.sh'" | Exec='/bin/bash' -c "kgx --working-directory='/tmp' -T '2004Scape [Server]' -e ~/'Projects/LostCity-225-EngineTS/scripts/localhost-server-start.sh'" |
| Name=Launch Local Server | Name=Local Server |
| |
| [Desktop Action Browser] | [Desktop Action Browser] |
| Exec='/bin/bash' -c "gio open 'http://localhost:8888/rs2.cgi'" | Exec='/bin/bash' -c "gio open 'http://localhost:8888/rs2.cgi'" |
| Name=Launch Client (browser) | Name=Client (browser) |
| |
| [Desktop Action Update] | [Desktop Action Update] |
| Exec='/bin/bash' -c "kgx -T '2004Scape Updater' -e ~/'Projects/LostCity-225-EngineTS/scripts/localhost-server-update.sh'" | Exec='/bin/bash' -c "kgx --working-directory='/tmp' -T '2004Scape [Updater]' -e ~/'Projects/LostCity-225-EngineTS/scripts/localhost-server-update.sh'" |
| Name=Server Update | Name=Server Update |
| |
| |
| mkdir -p ~/'Projects/LostCity-225-EngineTS/src/data/players/localhost' && gio open ~/'Projects/LostCity-225-EngineTS/src/data/players/localhost' | mkdir -p ~/'Projects/LostCity-225-EngineTS/src/data/players/localhost' && gio open ~/'Projects/LostCity-225-EngineTS/src/data/players/localhost' |
| |
| ===== Bun Backup ===== | |
| |
| * 2026/05/15: ''1.3.14'' works fine | |
| |
| cp -f ~/'Projects/LostCity-225-EngineTS/ext/bun' ~/'Projects/LostCity-225-EngineTS/ext/bun~' | |
| |
| ===== MiniBrowser ===== | ===== MiniBrowser ===== |