pents90 / eburp

The Eight-Bit Universal Role Playing Engine -- the technical masterpiece behind the hit RPG "Gurk III"!
120 stars 25 forks source link

Running the map editor #9

Open skeddles opened 8 years ago

skeddles commented 8 years ago

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

pents90 commented 8 years ago

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.