Author Topic: Hex Map/Level Editor  (Read 2678 times)

0 Members and 1 Guest are viewing this topic.

Offline ralphdspam

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 841
  • Rating: +38/-1
  • My name is actually Matt.
    • View Profile
Hex Map/Level Editor
« on: June 16, 2011, 01:11:22 pm »
Does anybody know of a good customizable hex level editor?  I do not want to design the levels in the text editor, but I cannot find one that does the job.  My tile format also allows variable-width levels with the height of 9 blocks.  The format is different compared to other editors I have seen.  (The reason I am doing it this way is for speed and efficiency.) Here is how I encoded my tile format:

Code: [Select]
[COLUMNXXX]
[NXT COLUM]

Becomes:
Code: [Select]
CN
OX
LT
U
MC
NO
XL
XU
XM
« Last Edit: June 16, 2011, 01:13:56 pm by ralphdspam »
ld a, 0
ld a, a