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 02:59] Sean Rhonegames:windows:rt4_client_runescape_530 [2025/04/12 20:40] (current) – [Settings] Sean Rhone
Line 8: Line 8:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[windows:10|Windows 10]]+  * [[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 26: 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 43: 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/01/14: 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 55: Line 56:
 ====== Build ====== ====== Build ======
  
-===== Disable Tweening =====+===== Settings =====
  
-  * Aka: 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 111: Line 118:
  
 :: End</code> :: End</code>
 +
 +  "%UserProfile%\Projects\RT4-Client\scripts\client-start.bat"
  
 ==== High DPI ==== ==== High DPI ====
Line 125: Line 134:
 :: End</code> :: End</code>
  
-===== Client Update =====+  "%UserProfile%\Projects\RT4-Client\scripts\client-hidpi-start.bat"
  
-  * https://gitlab.com/2009scape/rt4-client/-/commits/master?ref_type=heads+===== Client Update =====
  
   "notepad.exe" "%UserProfile%\Projects\RT4-Client\scripts\client-update.bat"   "notepad.exe" "%UserProfile%\Projects\RT4-Client\scripts\client-update.bat"
Line 145: Line 154:
  
 :: End</code> :: End</code>
 +
 +  "%UserProfile%\Projects\RT4-Client\scripts\client-update.bat"
  
 ====== Launcher Shortcuts ====== ====== Launcher Shortcuts ======
Line 150: 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 215: 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 221: 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)
Line 253: Line 264:
 ===== Update ===== ===== Update =====
  
-  * https://gitlab.com/2009scape/rt4-client/-/commits/master?ref_type=heads+  * https://gitlab.com/2009scape/rt4-client/-/commits/master?ref_type=HEADS
  
   "%ProgramFiles%\Git\bin\git.exe" -C "%UserProfile%\Projects\RT4-Client\src" reset --hard && "%ProgramFiles%\Git\bin\git.exe" -C "%UserProfile%\Projects\RT4-Client\src" pull origin "master" --rebase   "%ProgramFiles%\Git\bin\git.exe" -C "%UserProfile%\Projects\RT4-Client\src" reset --hard && "%ProgramFiles%\Git\bin\git.exe" -C "%UserProfile%\Projects\RT4-Client\src" pull origin "master" --rebase
/srv/www/wiki/data/attic/games/windows/rt4_client_runescape_530.1743663573.txt.gz · Last modified: by Sean Rhone