A lightweight PyQt5 overlay to send chat commands (for the Bloodcraft mod) directly into V-Rising with a customizable sidebar and prompt UI.
Python
1
32 commits
updated May 23, 2025
This Python-based overlay has been replaced by an Overlay for C#.
A lightweight PyQt5 overlay to send chat commands directly into V-Rising with a customizable sidebar and prompt UI.
Can be moved anywhere on your desktop, in or out of the game window.
https://github.com/user-attachments/assets/5e81836c-55b3-4074-91b3-e180d3a3088f
Clone this repository:
git clone https://github.com/sevenevesai/bloodcraft-overlay.git
cd bloodcraft-overlay
Install dependencies:
python -m venv venv
venv\\Scripts\\activate
pip install -r requirements.txt
Launch directly with Python:
python main.py
bloodcraft-overlay/
├─ imgs/ # icon assets
├─ commands.py # command definitions
├─ main.py # application entry point
├─ overlay.spec # PyInstaller spec (optional)
└─ README.md # this file
Contributions are welcome! Please:
git checkout -b feature/YourFeature)git commit -m "Add feature")This project is licensed under the MIT License. See LICENSE for details.
For issues or feature requests, please open an issue on GitHub: https://github.com/sevenevesai/bloodcraft-overlay/issues
32 commits
Python
100.0%
A lightweight PyQt5 overlay to send chat commands (for the Bloodcraft mod) directly into V-Rising with a customizable sidebar and prompt UI.
Python
1
32 commits
updated May 23, 2025
This Python-based overlay has been replaced by an Overlay for C#.
A lightweight PyQt5 overlay to send chat commands directly into V-Rising with a customizable sidebar and prompt UI.
Can be moved anywhere on your desktop, in or out of the game window.
https://github.com/user-attachments/assets/5e81836c-55b3-4074-91b3-e180d3a3088f
Clone this repository:
git clone https://github.com/sevenevesai/bloodcraft-overlay.git
cd bloodcraft-overlay
Install dependencies:
python -m venv venv
venv\\Scripts\\activate
pip install -r requirements.txt
Launch directly with Python:
python main.py
bloodcraft-overlay/
├─ imgs/ # icon assets
├─ commands.py # command definitions
├─ main.py # application entry point
├─ overlay.spec # PyInstaller spec (optional)
└─ README.md # this file
Contributions are welcome! Please:
git checkout -b feature/YourFeature)git commit -m "Add feature")This project is licensed under the MIT License. See LICENSE for details.
For issues or feature requests, please open an issue on GitHub: https://github.com/sevenevesai/bloodcraft-overlay/issues
32 commits
Python
100.0%