|
|||||||
This is a discussion on "Why not exploit the telnet protocol?" in the Top Mud Sites Advanced MUD Concepts forum : Originally Posted by Anyone have any suggestions on books that might be good to read if I wanted to write a custom client for my MUD. Gee.. Another custom client... Ok. I admit that initially I went looking around, saw KMud and thought, "This has bloody everything I ever wanted, including a mapper. Wonder if I can port it to Windows?". But I found Mushclient and got over the loss of the mapper (which often don't work well in all cases anyway). There are a 'lot' of cheesy, low level, minimal function clients out there. I am ... |
|
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today! If you have any problems with the registration process or your account login, please contact us. If you are a registered member of the old TMS forums, please click here
|
![]() |
|
|
LinkBack | Thread Tools |
|
|
#31 | |
|
Senior Member
Join Date: Oct 2002
Posts: 274
![]() |
Quote:
|
|
|
|
|
|
|
#32 |
|
Member
|
One of our builders is red/green color blind. Boy did his maps come out looking funny.
In addition, the current version of zMUD displays light grey text as dark green by default. We get players logging in all the time asking why their home city is green. So yeah, as logos said, you cant control what people see. |
|
|
|
|
|
#33 | ||
|
Member
Join Date: Jan 2003
Posts: 39
![]() |
Quote:
Quote:
|
||
|
|
|
|
|
#34 | |
|
Member
Join Date: Jan 2003
Posts: 39
![]() |
Quote:
|
|
|
|
|
|
|
#35 | |
|
Member
|
[quote= (vedic @ Sep. 29 2003,16:02)]
Quote:
|
|
|
|
|
|
|
#36 |
|
Member
Join Date: Jan 2003
Posts: 39
![]() |
Do you have a point, other than to be argumentative?
|
|
|
|
|
|
#37 | ||||
|
Legend
Join Date: Apr 2002
Name: Richard
Location: München
Home MUD: God Wars II
Posts: 1,518
![]() ![]() |
Quote:
Quote:
"A game has a much more cohesive atmosphere to it if everyone's look and feel are the same. Color is a big part of that." And: "color and prompt (again, I'm talking about the hp/spell point/stamina-type prompt) should be made uniform so that the interface is the same for all users." And: "The same should go for warnings (red, that is an international standard, by the way - there's no reason it should be changed)." Etc. Quote:
Quote:
|
||||
|
|
|
|
|
#38 | |
|
Member
|
Quote:
|
|
|
|
|
|
|
#39 | |
|
Senior Member
Join Date: Oct 2002
Posts: 274
![]() |
Quote:
It is possible, since MXP is Zugg's spec that you could assume that it is the correct one. However the specification still makes no sense then and it isn't the first thing in zMud I have come across that literally failed to work according to Zugg's documentation. Now you are saying that apparently the standard gray color that 99.9999% of all muds expect to be gray is green by default? Wonder what else is screwy with the latest version. lol |
|
|
|
|
|
|
#40 |
|
Member
Join Date: Jan 2003
Posts: 39
![]() |
Kavir: I never said that the owner could control 100% what the players see. In fact, I said several times that colors and such could be changed by the clients, and that was to be expected. I don't think that because you can't control 100% of what the client sees that you shouldn't try - if you don't want to try, why have color at all? Additionally, while you can't guarantee that the client will see everything, you can come pretty close for the majority of your users. And again, if clients can change the colors easily, why bother having redundant code in your game for players to do it there, too? I'm not saying that I agree with this, just that you don't seem to be considering ANY of this when making your statements - there are other points of view besides yours. Your argument doesn't make any sense in context.
I have been trying to present an alternate point of view (to the absolute one presented earlier), but this is going nowhere. You do it your way and I'll do it mine, and we'll just agree to disagree. |
|
|
|
|
|
#41 | ||||
|
Legend
Join Date: Apr 2002
Name: Richard
Location: München
Home MUD: God Wars II
Posts: 1,518
![]() ![]() |
Quote:
Quote:
Quote:
Imagine you want percentage scaled health in your prompt - white is 100% health, blue is 75-100%, green is 50-75%, yellow is 25-50% and red is 0-25%. How can you simulate that at the client level without hardcoding it according to your max hp? Or what if you want to enable highlighting of certain keywords (eg in a help file, or player/mob keywords, etc) - the client has no way to know which are keywords and which are not. Or how about changing the colouring on an ascii map (for example, if your client doesn't handle certain colours, as mentioned previously)? I've used clients before which didn't display the "bright" colours properly, forcing me to switch off colour completely so that I could see the map. But the biggest problem with handling colour at the client end is that at that point the only thing you know is the colour code itself - you've no way to know what it represents, and if you change it for one thing you'll be changing it for all things. Want to adjust colour in the client so that critical hit messages are displayed in white instead of red? No problem - but it'll change your "warning" messages to white as well... The better way to handle that is to provide colour configurations based on themes (eg "chat", "say", "warning", "health", "mana", "help keywords", etc) - but that has to be handled server-side (unless, as I mentioned before, you have a custom client which is the only way to play the mud). Quote:
|
||||
|
|
|
|
|
#42 |
|
Member
Join Date: Jan 2003
Posts: 39
![]() |
I disagree with that point of view, then. I don't think that a MUD that doesn't have configurable colors is lacking anything, it's just a different way of doing things.
|
|
|
|
|
|
#43 |
|
Member
Join Date: Apr 2002
Location: California, USA
Home MUD: Alsherok
Posts: 169
![]() |
An example from our own experience.
Take the Smaug default colors - from before the days of it's own colorize command. Room descriptions were bright white, room names bright yellow. I forget what alot of the other things were, but the point is, people hated it. It was ugly, and some people complained it hurt their eyes because it was so bright ( myself included ). Then you have those clients which break "bright" support and were either displaying nothing, or text so dark the user couldn't see it. Enter the first attempt at us changing it. I polled people, nobody offered up a workable scheme, so I changed all the defaults to my own personal preferences. People complained again that they didn't like my choices. We were back to square one. Several people on our mud play with non-Zmud clients, many of which lack the ability to alter their client-side color configuration. When I found the custom color snippet for Smaug way back when, I jumped on it. Me being the lazy coder I am sometimes, I set the "default" color set to the preferences I had instituted before. The beauty here is that everyone can change how things look, so if they think my scheme sucks, they can do something about it without bothering the mud. This includes those people using clients that can't customize. You should see the color settings my Head Builder uses. I can't stand them, but he loves them. I'd puke if I had to mud with those colors, but it's what he likes and he has the ability to use it and is happy. Some of the wild combinations my players pick would make most people hurl as well, but it's what they like, and they get consistent results from the mud whether they're at home using Uberclient, or at work using XP Telnet. This makes them happy. They don't complain about colors anymore. On the occassion someone finds something they want changed, we can easily add a customization for it, which everyone else then gets to play with too. Do we let them change everything? Of course not. Some messages force certain colors, the ansi wilderness map uses fixed color choices to represent terrain. So I'm in agreement with those who see no reason not to include this functionality, and it's a standard feature in AFKMud and in Smaug 1.4a now as well. |
|
|
|
|
|
#44 | |
|
Member
|
Quote:
I don't think that a MUD lacking configurable colors is lacking anything. You are contradicting yourself. The bottom line is, regardless of whether you like sparce color, no color, or Vegas color, you get what you want when the MUD has a proper color configuration system. If it does not have one, then not everyone gets what they want. It simply comes down to some vs. all. There is really no opinion about it. |
|
|
|
|
|
|
#45 |
|
Member
Join Date: Jan 2003
Posts: 39
![]() |
I see why you're called "Treestump" - it's like arguing with one.
|
|
|
|
|
|
#46 |
|
New Member
Join Date: Sep 2003
Posts: 8
![]() |
But he does have a point. Why *NOT* offer colour customisation?
From a mapping point of view, we actually recommend to players that they change the default zMud colours so that our main city appears as it should - in grey not green. This also corrects their client, so that when they mud elsewhere, they also see the 'correct' colours. Our channel and prompt code is completely customiseable so if our players want a pink prompt, with value-dependant colours for hp/mana etc, then they can. we're not forcing them into any colour scheme. We do have a default colour scheme, which in my eyes is pretty good. As a programmer myself, I'm first to hold my hand up and admit that my attempts at a colour scheme would be awful! Why inflict that pain upon players? If we didn't have customiseable colours, then a percentage of our playerbase would whinge that they hated the colours. Why even contemplate this, when with a (relatively) small amount of time, the colour scheme can be theirs! As lots of other contributors to this thread have pointed out, having this level of customisation is a win-win situation. |
|
|
|
|
|
#47 | |
|
Member
Join Date: Apr 2002
Posts: 50
![]() |
Quote:
This is off-topic though, I admit. |
|
|
|
|