<!-- MHonArc v2.4.4 --> <!--X-Subject: Re: Just a bit of musing --> <!--X-From-R13: E001U[GNabin.jevtug.rqh --> <!--X-Date: from tacitus.globecomm.net [207.51.48.7] by mx01.ny.us.ibm.net id 857171355.136198-1 Fri Feb 28 23:09:15 1997 --> <!--X-Message-Id: 01IFYI9FU06A911P3A#nova,wright.edu --> <!--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:S001GMU#nova,wright.edu"> </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="msg00027.html">Previous</a> | <a href="msg00029.html">Next</a> ] Thread: [ <a href="msg00027.html">Previous</a> | <a href="msg00029.html">Next</a> ] Index: [ <A HREF="author.html#00028">Author</A> | <A HREF="#00028">Date</A> | <A HREF="thread.html#00028">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>: <A HREF="mailto:S001GMU#nova,wright.edu">S001GMU#nova,wright.edu</A></LI> <LI><em>Date</em>: Fri, 28 Feb 1997 18:11:08 -0500 (EST)</LI> </UL> <!--X-Head-of-Message-End--> <!--X-Head-Body-Sep-Begin--> <HR> <!--X-Head-Body-Sep-End--> <!--X-Body-of-Message--> <PRE> >Along the lines of a graphical mud and clients... >I think one of the common problems is viewing these as a dichotomy. Yer >either on a TTY typing and reading, or you've got full blown texture-mapped >baddies to blow up. Doesn't have to be that way. >First off, I'm a _heavy_ proponent of clients. All of that junk that is >sent as text these days could be compressed into short binary messages and >allow for lots of customization in the process ("You OBLITERATE Ogg with >your deadly flatulance" becomes a 2 or 4 byte header followed by a couple >of bytes of state info.. how many points, who ya hit, etc). The client >becomes responsible for making text out of the binary spam. Now imagine a >client that is primarily a text region for all the fancy descriptions, >chat, hints, etc and has a small window where you show the player's >orientation with the world using simple stick drawings. Things that move >can be sent as binary locations and things that don't move can be >sent/cached by the client as a map. If you want the texture-mapped >run-around, play Quake (which, of course, I do :) There's no reason that >the player's "view" can't be abstract. Make it a 2-D bird's-eye view (red >dots are mobs, blue dots are players, white squares are buildings, >whatever). The possibilities are really endless and not necessarily >complex. Now we stay sort of "open" because we can use arrow keys to move >around (out in the open an arrow might mean "head towards" while inside it >might mean "depart thru this exit"). >It all depends on how "real" you want it. amen brother! preach on! :) actually, what you suggested sounds frighteningly similar (ohmygosh! other ppl thought up the same idea???? *grin*) to what I did for my undergrad honors thesis (a mud of course! :). I just compressed everything into codes that are passed around and then interpreted at either end. the real problem with this system is (as was pointed out nicely by one of the guys on this list) it requires foreknowledge of everything that can possibly be sent across by all porcesses. Granted, there are several ways that immediately pop to mind to get around the problem. The 'easiest' is to build all descriptions/images from a set of primatives. Instead of sending the entire list of primatives across every time, create macros so you can send 'The huge, black sword of enemy killing" as just obj description macro #27 or something. When something new comes along, just send the entire primative list once and assign a macro to it and from then on, just pass the macro around. Adding a new primative can lead to problems, but there is always a level at which things break down. ;) FYI, the project I mentioned above was aimed mainly at building a mud that could have different types of clients (text based, graphics based, whatever) running at the same time and interacting transparently. Rather an ambitious project for a 3 quarter project (count most of 1 quarter for the project presentation/paper preperation!). needless to say, most of the ideas are still quite un-coded. ;) gives me something to work on when my two programming jobs and various CS classes just aren't enough work. ;) the main goal was that if someone felt like it, they could build whatever kind of user interface they wanted to run and have it connect to and interact seamlessly with the game mechanics at the same time as other people using "stock" clients. -Greg </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="msg00027.html">Re: Just a bit of musing</A></STRONG> </LI> <LI>Next by Date: <STRONG><A HREF="msg00029.html">Re: Just a bit of musing</A></STRONG> </LI> <LI>Prev by thread: <STRONG><A HREF="msg00027.html">Re: Just a bit of musing</A></STRONG> </LI> <LI>Next by thread: <STRONG><A HREF="msg00029.html">Re: Just a bit of musing</A></STRONG> </LI> <LI>Index(es): <UL> <LI><A HREF="index.html#00028"><STRONG>Date</STRONG></A></LI> <LI><A HREF="thread.html#00028"><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="00017" HREF="msg00017.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>, Fri 28 Feb 1997, 10:13 GMT </LI> <LI><strong><A NAME="00020" HREF="msg00020.html">Re: Just a bit of musing</A></strong>, Alex Oren <a href="mailto:alexo#europa,com">alexo#europa,com</a>, Fri 28 Feb 1997, 23:13 GMT </LI> <LI><strong><A NAME="00024" HREF="msg00024.html">Re: Just a bit of musing</A></strong>, S001GMU <a href="mailto:S001GMU#nova,wright.edu">S001GMU#nova,wright.edu</a>, Sat 01 Mar 1997, 05:03 GMT </LI> <LI><strong><A NAME="00027" HREF="msg00027.html">Re: Just a bit of musing</A></strong>, Carter T Shock <a href="mailto:ctso#umiacs,umd.edu">ctso#umiacs,umd.edu</a>, Sat 01 Mar 1997, 05:45 GMT </LI> <LI><strong><A NAME="00028" HREF="msg00028.html">Re: Just a bit of musing</A></strong>, S001GMU <a href="mailto:S001GMU#nova,wright.edu">S001GMU#nova,wright.edu</a>, Sat 01 Mar 1997, 07:09 GMT </LI> <LI><strong><A NAME="00029" HREF="msg00029.html">Re: Just a bit of musing</A></strong>, Dmitri Kondratiev <a href="mailto:dima#paragraph,com">dima#paragraph,com</a>, Sat 01 Mar 1997, 10:06 GMT </LI> <LI><strong><A NAME="00031" HREF="msg00031.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 02 Mar 1997, 02:19 GMT </LI> <LI><strong><A NAME="00032" HREF="msg00032.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 02 Mar 1997, 02:19 GMT </LI> <LI><strong><A NAME="00035" HREF="msg00035.html">Re: Just a bit of musing</A></strong>, GnomesHome <a href="mailto:GnomesHome#aol,com">GnomesHome#aol,com</a>, Mon 03 Mar 1997, 00:15 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>