This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
BGArmor v0.0.4 (Windows-Linux)
What's new on this release?
- New
data.dat
format specification, allowing a much faster compression and decompression. Due to this, now it's impossible to opendata.dat
with file managers (such as 7-Zip) - Added optional
DataChunkSize
value to config.json.DataChunkSize
specifies that, when building data, files bigger than the size specified (in MB) will be compressed in chunks of this size to avoid loading the entire file in memory. This fixes some Python memory errors reported when building data on low memory computers - Example game is not included on BGArmor's release anymore (but it's still available on the repository)
- Some minor improvements on scripts
IMPORTANT: Visit the wiki or watch this video to learn how to use BGArmor.