Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.38 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.38 KB

视觉小说工具

仅供学习

功能

  • BGI 引擎解包,目前已复现 arc 格式,图片格式 version 1 的解包
  • 记录游戏时长(放松和专注两种模式)
  • 转区
  • 爬取bangumi补充游戏信息

开发

依赖

Visual Studio 最好安装在默认目录。

推荐使用 scoop 作为包管理。

scoop install xmake aqt

推荐使用 aqtinstall 下载 qt。

git clone --depth 1 https://github.com/star-hengxing/vn-tool.git
cd vn-tool
mkdir Qt
aqt install-qt windows desktop 6.6.0 win64_msvc2019_64 --outputdir Qt

构建

如果系统已经有 qt,修改参数--qt=path/to/qt

xmake f -y --qt=Qt
xmake

切换构建模式和工具链

xmake f -m debug --toolchain=clang

鸣谢