1998Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] The MLI Project -->
<!--X-From-R13: Qnyvona Fverfvnf Rnexybpx <pnyvonaNqnexybpx.pbz> -->
<!--X-Date: Wed, 25 Feb 1998 08:09:52 +0000 -->
<!--X-Message-Id: 199802250809.DAA18878#relay,mnsinc.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 9802250201.8v25@ami&#45;cg.GraySage.Edmonton.AB.CA -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] The MLI Project</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:caliban#darklock,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>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00584.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00586.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00584.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00587.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00585">Author</A>
&nbsp;|&nbsp;<A HREF="#00585">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00585">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] The MLI Project</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: [MUD-Dev] The MLI Project</LI>
<LI><em>From</em>: Caliban Tiresias Darklock &lt;<A HREF="mailto:caliban#darklock,com">caliban#darklock,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 25 Feb 1998 03:10:20 -0500</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On 11:04 PM 2/24/98 +0000, I personally witnessed Chris Gray jumping up to
say:
&gt;[Caliban:]
&gt;
&gt;:The room is rather dark%INFRA% and uniformly cold%INFRA%, with only a
&gt;:slight glow spilling over from a light source to the south which%INFRA%
&gt;:gives off no discernible light and %INFRA% pulsates slowly.
&gt;
&gt;I admit to be amused here that both of us were able to talk about the
&gt;ideas of separate versus combined windows, and it all seemed to make sense.
&gt;Even though I was thinking about graphics output windows, and Caliban is
&gt;thinking text output windows! Just goes to show that paradigms are often
&gt;more general than the original suggester might imagine.

Well, it would have been a lot more confusing and bandwidth intensive to
try and explain the problem with graphics... ;)

One of the things I've been enamored with lately is a throwback to Ultima
1. If anyone remembers that game, the way it worked was that you wandered
around in a tile-based graphic world until you got to a dungeon, and then
it went to a 3D first person view. So I got to thinking... 

Imagine a Warcraft-style graphic construction for the overworld, obviously
with a less annoying movement interface and whatnot, and then when you go
into a dungeon/castle/ruin/whatever... you gate into a Quake-style first
person view. The advantages to this are numerous, but the most obvious is
that the world itself could be much less memory-intensive and take up less
drive space; everyone seems to want huge worlds, but doing the WHOLE world
in a tremendous Quake level would be prohibitive. Those with slower
computers and such could stay in the upper worlds, assuming of course that
the MUD admins -- who always seem to have much bigger and better computers
than the majority of the playerbase -- actually put things in the overworld
which are roughly equivalent to things in the underworld. 


The social butterflies can likewise stay in the overworld, and chat and
goof off and such. This allows them to worry about what they're doing
instead of how to do it... basically, get a bunch of people on the screen
and they can chat and stuff without feeling left out of the game. The PKers
can go into deathmatch type dungeons and have a great time killing each
other off, while the rest of the dungeon crawlers can use some of those
puzzle-style elements of the traditional single player first-person
shooter. You could even have four levels of dungeon in three colors, the
intensity of the color over the doorway into the specific dungeon being a
factor... you could have levels which are mostly abandoned, signified by a
green overlay; levels which are puzzle-based, signified by a blue overlay
(some monsters, but not many and not too hard); levels which are straight
combat-based, signified by a yellow overlay; and PK levels, bearing a red
overlay. This would allow people to look at it and see that this is a very
easy level (very light) or a very hard level (very dark). Similar to this
layering concept, except it's not really a sense as much as a general game
aid.

Actually, if you can live with the restrictions (which aren't really that
bad when you consider the restrictions under which many MUD builders
labor), you could even just use Doom for the 3D aspect. Hell, the source
has been released, so why not? I still say Quake II is *the* engine for 3D
(at least until Trinity hits), since some of the levels are positively
gorgeous, but Doom is certainly adequate.

Okay, so I harp too much on Quake being viable for MUD development. So
what? All of us in here harp on *something* people think is a dumb idea. ;)

&gt;With graphics output, the position of the items in the displays would
&gt;correspond, so figuring out which went with which is fairly easy. My
&gt;thinking on layering is something like this:
&gt;
&gt;    - display a normal graphics view of what the player sees
&gt;    - for an extra sense, there are some options:
&gt;	- display a transparent blob over things which are triggering
&gt;	    the sense. The size, colour and density of the blob are
&gt;	    available to display parameters of the sensed data. A very
&gt;	    large and dense blob could effectively be blinding the player
&gt;	    to what is responsible for it - an interesting effect.

How realistic is this? Let's say I have a great sense of smell. That blob
is supposed to represent the pile of horse manure in the corner? What if I
go into some location and there's a bucket of spoiled milk? Would I be able
to see anything in the room at all? ;)

This is a fantastic idea for "detect magic" or the like, though.

&gt;	- display a numeric value, with an indicator pointing to the
&gt;	    center of the location the sense is triggered from. Additional
&gt;	    clues, like the size of a bullseye indicator, colour of the
&gt;	    text, etc., could be used as visual cues.

Ugh. I hate numeric values in displays. "There is a rank 14 magic aura over
THERE." Uhhhh... what the hell does that mean? ;)

&gt;    - multiple extra senses could be displayed at once, using variations
&gt;	on the above, but too many would definitely get hard to handle.

That's for sure, but color is certainly an option to make it a little easier.



</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00588" HREF="msg00588.html">Re: [MUD-Dev] The MLI Project</A></strong>
<ul compact><li><em>From:</em> Ling &lt;K.L.Lo-94#student,lboro.ac.uk&gt;</li></ul>
<li><strong><A NAME="00587" HREF="msg00587.html">The MLI Project</A></strong>
<ul compact><li><em>From:</em> Niklas Elmqvist &lt;d97elm#dtek,chalmers.se&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00584" HREF="msg00584.html">Re: [MUD-Dev] The MLI Project</A></STRONG>
<UL><LI><EM>From:</EM> cg#ami-cg,GraySage.Edmonton.AB.CA (Chris Gray)</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00584.html">Re: [MUD-Dev] The MLI Project</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00586.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00584.html">Re: [MUD-Dev] The MLI Project</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00587.html">The MLI Project</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00585"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00585"><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><A NAME="00583" HREF="msg00583.html">Dynamic Loading of Modules</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Wed 25 Feb 1998, 06:26 GMT
<LI><strong><A NAME="00580" HREF="msg00580.html">Re: [MUD-Dev] The MLI Project</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 24 Feb 1998, 18:20 GMT
<UL>
<LI><strong><A NAME="00582" HREF="msg00582.html">Re: [MUD-Dev] The MLI Project</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Tue 24 Feb 1998, 19:25 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00584" HREF="msg00584.html">Re: [MUD-Dev] The MLI Project</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Wed 25 Feb 1998, 07:05 GMT
<UL>
<LI><strong><A NAME="00585" HREF="msg00585.html">Re: [MUD-Dev] The MLI Project</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 25 Feb 1998, 08:09 GMT
<UL>
<LI><strong><A NAME="00587" HREF="msg00587.html">The MLI Project</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Wed 25 Feb 1998, 09:34 GMT
<UL>
<LI><strong><A NAME="00590" HREF="msg00590.html">Re: [MUD-Dev]  The MLI Project</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 25 Feb 1998, 16:40 GMT
<UL>
<LI><strong><A NAME="00591" HREF="msg00591.html">Senses (was: The MLI Project)</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Wed 25 Feb 1998, 17:52 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00588" HREF="msg00588.html">Re: [MUD-Dev] The MLI Project</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Wed 25 Feb 1998, 12:49 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>