Marin's Map Exporter

Resource Marin's Map Exporter

Marin

Administrator
Administrator
Marin submitted a new resource:

Marin's Map Exporter - Export all your maps with just a few button presses. Export with or without events.

Since I heard Klein's Map Exporter was broken here and there (and have never successfully used it myself), I decided to write my own version.
You can export any and every map, and you can choose if you want the events on that map to be included in the PNG or not. You also have this option for the player, but it won't show up no matter what if the player isn't on that map.


I may include an option to export with map connections as well later on, but I'm not entirely sure how to go about...

Read more about this resource...
 

leilou

A wild Minun appeared!
Member
Joined
May 17, 2017
Posts
223
I tried using it in V17.2 (I didn't alter any scripts ... I just added 2 tilesets and a few maps) and got the following error:
Code:
---------------------------
Error
---------------------------
Script 'BitmapCache' line 394: RuntimeError occurred.
 
Failed to load the bitmap located at: Graphics/Tilesets/emerald outside
 
from 'BitmapCache' line 394 in `load_bitmap'
from 'marins map exporter' line 100 in `initialize'
from 'marins map exporter' line 23 in `new'
from 'marins map exporter' line 23 in `pbExportMap'
from 'marins map exporter' line 47 in `pbExportAMap'
from 'marins map exporter' line 41 in `loop'
from 'marins map exporter' line 65 in `pbExportAMap'
from 'marins map exporter' line 85 in `pbDebugMenuActions'
from 'Debug_Menu' line 744 in `pbDebugMenu'
from 'Debug_Menu' line 710 in `loop'
from 'Debug_Menu' line 746 in `pbDebugMenu'
from 'Scene_Map' line 135 in `call_debug'
---------------------------
OK 
---------------------------

Code:
---------------------------
Error
---------------------------
Script 'Interpreter' line 276: RuntimeError occurred.
 
Script error within event 1 (coords 24,5), map 42 (lake park):
 
Exception: RuntimeError
 
Message: BitmapCache:394:in `load_bitmap'Failed to load the bitmap located at: Graphics/Tilesets/emerald outside
 
***Full script:
 
pbExportMap
 
 
Interpreter:243:in `pbExecuteScript'
 
map exporter:100:in `initialize'
 
map exporter:23:in `new'
 
map exporter:23:in `pbExportMap'
 
(eval):1:in `pbExecuteScript'
 
Interpreter:1606:in `eval'
 
Interpreter:243:in `pbExecuteScript'
 
Interpreter:1606:in `command_355'
 
Interpreter:494:in `execute_command'
 
Interpreter:193:in `update'
 
 
---------------------------
OK 
---------------------------
 
Last edited:

Marin

Administrator
Administrator
According to your map data, the tileset is supposed to beGraphics/Tilesets/emerald outside, but it can’t find it. I can’t help you there, try saving again from RMXP or the Editor.
 

leilou

A wild Minun appeared!
Member
Joined
May 17, 2017
Posts
223
Ah I found the issue. Thanks. The script takes the name of the tileset as name pic of the tileset. So I changed the tileset name to the pic name and it works ... thanks
 
Top