From c8fb2ac1f67eeefa8e7e6d68ff6cf083026541e9 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 5 Oct 2018 19:53:36 -0400 Subject: [PATCH] update warning --- src/init/storyInit.tw | 4 ++-- src/uncategorized/main.tw | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index 7e20c5d5a52..ae058fc8b8c 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with thi <<set $returnTo = "init", $nextButton = "Continue", $nextLink = "Alpha disclaimer">> <<unset $releaseID>> -<<set $ver = "0.10.7", $releaseID = 1030>> -<<if ndef $releaseID>><<set $releaseID = 1030>><</if>> +<<set $ver = "0.10.7", $releaseID = 1031>> +<<if ndef $releaseID>><<set $releaseID = 1031>><</if>> /* This needs to be broken down into individual files that can be added to StoryInit instead. */ diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw index 8c17e260fdb..9e7f397ea0d 100644 --- a/src/uncategorized/main.tw +++ b/src/uncategorized/main.tw @@ -3,7 +3,9 @@ <<unset $Flag>> <<resetAssignmentFilter>> <<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>> - <<if $releaseID >= 1030>> + <<if $releaseID >= 1031>> + <<elseif $releaseID == 1030>> + ''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major overhaul to intelligence and education, it is advisable to run backwards compatibility. <<elseif $releaseID >= 1022 && ndef $SF>> ''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major changes to the Security Force Mod, you must run backwards compatibility. <<elseif $releaseID >= 1022>> -- GitLab