LoadC64 Configuration - cressie176/Load64 GitHub Wiki
Defines user-configurable application settings for LoadC64. Platform binaries are configured via Systems.
If games_directory is not set, LoadC64 will prompt the user to provide it on startup. Once set, an audit is run to discover games and populate the database.
| Field | Type | PK | FK | Nullable | Unique | Description |
|---|---|---|---|---|---|---|
| games_directory | text | yes | Absolute path to the directory containing game folders. LoadC64 prompts for this if not set. | |||
| catalogue_url | text | yes | URL of the LoadC64 Catalogue ZIP (e.g. https://github.com/LoadC64/catalogue/releases/latest/download/catalogue.zip). If not set, catalogue features are unavailable. |
|||
| show_splashscreen | boolean | Whether to show the splashscreen on startup. Defaults to true. |
| games_directory | catalogue_url | show_splashscreen |
|---|---|---|
| /Users/steve/Games/C64 | https://github.com/LoadC64/catalogue/releases/latest/download/catalogue.zip | true |