Campaigns.wiki
changeset 2072 72473075540c
parent 2071 4580c5366698
child 2075 05d4b420182a
equal deleted inserted replaced
2071:4580c5366698 2072:72473075540c
    22  * `[Mission X]`: Configuration for mission `X`, where X is the mission number. Mission 1 is the first mission.
    22  * `[Mission X]`: Configuration for mission `X`, where X is the mission number. Mission 1 is the first mission.
    23   * `Name`: Human-readable mission name in English
    23   * `Name`: Human-readable mission name in English
    24   * `Script`: Name of Lua script file to load for this mission
    24   * `Script`: Name of Lua script file to load for this mission
    25 
    25 
    26 === The mission's Lua scripts ===
    26 === The mission's Lua scripts ===
    27 There's one Lua script per mission. They work like singleplayer missions, see [Missions].
    27 There's one Lua script per mission. Scripting works basically like in singleplayer missons, see [Missions].
       
    28 
       
    29 Exception: Campaign missions use campaign variables instead of mission variables to track progress.
    28 
    30 
    29 === Preview image ===
    31 === Preview image ===
    30 The preview image is displayed in the menu when you have selected the mission.
    32 The preview image is displayed in the menu when you have selected the mission.
    31 It must be a PNG image of size 314px×260px.
    33 It must be a PNG image of size 314px×260px.
    32 
    34