Skip to content

Add configurable auto run game option#770

Open
Ax-Time wants to merge 1 commit into
PokemonWorkshop:developfrom
Ax-Time:678-make-the-auto-run-option-configurable-through-studio
Open

Add configurable auto run game option#770
Ax-Time wants to merge 1 commit into
PokemonWorkshop:developfrom
Ax-Time:678-make-the-auto-run-option-configurable-through-studio

Conversation

@Ax-Time

@Ax-Time Ax-Time commented Jun 11, 2026

Copy link
Copy Markdown

Description

Closes #678.

Adds auto_run to DEFAULT_GAME_OPTIONS so it can be enabled from Dashboard > Project Settings > Game Options. When enabled, auto_run is appended to the order array of game_options_config.json; PSDK already reads it (see 4_Systems_105_Options.rb PREDEFINED_OPTIONS) and the in-game options menu shows the toggle.

No migration, no new-project default, no translation keys in this PR — option stays off until the user enables it.

Note before testing

Tests to perform

  • Open an existing project, go to Dashboard > Project Settings > Game Options, confirm auto_run is in the inactive list, click Enable, save, and verify "auto_run" is in order in Data/configs/game_options_config.json.
  • Restart Studio, reload the project, confirm auto_run is still active.
  • Create a new project, confirm auto_run is not active by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make the auto run option configurable through Studio

1 participant