Releases: CertifiedWebMaster/NW2PNG2.0
GraalOnline convertible levels.nw to image.png
🗺️ GraalOnline .nw to .png Converter
This project is a specialized renderer designed to take .nw files (used by the GraalOnline engine) and export them as static image files. This is ideal for generating world maps, documenting level progress, or creating web-based level viewers.
✨ Features (Fork Enhancements)
Compared to the original repository, this fork includes:
[Feature 1]: e.g., Support for modern 32-bit tilesets with alpha transparency.
[Feature 2]: e.g., Batch conversion: Convert an entire folder of levels at once.
[Feature 3]: e.g., Optimized memory usage for massive "GMap" renders.
[Feature 4]: e.g., Correct rendering of multiple NPC layers and signs.
🚀 Usage
Example command (adjust based on your actual code)
python convert.py --input mylevel.nw --output mylevel.png --tileset tiles.png
Thank you @CertifiedWebMaster and @Delph