1999Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] question about tile&#45;based games -->
<!--X-From-R13: OD Epuyrvpure <nefNajh.rqh> -->
<!--X-Date: Thu, 12 Aug 1999 11:10:51 &#45;0700 -->
<!--X-Message-Id: 4.2.0.58.19990811234329.00aad100#lulu,acns.nwu.edu -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199908101757.LAA03030@ami&#45;cg.GraySage.Edmonton.AB.CA -->
<!--X-Reference: Pine.LNX.4.10.9908111318330.23654&#45;100000#darkstar,qx.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] question about tile-based games</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:ars#nwu,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>
[&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="msg00093.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00094.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00096.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00093.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00095">Author</A>
&nbsp;|&nbsp;<A HREF="#00095">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00095">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] question about tile-based games</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] question about tile-based games</LI>
<LI><em>From</em>: AR Schleicher &lt;<A HREF="mailto:ars#nwu,edu">ars#nwu,edu</A>&gt;</LI>
<LI><em>Date</em>: Thu, 12 Aug 1999 00:06:20 -0400</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
At 01:22 PM 8/11/99 -0400, "Jeremy Music \"Sterling\"" wrote:
&gt;On Tue, 10 Aug 1999, Chris Gray wrote:
&gt;
&gt; &gt; I'm working on a tile-based demonstration world right now, and have run 
&gt; into
&gt; &gt; something that I'm not sure how to resolve. So, I thought I'd ask 
&gt; others out
&gt; &gt; there what they have done in this situation.
&gt; &gt;
&gt;
&gt;&lt;snip all the options except...&gt;
&gt;
&gt;Why not have a starting area where everyone that logs on starts in a
&gt;certain area (it kinda sounds like that is your intention, because if they
&gt;just came back in wherever they left and you had a reasonable sized world
&gt;it just wouldn't usually matter).  That area has no traps, areas that
&gt;shouldn't be gotten to, etc., and has 300 tiles that are flagged as
&gt;startup tiles (increase number for increased numbers of concurrent
&gt;logins).  These 300 tiles are then used in order, if someone is standing
&gt;on tiles 1 through 97 the next person to log in gets placed on 98.

An old version of Sierra's The Realm (a room based game) had four starting 
rooms attached to different parts of the town.  You logged into one of the 
four randomly each time you entered the game, and walked from there through 
the one exit from the room into town.  These exits were one way, you 
couldn't return to the starting rooms.  The first lesson learned was to 
make these rooms safe.  No PVP combat allowed.  After that, they seemed to 
work fairly well, with the exception of times with high volumes of logins, 
where users with lower end machines couldn't handle the massive quantitites 
of people in the room with them, basically forcing them to wait for a 
quieter time to login.  Eventually, The Realm moved to a system of logging 
you back into the room you logged out of, or, if that room no longer 
existed, to your house.

&gt;If you are having them log out and log back in standing in the same spot
&gt;then I don't think it would be a problem if you had a reasonably large
&gt;world, though you would have to put some minor error-checking to keep from
&gt;putting somebody in a wall or whatever.

Hmm, this makes me start thinking about some of the various house exploits 
Ultima Online has had in the past.  Let's say we get a group of people and 
walk up to a house.  One logs out right next to the doorway, and the rest 
of the group surrounds the area.  Now, how far are you going to move this 
person to get them to a clear space that's safe, when there's this nice 
house interior just two spaces that's totally empty?

Speaking of UO, it should be noted that they originally had a system which 
didn't allow two players to occupy the same space.  They realized during 
the beta testing that it just didn't work, too many people were abusing it, 
and so they changed it to allow you to walk through people, at a cost (time).

Anyways, my opinion on this subject is that while it might be possible, it 
is very difficult to work with a tile based system where players occupying 
the same space is not allowed.  By allowing players to move through each 
other, you remove a number of potentially abusive situations.

One idea I've been considering lately related to this is tile-based systems 
where the tile size is fairly small.  If a player takes up a three by three 
space, and you have a doorway six spaces wide, you can then easily scale 
the amount of effort it takes another player to get past him, by 
considering how much of the two characters intersect and collide.  Such a 
system would also (I believe) have many benefits in many other areas of the 
game as well, making the game seem smoother and actually less tile 
based.  One interesting point of the system I've been considering is what 
should you do for oddly proportioned beings, say 2x4 tiles.  It seems to 
add quite a bit of complexity to the situation, in particular as they rotate.

AR Schleicher (Jerrith)
ars#nwu,edu (old)
ars#iag,net (new)





_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>


</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="00086" HREF="msg00086.html">[MUD-Dev] question about tile-based games</A></STRONG>
<UL><LI><EM>From:</EM> Chris Gray &lt;cg#ami-cg,GraySage.Edmonton.AB.CA&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00088" HREF="msg00088.html">Re: [MUD-Dev] question about tile-based games</A></STRONG>
<UL><LI><EM>From:</EM> "Jeremy Music \"Sterling\"" &lt;rezo#lords,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00093.html">Re: [MUD-Dev] question about tile-based games</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00094.html">Re: [MUD-Dev] Containing automation?</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00096.html">Re: [MUD-Dev] question about tile-based games</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00093.html">Re: [MUD-Dev] question about tile-based games</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00095"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00095"><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] question about tile-based games</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00088" HREF="msg00088.html">Re: [MUD-Dev] question about tile-based games</A></strong>, 
Jeremy Music \"Sterling\ <a href="mailto:rezo#lords,com">rezo#lords,com</a>, Wed 11 Aug 1999, 17:28 GMT
<UL>
<LI><strong><A NAME="00091" HREF="msg00091.html">Re: [MUD-Dev] question about tile-based games</A></strong>, 
Katrina McClelan <a href="mailto:kitkat#marcus,pants.nu">kitkat#marcus,pants.nu</a>, Wed 11 Aug 1999, 21:01 GMT
<UL>
<LI><strong><A NAME="00092" HREF="msg00092.html">Re: [MUD-Dev] question about tile-based games</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 12 Aug 1999, 01:59 GMT
<UL>
<LI><strong><A NAME="00096" HREF="msg00096.html">Re: [MUD-Dev] question about tile-based games</A></strong>, 
Hans-Henrik Staerfeldt <a href="mailto:hhs#cbs,dtu.dk">hhs#cbs,dtu.dk</a>, Fri 13 Aug 1999, 20:20 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00095" HREF="msg00095.html">Re: [MUD-Dev] question about tile-based games</A></strong>, 
AR Schleicher <a href="mailto:ars#nwu,edu">ars#nwu,edu</a>, Thu 12 Aug 1999, 18:10 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00093" HREF="msg00093.html">Re: [MUD-Dev] question about tile-based games</A></strong>, 
Scott Boding <a href="mailto:sboding#cybersource,com">sboding#cybersource,com</a>, Thu 12 Aug 1999, 18:10 GMT
</LI>
<LI><strong><A NAME="00097" HREF="msg00097.html">Re: [MUD-Dev] question about tile-based games</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Fri 13 Aug 1999, 21:49 GMT
<UL>
<LI><strong><A NAME="00098" HREF="msg00098.html">Re: [MUD-Dev] question about tile-based games</A></strong>, 
Wes Connell <a href="mailto:wconnell#adhesive,com">wconnell#adhesive,com</a>, Fri 13 Aug 1999, 23:24 GMT
<UL>
<LI><strong><A NAME="00100" HREF="msg00100.html">Re: [MUD-Dev] question about tile-based games</A></strong>, 
AR Schleicher <a href="mailto:ars#nwu,edu">ars#nwu,edu</a>, Mon 16 Aug 1999, 16:50 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>