Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > Advanced MUD Concepts
Click here to Register

Reply
 
Thread Tools
Old 04-17-2008, 04:42 AM   #21
MikeRozak
Member
 
Join Date: Dec 2007
Posts: 48
MikeRozak is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

Yes, but the realities are that at least one will probably happen.

"Thou shalt only use cleint XXX" usually happens because it's faster/easier and there's a greater chance of getting something out the door if one client tries to work with one MUD, and THEN people try to get multiple compatible clients and multiple compatible muds. Trying to get several different companies/organizations/people to write different clients to a newly-created protocol is likely to fail due to political/personality/organizational problems.

"Thou shalt only us a windows machine" happens because 90% of all computers run Windows, and if a client needs functionality not supported in Java/Flash then Windows is the first choice. I suspect that a text-MUD client would be able to do everything it wants in Java, so if someone ever produces a really nice MUD client, it'll probably be in Java/Flash.
MikeRozak is offline   Reply With Quote
Old 04-17-2008, 05:28 AM   #22
Aeran
Member
 
Join Date: May 2005
Posts: 208
Aeran is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

The issue is that people need to learn that follow standards is a good thing. It should not matter what MUD client people use. It is of little interest. What should matter is that those MUD clients are capable of handling the protocols used. It reminds me of Microsoft when they didn't seem to understand why they should follow standards in Internet Explorer.

Look at MXP. There's quite a few similar protocols used in different clients. E.g Iron Realms use one that is closed to their own client. Some MUDs have even tried to extend MXP but didn't suggest the extension to be included in next version of the official MXP protocol. Clearly that didn't work well as clients that did follow the standard couldn't handle the new feature.

Similarly there has been very little discussion about possible improvements to MXP on its development forum.

I think the main problem here is that people don't cooperate that much between MUDs/clients. Perhaps they rather go their own way.

Last edited by Aeran : 04-17-2008 at 05:46 AM.
Aeran is offline   Reply With Quote
Old 04-17-2008, 09:41 AM   #23
Zhiroc
Member
 
Join Date: Jan 2006
Posts: 92
Zhiroc is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

I agree that MU*s need an update in their basic protocols. However, I believe there are two key requirements:

1. The client cannot be tied to a single platform, like Windows. Mac and Unix/Linux are much more prevalent in this community than in general MMOGs.

2. You cannot eliminate connecting via raw telnet. While this is not a primary gaming connection, I see people starting to connect via smartphones/PDAs to chat or even play (easier on the non-twitch gaming of MUSHes).

I think the implementation you list above is 1) duplicating (incompatibly) some of the existing standard called MXP (which others have mentioned); and 2) is too low level in any case.

The implementation I have in mind is more XML-based, probably utilizing stylesheet technology. The reason is to separate data from presentation, not to imbed presentation. Using HTML is only a small step up from today. This allows the client, and more importantly the user, to customize their experience.

For example, a chat from another user might come across the wire as:Using this data a client can perhaps put this OOC tell/page in a different window, maybe beep because Joe is on a buddylist, etc. It shouldn't be the server to tell you which window to use--this is best left to the user's preference (though there is nothing wrong with a MUD pre-configuring this as long as the user can redefine it).

A more interesting example might be, when looking at a room:Here, we see the beginnings of allowing for definitive context-sensitive content (I say definitive as opposed to intuitive based on string triggers). Exits can become clickable, to take you through them (how that's done is not specified in the data, it should be part of the MU configuration). Clicking on the character data could bring up a menu, send a tell, look at the character, etc.

And doing it this way, you can define a text-only translation (and do it server-side if the negotiation fails with the client), so that even telnet clients can have an acceptable presentation.
Zhiroc is offline   Reply With Quote
Old 04-17-2008, 10:17 AM   #24
Mabus
Member
 
Join Date: Jan 2006
Posts: 213
Mabus is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

That is why, in my belief, Java is the perfect language for a client.
Mabus is offline   Reply With Quote
Old 04-17-2008, 12:58 PM   #25
Newworlds
Legend
 
Join Date: Aug 2007
Name: NewWorlds
Home MUD: New Worlds
Posts: 1,425
Newworlds will become famous soon enoughNewworlds will become famous soon enough
Re: Are MUDs the clog dancing of online gaming?

Amen, Mina.

You will never win fast paced, lack of focus, lack of educated, lack of imaginatioin, kids of today's gimme gimme gimme world into a MUD unless they learn to read and enjoy it.
Newworlds is offline   Reply With Quote
Old 04-17-2008, 02:16 PM   #26
obit
Member
 
Join Date: Oct 2007
Home MUD: telnet://we-dont.gotdns.org:1701
Posts: 64
obit is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

agreed(until something better comes along). Also a great platform for a mud codebase. a few small differences in the startup/compiling scripts and you're golden.
obit is offline   Reply With Quote
Old 04-17-2008, 05:47 PM   #27
Newworlds
Legend
 
Join Date: Aug 2007
Name: NewWorlds
Home MUD: New Worlds
Posts: 1,425
Newworlds will become famous soon enoughNewworlds will become famous soon enough
Re: Are MUDs the clog dancing of online gaming?

Would a Java client really work well on a web browser platform? Sounds buggy and iffy to me. But if you know of one please point to it, I'd like to see one in operation. Now I'm not talking about Runescape style client or the like, I mean a generic Java text based MUD client.
Newworlds is offline   Reply With Quote
Old 04-17-2008, 06:26 PM   #28
MikeRozak
Member
 
Join Date: Dec 2007
Posts: 48
MikeRozak is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

Raph Koster's Metaplace.com has gone with flash as the client scripting language. I suspect that'll cover Windows, Mac, and Linux. I'm not sure about handhelds though.
MikeRozak is offline   Reply With Quote
Old 04-17-2008, 08:03 PM   #29
obit
Member
 
Join Date: Oct 2007
Home MUD: telnet://we-dont.gotdns.org:1701
Posts: 64
obit is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

I dunno. Here's a browser friendly java applet. Works seamlessly except for the esc key, which is replaced by control-[

I see no reason why it couldn't be adapted to support ansi color or any other multitude of features.



And this is nothing special. Do a google search, and you can find several examples that let you type in the telnet address for whichever site you wish to go to; all using the same basic program.
obit is offline   Reply With Quote
Old 04-17-2008, 08:39 PM   #30
Mabus
Member
 
Join Date: Jan 2006
Posts: 213
Mabus is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

Java is truly multi-platform, as long as the computer has Java installed.

While I was speaking of a Java application that could be used as a client, it is entirely possible to create an applet to run in a browser as a client.

I believe Bo Zimmerman of CoffeeMud has a basic Java applet called "Siplet" that even uses MXP tags. Now that is not a pretty applet to me, but it does show a functionality for web browsers beyond what I have usually seen.

Again, I believe a Java application of a MUD client would be best.
Mabus is offline   Reply With Quote
Old 04-17-2008, 11:42 PM   #31
Zhiroc
Member
 
Join Date: Jan 2006
Posts: 92
Zhiroc is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

I agree. People seem to think that Java is only good for applets.

With Java Web Start, you can provide a hyperlink that will launch the game--download the jars, or check existing jars for updates. And then it can leave an icon on the desktop for you so you don't even need the link.

So as long as Java is installed, launching is easy.
Zhiroc is offline   Reply With Quote
Old 04-19-2008, 09:58 AM   #32
Threshold
Legend
 
Join Date: Apr 2002
Home MUD: Threshold RPG
Posts: 1,260
Threshold will become famous soon enough
Re: Are MUDs the clog dancing of online gaming?

That is, unfortunately, a bigger if than it should be. And then the larger problem is WHICH version of Java do they have installed?

I remember a client discussion here a few months ago, where Logos shared some data they had about which version of the JVM people had installed. I remember being surprised at how many people did not have java installed at all, or who had an extremely old version of it.
Threshold is offline   Reply With Quote
Old 04-20-2008, 12:30 AM   #33
shadowfyr
Senior Member
 
Join Date: Oct 2002
Posts: 310
shadowfyr will become famous soon enough
Re: Are MUDs the clog dancing of online gaming?

Actually, the problem with MXP is that Zugg refuses to fix his own spec to clarify how it should be implemented, so that the muds use them correctly. Result is that they use zMud to test it, and like a web browser, the client just parses things anyway, even in situations it shouldn't, according to the specification, if you read it literally. So, the spec says one thing, the client does something else, and no one has a clue what the frack is going on. Its kind of hard to improve something when the guy that wrote the spec can't even agree on what it should be. Mind you, he and Nick Gammon did discuss it, and Zugg agreed that there should be "some" agreement on what it really is supposed to do in some cases. Nothing ever happened.

But yeah, there is a clear standards problem, and no one willing to step forward and say, "This is what needs to happen.", or any group willing to set them collaboratively.
shadowfyr is offline   Reply With Quote
Old 04-20-2008, 12:39 AM   #34
TheDisciple
New Member
 
Join Date: Aug 2007
Posts: 11
TheDisciple is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

Bad analogy. In the era of IE dominance, however IE did things was the standard for all practical purposes. Everything else was just a circle-jerk the rest of the browserfolk threw together so at least they wouldn't be fighting each other so much as they tried to eat into IE's 95%+ market share. Microsoft had everything to lose and nothing to gain by following the standards that the losing players in the market created without consulting them.

There isn't really an IE of the MUD world, unless you consider WoW to be it, in which case everyone else should start implementing their UI.
TheDisciple is offline   Reply With Quote
Old 04-20-2008, 12:46 AM   #35
shadowfyr
Senior Member
 
Join Date: Oct 2002
Posts: 310
shadowfyr will become famous soon enough
Re: Are MUDs the clog dancing of online gaming?

What is the fascination with Java anyway? As you say, it may not be installed, it may be the wrong version, etc. And, its too C like for my tastes. Too much syntax that barely human readable, and then only if you know what it means in the first place. Its not exactly noob friendly, and its rather unlikely that anyone is going to write a Java client, then use Lua, for example, as its internal "scripting" system. So, if you want to write plugins, you are stuck learning a language that isn't that friendly to start with.
shadowfyr is offline   Reply With Quote
Old 04-20-2008, 01:54 AM   #36
Zhiroc
Member
 
Join Date: Jan 2006
Posts: 92
Zhiroc is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

At my place of work, we have a 75K line Java application we use for a key business application. It's pretty rock solid, in that it doesn't crash, it doesn't corrupt data, and it performs pretty well. It's written for Java 1.4.2 (which is somewhere in the vicinity of 5-6 years old now), and runs on 1.5 or 1.6 too. The concern about versions is overblown.

As for readability, I find it not as readable as C (which is a pretty clean language for the most part), but more readable than C++. Though I don't count readability all that high, I guess. I love Perl, and it is only one small step up from APL or TECO (there, I've dated myself...)

I don't see anything wrong with writing the core application in one language, and then imbedding a scripting language in another. zMUD and mushclient both do this. Having thought about this before, I also had an inclination that doing this shields the application itself from some malicious or just erroneous scripting. If you implement your scripting in the same language as the client, I think I'd want to see some pretty good sandboxing between them.

As for scripting for Java applications, I came across this web page: . I haven't looked too carefully though. I think some might be based on native code, making the cross-platform advantage less so. But I think some are pure Java implementations of the scripting engines.

If a user needs to install Java to run a client, I don't see that as too onerous a requirement. After all, other than raw telnet, no OS comes with a MUD client pre-installed. And once you install the core JRE, you can use Java web start to download the client itself, and keep it up to date. I think that works very well.

Last edited by Zhiroc : 04-20-2008 at 01:59 AM.
Zhiroc is offline   Reply With Quote
Old 04-20-2008, 09:18 AM   #37
Voidrider
New Member
 
Join Date: Jul 2007
Posts: 22
Voidrider is on a distinguished road
Re: Are MUDs the clog dancing of online gaming?

For the most part, all of this discussion is far beyond my pea-sized brain but it made me wonder something. Are most/all of mud clients that are integrated into web-browsers using Java?

I was just wondering because recently I went to check out a mud that was mentioned to me by someone at a shop and it was that type. It was clunky as hell and the first time since pre-1995 that I had ever actually been affected by lag in a text game. I attributed it to the fact it was working through the browser though.
Voidrider is offline   Reply With Quote
Old 04-20-2008, 10:34 PM   #38
shadowfyr
Senior Member
 
Join Date: Oct 2002
Posts: 310
shadowfyr will become famous soon enough
Re: Are MUDs the clog dancing of online gaming?

Well, lets be clear. There is Java and JScript. If your are running IE, then some clowns Java client is likely to be running in the later. It should be noted that one reason Mushclient's developer doesn't recommend using "any" language linked via ActiveScript (the component that ties IE to JScript) anymore is because we had people doing this sort of stuff a lot:

Mushclient uses this to execute arbitrary code inside triggers, timer, etc., by fast loading the code into the engine, running it, then dumping it again. ActiveScript seems to have a garbage collection bug, which causes it to slowly swallow memory up, when ever you make the sort of calls above. In other words, ActiveScript based "languages" are ***not*** stable in certain uses. They also often have wacky integration issues, which caused Nick to abandon attempts to try to include more of them, after PHP kept exploding on him for no damn reason. This issue though seems to be in how the people that code the Windows versions of the languages integrated them with ActiveScript.

But, yeah, presumably if you have firefox, you probably have some version of Java, so, except for version differences, which *can* cause odd bugs, it could work in all browsers. There are a lot of ifs in that, for something as complex as a client, even without introducing the question of, "What if some fool tries to make it run in MS' garbage excuse for a Java system?"
shadowfyr is offline   Reply With Quote
Old 04-20-2008, 10:51 PM   #39
shadowfyr
Senior Member
 
Join Date: Oct 2002
Posts: 310
shadowfyr will become famous soon enough
Re: Are MUDs the clog dancing of online gaming?

Mushclient goes a bit past that. If you use something other than Lua, you have a selection of like 7 ActiveScript based languages, from VB to Ruby, and even JScript (ugh!). Its recommended though that if you are going to use "on demand" calls to script that is generated partly, or completely, by a trigger, etc., you avoid those and go with Lua. No memory leaks that way. While there is a "main" file you can use, its recommended only for testing. When you get it working, the recommendation is to move all triggers, timers, aliases and code need to a plugin. While means exist to look for, look at variables in, and do some other things between the main script and plugins, or between the plugins themselves, they are *all* sandboxed from each other. Unless you code them so they can communicate, only things like the order their triggers fire, and if certain things like omitting the line from output, will cause interference between them. In other words, stuff that you can't avoid having interfere, if you allow them at all. And then, you can even, when using Lua, sandbox the Lua implementation on your own machine, either to remove restrictions for IO, like disk access, or to add functions, common code, enable features, etc.

Client is kept from serious interference, to a fair extent, from the script, the scripts can't interfere with each other, for the most part. And, once you have stuff in a plugin, anyone with the same client version or higher can simply drop a copy of that plugin into their's and have it work, without needing to code for something like zMud's plugin interface, which, unless I am mistaken, requires a compiler to do anything with it.

It could probably be useful to add a "few" additional restrictions to what plugins can change in the main world/client, since that isn't as clearly sandboxed, and prevent unloading of other people's plugins, etc. But, this wasn't considered at the time to be a big issue, and it wouldn't be that hard, probably, to add in some requirement that the client go, "Plugin 'Myprompt', ID: ... is attempting to change the ansi color settings. Allow or deny this?", and the like, when ever it tries to make such a change and you set a security level (also not in the client) to tell it, "Ask before letting a plugin change the world file itself."

Oh, and versions are "not" overblown. Tell that to the people running "complex" applications that do a lot of memory shifting and the like, like Azureus. It is pretty "stable" at this version of both the client and the Java its running it. Not *that* long ago there where bugs in Java that caused serious problems with certain parts of the client's operations. There where also some in the client itself, but it wasn't at all one sided.
shadowfyr is offline   Reply With Quote
Reply


Thread Tools


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

All times are GMT -4. The time now is 06:39 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Style based on a design by Essilor
Copyright Top Mud Sites.com 2022