Version R2.00 released!
Halva Packaging System » Devlog
Important!
This update breaks the v1 API. If you are using code that handles encrypted Halva Packages, change all references of `EncryptedHalvaPackage` to `HalvaPackage`. For constructors, changes `new EncryptedHalvaPackage(source, pswd)` to `new HalvaPackage(PassKey: password, source)` and `new EncryptedHalvaPackage(source, destination, pswd)` to `new EncryptedHalvaPackage(PassKey: password, source, destination)`.
Changelog
Core
- [Breaking] Overhauled API.
- Merged the two classes into one.
- Implemented interface.
- Improved performance during Cryptography work.
- Compression is now configurable.
Packer
- Overhauled code for easier maintainability.
- Added the `--AssetCompression <0-3>` and `--BinCompression <0-3>` to adjust the compression for both assets and game's JS and datbase files.
Bootstrap
- Updated the Package Manager for the new API.
Files
Packer Tool (Windows) 2.2 MB
Version 1.1.0-20220317 Mar 17, 2022
Packer Tool (Windows, Experimental ARM Build) 2.1 MB
Version 1.1.0-20220317 Mar 17, 2022
Packer Tool (Linux) 6.6 MB
Version 1.1.0-20220317 Mar 17, 2022
Packer Tool (Linux, Experimental ARM build) 9.1 MB
Version 1.1.0-20220317 Mar 17, 2022
Sample Extractor 7 kB
Version 1.0.8-20220317 Mar 17, 2022
Get Halva Packaging System
Download NowName your own price
Halva Packaging System
A simple and easy to use game package system based on the Brotli compression.
Status | Released |
Category | Tool |
Author | AceOfAces |
Tags | brotli, compression, package-system |
More posts
- Version R2.02 released!Sep 15, 2022
- Version R2.01 released!May 02, 2022
- Version R1.02 released!Dec 24, 2021
- Packer Hotfix No.3Sep 13, 2021
- R1.01 Update 5 released!Sep 01, 2021
- Packer Hotfix - Round 2Jul 17, 2021
- Packer HotfixJul 17, 2021
- Version R1.01 Update 3 released!May 31, 2021
- Version R1.01 Update 1 released!May 13, 2021
Leave a comment
Log in with itch.io to leave a comment.