Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:2004scape_localhost [2025/04/16 05:42] – [Information] 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/cf00708944405c1162924053dc8dd09476fcb80f|cf00708]] | * 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" |
| |
* 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 ===== |
| |
===== Symlink Test ===== | * https://packages.debian.org/sid/all/timgm6mb-soundfont/download |
| * ''TimGM6mb.sf2'' |
| |
"explorer.exe" "%UserProfile%\Projects\2004Scape-Server\src\public\client" | "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\x" | 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" |
| |
* ''SC-55 SoundFont v1.2a1.sf2'' | ====== Edge Standalone Tests ====== |
| |
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\SC-55 SoundFont v1.2a1.sf2" | "%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge_proxy.exe" --app="http://localhost:80/rs2.cgi" |
| |
==== Updater ==== | "%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" --proxy-server="localhost:80" --kiosk --edge-kiosk-type="public-browsing" --new-window "http://localhost/rs2.cgi" |
| |
* ''SC-55 SoundFont v1.2a1.sf2'' | |
| |
"notepad.exe" "%UserProfile%\Projects\2004Scape-Server\scripts\localhost-server-update.bat" | |
| |
<code> | |
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\SC-55 SoundFont v1.2a1.sf2" | |
| |
:: End SF</code> | |
| |