pents90/eburp

Running the map editor

Opened this issue · 1 comments

Not a java pro, trying to run the map editor.

At first I couldn't get it to open, found out you need to run it from inside the jurk folder, not the gurk folder

then it was saying it couldn't find certain assets, so I copied them into the jurk folder

Now it gives me an error:

2015-11-29_15-10-03

Looks like something is wrong with your maps/tiles.txt file. You shouldn't have to move anything around to run the tools. Compile with: 'javac tools/gurk/*.java' and run with 'java -cp tools gurk.MapEditor' all while in the top-level directory.