diff -r b36285e8e3f5 -r a6b601c51fc8 ConfigurationFiles.wiki --- a/ConfigurationFiles.wiki Sun Jun 23 10:07:31 2019 +0100 +++ b/ConfigurationFiles.wiki Sun Jun 30 09:38:19 2019 +0100 @@ -388,7 +388,7 @@ || `MissionXWon` || Boolean || E.g. `Mission1Won`, `Mission2Won`, etc. If `true`, the mission with the number `X` in `campaign.ini` has been completed. || || `Won` || Boolean || If `true`, the team has completed the campaign. Note that campaign victory is completely separate from mission victory, so this setting must be set seperately. || -By default, the first mission (Mission 1 in `campaign.ini`) is available. +If neither `Progress` nor `UnlockedMission` is set (which is the case for new teams), only the first mission (mission 1 in `campaign.ini`) is available. ==== Examples ==== Simple campaign with 10 missions, missions 1-5 are available and missions 1-4 count as completed: @@ -435,8 +435,6 @@ || `Won` || Boolean || If `true`, the team has completed the mission. || || `Highscore` || Integer || Team's best score in this mission, where higher = better || || `Lowscore` || Integer || Team's best score in this mission, where lower = better || -|| `TimeRecord` || Integer || Team's best time in this mission, where faster = better || -|| `TimeRecordHigh` || Integer || Team's best time in this mission, where longer = better || -|| `AccuracyRecord` || Integer || Team's highest accuracy in this mission, in percent || - -By default, the first mission (Mission 1 in `campaign.ini`) is available. +|| `TimeRecord` || Integer || Team's best time (in milliseconds) in this mission, where lower = better || +|| `TimeRecordHigh` || Integer || Team's best time (in milliseconds) in this mission, where higher = better || +|| `AccuracyRecord` || Integer || Team's highest accuracy in this mission, in percent || \ No newline at end of file