Hello.
I'm building an application (C#) for Duke Nukem (another netplay launcher), and I'm trying to implement a map preview feature.
I need a way to generate a PNG or any image file format from a given .map file. (I've uploaded an example)
It could be a command line tool or maybe even some code.
I've found some really old stuff that won't even run on Windows. (like these: http://dukertcm.com/...3d-tools-build/)
The only working program I've found is this one http://ajgelado.eres...PView2beta2.zip (posted here http://www.amcwebfor...hp?topic=5632.0)
If you run that executable with the first argument being the .map path, it will open the 2D visualization just like the way I need it.
You know, I could print the screen and crop out the part that I want but that would be a really hacky mess.
So, if you guys know of any way to generate a image file from a .map file, I would really appreciate it!
