EasyRPG / Tools

Assorted tools to handle RPG Maker 2000/2003 files
https://easyrpg.org/tools/
49 stars 18 forks source link

Redesign lmu2png #31

Closed Zegeri closed 6 years ago

Zegeri commented 6 years ago

Add some features:

Ghabry commented 6 years ago

Very cool tool!

TestGame: Map 0001: map0001

without lower: map0001

without lower & without events (Black as expected): map0001

Here some screenshots from Yume Nikki:

Map 0003: Normal: map0003

Without events: map0003-no-ev

Map 0004: Normal: map0004

Without Panorama: map0004-no-bg

Without upper: map0004-no-u

Without lower: map0004-no-l

Lets go bigger: Map 0016: (BG Tiling works!) map0016

Without annoying background: map0016-no-bg

carstene1ns commented 6 years ago

Looks really good! Only things I find missing are XYZ support and RTP name translation. Both could be copied over from Player. For example the XYZ image loading code could be put into LoadImage() or sdl_image could be replaced completely. Thinking this further, we could even factor out the image loading/saving code from Player into a separate lib and use this in both... RTP table is another story and IMO not worth currently.

Thank you for improving lmu2png!