Collection of tools used by administrators from VN Telegram Channel
Find a file
2024-08-29 02:34:10 +03:00
RenDroidUnpack Python packaging 2024-08-29 02:34:10 +03:00
RenPyRipper Python packaging 2024-08-29 02:34:10 +03:00
VNDS2RenPy Python packaging 2024-08-29 02:34:10 +03:00
VNRecode Python packaging 2024-08-29 02:34:10 +03:00
.gitignore Python packaging 2024-08-29 02:34:10 +03:00
build.bat Basic refactor for packaging 2024-08-29 01:32:36 +03:00
build.sh Basic refactor for packaging 2024-08-29 01:32:36 +03:00
pyproject.toml Python packaging 2024-08-29 02:34:10 +03:00
README.md Basic refactor for packaging 2024-08-29 01:32:36 +03:00
requirements.txt Basic refactor for packaging 2024-08-29 01:32:36 +03:00

VNTools

Collection of tools used by VienDesu! Porting Team

Tools

  • FFMpeg-Compressor - Python utility to compress Visual Novel Resources
  • RenPy-Android-Unpack - A Python script for extracting game project from Ren'Py based .apk and .obb files
  • RenPy-Unpacker - Simple .rpy script that will make any RenPy game unpack itself
  • VNDS-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