ThemeFiles.wiki
changeset 1008 98c4c6f80a09
parent 951 fa8f2661efe9
child 1011 399ca0374984
equal deleted inserted replaced
1007:74af6339638b 1008:98c4c6f80a09
     1 #summary File structure of themes
     1 #summary File structure of themes
     2 <wiki:toc max_depth="3" />
       
     3 
       
     4 = File structure of themes =
     2 = File structure of themes =
     5 == Introduction ==
     3 == Introduction ==
     6 This page explains the meaning of the several files which are used by themes. Please note that not all files are neccessary to create a theme, many files have default fallback versions with identical names in `Data/Graphics` or `Data/Graphics/SuddenDeath` of your Hedgewars installation.
     4 This page explains the meaning of the several files which are used by themes. Please note that not all files are neccessary to create a theme, many files have default fallback versions with identical names in `Data/Graphics` or `Data/Graphics/SuddenDeath` of your Hedgewars installation.
     7 
     5 
     8 To create a theme, you need a bunch of graphics and a `theme.cfg` (explained under [Theme]). All graphics mentioned here have to in the PNG format.
     6 To create a theme, you need a bunch of graphics and a `theme.cfg` (explained under [Theme]). All graphics mentioned here have to in the PNG format.
     9 
     7 
    10 Please note that this is not a tutorial, it is a reference page designed to look up how to do stuff.
     8 Please note that this is not a tutorial, it is a reference page designed to look up how to do stuff.
    11 
     9 
    12 Careful! All file names are case-sensitive on case-sensitive platforms! Please ensure you used the correct casing if you want to share your theme online.
    10 Careful! All file names are case-sensitive on case-sensitive platforms! Please ensure you used the correct casing if you want to share your theme online.
       
    11 
       
    12 <wiki:toc max_depth="3" />
    13 
    13 
    14 == Mandatory files ==
    14 == Mandatory files ==
    15 Only a very few files are mandatory, almost everything has a default image. Of course, using defaults only does not make a good theme, so you should add enough images for your theme until you got a decent theme.
    15 Only a very few files are mandatory, almost everything has a default image. Of course, using defaults only does not make a good theme, so you should add enough images for your theme until you got a decent theme.
    16 
    16 
    17 All themes need at least `theme.cfg`.
    17 All themes need at least `theme.cfg`.