Gamedev:Sidepics: Difference between revisions
From FIGHTORDER
More actions
imported>Flozi m →Filename: update links |
imported>Hoijui add PNG support to the specs |
||
| Line 1: | Line 1: | ||
Sidepics are the faction icons which display in the Multiplayer | Sidepics are the faction icons which display in the Multiplayer Lobbies. | ||
They have to follow these simple rules: | |||
* | * be 16x16 pixels | ||
* | * be in either ''PNG'' (preferred) or ''BMP'' format (where white=(RGB: 255,255,255) is transparent) | ||
* be located in the [[Mod_Development:Archives|''sidepics'']] directory (see below) | |||
* | * be named the same as the ''name'' field in ''sidedata.tdf'' (see below) | ||
* | |||
===Directory=== | ===Directory=== | ||
The "sidepics" directory goes in your | The "sidepics" directory goes in your game's root. Please see [[Mod_Development:Archives]] for more details on the directories Spring reads. | ||
===Filename=== | ===Filename=== | ||
Revision as of 09:43, 14 January 2012
Sidepics are the faction icons which display in the Multiplayer Lobbies. They have to follow these simple rules:
- be 16x16 pixels
- be in either PNG (preferred) or BMP format (where white=(RGB: 255,255,255) is transparent)
- be located in the sidepics directory (see below)
- be named the same as the name field in sidedata.tdf (see below)
Directory
The "sidepics" directory goes in your game's root. Please see Mod_Development:Archives for more details on the directories Spring reads.
Filename
The filename must be the same as the name field in Sidedata.lua file.