| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:void_runescape_634 [2026/05/30 19:08] – Sean Rhone | games:windows:void_runescape_634 [2026/06/30 23:21] (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 ====== |
| |
| "%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 ===== |
| 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" |
| |
| |
| <code>..\..\..\ext\icon-256.ico</code> | <code>..\..\..\ext\icon-256.ico</code> |
| |
| ===== Firewall ===== | |
| |
| ==== Block ==== | |
| |
| * [[#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" | |
| |
| === Delete Rule === | |
| |
| **** | |
| |
| "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="Void Client (javaw.exe)" | |
| |
| ====== Launcher Shortcuts ====== | ====== Launcher Shortcuts ====== |
| |
| === 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" |
| |
| === Icon === | === Icon === |
| |
| **** | |
| |
| "%UserProfile%\Projects\Void-Client\ext\icon-256.ico" | "%UserProfile%\Projects\Void-Client\ext\icon-256.ico" |
| |
| ===== Hide Gradle Folder ===== | ===== Hide Gradle Folder ===== |
| |
| **** | |
| |
| "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.gradle" | "%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" |
| |