Hello everyone

I've made a new tool in java which generates an PNG Image from a given level
- The latest download is attached below -
For the developers under you I've also attached the source code
Please gimme comments + Ideas of what I should add / change =D
------------------------------------------------------------------
Latest version is 2.1, by Dusty!
Patch Notes:
Quote:
|
Originally Posted by Dusty
Alright, I think this is it. Added addtiledef2 img,dest,x,y; and addtiledef2("img","dest",x,y); support. However, right now it scans through the levels, and doesn't use tiledefsOffline.txt. I don't seem to have the file, so I'm assuming it doesn't work or something *shrug*. So make sure you have at least one NPC on the overworld that defines the tiledefs.
I think this is pretty complete now, should be able to render most maps efficiently
I also included a shortcut in the folder that increases the memory heap for the program. I'm not sure if the shortcut will work for anyone else, but you can try it. It's at 1300mb, but if you right click the short cut and go into properties you can change it via changing:
-Xmx1300m
to something like
-Xmx2000m
This will allow the program more memory to render larger maps. But if you raise the number too high the program won't even manage to run.
|