Many useful tools (object and data extractors etc.)
Find a file
2024-02-25 21:14:10 +03:00
.github/workflows [ci] Upload only .exe. 2024-02-20 18:06:47 +03:00
examples/mods/aim1_community_fix [mod] Initial 0.0.4. Add language_switcher. 2024-02-25 20:19:06 +03:00
formats Some fixes. 2017-06-01 21:30:01 +03:00
src Do not read .bak files as quest db. 2024-02-25 21:14:10 +03:00
.gitignore Improve model loading. 2019-03-12 22:02:56 +03:00
1.patch Initial aim1_mod_maker. 2024-02-03 20:03:00 +03:00
LICENSE Add license. 2018-06-30 22:12:58 +03:00
README.md Update readme. 2024-02-03 20:01:27 +03:00
sw.cpp Initial language switcher. 2024-02-25 18:56:02 +03:00

A.I.M. Tools

This repository contains different tools for A.I.M. games.

List of tools

  1. AIM unpaker. Unpacks any .pak archive from AIM1/AIM2/AIM:R games.
  2. AIM paker. Makes archive for AIM1 game (without compression).
  3. DB extractor. Converts (db|quest) databases from any AIM game into .sql file to be executed with sqlite3 DBMS.
  4. MMO extractor (object extractor). Extracts all data about objects on the map from .mmo file.
  5. MMP extractor. Extract texture-, alpha-, height- maps etc.
  6. MMM extractor. Minimap -> BMP.
  7. Models converter: AIM1/2 format -> .OBJ + .MTL. Textures are included.
  8. Script to TXT convertor.
  9. TXT to Script convertor.
  10. Texture converter: TM -> TGA.
  11. MPJ loader (dummy implementation).
  12. Save loader (dummy implementation).
  13. AIM1 mod maker. Makes routine actions for you.

Build instructions

  1. Download and add to PATH latest SW https://software-network.org/
  2. Clone this repository
  3. Open the source directory
  4. Execute in console sw generate
  5. Open generated solution file (Visual Studio solution file)
  6. Build the project