https://github.com/rollingstar/gpack-unofficial
Video game compression tool. Unofficial backup of the original tool.
https://github.com/rollingstar/gpack-unofficial
7zip c compression merging srep
Last synced: about 1 year ago
JSON representation
Video game compression tool. Unofficial backup of the original tool.
- Host: GitHub
- URL: https://github.com/rollingstar/gpack-unofficial
- Owner: RollingStar
- Created: 2014-01-16T17:14:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T20:22:11.000Z (about 2 years ago)
- Last Synced: 2025-04-01T07:49:17.209Z (about 1 year ago)
- Topics: 7zip, c, compression, merging, srep
- Language: C
- Homepage:
- Size: 3.79 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: Licenses/7-zip.txt
Awesome Lists containing this project
README
GPack-Unofficial
================
An unofficial backup of GPack, a video game compression tool. This is a backup of the code I have. I don't maintain / didn't create GPack (maintainers welcome).
Included:
* GPack r36 (latest)
* GPack Datter r9 (latest is r10 - please contact me if you have it.)
* GPack Merger r2 (latest)
Download
--------
Press the "Download ZIP" button on the right side of this page. Extract it. Run GPack using either the GUI or command line.
How Does It Work?
-----------------
These three programs help GPack compress files with a high degree of efficiency:
* **General Compression** - [7-zip version 9.25 alpha](http://www.7-zip.org/)
* **Large-Dictionary Compression** - [SuperREP version 3.0](http://freearc.org/research/SREP.aspx)
* **Sound Compression** - [Tom's lossless Audio Kompressor (TAK) version 2.2.0](http://thbeck.de/Tak/Tak.html)
Changes
-------
* Added license documents.
* All three programs are bundled into one folder.
* GPack's readme has been changed from saying "r34" to "r36".
* **GPackDatter.exe** is included. Its readme has been renamed to **Readme_Datter.txt**.
* **GPackDatter.c** has been added to **/src/**.
* **GPackMerger.exe** is included; its readme has been renamed to **Readme_Merger.txt**.
Related
-------
["GPack" by Yilez](https://bitbucket.org/yilez/gpack/overview) (Dead link - was working in January 2014.)