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/04/03 22:36] – [Server Update] 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 ===== |
| |
| 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" | |
| |
| 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" | 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> |
| :: Extras End | :: Extras End |
| |
| "%SystemRoot%\System32\timeout.exe" /T "2" | |
| "%SystemRoot%\System32\msg.exe" %USERNAME% /TIME:"2" "2004Scape localhost server update complete" | "%SystemRoot%\System32\msg.exe" %USERNAME% /TIME:"2" "2004Scape localhost server update complete" |
| |