Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:2004scape_localhost [2025/04/12 02:33] – [Client] Sean Rhone | games:windows:2004scape_localhost [2025/04/16 01:48] (current) – Sean Rhone |
---|
==== Client ==== | ==== Client ==== |
| |
"http://localhost/rs2.cgi" | "http://localhost:80/rs2.cgi" |
| |
2004Scape | 2004Scape |
"explorer.exe" "%UserProfile%\Projects\2004Scape-Server\src\public\client" | "explorer.exe" "%UserProfile%\Projects\2004Scape-Server\src\public\client" |
| |
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\x" |
| |
| * ''SC-55 SoundFont v1.2a1.sf2'' |
| |
| 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" |
| |
| ==== Updater ==== |
| |
| * ''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> |
| |