- Joined
- Jul 16, 2012
- Messages
- 410
Get Jass NewGen Pack, which disables terrain limits.
Dr Super good how can i manipulate it?
The same way you manipulate any binary file. The byte format for it can easilly be found on the web last I checked. The bytes are in little endian order.
Well in Java I would use a FileChannel to read into a ByteBuffer the file and use that in LittleEndian byte order to manipulate the bytes.