render_map_ascii
Render an ASCII map of RPG Maker MV maps offline. Display tile layout, event positions, and region IDs for precise coordinate information when screenshots are unavailable.
Instructions
Render an ASCII representation of an RPG Maker MV map. Works offline without any API. Shows tile layout, event positions, and region IDs. Useful when no screenshot is available or you need precise coordinate information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map_id | Yes | Map ID to render | |
| layer | No | Tile layer to render (0=ground, 2=upper, default: 0) | |
| show_events | No | Show event positions (default: true) | |
| show_regions | No | Show region IDs (default: false) |