From a41a6e6a868e3f49fbb4411e2f2c292b5f1821c8 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 3 Oct 2014 05:13:22 +0000 Subject: [PATCH] dehacked: Remove custom messages for secret levels. The C5TEXT and C6TEXT messages had custom messages for particular levels that are no longer present in those slots now that the FreeDM level order has changed. Change these so that they just match the message shown for the other story screens instead. --- lumps/fraggle/freedm.bex | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/lumps/fraggle/freedm.bex b/lumps/fraggle/freedm.bex index b26d00e5..085f0bfc 100644 --- a/lumps/fraggle/freedm.bex +++ b/lumps/fraggle/freedm.bex @@ -323,32 +323,37 @@ C1TEXT = You're playing FreeDM, the Freedoom\n\ deathmatch spinoff project.\n\n\ For more information about Freedoom\n\ and FreeDM, see:\n\n\ - http://freedoom.github.io/ + https://freedoom.github.io/ # After MAP11, before MAP12: C2TEXT = You're playing FreeDM, the Freedoom\n\ deathmatch spinoff project.\n\n\ For more information about Freedoom\n\ and FreeDM, see:\n\n\ - http://freedoom.github.io/ + https://freedoom.github.io/ # After MAP20, before MAP21: C3TEXT = You're playing FreeDM, the Freedoom\n\ deathmatch spinoff project.\n\n\ For more information about Freedoom\n\ and FreeDM, see:\n\n\ - http://freedoom.github.io/ + https://freedoom.github.io/ # After MAP30 (endgame text): C4TEXT = Thank you for playing FreeDM, the\n\ Freedoom deathmatch spinoff project.\n\n\ For more information about Freedoom\n\ and FreeDM, see:\n\n\ - http://freedoom.github.io/ + https://freedoom.github.io/ # Before MAP31 (secret level #1): -C5TEXT = You've found the FreeDM secret level.\n\n\ - Hope you aren't too attached to\n\ - your double-barreled shotgun! +C5TEXT = You're playing FreeDM, the Freedoom\n\ + deathmatch spinoff project.\n\n\ + For more information about Freedoom\n\ + and FreeDM, see:\n\n\ + https://freedoom.github.io/ # Before MAP32 (secret level #2): -C6TEXT = You've found the second secret level.\n\n\ - Hope you like green. +C6TEXT = You're playing FreeDM, the Freedoom\n\ + deathmatch spinoff project.\n\n\ + For more information about Freedoom\n\ + and FreeDM, see:\n\n\ + https://freedoom.github.io/ #P1TEXT #P2TEXT #P3TEXT