| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:void_runescape_634 [2026/04/03 19:23] – [17] Sean Rhone | games:windows:void_runescape_634 [2026/05/30 19:49] (current) – Sean Rhone |
|---|
| ====== Information ====== | ====== Information ====== |
| |
| * Void Client ((https://github.com/GregHib/void-client)) | * Void Client |
| |
| ===== Prerequisites ===== | ===== Prerequisites ===== |
| * [[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 ====== |
| |
| * 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 |
| ====== 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 ====== |
| |
| "%UserProfile%\Projects\Void-Client\scripts\client-start.bat" | "%UserProfile%\Projects\Void-Client\scripts\client-start.bat" |
| | |
| | ==== Hide Cache Files ==== |
| | |
| | * Makes ''jagex_runescape_preferences.dat'' files in user folder hidden from Explorer |
| | |
| | "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\jagex_runescape_preferences.dat" & "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\jagex_runescape_preferences2.dat" |
| |
| ===== Client Update ===== | ===== Client Update ===== |
| 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 |
| ==== Block ==== | ==== Block ==== |
| |
| * 32-bit Java | * [[#section17|32-bit javaw.exe]] |
| |
| "%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" | "%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" |
| |
| Install Notes (Client) | Install Notes (Client) |
| | |
| | ====== Quick Commands ====== |
| | |
| | ===== Hide Gradle Folder ===== |
| | |
| | **** |
| | |
| | "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.gradle" |
| |