<!-- MHonArc v2.4.4 --> <!--X-Subject: Re: Just a bit of musing --> <!--X-From-R13: "Xba O. Znzoreg" <wyflfvapNvk.argpbz.pbz> --> <!--X-Date: from tacitus.globecomm.net [207.51.48.7] by mx01.ny.us.ibm.net id 858114622.100901-1 Tue Mar 11 21:10:22 1997 --> <!--X-Message-Id: 199703112109.PAA25091@dfw-ix16.ix.netcom.com --> <!--X-Content-Type: text/plain --> <!--X-Head-End--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title>MUD-Dev message, Re: Just a bit of musing</title> <!-- meta name="robots" content="noindex,nofollow" --> <link rev="made" href="mailto:jlsysinc#ix,netcom.com"> </head> <body background="/backgrounds/paperback.gif" bgcolor="#ffffff" text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000"> <font size="+4" color="#804040"> <strong><em>MUD-Dev<br>mailing list archive</em></strong> </font> <br> [ <a href="../">Other Periods</a> | <a href="../../">Other mailing lists</a> | <a href="/search.php3">Search</a> ] <br clear=all><hr> <!--X-Body-Begin--> <!--X-User-Header--> <!--X-User-Header-End--> <!--X-TopPNI--> Date: [ <a href="msg00088.html">Previous</a> | <a href="msg00090.html">Next</a> ] Thread: [ <a href="msg00088.html">Previous</a> | <a href="msg00090.html">Next</a> ] Index: [ <A HREF="author.html#00089">Author</A> | <A HREF="#00089">Date</A> | <A HREF="thread.html#00089">Thread</A> ] <!--X-TopPNI-End--> <!--X-MsgBody--> <!--X-Subject-Header-Begin--> <H1>Re: Just a bit of musing</H1> <HR> <!--X-Subject-Header-End--> <!--X-Head-of-Message--> <UL> <LI><em>To</em>: <<A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A>></LI> <LI><em>Subject</em>: Re: Just a bit of musing</LI> <LI><em>From</em>: "Jon A. Lambert" <<A HREF="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</A>></LI> <LI><em>Date</em>: Tue, 11 Mar 1997 16:12:47 -0500</LI> </UL> <!--X-Head-of-Message-End--> <!--X-Head-Body-Sep-Begin--> <HR> <!--X-Head-Body-Sep-End--> <!--X-Body-of-Message--> <PRE> > From: coder#ibm,net > > On 03/03/97 at 02:12 AM, Dmitri Kondratiev <dima#paragraph,com> said: > > >Only newly built things need to be send to each player. Client can get > >other stuff that hasn't changed from it's local cache. Cache contents can > >be compared with world model on the server, every time client logs in to > >it or new objects are created by other players. Similar to the way web > >browser verifies documents in its cache with the ones on the server. Thus > >only incremental changes are sent from server to client as soon as they > >appear in the world. Besides server can send compressed VRML. If some > >VRML browsers understand gzip-ed VRML, why MUD client can't do the same ? > > Problem: Given a reasonably active player, pretty soion the client would > end up with a full copy of the server's image DB. This could get *really* > expensive *really* quickly. Even doing the Meridian 59 deal and dropping > the local cache on CD still leaves you with a remarkably small world once > the detail rate is fairly high. I would agree with Chris's assessment of the problem. While not being a big fan of graphics in muds, I do think that some tasteful uses of them can provide a better user interface. I guess I should make some distinctions here about what I mean by graphics and what might enhance your presentation without the above mentioned problems. A few things come to mind. Mud title screen - Many muds currently do this via entry points on a web page although it can also be done via a specialized client. This would tend to be downloadable once or if changed would be automatically replaced on the users drive. This may be useful for enticing a potential player into your game or in setting the mood and frame of mind of your more jaded players upon logging in. A well done graphic might well be worth a thousand words of description. It might also contain some animation. Graphic Interface - This would be provided by a specialize client. Most likely DLed once or automatically updated while logging in. I am thinking more in terms of text placement and interface enhancement rather than replacing descriptive text with pictures. Many current clients provide an output window, an input box, some configurable color, etc. Check out Pueblo, an HTML-like interface, or TinyFugue which understands CML, or ColdXs implementation of the HTML 1.0 spec. For my server I have some specific things in progress along this line: 1) The right side of the screen contains a line drawing of a humanoid shape. Wounding is depicted on various limb parts through the use of color shading. Clicking on on this diagram returns a description of wounds and what is worn at this location. 2) Just below this are one or more meter controls, depicting players level of health, power, etc. These are user configurable via a prompt command. Very similar to and inspired by the Rom 2.4 configurable prompt. 3) The current room's description is ever present at the top of the client screen. It never scrolls off. I spent a lot of time writing this stuff, I like to give users a chance to read it. There is some bandwidth savings here also. A long description needs to be sent once and only when locations change. A "look" command does not need to send this again. 4) The ever present HELP button. This is context sensitive. Any selected text, words under the current cursor position, limb parts or meter bars are sent along with the help command for the server to process. 5) Containers are represented as dynamically created icons next to the players shape. Clicking upon these results in container contents sent to a scrollable list box, where an additional click will cause item descriptions to display in the main output window. 6) Mouse dragging. Items and containers may be dragged to and from limb locations for wearing and removal to storage. 7) A configurable set of command buttons along the left side of the screen. Very similar to Zmud's concept. 8) Avatars. I don't favor this, I just bring it as a possibility. While many players might desire this level of customization, it may be counterproductive to my theme. I wish to blur the distinctions between player controlled characters and mud controlled characters. This would tend to provide a strong distinction, unless great care was used to provide all the NPCs with proper avatars. This would also require a fair amount of storage and updating at the client end. Now all the overhead in this is handled by the client machine. Auto-negotiation is done unbeknownst to the user (almost identical to Pueblo except it is initiated by the client and not by the server). Bandwidth overhead is slightly above that of ansi color with no overhead to those going through generic clients. My current test client is using VBscript with ActiveX controls so this only runs under Microsofts IE. I have been learning Java in my spare time and the implemetation will most likely end up as a Java client, time permitting. </PRE> <!--X-Body-of-Message-End--> <!--X-MsgBody-End--> <!--X-Follow-Ups--> <HR> <!--X-Follow-Ups-End--> <!--X-References--> <!--X-References-End--> <!--X-BotPNI--> <UL> <LI>Prev by Date: <STRONG><A HREF="msg00088.html">Re: Just a bit of musing</A></STRONG> </LI> <LI>Next by Date: <STRONG><A HREF="msg00090.html">Re: Just a bit of musing</A></STRONG> </LI> <LI>Prev by thread: <STRONG><A HREF="msg00088.html">Re: Just a bit of musing</A></STRONG> </LI> <LI>Next by thread: <STRONG><A HREF="msg00090.html">Re: Just a bit of musing</A></STRONG> </LI> <LI>Index(es): <UL> <LI><A HREF="index.html#00089"><STRONG>Date</STRONG></A></LI> <LI><A HREF="thread.html#00089"><STRONG>Thread</STRONG></A></LI> </UL> </LI> </UL> <!--X-BotPNI-End--> <!--X-User-Footer--> <!--X-User-Footer-End--> <ul><li>Thread context: <BLOCKQUOTE><UL> <LI><STRONG>Re: Just a bit of musing</STRONG>, <EM>(continued)</EM> <ul compact> <LI><strong><A NAME="00079" HREF="msg00079.html">Re: Just a bit of musing</A></strong>, Adam Wiggins <a href="mailto:nightfall#inficad,com">nightfall#inficad,com</a>, Sat 08 Mar 1997, 19:19 GMT </LI> <LI><strong><A NAME="00080" HREF="msg00080.html">Re: Just a bit of musing</A></strong>, Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sun 09 Mar 1997, 01:34 GMT </LI> <LI><strong><A NAME="00086" HREF="msg00086.html">Re: Just a bit of musing</A></strong>, Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 11 Mar 1997, 13:45 GMT </LI> <LI><strong><A NAME="00088" HREF="msg00088.html">Re: Just a bit of musing</A></strong>, Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Wed 12 Mar 1997, 03:39 GMT </LI> <LI><strong><A NAME="00089" HREF="msg00089.html">Re: Just a bit of musing</A></strong>, Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Wed 12 Mar 1997, 05:10 GMT </LI> <LI><strong><A NAME="00090" HREF="msg00090.html">Re: Just a bit of musing</A></strong>, Adam Wiggins <a href="mailto:nightfall#inficad,com">nightfall#inficad,com</a>, Wed 12 Mar 1997, 12:38 GMT </LI> <LI><strong><A NAME="00097" HREF="msg00097.html">Re: Just a bit of musing</A></strong>, Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 13 Mar 1997, 10:11 GMT </LI> <LI><strong><A NAME="00099" HREF="msg00099.html">RE: Just a bit of musing</A></strong>, Carter T. Shock <a href="mailto:ctso#umiacs,umd.edu">ctso#umiacs,umd.edu</a>, Thu 13 Mar 1997, 10:49 GMT </LI> <LI><strong><A NAME="00101" HREF="msg00101.html">Re: Just a bit of musing</A></strong>, Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 13 Mar 1997, 15:00 GMT </LI> </ul> </LI> </UL></BLOCKQUOTE> </ul> <hr> <center> [ <a href="../">Other Periods</a> | <a href="../../">Other mailing lists</a> | <a href="/search.php3">Search</a> ] </center> <hr> </body> </html>