1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: skill system -->
<!--X-From-R13: Dvpuneq Ibbypbpx <YnHveNqvny.cvcrk.pbz> -->
<!--X-Date: Thu, 11 Jun 1998 11:17:00 &#45;0700 -->
<!--X-Message-Id: 35808FE3.46A0#dial,pipex.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 11A17AA2B9EAD111BCEA00A0C9B417932EE7D9#forest,origin.ea.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: skill system</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:KaVir#dial,pipex.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="msg00968.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00970.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00987.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00953.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00969">Author</A>
&nbsp;|&nbsp;<A HREF="#00969">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00969">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: skill system</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>: [MUD-Dev] Re: skill system</LI>
<LI><em>From</em>: Richard Woolcock &lt;<A HREF="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 11 Jun 1998 19:18:11 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#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>
Koster, Raph wrote:
&gt; 

[snip my bit about the players knowledge of how powerful opponent is]

&gt; &gt; This could be added into my recognition code quite easily, ... [snip]
&gt; &gt;
&gt; I hate to ask, but how on earth do you guys manage to store all that
&gt; data? :)

For each person online:
   For each person (or 'humanlike' mob) that person has met:
      8  bytes of pointers (could be 4 with a single linked list).
      15 bytes of name (the person's, keep meaning to use a 4 byte int ID).
      4* bytes of 'labelled' name (i'm probably going to take this out though).
      4  bytes of information they know about the person (may add another 4).

*a pointer - uses 4 bytes when NULL, potentially as many as 15.

Remember I don't have many players - even on my old mud I never had more than
around 70-80, so I'm not expecting thousands (or even hundreds) once the mud
is finished.  When I finish trimming it, it'll take 16 bytes per person online
per person they have met.  I could make this more efficient if I had to by
using a single linked list, or by only loading up people as you meet them.

KaVir.


</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="00952" HREF="msg00952.html">[MUD-Dev] Re: skill system</A></STRONG>
<UL><LI><EM>From:</EM> "Koster, Raph" &lt;rkoster#origin,ea.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00968.html">[MUD-Dev] Re: skill system</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00970.html">[MUD-Dev] Re: skill system</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00987.html">[MUD-Dev] Re: Mud-time vs real-time (was Re: skill system)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00953.html">[MUD-Dev] Re: skill system</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00969"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00969"><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>[MUD-Dev] Mud-time vs real-time (was Re: skill system)</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00977" HREF="msg00977.html">[MUD-Dev] Mud-time vs real-time (was Re: skill system)</A></strong>, 
Mike Sellers <a href="mailto:mike#bignetwork,com">mike#bignetwork,com</a>, Thu 11 Jun 1998, 21:44 GMT
<UL>
<LI><strong><A NAME="00980" HREF="msg00980.html">[MUD-Dev] Re: Mud-time vs real-time (was Re: skill system)</A></strong>, 
T. Alexander Popiel <a href="mailto:popiel#beldin,snugharbor.com">popiel#beldin,snugharbor.com</a>, Thu 11 Jun 1998, 22:03 GMT
</LI>
<LI><strong><A NAME="00985" HREF="msg00985.html">[MUD-Dev] Re: Mud-time vs real-time (was Re: skill system)</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Thu 11 Jun 1998, 23:24 GMT
<UL>
<LI><strong><A NAME="00987" HREF="msg00987.html">[MUD-Dev] Re: Mud-time vs real-time (was Re: skill system)</A></strong>, 
Katrina McClelan <a href="mailto:kitkat#the486,bradley.edu">kitkat#the486,bradley.edu</a>, Fri 12 Jun 1998, 00:17 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</ul>
<LI><strong><A NAME="00969" HREF="msg00969.html">[MUD-Dev] Re: skill system</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Thu 11 Jun 1998, 18:17 GMT
</LI>
</ul>
<LI><strong><A NAME="00953" HREF="msg00953.html">[MUD-Dev] Re: skill system</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Thu 11 Jun 1998, 00:17 GMT
<UL>
<LI><strong><A NAME="00968" HREF="msg00968.html">[MUD-Dev] Re: skill system</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Thu 11 Jun 1998, 17:29 GMT
</LI>
</UL>
</LI>
</ul>
</LI>
<LI><strong><A NAME="00875" HREF="msg00875.html">[MUD-Dev] Administrative Meddling</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Thu 04 Jun 1998, 04:12 GMT
<UL>
<LI><strong><A NAME="00877" HREF="msg00877.html">[MUD-Dev] Re: Administrative Meddling</A></strong>, 
Mike Sellers <a href="mailto:mike#bignetwork,com">mike#bignetwork,com</a>, Thu 04 Jun 1998, 14:52 GMT
</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>