1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Combat intelligence -->
<!--X-From-R13: Zvat <Y.Z.Zb&#45;94Nfghqrag.yobeb.np.hx> -->
<!--X-Date: Tue, 30 Jun 1998 07:30:27 &#45;0700 -->
<!--X-Message-Id: Pine.SOL.3.96.980630140313.28336E&#45;100000@sun&#45;cc203 -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Combat intelligence</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:K.L.Lo-94#student,lboro.ac.uk">
</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="msg01266.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01268.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01257.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01268.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01267">Author</A>
&nbsp;|&nbsp;<A HREF="#01267">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01267">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Combat intelligence</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: Mud-dev &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Combat intelligence</LI>
<LI><em>From</em>: Ling &lt;<A HREF="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</A>&gt;</LI>
<LI><em>Date</em>: Tue, 30 Jun 1998 15:29:15 +0100 (BST)</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>
[JCL:]

&gt;  "This shows our strategy test program for computer AI. The blue
&gt;  circles are areas the computer tries to defend/take over. The
&gt;  colored regions represent areas near the strategy points. Lines show
&gt;  which points can defend/attack other points. This is used for long
&gt;  term strategy planning, rather than immediate path solving. Some
&gt;  paths are one-way because you can go down a hill, but not
&gt;  necessarily up it, making hill tops more advantageous.
&gt;
&gt; Have you ever thought of mapping the topology of your MUD world and
&gt; analysing it against any of a number of the standard tactical metrics
&gt; and *then* pumping that into the combat brains for your Midgarrd FIDO?

Heh, misread that last Midgard as Midnight (as in Lords of Midnight by
Mike Singleton).  After a quick flirting around a games dedicated site,
the Golgotha AI looks like it is for a platoon of vehicles, as opposed to
one on one.  This stuff is right up my street but atm, I rilly can't
comment coz I don't have a working mud, let alone think about tactics for
the AI to employ.

Here's some thoughts I read off usenet somewhere (rec.games.design?) -
this is for working out where the battlefront is and to give the AI a
general idea of what's where why:

Assume: A big grid the AI can examine showing the position of fidos.

Give each unit a rating according to some magic formula.  Do the same for
the enemy (known positions anyway).  eg:

  ......
  .....6 &lt;- baddie
  ..5... &lt;- goodie fido
  ......
  ......

This rating is assigned to the appropriate grid square.  Imagine it as a
shade of red, the deeper the red, the tougher the unit(s) in that square.
For the enemy, the same is done with another colour (eg: blue).

Now, treat the grid as a picture and run it thru a blur filter except that
any place where opposing colours meet, they do not mix and dam each other
instead:

  223445
  23445* &lt;- baddie
  34*445 &lt;- goodie fido
  234444
  223333

The above diagram is prolly the worse one in the world but there is a
vague line of 5/4 running diagonally where the two units are almost
meeting.

This blurring routine should take account of terrain/elevation/corridors
and 'pinch' the zones of control as appropriate.

I think this may give you something usable.  Important locations should
have an attractor on them, and likewise repellers for horrid locations
(for that particular unit).

Reading the above, it's like common sense but I suppose this is the sort
of thing you'd wanna instil into something that takes you literally.

An utterly random link regarding tank platoon doctrines:

&lt;URL:<A  HREF="http://call.army.mil/call/spc_sdy/hickey/table.htm">http://call.army.mil/call/spc_sdy/hickey/table.htm</A>&gt;

&gt; Per the screen shots it also seems that Golgotha has also handled much
&gt; of the problem of handling large unbounded spaces in a DOOM-style
&gt; game, tho I also note that most of the timestamps seem to be in
&gt; September of last year.

After much thought, I've decided that a custom client would be cool in
both spellings of the word.  After even more thought, I'm scurrying for
the display random stills/anim coz for what I wanna do, 3D ain't the right
style.

Semi-random tangent (wee!) - Anyone got any hints/thoughts/pointers with
regard to sound fx in a mud?  Muds, by nature, are slow moving and playing
spot effects (like a tacky 'Aaaaaargh!' when you kill someone) is
completely poxy (cf: sound-enabled NetHack/Moria/Angband, my neighbour has
driven me mad playing those things.)  So... it may be better to take notes
from the techniques used in story-telling programmes that come on telly
around kiddies' time.  Ambiance sound fx tend to be faded in and out
v.slowly.... But there must be more to it than that!

Unfortunately, this sort of information is hard to come by...  I suppose
some of the current gfx muds out there prolly have all this sussed out. :P

  |    Ling Lo of Remora (Top Banana)
_O_O_  Elec Eng Dept, Loughborough University, UK.     kllo#iee,org






</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="01268" HREF="msg01268.html">[MUD-Dev] Re: Combat intelligence</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-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01266.html">[MUD-Dev] Re: You think users won't number crunch and statistise your MUD?</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01268.html">[MUD-Dev] Re: Combat intelligence</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01257.html">[MUD-Dev] Re: Combat intelligence</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01268.html">[MUD-Dev] Re: Combat intelligence</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01267"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01267"><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="01270" HREF="msg01270.html">[MUD-Dev] Re: roleplaying farmers?</A></strong>, 
Mike L Kesl <a href="mailto:mlkesl#cpinternet,com">mlkesl#cpinternet,com</a>, Tue 30 Jun 1998, 18:38 GMT
<LI><strong><A NAME="01262" HREF="msg01262.html">[MUD-Dev] Re: the why of online worlds.</A></strong>, 
cat <a href="mailto:cat#bga,com">cat#bga,com</a>, Tue 30 Jun 1998, 02:53 GMT
<LI><strong><A NAME="01256" HREF="msg01256.html">[MUD-Dev] Combat intelligence</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 29 Jun 1998, 23:33 GMT
<UL>
<LI><strong><A NAME="01257" HREF="msg01257.html">[MUD-Dev] Re: Combat intelligence</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 29 Jun 1998, 23:48 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="01267" HREF="msg01267.html">[MUD-Dev] Combat intelligence</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Tue 30 Jun 1998, 14:30 GMT
<UL>
<LI><strong><A NAME="01268" HREF="msg01268.html">[MUD-Dev] Re: Combat intelligence</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Tue 30 Jun 1998, 17:26 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="01254" HREF="msg01254.html">[MUD-Dev] RP definitional structure</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 29 Jun 1998, 21:35 GMT
<LI><strong><A NAME="01252" HREF="msg01252.html">[MUD-Dev] You think users won't number crunch and statistise your MUD?</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 29 Jun 1998, 20:56 GMT
<UL>
<LI><strong><A NAME="01255" HREF="msg01255.html">[MUD-Dev] Re: You think users won't number crunch and statistise your MUD?</A></strong>, 
Dr. Cat <a href="mailto:cat#bga,com">cat#bga,com</a>, Mon 29 Jun 1998, 22:02 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>