Difference between revisions of "Game Box Creation - The Library"
(Initial contents of this page) |
(Rewrite for switch to Google docs library) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The | {{Game Box Creation Index}} | ||
The [https://drive.google.com/open?id=1ow-XqLwCYiuy4NdM7bwligrfUPNN9epf game box library] is a Google drive folder that contains a set of sub-folders arranged as is described below. This library contains many of the tokens and tiles that have been used to create BOARD18 game boxes. This section discusses this 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 | 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 when you create them for your tile/token sheets. If a tile is in an on-line tile library such as the [[http://www.18xx.net/tiles/menu.htm 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. | ||
<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 | <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.</span> | ||
== The Library | == Standard Tile Colors == | ||
The library | 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 the 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';" |aa722a | |||
|- | |||
|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 preferred source for all tile images that are added to this library. | |||
== The Library Structure == | |||
The library has the following structure: | |||
<pre> | <pre> | ||
Library - | |||
| | |||
|-Type F Tiles - | |||
| | | |||
| |- Brown Tiles | |||
| | | |||
| |- Green Tiles | |||
| | | |||
| |- Grey Tiles | |||
| | | |||
| |- Yellow Tiles | |||
| | | | ||
|- | |-Type P Tiles - | ||
| | | | | ||
| | | |- Brown Tiles | ||
| | | | | ||
| | | |- Green Tiles | ||
| | | | | ||
| | | |- Grey Tiles | ||
| | | | | ||
| | | |- Yellow Tiles | ||
| | | |||
| |- Special Tiles | |||
| | | | ||
|- | |-Tokens ------- | ||
| | | |||
| |- {game box name} | |||
| | | |||
| |- {game box name} | |||
| | |||
| | |||
| | |||
| | |||
| | | | ||
|- | |-Useful Stuff - | ||
| | | |||
| |- Tile Patches | |||
| | | |||
| |- Other | |||
</pre> | </pre> | ||
== The " | == The "Type F Tiles" Folder == | ||
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 | 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. | ||
== The " | == The "Type P Tiles" Folder == | ||
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 | 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. | ||
== The " | == The "Tokens" Folder == | ||
All tokens are grouped by the game box in which they are used. So there will be a sub directory for each game box. | All tokens are grouped by the game box in which they are used. So there will be a sub directory for each game box. | ||
== The "Useful Stuff" Folder == | |||
This folder contains images that may prove useful for creating game boxes. | |||
== File Naming Conventions == | |||
<span style="color: Fuchsia">Library tiles should all be in .png format.</span> | |||
Tile names should all begin with "tile". | |||
Please note the lower case! This should be followed by the tile number/name as shown | |||
on the tile Please pad tile numbers to a minimum of 3 digits. | |||
Finally different tiles with the same number should be differentiated | |||
by one or two lower case letters. Thus tile 14 would be named "tile014.png". | |||
If a second different tile was also called tile 14 by a different game designer then | |||
it could be called "tile014a.png" or "tile014xx.png" or some such other name. | |||
<span style="color: Fuchsia">Library tokens should all be in .png format.</span> | |||
Tokens for a given game are stored | |||
in a directory with that name. Thus tokens for 1830 would be in a directory | |||
called 1830. Each token in that directory would be named uniquely. Tokens with | |||
two sides would be stored twice and suffixed with "f" and "b". For example, the | |||
BM token would have two image files named "BMf.png" and "BMb.png". |
Latest revision as of 11:43, 12 February 2019
Game Box Creation edit | |
The game box library is a Google drive folder that contains a set of sub-folders arranged as is described below. This library contains many of the tokens and tiles that have been used to create BOARD18 game boxes. This section discusses this 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 when you create them for your 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.
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 the 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:
COLOR | Red | Green | Blue | Hex RGB |
---|---|---|---|---|
Yellow | 255 | 255 | 0 | ffff00 |
Green | 84 | 216 | 43 | 54d82b |
Brown | 170 | 114 | 42 | aa722a |
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 preferred source for all tile images that are added to this library.
The Library Structure
The library has the following structure:
Library - | |-Type F Tiles - | | | |- Brown Tiles | | | |- Green Tiles | | | |- Grey Tiles | | | |- Yellow Tiles | |-Type P Tiles - | | | |- Brown Tiles | | | |- Green Tiles | | | |- Grey Tiles | | | |- Yellow Tiles | | | |- Special Tiles | |-Tokens ------- | | | |- {game box name} | | | |- {game box name} | |-Useful Stuff - | | | |- Tile Patches | | | |- Other
The "Type F Tiles" Folder
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.
The "Type P Tiles" Folder
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.
The "Tokens" Folder
All tokens are grouped by the game box in which they are used. So there will be a sub directory for each game box.
The "Useful Stuff" Folder
This folder contains images that may prove useful for creating game boxes.
File Naming Conventions
Library tiles should all be in .png format. Tile names should all begin with "tile". Please note the lower case! This should be followed by the tile number/name as shown on the tile Please pad tile numbers to a minimum of 3 digits. Finally different tiles with the same number should be differentiated by one or two lower case letters. Thus tile 14 would be named "tile014.png". If a second different tile was also called tile 14 by a different game designer then it could be called "tile014a.png" or "tile014xx.png" or some such other name.
Library tokens should all be in .png format. Tokens for a given game are stored in a directory with that name. Thus tokens for 1830 would be in a directory called 1830. Each token in that directory would be named uniquely. Tokens with two sides would be stored twice and suffixed with "f" and "b". For example, the BM token would have two image files named "BMf.png" and "BMb.png".