mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
1,006 B
1,006 B
A.I.M. Tools
This repository contains different tools for A.I.M. games.
List of tools
- AIM 1 unpaker. Unpacks any .pak archive from AIM1 game.
- DB extractor. Converts (db|quest) databases from any AIM game into .sql file to be executed with sqlite3 DBMS.
- MMO extractor (object extractor). Extracts all data about objects on the map from .mmo file.
- MMP extractor. Extract texture-, alpha-, height- maps etc.
- MMM extractor. Minimap -> BMP.
- Models converter: AIM1/2 format -> .OBJ + .MTL. Textures are included.
- Script to TXT convertor.
- Texture converter: TM -> TGA.
- MPJ loader (dummy implementation).
- Save loader (dummy implementation).
Build instructions
- Download and install latest CMake http://www.cmake.org/download/
- Download and add to PATH latest CPPAN https://cppan.org/client/
- Clone this repository
- Open the source directory
- Execute in console
cppan --generate . - Open generated solution file (Visual Studio solution file)
- Build the project