Quote:
Originally posted by Torankusu
Good, because I can't read and decipher this one well enough to change the tiles.
|
Ah yeah well I didn't understand the tile stuff at first.. I pmed stefan and he explained it to me.. basically, all the tiles are read in hex format (although you can use another format)
So for example, if you wanted to get the hex of the shallow water tile you could do this:
When you mouse over the tile in the editor it says "14,24"
then the equation would look like this:
24*16+14
Which would equal 398.. then you can just use windows calculator, punch the numbers in decimal format, and then switch to hex format.. and you end up with 18E
So the end product is "0x18e" that is the hex value of the shallow water tile.. also you can just use "24*16+14" instead of the hex value, probably easier.
