Public release channel for the Void Client. It is bundled with RuneLite.
Get the latest release here.
After downloading both files, verify the jar before running it:
sha256sum --check void-client-x.jar.sha256Run with:
java -jar runelite-void-client-x.jar --address xxx.xxx.xxx.xxx --port xxxxx0.1.1
- Rebuilt the XP tracker panel to closely match RuneLite's original XP tracker.
- Fixed blurry/stretched skill-name rendering in the XP tracker.
- Enlarged skill icons and fixed small icon clipping.
- Added the bundled client/sidebar background image.
- Moved the plugin sidebar open button into the titlebar area next to the window controls.
- Added compact first-run client sizing and persisted window bounds/maximized state.
- Added a broad set of RuneLite API/client event classes for plugin compatibility.
- Added bridge hooks for stat, item, NPC, chat, script, varbit, inventory, projectile, graphics-object, area-sound, and tile-object events.
- Mapped deob zone packets for loc add/delete, map animations, projectiles, area sounds, and ground-item changes.
- Added client loop events including
PostClientTick,CanvasSizeChanged, andFocusChanged.
- Fixed XP tracker repaint flashing when gaining XP.
- Added support services intended for future RuneLite plugin work.
- Kept the release version aligned with
0.1.0.
0.0.4
- Fixed stretched mode on Linux distributions.
- Fixed stretched mode scaling for resizable screen sizing.
- Switched stretched-mode resizable scaling from percentage integer to factor to resolve various rendering bugs.
0.0.3
- Added skill icons.
- Adjusted progress bar height, spacing, and fill rendering.
- Made XP tracker state persist across restarts.
- Added a reset button.
- Fixed sidebar side switching by removing the crash-prone forced redraw.
- Restored launcher options (e.g.
--addressand--port). - Updated brown UI theme to match the 2011 styling.
- Fixed various crashes related to UI layouts and redrawing the client.
This repository only hosts public release artifacts.