ConfigurationFiles: Update Progress
authorWuzzy
Wed, 30 Oct 2019 02:59:24 +0000
changeset 2074 de9ad743666e
parent 2073 f02fee463bf9
child 2075 05d4b420182a
ConfigurationFiles: Update Progress
ConfigurationFiles.wiki
--- a/ConfigurationFiles.wiki	Wed Oct 30 02:33:19 2019 +0000
+++ b/ConfigurationFiles.wiki	Wed Oct 30 02:59:24 2019 +0000
@@ -379,10 +379,10 @@
 For non-linear campaigns, the variables `UnlockedMissions`, `MissionX`, `MissionXWon` and `Won` are used.
 The variables should not be mixed up.
 
-Since Hedgewars 0.9.23, completed missions and campaigns get a check mark in the campaign screen.
+Completed missions and campaigns get a check mark in the campaign screen.
 
 || *Setting* || *Type* || *Description* ||
-|| `Progress` || Integer || Since version 0.9.23, this variable stands for the number of completed missions in a linear campaign, starting with mission 1. For each completed mission, the next one gets unlocked. Previous versions have a slightly trickier definition: If present, this number of missions _additional to the first mission_ are unlocked in the menu, starting with the second mission and continuing with the following missions in their regular order (as specified in `campaign.ini`). If the number is `0`, only the first mission is available. ||
+|| `Progress` || Integer || This variable stands for the number of completed missions in a linear campaign, starting with mission 1. For each completed mission, the next one gets unlocked. If the number is `0`, only the first mission is available. ||
 || `UnlockedMissions` || Integer || This number specifies how many missions are unlocked. If this variable is set, then the variables `Mission1`, `Mission2`, etc. must be used to specfify the IDs of the unlocked missions. ||
 || `MissionX` || Integer || E.g. `Mission1`, `Mission2`, etc. Contains the `campaign.ini` ID of the `X`th unlocked mission, must be used together with `UnlockedMissions` ||
 || `MissionXWon` || Boolean || E.g. `Mission1Won`, `Mission2Won`, etc. If `true`, the mission with the number `X` in `campaign.ini` has been completed. ||