| 01-02-2007, 09:42 PM | #1 |
This is a program that is able to read a .doo file (containing doodads/destructables) and remove the destructable data and translate it into JASS code. The program can help decrease map loading time and a map's file size this way. Since this program doesn't yet support extracting the correct files from a map, you need to use an MPQ Editor and extract war3map.doo from the map. You can then import the generated file back in using the import manager in the World Editor. What you decide to do with the generated JASS code is up to you. This is a command-line program that takes 3 arguments which are: file to read from, file to print JASS code to, and a file to print the new doodad information to. Comments/suggestions would be appreciated. |
