Thread: Nw2png
View Single Post
  #1  
Old 06-24-2010, 08:27 AM
born2kill born2kill is offline
Mainly GS2+Java Scripter
Join Date: Nov 2006
Posts: 17
born2kill will become famous soon enough
Cool Nw2png

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.
Attached Files
File Type: zip NW2PNG.src.zip (50.8 KB, 476 views)
File Type: zip NW2PNG.zip (219.2 KB, 612 views)

Last edited by Crono; 11-21-2011 at 09:03 PM..
Reply With Quote