User Tools

Site Tools


games:windows:void_runescape_634

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:void_runescape_634 [2026/04/03 19:23] – [17] Sean Rhonegames:windows:void_runescape_634 [2026/06/30 23:21] (current) Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * Void Client ((https://github.com/GregHib/void-client))+  * Void Client
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 7: Line 7:
   * [[windows:10|Windows 10 (21H2)]]   * [[windows:10|Windows 10 (21H2)]]
   * [[programs;windows;git|Git]]   * [[programs;windows;git|Git]]
-  * [[servers;windows;games;void_localhost|Void]]+ 
 +===== Notes ===== 
 + 
 +  :!: This is for private server use 
 +  * See [[servers:windows:games:void_localhost|Void localhost Server]] to set-up a server
  
 ====== Dependencies ====== ====== Dependencies ======
Line 18: Line 22:
  
   * https://aka.ms/download-jdk/microsoft-jdk-17-windows-x64.msi   * https://aka.ms/download-jdk/microsoft-jdk-17-windows-x64.msi
-  * Last tested: ''microsoft-jdk-17.0.18-windows-x64.msi''+  * Last tested: ''microsoft-jdk-17.0.19-windows-x64.msi''
  
   * :!: All secondary features manually-marked unavailable   * :!: All secondary features manually-marked unavailable
Line 37: Line 41:
 ====== Build ====== ====== Build ======
  
-  CD "%UserProfile%\Projects\Void-Client\src" & SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot" && "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "clean" --no-daemon && SET "JAVA_HOME="+  CD "%UserProfile%\Projects\Void-Client\src" & SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" && "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "clean" --no-daemon && SET "JAVA_HOME="
  
-  CD "%UserProfile%\Projects\Void-Client\src" & SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot" && "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "classes" --no-daemon && SET "JAVA_HOME="+  CD "%UserProfile%\Projects\Void-Client\src" & SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" && "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "classes" --no-daemon && SET "JAVA_HOME="
  
 ====== Scripts ====== ====== Scripts ======
Line 77: Line 81:
 CD "%UserProfile%\Projects\Void-Client\src" CD "%UserProfile%\Projects\Void-Client\src"
  
-SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot"+SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot"
  
 CALL "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "clean" --no-daemon CALL "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "clean" --no-daemon
Line 87: Line 91:
 RMDIR /S /Q "%SystemRoot%\.jagex_cache_32" RMDIR /S /Q "%SystemRoot%\.jagex_cache_32"
  
-"%SystemRoot%\System32\timeout.exe" /T "2" 
 "%SystemRoot%\System32\msg.exe" %USERNAME% /TIME:"2" "Void Client update complete" "%SystemRoot%\System32\msg.exe" %USERNAME% /TIME:"2" "Void Client update complete"
  
Line 111: Line 114:
  
 <code>..\..\..\ext\icon-256.ico</code> <code>..\..\..\ext\icon-256.ico</code>
- 
-===== Firewall ===== 
- 
-==== Block ==== 
- 
-  * 32-bit Java 
- 
-  "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Void Client (javaw.exe)" dir="in" action="block" profile="any" program="%UserProfile%\Projects\Void-Client\ext\jre-17\bin\javaw.exe" & "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Void Client (javaw.exe)" dir="out" action="block" profile="any" program="%UserProfile%\Projects\Void-Client\ext\jre-17\bin\javaw.exe" 
- 
-=== Delete Rule === 
- 
-**** 
- 
-  "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="Void Client (javaw.exe)" 
  
 ====== Launcher Shortcuts ====== ====== Launcher Shortcuts ======
Line 137: Line 126:
  
 === Icon === === Icon ===
- 
-**** 
  
   "%UserProfile%\Projects\Void-Client\ext\icon-256.ico"   "%UserProfile%\Projects\Void-Client\ext\icon-256.ico"
  
 ===== Start Menu ===== ===== Start Menu =====
- 
-**** 
  
   MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Void" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Void"   MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Void" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Void"
Line 155: Line 140:
  
 === Icon === === Icon ===
- 
-**** 
  
   "%UserProfile%\Projects\Void-Client\ext\icon-256.ico"   "%UserProfile%\Projects\Void-Client\ext\icon-256.ico"
Line 171: Line 154:
  
   Install Notes (Client)   Install Notes (Client)
 +
 +====== Quick Commands ======
 +
 +===== Hide Gradle Folder =====
 +
 +  "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.gradle"
 +
 +===== Hide Cache Files =====
 +
 +  "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\jagex_runescape_preferences.dat" & "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\jagex_runescape_preferences2.dat"
  
/usr/local/www/wiki/data/attic/games/windows/void_runescape_634.1775258633.txt.gz · Last modified: by Sean Rhone