| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:2004scape_localhost [2025/11/29 02:55] – [Server Start] Sean Rhone | games:windows:2004scape_localhost [2025/12/14 00:42] (current) – [Extras] Sean Rhone |
|---|
| ===== Java ===== | ===== Java ===== |
| |
| * https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-25 | * https://aka.ms/download-jdk/microsoft-jdk-25-windows-x64.msi |
| * Last tested: ''microsoft-jdk-25.0.1-windows-x64.msi'' | * Last tested: ''microsoft-jdk-25.0.1-windows-x64.msi'' |
| |
| ===== Bun ===== | ===== Bun ===== |
| |
| * [[https://github.com/oven-sh/bun/releases/latest/download/bun-windows-x64.zip|bun-windows-x64.zip]] (([[https://github.com/oven-sh/bun/releases/latest/download/bun-windows-x64-baseline.zip|baseline]] for older CPU, [[https://bun.com/docs/installation#cpu-requirements-and-baseline-builds|more info]])) | * [[https://github.com/oven-sh/bun/releases/latest/download/bun-windows-x64.zip|bun-windows-x64.zip]] (([[https://github.com/oven-sh/bun/releases/latest/download/bun-windows-x64-baseline.zip|baseline]] for older CPU, [[https://bun.com/docs/installation#baseline-builds|more info]])) |
| * [[https://github.com/oven-sh/bun/releases|oven-sh/bun]] | * [[https://github.com/oven-sh/bun/releases|oven-sh/bun]] |
| |
| |
| * [[https://nodejs.org/download/release/latest/win-x64/node.exe|node.exe]] | * [[https://nodejs.org/download/release/latest/win-x64/node.exe|node.exe]] |
| * TODO: See if this is still required ((used to prevent ''bun.exe'' from copying and running from ''temp'')) | |
| |
| MKDIR "%UserProfile%\Projects\LostCity-225-EngineTS\ext" & "explorer.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\ext" | MKDIR "%UserProfile%\Projects\LostCity-225-EngineTS\ext" & "explorer.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\ext" |
| |
| ====== Scripts ====== | ====== Scripts ====== |
| | |
| | MKDIR "%UserProfile%\Projects\LostCity-225-EngineTS\scripts" |
| | |
| | "explorer.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\scripts" |
| |
| ===== Server Start ===== | ===== Server Start ===== |
| |
| MKDIR "%UserProfile%\Projects\LostCity-225-EngineTS\scripts" & "notepad.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-start.bat" | "notepad.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-start.bat" |
| |
| <code> | <code> |
| "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-start.bat" | "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-start.bat" |
| |
| ===== Server Start ===== | ==== Desktop Launcher ==== |
| |
| "notepad.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-start-desktop.bat" | "notepad.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-start-desktop.bat" |
| ===== Server Update ===== | ===== Server Update ===== |
| |
| MKDIR "%UserProfile%\Projects\LostCity-225-EngineTS\scripts" & "notepad.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-update.bat" | "notepad.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-update.bat" |
| |
| <code> | <code> |
| ===== Save Data Back-up ===== | ===== Save Data Back-up ===== |
| |
| MKDIR "%UserProfile%\Projects\LostCity-225-EngineTS\scripts" & "notepad.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-save-backup.bat" | "notepad.exe" "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-save-backup.bat" |
| |
| <code> | <code> |
| |
| ====== Extras ====== | ====== Extras ====== |
| | |
| | * TODO: ''curl.exe'' |
| |
| ===== Map ===== | ===== Map ===== |
| ==== Server Start ==== | ==== Server Start ==== |
| |
| "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-start.bat" | "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-start-desktop.bat" |
| |
| 2004Scape Server | 2004Scape Server |
| ==== Server Start ==== | ==== Server Start ==== |
| |
| "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-start.bat" | "%UserProfile%\Projects\LostCity-225-EngineTS\scripts\localhost-server-start-desktop.bat" |
| |
| Server Start | Server Start |