mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Many useful tools (object and data extractors etc.)
| .github/workflows | ||
| examples/mods/aim1_community_fix | ||
| formats | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| sw.cpp | ||
A.I.M. Tools
This repository contains different tools for A.I.M. games.
List of tools
- AIM unpaker. Unpacks any .pak archive from AIM1/AIM2/AIM:R games.
- AIM paker. Makes archive for AIM1 game (without compression).
- 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.
- TXT to Script convertor.
- Texture converter: TM -> TGA.
- MPJ loader (dummy implementation).
- Save loader (dummy implementation).
- AIM1 mod maker. Makes routine actions for you.
Build instructions
- Download and add to PATH latest SW https://software-network.org/
- Clone this repository
- Open the source directory
- Execute in console
sw generate - Open generated solution file (Visual Studio solution file)
- Build the project