Create map
create_mapCreate a new blank map for RPG Maker MV with specified dimensions and tileset, auto-register it in MapInfos.json, and return the new map ID.
Instructions
Create a new blank map: writes MapXXX.json with empty tile data and registers it in MapInfos.json. Tiles must still be painted in the editor, but events, properties, and everything else can be edited here. Returns the new map id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| width | No | ||
| height | No | ||
| parentId | No | Parent map id in the editor tree (0 = top level) | |
| tilesetId | No |