From fb8ba08986cf770976805b6d527deda755ae301b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 2 Jul 2017 12:39:56 -0400 Subject: [PATCH] Change VERSION_SKEW message - save file cersion is now... ...decoupled from program version. --- adventure.yaml | 2 +- tests/resumefail2.chk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adventure.yaml b/adventure.yaml index 35560f1..76107a5 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -3004,7 +3004,7 @@ arbitrary_messages: !!omap - RESUME_HELP: 'To resume your Adventure, start a new game and then say "RESUME".' - TABLE_SPACE: 'Table space used:\n%d of %d words of messages %d of %d travel options\n%d of %d vocabulary words %d of %d locations\n%d of %d objects %d of %d action verbs\n%d of %d "random" messages %d of %d "class" messages\n%d of %d hints %d of %d turn threshholds' - RESUME_ABANDON: 'To resume an earlier Adventure, you must abandon the current one.' -- VERSION_SKEW: 'I''m sorry, but that Adventure was begun using Version%d.%d of the\nprogram, and this is Version%d.%d. You must find the other version\nin order to resume that Adventure.' +- VERSION_SKEW: 'I''m sorry, but that Adventure was begun using Version%d.%d of the\nsave file format, and this program uses Version %d.%d. You must find an instance\nusing that other version in order to resume that Adventure.' # This message is not currently used - SAVE_TAMPERING: 'A dark fog creeps in to surround you. From somewhere in the fog you\nhear a stern voice. "This Adventure has been tampered with! You have\nbeen dabbling in magic, knowing not the havoc you might cause thereby.\nLeave at once, before you do irrevocable harm!" The fog thickens,\nuntil at last you can see nothing at all. Your vision then clears,\nand you find yourself back in The Real World.' - TWIST_TURN: 'Sorry, but the path twisted and turned so much that I can''t figure\nout which way to go to get back.' diff --git a/tests/resumefail2.chk b/tests/resumefail2.chk index c0c1527..056b079 100644 --- a/tests/resumefail2.chk +++ b/tests/resumefail2.chk @@ -11,8 +11,8 @@ down a gully. Can't open file y, try again. I'm sorry, but that Adventure was begun using Version-133.-7 of the -program, and this is Version2.6. You must find the other version -in order to resume that Adventure. +save file format, and this program uses Version 2.6. You must find an instance +using that other version in order to resume that Adventure. You're in front of building. -- 2.31.1