HWPFormat.wiki
changeset 1434 83da47a13028
parent 1433 19945dc3944e
child 1435 1a8cc20ce16c
equal deleted inserted replaced
1433:19945dc3944e 1434:83da47a13028
    42 Then the only thing you need to do is to rename the Zip file to have the correct suffix, i.e. “MyTheme_v1.hwp”. Note only the suffix is important. The name before that can be whatever you like.
    42 Then the only thing you need to do is to rename the Zip file to have the correct suffix, i.e. “MyTheme_v1.hwp”. Note only the suffix is important. The name before that can be whatever you like.
    43 
    43 
    44 If you're done, you probably want to test it as well. Just put your fresh HWP into the `Data/` directory, restart Hedgewars and check if the theme shows up.
    44 If you're done, you probably want to test it as well. Just put your fresh HWP into the `Data/` directory, restart Hedgewars and check if the theme shows up.
    45 
    45 
    46 == Full description of HWPs ==
    46 == Full description of HWPs ==
    47 The section above explained all things you need to know about HWPs to get started.
    47 The section above explained all the basics you need to know about HWPs to get started.
    48 
    48 
    49 HWPs have a couple additional features which allow you to do more sophisticated things, but are not alway needed. This section explains the HWP files in greater detail.
    49 HWPs have a couple of additional features which allow you to do more sophisticated things; you do not neet to understand these for packaging basic content like themes, maps, etc. This section explains the HWP files in greater detail.
    50 
    50 
    51 === Format specification ===
    51 === Format specification ===
    52 Technically, a HWP file is actually just a Zip file with an unusual file name suffix. The specification of HWP files itself is thus identical to the specification of Zip files.
    52 Technically, a HWP file is actually just a Zip file with an unusual file name suffix. The specification of HWP files itself is thus identical to the specification of Zip files.
    53 
    53 
    54 The complete Zip file format specification can be found at [http://www.pkware.com/documents/casestudies/APPNOTE.TXT].
    54 The complete Zip file format specification can be found at [http://www.pkware.com/documents/casestudies/APPNOTE.TXT].