| 01-07-2003, 04:06 PM | #1 |
As most of you know I am working on the commander. Well it uses custom .ai and one custom text trigger. Now to make it easy I made a installer for it that installed the .ai files into a map you select. Now I would like to add the installation of the triggers too. Now I have read up some on the war3map.j file and that seems to be the guy. Now Question can I just have the war3map.j with the installer and import it into any map like the other .ai files? Now this file is in the base directory, not Scripts\ . Now when it is imported will it work, and the triggers just not display that I don't care about. Any help would be appreciated. Thanks DKSlayer |
| 01-07-2003, 06:39 PM | #2 |
Ask Mikititan about his DMMOD installer. |
| 01-07-2003, 09:36 PM | #3 |
Importing an own war3map.j deletes all triggers, because war3map.j contains the triggers. Your program must: 1. extract war3map.j 2. add your trigger 3. reimport war3map.j to the map |
