defold_start
Skip the title menu and character creation to launch a game directly into a new run. Pass game-defined options such as seed, build, or scenario to start testing immediately.
Instructions
Begin a run, skipping the game's front-end (title menu / character creation) via the bridge start command, which GUI input can't reach. options is passed through to the game's bridge; what it accepts is per-game (a new-game seed, a character build, a scenario id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | Game-defined start options, merged into the bridge start request | |
| project | No | Registered project to target. |