Difference between revisions of "Game Box Creation - The Library"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(added the Game Box Creation Index)
(→‎The Library Directory Structure: added Standard Tile Colors section)
Line 5: Line 5:


<span style="color: Fuchsia">Please share any tiles or tokens that you create with the BOARD18 project so that they can be added to the library in the [https://gitorious.org/board18/gamebox gamebox repository].</span>
<span style="color: Fuchsia">Please share any tiles or tokens that you create with the BOARD18 project so that they can be added to the library in the [https://gitorious.org/board18/gamebox gamebox repository].</span>
== Standard Tile Colors ==
Some of the early game boxes that I developed contained tile images from disparate sources. This resulted in tiles of a given color that did not all have the exact same shade of that color. To correct this I decided that the tiles in this new library would all comply with the same color standard.
The standard shade for each of the four tile colors is given in the following table:
{| class="wikitable"
|+ Standard tile colors
!COLOR!!Red||Green||Blue||Hex RGB
|-
|Yellow
| style="text-align:right;" |255
| style="text-align:right;" |255
| style="text-align:right;" |0
| style="font-family: 'monospace';" |ffff00
|-
|Green
| style="text-align:right;" |84
| style="text-align:right;" |216
| style="text-align:right;" |43
| style="font-family: 'monospace';" |54d82b
|-
|Brown
| style="text-align:right;" |170
| style="text-align:right;" |114
| style="text-align:right;" |42
| style="font-family: 'monospace';" |99722a
|-
|Grey
| style="text-align:right;" |179
| style="text-align:right;" |179
| style="text-align:right;" |179
| style="font-family: 'monospace';" |b3b3b3
|}
These are the same shades as those used by the Blackwater Station tile encyclopedia. <br>The Blackwater Station tile encyclopedia is the prefred source for all tile images.


== The Library Directory Structure ==
== The Library Directory Structure ==

Revision as of 18:00, 4 January 2015

Game Box Creation edit

The "buildingBlocks" sub directory of the gamebox repository contains two sub directories containing tile and token images. These two subdirectories will soon be replaced by an expanded directory structure placed under the "library" sub directory of the gamebox repository. This section discusses this new library.

Of course, this library can NOT contain all possible tiles and tokens. Any missing tiles/tokens, that you need, should be added to the library before you start creating the tile/token sheets. If a tile is in an on-line tile library such as the [Blackwater Station] master tile list then you can use one of the tile adjust scripts to format the tile for BOARD18 and then add it to the tiles library. In the rare case that the tile does not exist anywhere, you may have to create it from scratch or by hand modifying an existing tile.

Please share any tiles or tokens that you create with the BOARD18 project so that they can be added to the library in the gamebox repository.

Standard Tile Colors

Some of the early game boxes that I developed contained tile images from disparate sources. This resulted in tiles of a given color that did not all have the exact same shade of that color. To correct this I decided that the tiles in this new library would all comply with the same color standard.

The standard shade for each of the four tile colors is given in the following table:

Standard tile colors
COLOR Red Green Blue Hex RGB
Yellow 255 255 0 ffff00
Green 84 216 43 54d82b
Brown 170 114 42 99722a
Grey 179 179 179 b3b3b3

These are the same shades as those used by the Blackwater Station tile encyclopedia.
The Blackwater Station tile encyclopedia is the prefred source for all tile images.

The Library Directory Structure

The library will have the following directory structure:

library -
         |
         |-typeFtiles -
         |             |
         |             |- brownTiles
         |             |
         |             |- greenTiles
         |             |
         |             |- greyTiles
         |             |
         |             |- yellowTiles
         |
         |-typePtiles -
         |             |
         |             |- brownTiles
         |             |
         |             |- greenTiles
         |             |
         |             |- greyTiles
         |             |
         |             |- yellowTiles
         |
         |-tokens -----
                       |
                       |- {game box name}
                       |
                       |- {game box name}
 

The "typeFtiles" Directory

Map boards that are in "Flat Side Up" orientation will be referred to as Type F map boards. Such map boards require tile sheets that contain type F tiles. All type F tiles in the library are stored under this directory. No type F tiles are stored in the old "buildingBlocks" directory.

The "typePtiles" Directory

Map boards that are in "Point Up" orientation will be referred to as Type P map boards. Such map boards require tile sheets that contain type P tiles. All type P tiles in the library are stored under this directory. Type P tiles are also stored in the old "buildingBlocks" directory, but they should not be used in preference to those stored under this directory.

The "tokens" Directory

All tokens are grouped by the game box in which they are used. So there will be a sub directory for each game box. Some tokens are also stored in the old "buildingBlocks" directory, but they should not be used in preference to those stored under this directory.