This project is a converter from HOG2 maps (https://digitalcommons.du.edu/gridmaps2D/) into the LCT file format. The LCT file format can be loaded by the Triplanner dynamic library with C/C++ API (https://www.geometricspaces.com/index.php/products/).
In the terminal, inside the project main folder, run:
g++ src/HOG2toLCT.cpp -o HOG2toLCT
In the terminal inside the project main folder, run:
./HOG2toLCT "assets/HOG2/DragonAgeOrigins/map/arena2.map" "assets/HOG2/DragonAgeOrigins/map/arena2.lct
Note: some HOG2 map files are provied in the assets folder.
.
├── assets # HOG2 maps sample files.
├── src # Converter source code.
├── build & run.sh # Linux shell script to compile and run the converter, for all maps in the **assets** folder.
├── LICENSE
└── README.md
If you have any questions, feel free to e-mail me at gmail and ask away.