Collection of tools used by administrators from VN Telegram Channel
Find a file
2024-10-13 22:28:14 +03:00
renpy-ripper Fix packaging names 2024-08-29 03:00:09 +03:00
unrenapk Update all README.md files 2024-10-13 22:28:14 +03:00
vnds2renpy Update all README.md files 2024-10-13 22:28:14 +03:00
vnrecode Update all README.md files 2024-10-13 22:28:14 +03:00
.gitignore Fix packaging names 2024-08-29 03:00:09 +03:00
build.bat Fix packaging names 2024-08-29 03:00:09 +03:00
build.sh Fix packaging names 2024-08-29 03:00:09 +03:00
pyproject.toml Update requirements 2024-09-04 01:22:42 +03:00
README.md Update all README.md files 2024-10-13 22:28:14 +03:00
requirements.txt Update requirements 2024-09-04 01:22:42 +03:00

VNTools

Collection of tools used by VienDesu! Porting Team

Tools

  • vnrecode - Python utility to compress Visual Novel Resources
  • unrenapk - A Python script for extracting game project from Ren'Py based .apk and .obb files
  • renpy-ripper - Simple .rpy script that will make any RenPy game unpack itself
  • vnds2renpy - 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