A modern take on the classic APE tool made by Blue Fang in 2001.
- Simple UI for basic ZTA file editing
- Project management features
- Generate Zoo Tycoon INI files completely within the app
- Searchable database of all lang strings, official and unofficial
- Searchable database of all game assets, their IDs, and location
- Bulk export of ZTA files
- Image processing features for quick edits to graphics such as:
- Sharpening
- Color correction
- Resizing
- C++17 for the backend logic and file processing
- Qt Widgets (Qt 6.8.1) for the frontend interface
This section is incomplete.
-
Clone the repository:
git clone https://github.com/zooberryorg/grape.git
The source code for this project is licensed under the MIT License. See the LICENSE file for details. Because this project is built using Qt, please note that the distributed binaries of this project are subject to the LGPLv3 license. A copy of the LGPLv3 will be included in the distributed binaries of this project.
Additionally, this project uses a modified version of the TreeNode class from the KDABLabs repository found here: https://github.com/KDABLabs/kdabtv. The original license for this class is the BSD License, which is preserved in the relevant source files.