Collection of tools used by administrators from VN Telegram Channel
FFMpeg-Compressor | ||
RenPy-Android-Unpack | ||
RenPy-Unpacker | ||
VNDS-to-RenPy | ||
.gitignore | ||
build.bat | ||
build.sh | ||
README.md | ||
requirements.txt |
VNTools
Collection of tools used by VienDesu! Porting Team
Tools
FFMpeg-Compressor
- Python utility to compress Visual Novel ResourcesRenPy-Android-Unpack
- A Python script for extracting game project from Ren'Py based .apk and .obb filesRenPy-Unpacker
- Simple .rpy script that will make any RenPy game unpack itselfVNDS-to-RenPy
- Simple script for converting VNDS engine scripts to .rpy ones
Installation
Download from releases:
- Windows -
TODO
- Linux -
TODO
- MacOS -
TODO
Build tools as binaries:
- Run
./build.sh
on UNIX - Run
.\build.bat
for Windows - Arch Linux -
TODO
- NixOS -
TODO
Install as python package:
- Run
pip install -U .
command in project folder - Arch Linux -
TODO
- NixOS -
TODO