Gamedev:Sidepics: Difference between revisions
From FIGHTORDER
More actions
imported>Abma No edit summary |
imported>Flozi m →Filename: update links |
||
| Line 11: | Line 11: | ||
===Filename=== | ===Filename=== | ||
The filename must be the same as the name field in [[ | The filename must be the same as the name field in [[Sidedata.lua]] file. | ||
[[Category:Game development]] | [[Category:Game development]] | ||
Revision as of 18:46, 17 July 2011
Sidepics are the faction icons which display in the Multiplayer Lobby. They follow simple rules:
- Must be 16x16 pixels
- Must be in Windows Bitmap (.bmp) format
- White (RGB: 255,255,255) is transparent
- Must be located in the "sidepics" directory (see below)
- Must be named the same as the "name" field in sidedata.tdf (see below)
Directory
The "sidepics" directory goes in your mod's root. Plese 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.