1998Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Net protocols for MUDing (was: Moore's Law sucks) -->
<!--X-From-R13: Oqnz Ivttvaf <avtugsnyyNhfre2.vasvpnq.pbz> -->
<!--X-Date: Sun, 01 Mar 1998 10:30:40 +0000 -->
<!--X-Message-Id: 199803011032.DAA10624#user2,inficad.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 9803010022.8vic@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] Net protocols for MUDing (was: Moore's Law sucks</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:nightfall#user2,inficad.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="msg00657.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00659.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00657.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00660.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00658">Author</A>
&nbsp;|&nbsp;<A HREF="#00658">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00658">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</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] Net protocols for MUDing (was: Moore's Law sucks)</LI>
<LI><em>From</em>: Adam Wiggins &lt;<A HREF="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</A>&gt;</LI>
<LI><em>Date</em>: Sun, 1 Mar 1998 03:32:48 -0700 (MST)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:nightfall#inficad,com">nightfall#inficad,com</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
[Chris Gray:]
&gt; [Vadim Tkachenko:]
&gt; :Pretty realistic - today my wife was driving and had to brake real hard
&gt; :not to hit the guy who changed the lane right before the red light. We
&gt; :stopped, thought it was over. Two seconds later, the next car hit us
&gt; :from behind.
&gt; :
&gt; :What I would do in such a situation is not to give the user the 'it's
&gt; :over' feeling, but just defer the complete decision about what is really
&gt; :happening for some reasonable amount of time, depending on the network
&gt; :delays.
&gt; 
&gt; I'm not convinced the two are equivalent. In the MUD case, full evaluation

I'd say that they aren't at all.  I like this line of thinking, though -
depending on the exact circumstances of the engine (theme, really), you
could 'cover up' all kinds of net glitches with this sort of thing.
A simple example might be the screen shaking, the ship's HUD displaying
'collision imminent', etc - and a moment later your either flying clear
or cutting to a nice cinematic shot of your ship blowing into a thousand
fragments.  This, to me, is much better than having to wait on net lag
for every single thing I ever do in the game - a few seconds of inaccuracy
cleverly concealed versus an unresponsive client.

&gt; of the situation by the "ahead" client indicated that the incident was
&gt; over, but then action by the "behind" player has an effect which undoes
&gt; that conclusion. My instinct says that you are going to run into some
&gt; very difficult to solve problems. I don't have a more extensive example,
&gt; however.

I'd point back to my original post which included event flags for priority.
Explosion would always require server confirmation - thus through either
netlag or innacuracies in the client's representation of what actually happened
(due to poorly timed event packets) you see ships passing partially or even
completely through each other, but never an explosion until the server has
actually sent the event.  On a slow connection this means that all collisions,
including weapons fire, has a delayed explosion effect, but the client
engine still runs at full framerate.

&gt; :Say, if it's a spaceship, I'd pretend to have some sort of a self-check,
&gt; :which takes some time to complete and switches on in any dangerous
&gt; :situation. And, if your fuel tank got hit, you don't explode
&gt; :immediately, do you?
&gt; 
&gt; No, but once your fuel tank is hit, the physics of the situation proceeds
&gt; apace and it explodes. Look at it the other way around - the action by
&gt; the "behind" player prevents a quicker explosion, that the "ahead" player
&gt; has already seen. So, the "ahead" player sees his ship start to explode,
&gt; and then a second or two later, the explosion is mysteriously cancelled,
&gt; with no record of it every actually happening. As a player, I'm not sure
&gt; I'd like that.

I should hope that the above would take care of that.  The only thing that
would take some getting used to would be the client inaccuracies; the nature
of the thing should be stated up front to the users, and complaints of "but
I saw my shot go right through his ship!" would be ignored.  IMO this is a fair
tradeoff until the net gets more reliable.

This is good stuff, though.  I probably need to formulate some complex
scenarios and post them in order that we can pick holes in something a little
more specific.


</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="00651" HREF="msg00651.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</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="msg00657.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00659.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00657.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00660.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00658"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00658"><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="00651" HREF="msg00651.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sun 01 Mar 1998, 00:33 GMT
<UL>
<LI><strong><A NAME="00653" HREF="msg00653.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
Vadim Tkachenko <a href="mailto:vadimt#4cs,com">vadimt#4cs,com</a>, Sun 01 Mar 1998, 02:06 GMT
</LI>
<LI><strong><A NAME="00655" HREF="msg00655.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sun 01 Mar 1998, 03:39 GMT
<UL>
<LI><strong><A NAME="00657" HREF="msg00657.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
Jon A. Lambert <a href="mailto:Jon.A.Lambert#ix,netcom.com">Jon.A.Lambert#ix,netcom.com</a>, Sun 01 Mar 1998, 05:35 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00658" HREF="msg00658.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</a>, Sun 01 Mar 1998, 10:30 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00660" HREF="msg00660.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sun 01 Mar 1998, 18:16 GMT
<UL>
<LI><strong><A NAME="00662" HREF="msg00662.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Sun 01 Mar 1998, 22:17 GMT
<UL>
<LI><strong><A NAME="00663" HREF="msg00663.html">Re: [MUD-Dev] Net protocols for MUDing</A></strong>, 
Stephen Zepp <a href="mailto:zoran#enid,com">zoran#enid,com</a>, Sun 01 Mar 1998, 23:02 GMT
<UL>
<LI><strong><A NAME="00673" HREF="msg00673.html">Re: [MUD-Dev] Net protocols for MUDing</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Tue 03 Mar 1998, 06:09 GMT
</LI>
</UL>
</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>