mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
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.
This commit is contained in:
parent
2acf957ac5
commit
a41a6e6a86
1 changed files with 14 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue