This is plugin for IGI-1 Editor which extracts all the models info for game levels for for Project I.G.I game.
This is plugin for IGI 1 Editor and you should have installed this in your machine.
- IGI 1 Editor Setup: IGI 1 Editor download from here.
- QEditor QSC Files: You should have
.qscfiles in this path%appdata%\QEditor\QFiles\IGI_QSC\from editor setup. - Python 3.0: Get Python 3.0 and setup in your machine.
This application is command line tool so you need to provide parameters to it like this.
Usage python IGI-Models-Info.py level output-file output-format distinct-models here distinct-models param is optional.
Example for Level 1 Models in CSV format:
command : python IGI-Models-Info.py 1 'Level1Models' 'csv'
output : Level #1 Total Models: 84 A.I Count: 4
Example for Level 5 Models in JSON format:
command : python IGI-Models-Info.py 1 'Level5Models' 'json' 'true'
output : Level #5 Total Models: 83 A.I Count: 4
Folder Examples contains some example files generated using this plugin
Examples/Level1Models.csv- Contains file containing Level 1 Models in CSV format.Examples/Level1Models.json- Contains file containing Level 1 Models in JSON format.Examples/Level10Models-All.csv- Contains file containing ALL Level 10 Models in CSV format.

