| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| servers:windows:games:2009scape_localhost [2026/05/30 18:58] – [Initial Build] Sean Rhone | servers:windows:games:2009scape_localhost [2026/05/30 19:41] (current) – Sean Rhone |
|---|
| ====== Information ====== | ====== Information ====== |
| |
| * 2009Scape Server ((https://gitlab.com/2009scape/2009scape)) | * 2009Scape Server |
| | |
| ===== Media ===== | |
| | |
| * [[https://media.realmofespionage.xyz/index/category/3|Progress Pics]] | |
| |
| ===== Prerequisites ===== | ===== Prerequisites ===== |
| * [[windows:10|Windows 10 (21H2)]] | * [[windows:10|Windows 10 (21H2)]] |
| * [[programs;windows;git|Git]] (:!: LFS component required) | * [[programs;windows;git|Git]] (:!: LFS component required) |
| * [[games:windows:rt4_client_runescape_530|RT4 Client]] | |
| | ===== Notes ===== |
| | |
| | * For a game client, see [[games:windows:rt4_client_runescape_530|RT4 Client]] |
| |
| ====== Dependencies ====== | ====== Dependencies ====== |
| |
| CD "%UserProfile%\Projects\2009Scape-Server\src\Server" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" && "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" --define "skipTests" "clean" "package" && SET "JAVA_HOME=" | CD "%UserProfile%\Projects\2009Scape-Server\src\Server" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" && "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" --define "skipTests" "clean" "package" && SET "JAVA_HOME=" |
| |
| ===== WIP ===== | |
| |
| <code> | |
| 25 no | |
| CD "%UserProfile%\Projects\2009Scape-Server\src\Server" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-25.0.3.9-hotspot" && "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" --define "skipTests" "clean" "package" && SET "JAVA_HOME=" | |
| |
| CD "%UserProfile%\Projects\2009Scape-Server\src\Server" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-21.0.11.10-hotspot" && "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" --define "skipTests" "clean" "package" && SET "JAVA_HOME=" | |
| |
| "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.m2"</code> | |
| |
| ====== Settings ====== | ====== Settings ====== |
| |
| MKDIR "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players" & "%SystemRoot%\explorer.exe" "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players" | MKDIR "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players" & "%SystemRoot%\explorer.exe" "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players" |
| | |
| | ===== Hide Maven Folder ===== |
| | |
| | **** |
| | |
| | "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.m2" |
| |