RVGL Launcher
RVGL Launcher is a cross-platform installer, launcher and package manager for RVGL. It's currently available on Windows and GNU/Linux for both 32-bit and 64-bit architectures.
[ Game tab | Events tab | Packs tab | Repositories tab | Local tab | Console tab ]
Features
- Install game and content packs and keep them up-to-date.
- View list of online events and join them directly.
- Enable or disable content packs on the fly.
- Add your own content and repositories.
Download
Prepackaged builds are available below:
Installation
Simply extract the zip file to a new folder, preferably in your Documents folder or some place
where you have write access. Then depending on your platform, run rvgl_launcher.exe
or
rvgl_launcher.py
.
Requirements
An internet connection is required. The Windows builds require Windows 7 or above.
Linux
Make sure you get the following dependencies from your package manager.
- Python 3.8+
- Python Modules:
- wxPython
- requests
- packaging
- 7-Zip
- xdg-utils
Ubuntu
sudo apt install python3-wxgtk4.0 python3-requests python3-packaging p7zip-full xdg-utils
Arch Linux
sudo pacman -S python-wxpython python-requests python-packaging p7zip xdg-utils