Go to file
Chenx221 31e0439b87 支持传入文件夹路径以批量处理
支持根据文件头恢复文件后缀
2024-10-07 19:01:21 +08:00
.vscode Update new encryption scheme & drop support for .NET 6.0 2024-07-14 06:16:47 +07:00
.editorconfig Initial commit and release 2023-08-12 12:38:45 +07:00
.gitignore Initial commit and release 2023-08-12 12:38:45 +07:00
LICENSE Initial commit and release 2023-08-12 12:38:45 +07:00
LightvnTools.cs 支持传入文件夹路径以批量处理 2024-10-07 19:01:21 +08:00
LightvnTools.csproj 支持传入文件夹路径以批量处理 2024-10-07 19:01:21 +08:00
LightvnTools.sln Initial commit and release 2023-08-12 12:38:45 +07:00
README.md Update new encryption scheme & drop support for .NET 6.0 2024-07-14 06:16:47 +07:00

Light.vnTools

Overview

Light.vnTools is an unpack/decrypt and repack/encrypt tool for game made with Light.vn (Visual Novel) game engine.

Requirements

Usage

Important

The "new" encryption scheme that works on the newer Light.vn version is stripping the original file name, so I can't recover it.

We're missing the original file extension, but we can guess it by reading the file header and set the extension based on that,

For the time being you need to do it yourself by grabbing a hex editor program like ImHex, find the magic header, do some Googling then rename the file.

  • Download Light.vnTools at Releases.
  • Unpack/Decrypt:
    Drag and drop .vndat / .mcdat file(s) to the LightvnTools.exe.
  • Repack/Encrypt:
    Drag and drop unpacked folder/file(s) to the LightvnTools.exe.

Credits

Thanks to takase1121 by providing proof of concept at: https://github.com/morkt/GARbro/issues/440

License

This project is licensed under GNU GPL 3.0.

For more information about the GNU General Public License version 3.0 (GNU GPL 3.0), please refer to the official GNU website: https://www.gnu.org/licenses/gpl-3.0.html

Disclaimer

This tool is intentionally created as a modding tool to translate the visual novel game created with Light.vn game engine. I didn't condone any piracy in any forms such as taking the game visual and sell it illegally which harm the developer. Use the tool at your own risk (DWYOR - Do What You Own Risk).