This is a documentation for Board Game Arena: play board games online !
Game metadata manager: Difference between revisions
No edit summary |
(Describe what media images are required) |
||
Line 26: | Line 26: | ||
|- | |- | ||
| Box || [[File:Carcassonne_Box.png|frameless|Box]] || | | Box || [[File:Carcassonne_Box.png|frameless|Box]] || | ||
* '''Required for public alpha''' | |||
* PNG | * PNG | ||
* It is displayed on the main site on the game description page and when creating a table (280x280 px). | * It is displayed on the main site on the game description page and when creating a table (280x280 px). | ||
Line 35: | Line 36: | ||
|- | |- | ||
| Icon || [[File:Carcassonne_Icon.png|frameless|Icon]] || | | Icon || [[File:Carcassonne_Icon.png|frameless|Icon]] || | ||
* '''Required for public alpha''' | |||
* PNG | * PNG | ||
* It is the icon displayed in the lists of games and tables (50x50 px). | * It is the icon displayed in the lists of games and tables (50x50 px). | ||
Line 41: | Line 43: | ||
|- | |- | ||
| Title || [[File:Carcassonne_Title.png|frameless|Title]] || | | Title || [[File:Carcassonne_Title.png|frameless|Title]] || | ||
* '''Required for beta''' | |||
* PNG | * PNG | ||
* This is an image displayed instead of the name of the game as text | * This is an image displayed instead of the name of the game as text | ||
Line 50: | Line 53: | ||
|- | |- | ||
| Publisher || - || | | Publisher || - || | ||
* '''Optional''' (if there is no publisher) | |||
* PNG | * PNG | ||
* It is the logo of the publisher of the game, displayed on the game description page. | * It is the logo of the publisher of the game, displayed on the game description page. | ||
Line 57: | Line 61: | ||
|- | |- | ||
| Banner || [[File:Carcassonne_Banner.jpg|frameless|Title]] || | | Banner || [[File:Carcassonne_Banner.jpg|frameless|Title]] || | ||
* '''Required for beta''' | |||
* JPG | * JPG | ||
* size 1386x400px | * size 1386x400px | ||
Line 62: | Line 67: | ||
|- | |- | ||
| Display || - || | | Display || - || | ||
* '''Required for release''' | |||
* JPG | * JPG | ||
* height between 400px and 760px, width maximum 1.5 x height; | * height between 400px and 760px, width maximum 1.5 x height; | ||
Line 69: | Line 75: | ||
|- | |- | ||
| Major Variant || [[File:KoT Major Variant.png|frameless]]|| | | Major Variant || [[File:KoT Major Variant.png|frameless]]|| | ||
* '''Optional''' | |||
* PNG | * PNG | ||
* size 280x280px | * size 280x280px |
Revision as of 15:28, 28 December 2022
The Game Metadata Manager is the portal for managing tags and media for your games. This page exists both on Production and Studio:
- Game Metadata Manager (production) - manage game tags and media once the game has reached private alpha and beyond
- Game Metadata Manager (studio) - manage game media before the game reaches private alpha
Note: once your game is in private alpha, and you are using the production Game Metagata Manager, the metadata on studio is never automatically updated. On the studio game page, there is a button to pull images from production if you need to: "Sync metadata images from production".
Media
Game media consists of all the images which are used to represent your game on Board Game Arena, outside of the art of the actual game.
Whilst working on your game on the studio initially, you can manage media from the studio: Game Metadata Manager (studio).
Once your game first hits private alpha, the media is copied over to the production site, and from this point on, all media changes must be effectuated over there: Game Metadata Manager (production).
Name | Example | Description |
---|---|---|
Box |
| |
Icon |
| |
Title |
For guidelines on the positioning of elements of the title, see: Media:Title_guidelines.png. | |
Publisher | - |
|
Banner |
| |
Display | - |
|
Major Variant |
|
Tags
Whilst working on your game on the studio initially, you can manage tags from the gameinfos.inc.php file.
Once your game first hits private alpha, the tags are copied over to the production site, and from this point on, all tag changes must be effectuated over there: Game Metadata Manager (production).
Note: this will change in the future to be more consistent.
Migration
Images used to be served from the/img folder of your game's repository. All of these files (those prefixed with game_
) are now deprecated and can be deleted from the folder. Any changes to these images will not be picked up.
Tags used to be managed by changing the tags in gameinfos.inc.php. These tags are read only on the first deploy to production, from which point onwards tags must be editted using the Game Metadata Manager on production.
Future
The Game Metadata Manager will play an increasingly important role in managing a BGA implementation in the future.
It is planned that:
- more metadata (such as publisher and designer names, or presentation text) be managed here
- tags be managed exclusively this way (removing the initial dependency on gameinfos.inc.php)