From 7bbba8135c37887a32781add6010eddbb845f5a4 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 14 Feb 2025 14:26:29 -0800 Subject: [PATCH] Play around with the connection screen, again. --- server/conf/connection_screens.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/server/conf/connection_screens.py b/server/conf/connection_screens.py index e820fdd..b7750a8 100644 --- a/server/conf/connection_screens.py +++ b/server/conf/connection_screens.py @@ -33,21 +33,23 @@ Just keep following the red kerchiefs, until... |b ⋅•⋅⋅•⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅∙∘☽༓☾∘∙•⋅⋅⋅•⋅⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅ |n - Welcome to the World of |g{}|n, version {}! +Welcome to the World of |g{}|n, version {}! This is a game. One that hearkens back to earlier age, where, with limited graphics, we created worlds built of words. A story game where you type instructions to manipulate the story. If you have an existing account, connect to it by typing: + |wconnect |n -If you need to create an account, type (without the <>'s): +If you need to create an account, (in the box at the bottom of the screen) type the following (without the <>'s): + |wcreate |n If you have spaces in your username, enclose it in quotes. After you've logged in Enter |whelp me|n for more info. - |b ⋅•⋅⋅•⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅∙∘☽༓☾∘∙•⋅⋅⋅•⋅⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅ |n + |b ⋅•⋅⋅•⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅∙∘☾༓☽∘∙•⋅⋅⋅•⋅⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅ |n """.format( settings.SERVERNAME, utils.get_evennia_version("short") )