w3x-to-vmf icon indicating copy to clipboard operation
w3x-to-vmf copied to clipboard

Warcraft III map to DotA 2 map converter

Results 7 w3x-to-vmf issues
Sort by recently updated
recently updated
newest added

Having a .doo parser (doodad / trees) parser, along with a script to add it to the vmf generation would serve a good use in aiding map devs to get...

This can be done either through pure python code, or adding python bindings to existing C code, e.g. from StormLib.

enhancement

The order in which the displacement info is listed in a dispinfo entry appears to be incorrect and not correctly sorted by row number. Example: "row0", "row1", "row2", "row3", "row4",...

bug

In some cases it can happen that ui.py throws a MemoryError when opening some bigger maps and creating a topdown picture for them. This doesn't happen for everybody (e.g. I...

bug

Sometimes it can happen that ui.py throws a Tkinter-related exception about not being able to display the topdown picture. After that, a message in the console is displayed about the...

bug