<!-- MHonArc v2.4.4 --> <!--X-Subject: Re: [MUD-Dev] Circumstances & Situations --> <!--X-From-R13: [nevna Uevssvgu <telcubaNvnrui.ay> --> <!--X-Date: Mon, 29 Dec 1997 19:52:58 +0000 --> <!--X-Message-Id: Marcel-1.26-1229193136-d07Ky&5#Gryphon,knoware.nl --> <!--X-Content-Type: text/plain --> <!--X-Reference: 01bd10cb$9fdcdfe0$3ac22cc7#slip5,cs.fsu.edu --> <!--X-Head-End--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title>MUD-Dev message, Re: [MUD-Dev] Circumstances & Situations</title> <!-- meta name="robots" content="noindex,nofollow" --> <link rev="made" href="mailto:gryphon#iaehv,nl"> </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="msg01003.html">Previous</a> | <a href="msg01005.html">Next</a> ] Thread: [ <a href="msg00966.html">Previous</a> | <a href="msg01008.html">Next</a> ] Index: [ <A HREF="author.html#01004">Author</A> | <A HREF="#01004">Date</A> | <A HREF="thread.html#01004">Thread</A> ] <!--X-TopPNI-End--> <!--X-MsgBody--> <!--X-Subject-Header-Begin--> <H1>Re: [MUD-Dev] Circumstances & Situations</H1> <HR> <!--X-Subject-Header-End--> <!--X-Head-of-Message--> <UL> <LI><em>To</em>: Mud Dev Mailing list <<A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A>></LI> <LI><em>Subject</em>: Re: [MUD-Dev] Circumstances & Situations</LI> <LI><em>From</em>: Marian Griffith <<A HREF="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</A>></LI> <LI><em>Date</em>: Mon, 29 Dec 1997 19:31:36 +0000 (GMT)</LI> </UL> <!--X-Head-of-Message-End--> <!--X-Head-Body-Sep-Begin--> <HR> <!--X-Head-Body-Sep-End--> <!--X-Body-of-Message--> <PRE> On Wed 24 Dec, Travis Casey wrote: > Richard Woolcock <KaVir#dial,pipex.com> wrote: > >I was hoping to have my movement code work in a 'walkto <x> <y>' type > >way (I suppose I could add aliases like 'baker' etc), which would move > >the player automatically at a speed specific to various things until > >they arrive or someone stops them. This wouldn't really be quite like > >you describe, it would be more like: Please only use what you call aliases. 'walk to baker' is a perfectly natural way of moving around, as is 'walk down mainstreet' if you have no specific goal in mind. > >]goto baker > >You start walking north along the road. > >[pause for a couple of seconds] > >You turn to your left, and continue walking along the road. > >Far ahead you see a pretty young girl. > >[pause a moment] > >Just ahead of you, you see a pretty young girl. > >[pause a moment] > >To your left you hear the sound of running feet coming towards you. > >Just ahead of you, a pretty young girl turns to face your direction. > >You walk past a pretty young girl. > [rest of example cut] > >Basically this will only show things in front of you (or you changing > >directions), and wouldn't spam you with a load of text every time you > >move. I am hoping this will help get around the difficulties generally > >associated with a world 5120x5120 rooms across. I'm also going to be > >making combat reach over rooms (at least one room away) - in fact this > >will be how backstab will work (hit someone in front of you who is > >facing away from you). Why not do away with rooms entirely? It seems to me that it would work much better with the kind of movement you describe. > Personally, I always get the willies when someone talks about only > showing what's in front of the character on a text-based mud. This opens > a large can of worms -- you have to have positions within rooms, an idea > of how the character is facing, and an arc of vision for the character. *shrug* that's for the coders to worry about. From the game's point of view it makes things much more interesting (and challenging). > This sort of thing has always seemed like too much work to me -- you > pretty much have to keep track of all the position and facing data that > a graphical mud would need to draw what the character's seeing, and then > you have to interpret that data and output it as text. *shrug* (again ;) It's just a matter of limiting what objects have their description or name added to the list of what you see. Instead of every item in the room you see only what is in front of you. I do not think it is a very big problem but perhaps somebody who would have to code it can enlighten us (me)? > IMHO, if you want > this sort of detail, it's probably easier to make a graphical mud -- the > methods for drawing the world so that only things that are in the player's > line of sight already exist and are fairly simple for the graphical case. Well no. The one big advantage of textual muds over graphical ones is the amount of detail possible in the text. It is much easier to capture an at- mosphere in words than it is in drawings. The few examples I have seen of graphical muds are very cartoonesque and kind of ruin the immersion in a world full of swords and magic. It is also easier to give the impression of smooth movement in text muds than it is in graphical games. Of course I can only compare to myst so this may be way off the mark. > A simpler, but similar, idea would be this: simply give players who are > "walking through" a room on their way to somewhere else a briefer, less > detailed description. Those who are willing to move along one room at a > time the old way will get more description, but it will also take them > longer to get where they're going. The idea was not to speed up movement. Rather (at least that's my impres- sion) the intention was to create a more natural 'feeling' of movement. Marian -- Yes - at last - You. I Choose you. Out of all the world, out of all the seeking, I have found you, young sister of my heart! You are mine and I am yours - and never again will there be loneliness ... Rolan Choosing Talia, Arrows of the Queen, by Mercedes Lackey </PRE> <!--X-Body-of-Message-End--> <!--X-MsgBody-End--> <!--X-Follow-Ups--> <HR> <!--X-Follow-Ups-End--> <!--X-References--> <UL><LI><STRONG>References</STRONG>: <UL> <LI><STRONG><A NAME="00953" HREF="msg00953.html">Re: [MUD-Dev] Circumstances & Situations</A></STRONG> <UL><LI><EM>From:</EM> "Travis Casey" <efindel#polaris,net></LI></UL></LI> </UL></LI></UL> <!--X-References-End--> <!--X-BotPNI--> <UL> <LI>Prev by Date: <STRONG><A HREF="msg01003.html">Re: [MUD-Dev] Mud Settings</A></STRONG> </LI> <LI>Next by Date: <STRONG><A HREF="msg01005.html">Re: [MUD-Dev] A flamewar startingpoint.</A></STRONG> </LI> <LI>Prev by thread: <STRONG><A HREF="msg00966.html">Re: [MUD-Dev] Circumstances & Situations</A></STRONG> </LI> <LI>Next by thread: <STRONG><A HREF="msg01008.html">Re: [MUD-Dev] Circumstances & Situations</A></STRONG> </LI> <LI>Index(es): <UL> <LI><A HREF="index.html#01004"><STRONG>Date</STRONG></A></LI> <LI><A HREF="thread.html#01004"><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: [MUD-Dev] The impact of the web on muds</STRONG>, <EM>(continued)</EM> <ul compact> <ul compact> <ul compact> <LI><strong><A NAME="01023" HREF="msg01023.html">Re: [MUD-Dev] The impact of the web on muds</A></strong>, Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Tue 30 Dec 1997, 09:18 GMT </LI> </ul> </ul> <LI><strong><A NAME="01009" HREF="msg01009.html">Re: [MUD-Dev] The impact of the web on muds</A></strong>, Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Mon 29 Dec 1997, 21:04 GMT </LI> </ul> </LI> <LI><strong><A NAME="00953" HREF="msg00953.html">Re: [MUD-Dev] Circumstances & Situations</A></strong>, Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Thu 25 Dec 1997, 00:28 GMT <UL> <LI><strong><A NAME="00966" HREF="msg00966.html">Re: [MUD-Dev] Circumstances & Situations</A></strong>, Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Fri 26 Dec 1997, 09:57 GMT </LI> <LI><strong><A NAME="01004" HREF="msg01004.html">Re: [MUD-Dev] Circumstances & Situations</A></strong>, Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Mon 29 Dec 1997, 19:52 GMT </LI> </UL> <UL> <li><Possible follow-up(s)><br> <LI><strong><A NAME="01008" HREF="msg01008.html">Re: [MUD-Dev] Circumstances & Situations</A></strong>, Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Mon 29 Dec 1997, 20:32 GMT </LI> <LI><strong><A NAME="01027" HREF="msg01027.html">Re: [MUD-Dev] Circumstances & Situations</A></strong>, Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Tue 30 Dec 1997, 14:46 GMT </LI> </UL> </LI> <LI><strong><A NAME="00952" HREF="msg00952.html">OT: Merry Christmas</A></strong>, Kris Kringle <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Wed 24 Dec 1997, 23:54 GMT <UL> <LI><strong><A NAME="00957" HREF="msg00957.html">Re: [MUD-Dev] OT: Merry Christmas</A></strong>, Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Thu 25 Dec 1997, 01:59 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>