Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:2004scape_localhost [2025/04/06 23:06] – Sean Rhone | games:windows:2004scape_localhost [2025/04/20 21:10] (current) – [Save Data Back-up] Sean Rhone |
---|
| |
* These notes provide a local single-player server for 2004Scape ((RSPS/RuneScape Private Server based on cache ''225'' from May 18th, 2004)) | * These notes provide a local single-player server for 2004Scape ((RSPS/RuneScape Private Server based on cache ''225'' from May 18th, 2004)) |
* Last tested commit: [[https://github.com/2004Scape/Server/commit/910f1910c1f489503e3885cebcff62c75f45b1a1|910f191]] | * Last tested commit: [[https://github.com/2004Scape/Server/commit/2fa31f93306fdc01b4f0bddfd17e97504b00dd95|2fa31f9]] |
| |
===== Media ===== | ===== Media ===== |
"%ProgramFiles%\nodejs\node.exe" "%ProgramFiles%\nodejs\node_modules\npm\bin\npm-cli.js" --prefix "%UserProfile%\Projects\2004Scape-Server\src" run "clean" | "%ProgramFiles%\nodejs\node.exe" "%ProgramFiles%\nodejs\node_modules\npm\bin\npm-cli.js" --prefix "%UserProfile%\Projects\2004Scape-Server\src" run "clean" |
CD "%UserProfile%\Projects\2004Scape-Server\src" | CD "%UserProfile%\Projects\2004Scape-Server\src" |
"%ProgramFiles%\nodejs\node.exe" "%ProgramFiles%\nodejs\node_modules\npm\bin\npm-cli.js" install --verbose | "%ProgramFiles%\nodejs\node.exe" "%ProgramFiles%\nodejs\node_modules\npm\bin\npm-cli.js" install |
"%ProgramFiles%\nodejs\node.exe" "%ProgramFiles%\nodejs\node_modules\npm\bin\npm-cli.js" --prefix "%UserProfile%\Projects\2004Scape-Server\src" run "setup" | "%ProgramFiles%\nodejs\node.exe" "%ProgramFiles%\nodejs\node_modules\npm\bin\npm-cli.js" --prefix "%UserProfile%\Projects\2004Scape-Server\src" run "setup" |
| |
==== Client ==== | ==== Client ==== |
| |
"http://localhost/rs2.cgi" | "http://localhost:80/rs2.cgi" |
| |
2004Scape | 2004Scape |
==== Client ==== | ==== Client ==== |
| |
"http://localhost/rs2.cgi" | "http://localhost:80/rs2.cgi" |
| |
2004Scape (localhost) | 2004Scape (localhost) |
==== Client ==== | ==== Client ==== |
| |
* http://localhost/rs2.cgi | * http://localhost:80/rs2.cgi |
* http://localhost:80 | |
| |
===== Update ===== | ===== Update ===== |
* https://www.doomworld.com/forum/topic/136501-best-soundfonts/ | * https://www.doomworld.com/forum/topic/136501-best-soundfonts/ |
| |
* ''SC-55 SoundFont v1.2a1.sf2'' preferred | ===== TimGM6mb ===== |
| |
| * https://packages.debian.org/sid/all/timgm6mb-soundfont/download |
| * ''TimGM6mb.sf2'' |
| |
| "explorer.exe" "%UserProfile%\Projects\2004Scape-Server\src\public\client" |
| |
| DEL /Q "%UserProfile%\Projects\2004Scape-Server\src\public\client\SCC1_Florestan.sf2" && MKLINK "%UserProfile%\Projects\2004Scape-Server\src\public\client\SCC1_Florestan.sf2" "%UserProfile%\Projects\2004Scape-Server\src\public\client\TimGM6mb.sf2" |
| |
| ====== Edge Standalone Tests ====== |
| |
| "%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge_proxy.exe" --app="http://localhost:80/rs2.cgi" |
| |
| "%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" --proxy-server="localhost:80" --kiosk --edge-kiosk-type="public-browsing" --new-window "http://localhost/rs2.cgi" |
| |