2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] How to handle/display partial language skill -->
<!--X-From-R13: [ngg Qunggreyrl <punggrzcNrr.cbeg.np.hx> -->
<!--X-Date: Wed, 19 Jan 2000 06:58:34 &#45;0800 -->
<!--X-Message-Id: Pine.HPP.3.91.1000119144204.8366B&#45;100000#vulture,ee.port.ac.uk -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 000801bf622f$763f2d20$f6088d18#busy1,on.wave.home.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] How to handle/display partial language skill</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:chattemp#ee,port.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="msg00154.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00156.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00150.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00160.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00155">Author</A>
&nbsp;|&nbsp;<A HREF="#00155">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00155">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] How to handle/display partial language skill</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] How to handle/display partial language skill</LI>
<LI><em>From</em>: Matt Chatterley &lt;<A HREF="mailto:chattemp#ee,port.ac.uk">chattemp#ee,port.ac.uk</A>&gt;</LI>
<LI><em>Date</em>: Wed, 19 Jan 2000 14:54:36 +0000 (GMT)</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>
On Tue, 18 Jan 2000, Joe Kingry wrote:

&gt; We have a very basic way of handling languages on our mud. Currently each
&gt; language has a table of sylables/words and a mapping to a some assortment of
&gt; letters. Each language table of course has a mapping for individual letters.
&gt; When someone says something in a different language, those that can
&gt; understand the language see something like:

[Snip example output and map]

We used an almost identical system on B5 MUSH, a long time ago, and I 
believe they still use it to this day. The only different was that we 
took mostly pairs of letters which can occur together, and mapped these, ie:

ee -&gt; a
tt -&gt; s

and then a few single letters and mapped them to others, carefully 
testing all the time, so that the output from common words had the 
'appearance' of being 'foreign'. How you interpret something appearing 
foreign or alien is upto you, of course. :)

The obvious point which I would raise about this system (its kinda 
negative criticism, though), is that it's not really how it works, and it 
breaks down when doing partial representation. Think about a foreign 
language for a moment, and you'll find that words change their place in a 
sentence (German is notorious for this, among others), some words may 
mean three or four things in English, and so forth.
 
&gt; But how do you handle non 100% skill in a language? I imagine in our case
&gt; with a table that maps various fragments you could do a reverse map of the
&gt; fragment only if you passed a skill check.  I've experimented with this with
&gt; varying results.  I'm just looking for other ideas at this time.

We used to do this on B5, yeah. There was a slight problem in that you 
get double-errors. Ie, Person A has 50% skill, Person B has 50% skill. We 
now allow A to speak with 50% accuracy (0.5 probability of getting a 
specific letter/letter-pair/phrasing correct), and B to listen with the 
same accuracy (0.5 probability to interpret correctly).

As a result, B has an 0.5 x 0.5 = 0.25 probability (25% chance) of 
hearing any given set of letters (one translation) correctly. Whereas in 
a slightly more sane universe, if I were half-fluent in French, talking 
to someone who was also half-fluent in French (assuming no *common* 
language), we could both 'dumb down' our speech, point at objects, 
gesture, and so forth until we made ourselves understood.

This leaves a potentially very tricky puzzle, but, if you ask yourself 
one question first, it becomes easier:

What am I using languages for?

In the context of my most recent MUD project (An LP called Caffeine, 
which is currently stagnating very nicely due to my utter lack of online 
time beyond the odd email-check), we contemplated some form of language 
system, and then decided that all it would do was hinder people in 
communicating, in a game where we want to encourage communication and 
in-character (re)action.

On B5, the game context was full-Roleplay with very few (next to no) 
automated systems, and the addition of languages (given that everyone 
shares a common tongue, almost without exception), allowed racial groups 
to converse in their 'natural' language, both allowing 'concealed' IC 
communication (unless a 'spy' who could understand was present), and 
quite simply created some interesting roleplay situations.

However, I would argue that in the latter example, good roleplayers could 
do the same without any language code (mind you, that assumes that you 
are dealing with good roleplayers who need fewer, *or* more sophisticated 
tools, not poor roleplayers who rely on relatively basic, but functional 
tools to support them).

Anyway, I feel that I'm digressing.

The best approach (I have not tested this, personally) might be for now 
to take a full on 'syllable translation' approach in this ilk, taking 
each unique syllable pair (within reason) and changing it, using a 
similar algorithm. Perhaps add more complex routines to 
change/move/remove ifs, thes, Is, and so forth, just to jumble it up a 
little - but remember you are essentially encrypting the text. If you 
can't decrypt it at the end, its useless. :)

-- Matt Chatterley
".. You live for the fight, when its all that you've got .."
		Jon Bon Jovi; Livin' on a Prayer, as always.




_______________________________________________
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="00142" HREF="msg00142.html">[MUD-Dev] How to handle/display partial language skill</A></STRONG>
<UL><LI><EM>From:</EM> "Joe Kingry" &lt;jkingry#uwaterloo,ca&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00154.html">Re: [MUD-Dev] Community Relations</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00156.html">Re: [MUD-Dev] Storing tokens with flex &amp; bison</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00150.html">Re: [MUD-Dev] How to handle/display partial language skill</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00160.html">Re: [MUD-Dev] How to handle/display partial language skill</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00155"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00155"><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] Simulated Populations</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00212" HREF="msg00212.html">Re: [MUD-Dev] Simulated Populations</A></strong>, 
Wes Connell <a href="mailto:wconnell#adhesive,com">wconnell#adhesive,com</a>, Fri 21 Jan 2000, 23:28 GMT
</LI>
</ul>
</ul>
</ul>
</LI>
<LI><strong><A NAME="00153" HREF="msg00153.html">[MUD-Dev] Signing off...</A></strong>, 
IronWolf <a href="mailto:ironwolf#ewa,net">ironwolf#ewa,net</a>, Wed 19 Jan 2000, 07:15 GMT
<LI><strong><A NAME="00142" HREF="msg00142.html">[MUD-Dev] How to handle/display partial language skill</A></strong>, 
Joe Kingry <a href="mailto:jkingry#uwaterloo,ca">jkingry#uwaterloo,ca</a>, Wed 19 Jan 2000, 02:56 GMT
<UL>
<LI><strong><A NAME="00150" HREF="msg00150.html">Re: [MUD-Dev] How to handle/display partial language skill</A></strong>, 
Greg Underwood <a href="mailto:gunderwood#donet,com">gunderwood#donet,com</a>, Wed 19 Jan 2000, 05:33 GMT
</LI>
<LI><strong><A NAME="00155" HREF="msg00155.html">Re: [MUD-Dev] How to handle/display partial language skill</A></strong>, 
Matt Chatterley <a href="mailto:chattemp#ee,port.ac.uk">chattemp#ee,port.ac.uk</a>, Wed 19 Jan 2000, 14:58 GMT
</LI>
<LI><strong><A NAME="00160" HREF="msg00160.html">Re: [MUD-Dev] How to handle/display partial language skill</A></strong>, 
Wes Connell <a href="mailto:wconnell#adhesive,com">wconnell#adhesive,com</a>, Wed 19 Jan 2000, 18:20 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00136" HREF="msg00136.html">[MUD-Dev] Planet/Solar System Generation</A></strong>, 
Wes Connell <a href="mailto:wconnell#adhesive,com">wconnell#adhesive,com</a>, Tue 18 Jan 2000, 20:52 GMT
<UL>
<LI><strong><A NAME="00138" HREF="msg00138.html">Re: [MUD-Dev] Planet/Solar System Generation</A></strong>, 
icecube <a href="mailto:icecube#ihug,co.nz">icecube#ihug,co.nz</a>, Tue 18 Jan 2000, 22:14 GMT
</LI>
<LI><strong><A NAME="00141" HREF="msg00141.html">[MUD-Dev] Planet/Solar System Generation</A></strong>, 
Nolan Darilek <a href="mailto:nolan_d#bigfoot,com">nolan_d#bigfoot,com</a>, Wed 19 Jan 2000, 02:56 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>