|
33 | 33 |
|
34 | 34 | ### Fields |
35 | 35 |
|
36 | | -| GameVault Field | IGDB API Field(s) | Notes | |
37 | | -| ------------------- | -------------------------------------- | ---------------------------------------------------------------------------------------------------- | |
38 | | -| `provider_slug` | `igdb` | hardcoded. | |
39 | | -| `age_rating` | `age_ratings` | See [here](#age-rating) for details. | |
40 | | -| `provider_data_id` | `id` | | |
41 | | -| `provider_data_url` | `url` | | |
42 | | -| `title` | `name` | | |
43 | | -| `release_date` | `first_release_date` | | |
44 | | -| `description` | `game.summary` and/or `game.storyline` | If both are available, both get used, else any available will be mapped | |
45 | | -| `rating` | `total_rating` | | |
46 | | -| `early_access` | `status` | True if the Game is either in status `alpha`, `beta` or `early_access` | |
47 | | -| `developers` | `involved_companies` | Filtered by `involved_company.developer === true` | |
48 | | -| `publishers` | `involved_companies` | Filtered by `involved_company.publisher === true` | |
49 | | -| `genres` | `genres` | | |
50 | | -| `tags` | `keywords` and `themes` | | |
51 | | -| `cover` | `cover` | Using the highest possible cover resolution via `t_cover_big_2x` | |
52 | | -| `background` | `artworks[0]` or `screenshots[0]` | Only first artwork/screenshot is mapped. Using the highest possible 16:9 resolution via `t_1080p_2x` | |
53 | | -| `url_websites` | `websites.url` | | |
54 | | -| `url_screenshots` | `screenshots` and `artworks` | Using the highest possible 16:9 resolution via `t_1080p_2x` | |
55 | | -| `url_trailers` | `videos` | Only when video title includes the words "trailer", "teaser" or "intro" | |
56 | | -| `url_gameplays` | `videos` | Only when video title includes the words "gameplay" | |
| 36 | +| GameVault Field | IGDB API Field(s) or Hardcoded Value (\*) | Notes | |
| 37 | +| ---------------------- | ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | |
| 38 | +| `provider_slug` | `igdb` \* | Hardcoded. | |
| 39 | +| `installer_parameters` | `/D="%INSTALLDIR%" /S /DIR="%INSTALLDIR%" /SILENT` \* | Hardcoded for convenience. Makes Inno Setup and NSIS installers run silently and with a predefined directory. | |
| 40 | +| `age_rating` | `age_ratings` | [See here](#age-rating) for details. | |
| 41 | +| `provider_data_id` | `id` | | |
| 42 | +| `provider_data_url` | `url` | | |
| 43 | +| `title` | `name` | | |
| 44 | +| `release_date` | `first_release_date` | | |
| 45 | +| `description` | `game.summary` and/or `game.storyline` | If both are available, both get used, else any available will be mapped | |
| 46 | +| `rating` | `total_rating` | | |
| 47 | +| `early_access` | `status` | True if the Game is either in status `alpha`, `beta` or `early_access` | |
| 48 | +| `developers` | `involved_companies` | Filtered by `involved_company.developer === true` | |
| 49 | +| `publishers` | `involved_companies` | Filtered by `involved_company.publisher === true` | |
| 50 | +| `genres` | `genres` | | |
| 51 | +| `tags` | `keywords` and `themes` | | |
| 52 | +| `cover` | `cover` | Using the highest possible cover resolution via `t_cover_big_2x` | |
| 53 | +| `background` | `artworks[0]` or `screenshots[0]` | Only first artwork/screenshot is mapped. Using the highest possible 16:9 resolution via `t_1080p_2x` | |
| 54 | +| `url_websites` | `websites.url` | | |
| 55 | +| `url_screenshots` | `screenshots` and `artworks` | Using the highest possible 16:9 resolution via `t_1080p_2x` | |
| 56 | +| `url_trailers` | `videos` | Only when video title includes the words "trailer", "teaser" or "intro" | |
| 57 | +| `url_gameplays` | `videos` | Only when video title includes the words "gameplay" | |
57 | 58 |
|
58 | 59 | ### Age Rating |
59 | 60 |
|
|
0 commit comments