Water
Water
Hello, I am using the Java generator, which makes a class for every type with the fields and the parser logic in there. In my case, the readings will be...
When trying to build and then run the dist map, the game cannot load the map and logs: ``` 6/22 15:34:38.986 Map contains invalid Jass scripts that couldn't be compiled...
``` Caused by: java.lang.NullPointerException at dorkbox.peParser.types.ResourceDirName.(ResourceDirName.java:87) at dorkbox.peParser.headers.resources.ResourceDirectoryEntry.(ResourceDirectoryEntry.java:71) at dorkbox.peParser.headers.resources.ResourceDirectoryHeader.(ResourceDirectoryHeader.java:62) at dorkbox.peParser.PE.fromInputStream(PE.java:135) at dorkbox.peParser.PE.(PE.java:68) ``` Tested in 2.13 and 2.9 releases. The index in my case is 256. The executable...
Hi, ran JMPQ on a larger sample of maps. 59 out of 857 could not be parsed due to a reported bad header size. Can we fix it? Example: Forest...
Hi, this map fools the parser with fake MPQ headers into thinking it's not an MPQ archive (but it can be played): https://www.hiveworkshop.com/threads/green-td-pro-deathmatch.319693/ Can we fix it?
AC: - Add some file specs, upgrade incrementally
Preferably have a visitor callback as the WTG is parsed and then be able to substitute it with another ECA/function and also a traversal method on the finished WTG.
AC: - read from map file - write to map file (append/substitute existing) - standalone file format