Flags.wiki
author sheepyluva@gmail.com
Thu, 04 Dec 2014 17:40:43 +0000
changeset 449 c623c252922d
parent 445 97c1cc234b67
child 467 2bd1e3449143
permissions -rw-r--r--
add image
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
443
e57556142fe5 Small fixes.
almikes@aol.com
parents: 442
diff changeset
     1
#summary A short guide explaing flags and how to create and use them
442
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
     2
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
     3
= Flags =
449
c623c252922d add image
sheepyluva@gmail.com
parents: 445
diff changeset
     4
http://www.hedgewars.org/images/flags.png
442
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
     5
== Explanation of flags ==
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
     6
Flags are little rectangular images shown in the team bar as a team’s symbol.
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
     7
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
     8
== Creating flags ==
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
     9
To create a flag, draw a PNG image of size 22×15 pixels.
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
    10
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
    11
To install a flag, put it into `Data/Graphics/Flags` of the Hedgewars data directory.
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
    12
445
97c1cc234b67 typo fix
almikes@aol.com
parents: 443
diff changeset
    13
The file name must have “.png” at the end, the file suffix will not be shown in Hedgewars. Depending on the name, the flag will be displayed in different ways in Hedgewars:
442
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
    14
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
    15
 * Default flag: The flag “hedgewars.png” (shows a hedgehog), flag of new teams
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
    16
 * Community flags: The flags whose file name starts with “`cm_`” are listed as “community flags” in Hedgewars (the prefix is removed)
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
    17
 * National flags: All other flags
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
    18
594f4950203b Add short flag guide
almikes@aol.com
parents:
diff changeset
    19
== Limits ==
443
e57556142fe5 Small fixes.
almikes@aol.com
parents: 442
diff changeset
    20
Please note that flags are _not_ automatically shared when you play online. Unless the other players have your flag, too, they will only see the default flag for your team instead. The only flags you can be sure are also seen online are the ones supplied by the Hedgewars installation.