Many useful tools (object and data extractors etc.)
Find a file
2024-04-02 13:59:06 +03:00
.github/workflows Update sw.yml 2024-03-28 14:41:25 +03:00
examples/mods/aim1_community_fix [mod] Setup aim2 path. Better db handling. 2024-04-02 13:59:06 +03:00
formats Add tab format. 2024-04-02 03:43:45 +03:00
src [mod] Setup aim2 path. Better db handling. 2024-04-02 13:59:06 +03:00
.gitignore Ignore more files. 2024-04-01 16:26:29 +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 [db2] Update. 2024-04-02 02:11:48 +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