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 [2025/04/04 11:17] – [Prerequisites] Sean Rhonegames:windows:rt4_client_runescape_530 [2025/04/12 20:40] (current) – [Settings] Sean Rhone
Line 44: Line 44:
   * https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-17   * https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-17
   * Last tested: ''microsoft-jdk-17.0.14-windows-x64.msi''   * Last tested: ''microsoft-jdk-17.0.14-windows-x64.msi''
-  * 2025/04/03: Required for [[#build1|building]] ((17 for [[https://gitlab.com/2009scape/rt4-client/-/blob/master/gradle/wrapper/gradle-wrapper.properties?ref_type=heads#L3|Gradle]] requirement; client runs 21+))+  * 2025/04/03: Required for [[#build1|building]] ((17 for [[https://gitlab.com/2009scape/rt4-client/-/blob/master/gradle/wrapper/gradle-wrapper.properties?ref_type=heads#L3|Gradle 7.4.2]] requirement; client runs 21+))
  
   * All secondary features manually-marked unavailable ((only need the binary files present))   * All secondary features manually-marked unavailable ((only need the binary files present))
Line 56: Line 56:
 ====== Build ====== ====== Build ======
  
-===== Disable Tweening =====+===== Settings =====
  
-  * Animation Smoothing +  * ''USE_TWEENING''Animation Smoothing (disabling fixes certain animations)
-  * Fixes certain animations ((Lumbridge grain mill and nearby sign animation loops))+
  
   "notepad.exe" "%UserProfile%\Projects\RT4-Client\src\client\src\main\java\rt4\GlobalConfig.java"   "notepad.exe" "%UserProfile%\Projects\RT4-Client\src\client\src\main\java\rt4\GlobalConfig.java"
  
-<code>public static boolean USE_TWEENING = false;</code>+<code> 
 + public static boolean USE_SHIFT_CLICK = false; 
 + public static boolean USE_TWEENING = false; 
 + public static boolean BILINEAR_MINIMAP = false; 
 + public static boolean MOUSEWHEEL_ZOOM = false; 
 +</code>
  
-<code>false;</code>+  false;
  
 ===== Build ===== ===== Build =====
/srv/www/wiki/data/attic/games/windows/rt4_client_runescape_530.1743779848.txt.gz · Last modified: by Sean Rhone