equal
deleted
inserted
replaced
36 |
36 |
37 `<mission script name>@2x.png` |
37 `<mission script name>@2x.png` |
38 |
38 |
39 Where `<mission script name>` is name of the mission script without the file name suffix. |
39 Where `<mission script name>` is name of the mission script without the file name suffix. |
40 |
40 |
41 For example, the preview image for the mission script `mission1.lua` must have the name `mission@2x.png`. |
41 For example, the preview image for the mission script `mission1.lua` must have the name `mission1@2x.png`. |
42 |
42 |
43 === Localization === |
43 === Localization === |
44 Campaign title, mission titles and mission descriptions menu must be edited in the missions files in `Data/Locale`. The file name is `campaigns_<language code>.txt`. There is one file per language. E.g. `campaigns_en.txt` for English. Note that these files are supposed to contain the titles and descriptions of *all* campaigns on your computer. This makes these files unsuitable for sharing or inclusion into [HWPFormat HWP files], for example. |
44 Campaign title, mission titles and mission descriptions menu must be edited in the missions files in `Data/Locale`. The file name is `campaigns_<language code>.txt`. There is one file per language. E.g. `campaigns_en.txt` for English. Note that these files are supposed to contain the titles and descriptions of *all* campaigns on your computer. This makes these files unsuitable for sharing or inclusion into [HWPFormat HWP files], for example. |
45 |
45 |
46 This is the syntax: |
46 This is the syntax: |