v0.2.4
Alert
此仓库未来将会作为库使用,应用将会在对应的子仓库发布。
在这里下载v0.3.0以后的版本:https://github.com/eigeen/ree-pak-gui/releases
This repository will be used as a library in the future, and applications will be released in the corresponding sub-repositories.
Download v0.3.0 later version here: https://github.com/eigeen/ree-pak-gui/releases
v0.2.4
Full Changelog: v0.2.3...v0.2.4
Core
Store unknown attributes in entry.
Support a new feature flag 0x10 (1 << 4), which tagged that there has a new u32 value between TOC and encryption key. The new feature appears in MHWilds hi-res DLC paks. (Thanks to @gibbed)
Add PakWriter to support re-package paks.
CLI
Features
pack command: package a pak file. Now it is a basic implemention, no customize options. The default param is: Ver4.0, no entry encryption, no resource encryption and compression, no checksums.
Fixes
Bad default --filter argument.