Note - before you run the jar file, you need to edit one line in mapman.cfg:
to point correctly to the image folder.
For example, if you extracted the dist folder to the root of C:, you would change it to:
I know, I know, the 32x32 pngs look like ***. I'm more concerned about code atm.
Code:
imgfolder=e:\rpg\images\
to point correctly to the image folder.
For example, if you extracted the dist folder to the root of C:, you would change it to:
Code:
imgfolder=c:\dist\images\
I know, I know, the 32x32 pngs look like ***. I'm more concerned about code atm.