Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:2004scape_localhost [2026/02/13 04:49] – Sean Rhone | games:windows:2004scape_localhost [2026/04/16 15:15] (current) – [Server Update] Sean Rhone |
|---|
| |
| * https://github.com/LostCityRS/Engine-TS/blob/225/README.md#dependencies | * https://github.com/LostCityRS/Engine-TS/blob/225/README.md#dependencies |
| |
| ===== Java ===== | |
| |
| * https://learn.microsoft.com/en-us/java/openjdk/overview | |
| |
| ==== 25 ==== | |
| |
| * https://aka.ms/download-jdk/microsoft-jdk-25-windows-x64.msi | |
| * Last tested: ''microsoft-jdk-25.0.2-windows-x64.msi'' | |
| |
| * Entire feature install of ''Microsoft Build of OpenJDK'' | |
| |
| ===== Bun ===== | ===== Bun ===== |
| MKDIR "%UserProfile%\Projects\LostCity-225-EngineTS\ext" & DEL /Q "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" "%Temp%\bun-windows-x64.zip" & "%SystemRoot%\System32\curl.exe" --output "%Temp%\bun-windows-x64.zip" --location "https://github.com/oven-sh/bun/releases/latest/download/bun-windows-x64.zip" --progress-bar && "%SystemRoot%\System32\tar.exe" -xvf "%Temp%\bun-windows-x64.zip" --strip-components="1" -C "%UserProfile%\Projects\LostCity-225-EngineTS\ext" "bun-windows-x64/bun.exe" && DEL /Q "%Temp%\bun-windows-x64.zip" & "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" -v | MKDIR "%UserProfile%\Projects\LostCity-225-EngineTS\ext" & DEL /Q "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" "%Temp%\bun-windows-x64.zip" & "%SystemRoot%\System32\curl.exe" --output "%Temp%\bun-windows-x64.zip" --location "https://github.com/oven-sh/bun/releases/latest/download/bun-windows-x64.zip" --progress-bar && "%SystemRoot%\System32\tar.exe" -xvf "%Temp%\bun-windows-x64.zip" --strip-components="1" -C "%UserProfile%\Projects\LostCity-225-EngineTS\ext" "bun-windows-x64/bun.exe" && DEL /Q "%Temp%\bun-windows-x64.zip" & "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" -v |
| |
| ====== Download Sources ====== | ====== Download Source ====== |
| |
| ===== Engine-TS ===== | ===== Engine-TS ===== |
| @echo off | @echo off |
| |
| TITLE 2004Scape Server | |
| CD "%Temp%" | CD "%Temp%" |
| |
| SET "NODE=%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" | SET "NODE=%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" |
| SET "_JAVA_OPTIONS=--sun-misc-unsafe-memory-access=allow" | |
| |
| "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" --env-file="%UserProfile%\Projects\LostCity-225-EngineTS\conf\localhost.env" --cwd="%UserProfile%\Projects\LostCity-225-EngineTS\src" run "quickstart" || EXIT "1" | START "2004Scape Server" /MIN /D "%Temp%" "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" --env-file="%UserProfile%\Projects\LostCity-225-EngineTS\conf\localhost.env" --cwd="%UserProfile%\Projects\LostCity-225-EngineTS\src" run "quickstart" |
| |
| SET "NODE=" | SET "NODE=" |
| SET "_JAVA_OPTIONS=" | |
| |
| :: End</code> | :: End</code> |
| **** | **** |
| |
| MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\2004Scape" & "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\2004Scape" | MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\2004Scape" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\2004Scape" |
| |
| ==== Server Start ==== | ==== Server Start ==== |