VitaLite is a launcher for RuneLite that offers additional features and customization options.
- Provides access to aditional GamePack functionalities
- Robust built-in API SDK for plugin development
- Builtin plugins including profiles which allows you to use your Jagex Accounts directly from the client and swap between
- Dual-layered mixin system for modifying both RuneLites classes and the GamePack
- And more
- External Plugin Support: Load and manage external plugins not available in the official RuneLite repository.
Add your plugins to the
~\.runelite\sideloaded-pluginsfolder for them to load
- Run the
SyncRuneliteApigradle task to download the latest RuneLite API (Only need to run Once each rev update and first time you build)
- Run the
buildAndPublishAllgradle task to build the artifacts and setup the main module correctly - Run the
com.tonic.VitaLitemain class to launch the client
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
| Option | Type | Description |
|---|---|---|
--rsdump |
String | Path to dump the gamepack to (optional) |
-noPlugins |
Boolean | Disables loading of core plugins |
-min |
Boolean | Runs jvm with minimal alotted memory. |
-noMusic |
Boolean | Prevent the loading of music tracks |
-incognito |
Boolean | Visually display as 'RuneLite' instead of 'VitaLite' |
-help |
Boolean | Displays help information about command line options |
-proxy |
String | Set a proxy server to use (e.g., ip:port or ip:port:username:password) |
VitaLite is a third-party loader for RuneLite. Use at your own risk. The developers are not responsible for any consequences resulting from the use of this software.
