Map-Based RPG Room

Build a tiny RPG room with a map, NPC, chest, door, and quest state.

v0.9.4Godot 4.7 stable4.6.3 supportedCurrent
This page summarizes the current v0.9.4 workflow and keeps Early Access boundaries clear.
Public user route: follow this in small steps. After each meaningful change, run a validation check or Quick Play before adding the next system.

Scenario H: First map-based RPG room

Goal: make one small room with player spawn, NPC/sign, chest, and exit door.

Tools: Universal or Action RPG DNA → Map Editor → Database → Map Event Editor → Visual Logic → Content Validator.

  1. Choose Universal or Action RPG DNA.
  2. Open Map Editor and create a small map, such as 10×10.
  3. Assign a user-owned tileset or placeholder TileSet.
  4. Paint ground first, then walls.
  5. Place player spawn in a safe tile.
  6. Place one NPC or sign and one chest.
  7. Add one exit door or transfer trigger.
  8. Validate and Quick Play.
Expected result: the player appears in the room, talks to one NPC/sign, opens one chest once, and uses one exit door.