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/03 03:03] Sean Rhonegames:windows:rt4_client_runescape_530 [2025/04/12 20:40] (current) – [Settings] Sean Rhone
Line 8: Line 8:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[windows;11_ltsc|Windows 11 (24H2)]] 
   * [[windows:10|Windows 10 (21H2)]]   * [[windows:10|Windows 10 (21H2)]]
 +  * [[windows;11_ltsc|Windows 11 (24H2)]] ((:!: 2025/04/03: Known issue with HD Fullscreen causing out-of-range resolution switch))
  
 ===== Resources ===== ===== Resources =====
Line 27: Line 27:
 ===== Git ===== ===== Git =====
  
-  * https://www.git-scm.com/download/win+  * https://gitforwindows.org/
   * Last tested: ''Git-2.49.0-64-bit.exe''   * Last tested: ''Git-2.49.0-64-bit.exe''
  
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> 
 + 
 +  false;
  
 ===== Build ===== ===== Build =====
Line 155: Line 161:
 ===== Icon ===== ===== Icon =====
  
-  * Convert source ''saradomin.png'' to ''saradomin.ico'', save to ''ext'' folder ((Windows 10 can't use ''.png'' as icons; [[https://www.gimp.org/|GIMP]] converts easily))+  * Convert source ''saradomin.png'' to ''saradomin.ico'', save to ''ext'' folder ((Windows can't use ''.png'' as icons; [[https://www.gimp.org/|GIMP]] converts easily))
   * Start Menu and Desktop shortcuts expect ''saradomin.ico''   * Start Menu and Desktop shortcuts expect ''saradomin.ico''
  
Line 220: Line 226:
 ==== Commits Check ==== ==== Commits Check ====
  
-  "https://gitlab.com/2009scape/rt4-client/-/commits/master?ref_type=heads"+  "https://gitlab.com/2009scape/rt4-client/-/commits/master?ref_type=HEADS"
  
   Updates Check (Client)   Updates Check (Client)
Line 226: Line 232:
 ==== Install Notes ==== ==== Install Notes ====
  
-  https://wiki.realmofespionage.xyz/games;windows;rt4_client_runescape_530+  "https://wiki.realmofespionage.xyz/games;windows;rt4_client_runescape_530"
  
   Install Notes (Client)   Install Notes (Client)
/srv/www/wiki/data/attic/games/windows/rt4_client_runescape_530.1743663793.txt.gz · Last modified: by Sean Rhone