28 May, 2015, plamzi wrote in the 1st comment:
Votes: 0
I recently came across a game that reminded me of an endemic issue with many MUDs in this day and age. Namely, the eagerness to disconnect folks. This game also had a separate usability issue in the first 15 sec. that made the matter of being disconnected almost insulting. Here's a synopsis:

> connect game.host.com 8585

[SPLASH SCREEN]

New players, enter code "add.new".

Enter your player name:

> add.new

Do you wish to create the player "add.new"? Yes / No

> n

Connection lost.

After two attempts, I figured out that I was actually supposed to enter a name first, then type "add.new" when asked for a password…

But what struck me more than that is that I was disconnected when it would have been probably easier to return me to a prior step or to the welcome screen.
28 May, 2015, drifton wrote in the 2nd comment:
Votes: 0
That just seems broken on a fundamental the character login and creation I've always have tried to make as simple as possible going as far as if the user typed help or questions mark at the login prompt to provide help text and examples
28 May, 2015, alteraeon wrote in the 3rd comment:
Votes: 0
It's stuff like that which makes me distance myself from the 'mud community'.

Alter Aeon MUD
http://www.alteraeon.com
10 Jun, 2015, plamzi wrote in the 4th comment:
Votes: 0
10 Jun, 2015, quixadhal wrote in the 5th comment:
Votes: 0
Heh, this says to me, "I can't be bothered debugging the invalid pointer crash in my mud's login system, so I'll just disconnect the player so a new descriptor and data structure gets allocated."
10 Jun, 2015, Tijer wrote in the 6th comment:
Votes: 0
if they cant simply make it go back to the enter name string.. then.. well… who knows!!
10 Jun, 2015, plamzi wrote in the 7th comment:
Votes: 0
Not that the screenshot needs much comment, but one thing I want to point out is that I was trying to create a new user / player, and was given no info on how to do so.

Maybe the game was in a "no new player accounts" mode, which is a separate curiosity that no sane contemporary game would ever consider enabling on the same port they are advertising to the world.
10 Jun, 2015, drifton wrote in the 8th comment:
Votes: 0
Its always have been my opinion that moo's and mushes have had a semi eccentric system for logging in and creating characters there is probably a create command though it doesn't seem fit to list it
10 Jun, 2015, Tyche wrote in the 9th comment:
Votes: 0
Doesn't everyone know that you type, create name password, to make a new character on MOO?!!?

;-P
01 Sep, 2015, SlySven wrote in the 10th comment:
Votes: 0
Trouble is, for any single character that a player may make they (should) only go through the creation stage once; one might guess that the sysops, knowing exactly the questions and responses to cut-out a new character in a minimum of key strokes will forget that a newbie might have only a vague idea of what they need to type and enter.

Depending on a player's style of play - if they always play one of a small collection of characters it can also be a bit of a mental gear change if they want to go off and try a new character and never mind if the Mud Server is not particularly friendly for that part of the process, the Mud Client can be downright awkward if it has code that auto-magically squirts a login name and password that the player enters as part of setting up a profile which is all fine and dandy if it is an existing entity on the Server but not if the Server has never heard of the character and the User has to perform a different one-off process the first time.
04 Sep, 2015, Nathan wrote in the 11th comment:
Votes: 0
Quote
Doesn't everyone know that you type, create name password, to make a new character on MOO?!!?

;-P

I do, but then you'd have to play on one or a MUSH/MUCK to know. I recall the create and connect commands being part of the MOTD for at least one game (i.e. the bit that gets sent when you connect), although I have seen things like 'connect guest' as well. In the latter case you usually select a name/password somehow and then create the player/account via some command or admin/staff approval. Disconnecting on an invalid name/password combination is just utterly pointless and painful when trying to login. It'd be like refreshing a webpage every time you typed an invalid login instead of just clearing the input boxes and showing an error (although I suppose the latter requires vaguely modern web tech rather than a plain http form).

For what it's worth a non-coder/linux user may or not even understand this sort of thing: (y/n/c).
0.0/11