Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Gamedev:Sidepics: Difference between revisions

From FIGHTORDER
imported>Flozi
m Filename: update links
imported>Flozi
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Sidepics are the faction icons which display in the Multiplayer Lobby. They follow simple rules:
Sidepics are the faction icons which display in the Multiplayer Lobbies.
They have to follow these simple rules:


*Must be 16x16 pixels
* be 16x16 pixels
*Must be in Windows Bitmap (.bmp) format
* be in either ''PNG'' (preferred) or ''BMP'' format (where white=(RGB: 255,255,255) is transparent)
*White (RGB: 255,255,255) is transparent
* be located in the [[Game_structure|''Sidepics/'']] directory
*Must be located in the [[Mod_Development:Archives|"sidepics"]] directory (see below)
* be named the same as the ''name'' field in [[sidedata.lua]]
*Must be named the same as the "name" field in sidedata.tdf (see below)


===Directory===
[[Category:Game Dev]]
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.
 
[[Category:Game development]]

Latest revision as of 17:42, 19 August 2013

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
  • be named the same as the name field in sidedata.lua