| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:rt4_client_runescape_530 [2026/05/23 07:01] – Sean Rhone | games:windows:rt4_client_runescape_530 [2026/06/30 22:47] (current) – Sean Rhone |
|---|
| ====== Information ====== | ====== Information ====== |
| |
| * RT4 Client ((https://gitlab.com/2009scape/rt4-client)) | * RT4 Client |
| |
| ===== Prerequisites ===== | ===== Prerequisites ===== |
| |
| * [[windows:10|Windows 10 (21H2)]] | * [[windows:10|Windows 10 (21H2)]] ((:!: 2026/05: Client doesn't fullscreen on [[windows:11_ltsc|Windows 11]]; long-standing issue)) |
| * [[programs;windows;git|Git]] | * [[programs;windows;git|Git]] |
| * [[servers:windows:games:2009scape_localhost|2009Scape]] | |
| | ===== Notes ===== |
| | |
| | * :!: This is for private server use |
| | * See [[servers:windows:games:2009scape_localhost|2009Scape localhost Server]] to set-up a server |
| |
| ====== Dependencies ====== | ====== Dependencies ====== |
| "%ProgramFiles%\Git\bin\sh.exe" -- "%UserProfile%\Projects\RT4-Client\scripts\client-settings-sed.sh" | "%ProgramFiles%\Git\bin\sh.exe" -- "%UserProfile%\Projects\RT4-Client\scripts\client-settings-sed.sh" |
| |
| TYPE "%UserProfile%\Projects\RT4-Client\src\client\src\main\java\rt4\GlobalConfig.java" | "%SystemRoot%\System32\find.exe" "public static boolean" | ==== Check ==== |
| | |
| | "%SystemRoot%\System32\findstr.exe" "USE_TWEENING BILINEAR_MINIMAP USE_SHIFT_CLICK MOUSEWHEEL_ZOOM" "%UserProfile%\Projects\RT4-Client\src\client\src\main\java\rt4\GlobalConfig.java" |
| |
| ===== Build ===== | ===== Build ===== |
| CD "%UserProfile%\Projects\RT4-Client\src" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" && "%UserProfile%\Projects\RT4-Client\src\gradlew.bat" "clean" --no-daemon && SET "JAVA_HOME=" | CD "%UserProfile%\Projects\RT4-Client\src" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" && "%UserProfile%\Projects\RT4-Client\src\gradlew.bat" "clean" --no-daemon && SET "JAVA_HOME=" |
| |
| CD "%UserProfile%\Projects\RT4-Client\src" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" && "%UserProfile%\Projects\RT4-Client\src\gradlew.bat" "jar" --no-daemon && SET "JAVA_HOME=" | CD "%UserProfile%\Projects\RT4-Client\src" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" & SET "_JAVA_OPTIONS=--add-exports=java.base/sun.nio.ch=ALL-UNNAMED" && "%UserProfile%\Projects\RT4-Client\src\gradlew.bat" "jar" --no-daemon && SET "JAVA_HOME=" & SET "_JAVA_OPTIONS=" |
| |
| ====== Settings ====== | ====== Settings ====== |
| |
| SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" | SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" |
| SET "_JAVA_OPTIONS=--add-exports=java.base/sun.nio.ch=ALL-UNNAMED" | |
| |
| CALL "%UserProfile%\Projects\RT4-Client\src\gradlew.bat" "client:clean" --no-daemon | CALL "%UserProfile%\Projects\RT4-Client\src\gradlew.bat" "client:clean" --no-daemon |
| | |
| | SET "_JAVA_OPTIONS=--add-exports=java.base/sun.nio.ch=ALL-UNNAMED" |
| | |
| CALL "%UserProfile%\Projects\RT4-Client\src\gradlew.bat" "client:jar" --no-daemon | CALL "%UserProfile%\Projects\RT4-Client\src\gradlew.bat" "client:jar" --no-daemon |
| |
| |
| === Icon === | === Icon === |
| |
| **** | |
| |
| "%UserProfile%\Projects\RT4-Client\ext\saradomin.ico" | "%UserProfile%\Projects\RT4-Client\ext\saradomin.ico" |
| |
| ===== Start Menu ===== | ===== Start Menu ===== |
| |
| **** | |
| |
| MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\2009Scape" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\2009Scape" | MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\2009Scape" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\2009Scape" |
| |
| === Icon === | === Icon === |
| |
| **** | |
| |
| "%UserProfile%\Projects\RT4-Client\ext\saradomin.ico" | "%UserProfile%\Projects\RT4-Client\ext\saradomin.ico" |
| |
| Install Notes (Client) | Install Notes (Client) |
| | |
| | ====== Quick Commands ====== |
| | |
| | ===== Hide Gradle Folder ===== |
| | |
| | "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.gradle" |
| |