|
|
#31 | |
|
Senior Member
Join Date: Oct 2002
Posts: 310
![]() |
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
Home MUD: God Wars II
Posts: 1,951
![]() ![]() |
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: 310
![]() |
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
Home MUD: God Wars II
Posts: 1,951
![]() ![]() |
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: United Socialist States of America
Home MUD: SmaugMuds.org
Home MUD: Arthmoor MUD Hosting
Posts: 249
![]() |
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. |
|
|
|
|
|
|
#48 |
|
Legend
Join Date: Apr 2002
Name: Richard
Home MUD: God Wars II
Posts: 1,951
![]() ![]() |
Re: Why not exploit the telnet protocol?
Major necro here...but I stumbled across this old thread while looking for something else, and found it interesting that erdos was discussing features such as client detection, automatic identification of feature support, "hidden client-server dialogues" and such, back in 2003.
There was very little interest from other posters at the time (myself included). It's pretty interesting to see how attitudes have changed in the decade since then, with an increasing number of muds now doing exactly the sort of things he proposed. Some people argue that the mud community is stagnant, never does anything new, etc. But clearly that's not the case. |
|
|
|
|
|
#49 |
|
Member
Join Date: May 2010
Home MUD: GateWay
Home MUD: Rocky
Home MUD: MUME
Posts: 43
![]() |
Re: Why not exploit the telnet protocol?
Re: Yellow/Brown. I see this. On my 1991 386 SX running DOS 6.2 and KERMIT as a mud "client" I get browns. On my 1999 P2 running Win98SE and PowTTY as client the same text on the same MUD is in fact yellow. It has nothing to do with the monitor hardware. I am pretty sure it is not the video cards either. It is the client...
|
|
|
|
|
|
#50 |
|
Senior Member
Join Date: Feb 2006
Location: Seattle
Posts: 273
![]() |
Re: Why not exploit the telnet protocol?
It is an interesting thread, and you managed to exhume this link as well,
Mud Clients - Cryosphere Which I hadn't seen before. |
|
|
|
|
|
#51 |
|
Member
Join Date: Apr 2008
Home MUD: Alter Aeon
Posts: 98
![]() |
Re: Why not exploit the telnet protocol?
One of the stupid complaints my players had regarding the custom client was that the 'colors were all wrong' when they used it. I had to add color schemes to simulate ZMud and GMud, as well as a 'super bright' option for a handful of others. I'd expect most modern clients let you change the color scheme however you want it; is that currently the case?
-dentin Alter Aeon MUD http://www.alteraeon.com |
|
|
|
|
|
#52 |
|
Member
Join Date: Aug 2011
Posts: 35
![]() |
Re: Why not exploit the telnet protocol?
Just wanted to chime in with a couple points:
First, I agree with pretty much everything KaVir said. Second, having a fully configurable prompt, for me as a blind player, is major. Prompts, for blind players are often not used as such--I personally have a trigger I put in every mud that can send it to a specific spot in the window, but I need to be able to configure it to work with my trigger. Even then, you'd be surprised how often your awsum prompt that's really nifty with color, etc, won't work for the blind. Third, configurable color, while not used by me personally, can also increase accessibility for a varietty of things; if I weren't color-blind, I could use my limited remaining vision to see the colors, at least, placing really, really bad messages in red, for instance. Fourth, making a custom game client shouldn't mean no telnet support. If you do that, you're limiting the potential players; blind people probably won't be able to play, nor will anyone who wants to use <unsupported platform>. You can mud even from phones now, so providing both is a really good idea. While I know no one said they were doing this, I feel it is important to mention it. And finally, go look at just about any mmorpg before you say customization of interface is bad; a lot of the major ones let you completely reposition everything and do all sorts of crazy stuff. My interface doesn't affect you and yours won't change mine. When a player has reached the point of wanting to change the interface from the default, they probably understand the game well enough to understand that others can't answer questions about their custom version. A standard default is good, but it shouldn't go further than that--I'd love a personalized custom score layout, and I generally look for combat spam blocking options first thing when looking at a new mud. |
|
|
|
|
|
#53 | |
|
Member
Join Date: Aug 2007
Posts: 75
![]() |
Re: Why not exploit the telnet protocol?
Quote:
|
|
|
|
|
|
|
#54 |
|
Member
Join Date: Aug 2011
Posts: 35
![]() |
Re: Why not exploit the telnet protocol?
First, let me say that I feel rather stupid. I didn't notice this was a two-page thread started in 2003, and was arguing based on the bit I read...oopse.
As for prompts, sure: In my particular screen reader, given that most applications on windows like to put "status" information as the bottom-most line in the window--anything from file attributes to download progress to anything--a hotkey was implemented to read this line. Mushclient allows one to set this line. In my current setup, I've got a trigger that takes any line starting with "status:" and sends it to that line. Essentially, I don't have to hear the prompt after everything--skipping it will skip a bunch of other stuff--but I can still read it any time. I could spend 5-10 minutes or whatever to figure out your prompt that I can't change well enough to write an equivalent trigger, or I can just use mushclient's ability to import triggers from another world at creation--it has a little thing, import defaults from another world yes/no. So, I just change your prompt to match my trigger--it normally takes 30 seconds--and I'm done. Truth be told, I should probably use <status>prompt goes here</status> to be extra safe, but all the same. This becomes a particularly big deal on some of the lpmuds with all sorts of important changing-every-tick guild stats that must be monitored (I'm looking at you, 3 kingdoms); I'll typically make my prompt only numbers, memorize the order, and send it to that bottom line, making reading of the prompt happen in half the time it otherwise would, and essentially giving it a keystroke. If this didn't help, I can't really give a better explanation, as it's sort of something you have to experience. That said, prompts are the number one answer for the "I can't read the score because it has graphical bars" question, as well. (In fact, with creative aliasing and the ability to imbed newlines in the prompt, you essentially have implemented an unintended custom score; I've never gone this far, but the potential exists.) |
|
|
|
![]() |
| Thread Tools | |
Why not exploit the telnet protocol? - Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Beyond Telnet | Rathik | Advanced MUD Concepts | 52 | 09-01-2006 01:21 AM |
| Telnet Options? | Raewyn | MUD Coding | 1 | 02-05-2006 09:58 AM |
| Telnet Negotiations | Khadgar | MUD Coding | 6 | 01-09-2006 09:02 AM |
| PTP (pfile transfer protocol) | visko | MUD Coding | 20 | 07-20-2002 08:19 PM |
| Cant type in telnet window! | Chobbie | Newbie Help | 2 | 07-17-2002 02:38 PM |
|
|