User Tools

Site Tools


games:windows:rt4_client_runescape_530

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:windows:rt4_client_runescape_530 [2026/05/23 07:01] Sean Rhonegames:windows:rt4_client_runescape_530 [2026/06/30 22:47] (current) Sean Rhone
Line 1: Line 1:
 ====== 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 ======
Line 57: Line 61:
   "%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 =====
Line 63: Line 69:
   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 ======
Line 148: Line 154:
  
 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
  
Line 204: Line 212:
  
 === 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"
Line 228: Line 232:
  
 === Icon === === Icon ===
- 
-**** 
  
   "%UserProfile%\Projects\RT4-Client\ext\saradomin.ico"   "%UserProfile%\Projects\RT4-Client\ext\saradomin.ico"
Line 244: Line 246:
  
   Install Notes (Client)   Install Notes (Client)
 +
 +====== Quick Commands ======
 +
 +===== Hide Gradle Folder =====
 +
 +  "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.gradle"
  
/usr/local/www/wiki/data/attic/games/windows/rt4_client_runescape_530.1779534086.txt.gz · Last modified: by Sean Rhone