1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Using HTML for a Mud character generator -->
<!--X-From-R13: "Xbua Pregbtyvb" <nyrkoNvagreargpqf.pbz> -->
<!--X-Date: Wed, 13 May 1998 11:50:49 &#45;0700 -->
<!--X-Message-Id: E0yZgc2&#45;0003kQ&#45;00#mail,kanga.nu -->
<!--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] Re: Using HTML for a Mud character generator</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:alexb#internetcds,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="msg00543.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00546.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00538.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00687.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00545">Author</A>
&nbsp;|&nbsp;<A HREF="#00545">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00545">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Using HTML for a Mud character generator</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Using HTML for a Mud character generator</LI>
<LI><em>From</em>: "John Bertoglio" &lt;<A HREF="mailto:alexb#internetcds,com">alexb#internetcds,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 13 May 1998 11:53:14 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: "Petidomo List Agent -- Kanga.Nu version" &lt;<A HREF="mailto:petidomo#kanga,nu">petidomo#kanga,nu</A>&gt;</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>

From: Holly Sommer &lt;hsommer#micro,ti.com&gt;
Date: Wednesday, May 13, 1998 10:42 AM


&gt;Huh. I never got the original of this, so I'll be commenting "out of
&gt;context," unfortunately.
&gt;
&gt;On Wed, 13 May 1998 s001gmu#nova,wright.edu wrote:
&gt;
&gt;&gt; On Wed, 13 May 1998, John Bertoglio wrote:
&gt;&gt;
&gt;&gt; [...]
&gt;&gt;
&gt;&gt; You should be able to hide the entire contents of the javascript code by
&gt;&gt; referencing a file, rather than embedding the script code in the html
that
&gt;&gt; they DL.  The java script still gets DL'd (of course), and executed
&gt;&gt; locally, but should they choose to look at the html source, all they see
&gt;&gt; is a tag referencing a file.  I don't recall the details (I've never
&gt;&gt; worked in javascript), but I do know you can do it.
&gt;
&gt;You cannot "hide" Javascript - even through referencing a *.js file to be
&gt;loaded at read-time of your webpage, people can go directly to the js
&gt;file. The good folks at comp.lang.javascript have gone over and over this
&gt;for quite awhile :)


This is correct. JS has to work that way. I have no interest in hiding the
code...its not that sophisticated.

&lt;cut&gt;
&gt;
&gt;As for the Subject: line... well &lt;pedant&gt;You don't really use HTML to
&gt;generate a character - it's just a markup language&lt;/pedant&gt;, why not
&gt;write a CGI which does the same thing as your in-server character
&gt;generator, including die rolling and random fuzziness. It wouldn't be
&gt;that tough :)

Got me on that one. "Web-based character generation" would have been a much
better and accurate title.

What I was referring to was the previous discussions of building an
offline, web-based character builder for conventional muds. Part of the
idea of the doing all the calculations in the web-based form is not to
require any server-side CGI code to be run as part of the creation process.
Once submitted, the character program looks at the numbers to make sure
they are valid and then generates the character and sends back a summary to
the user.

Since we don't use random rolls, all the code can be contained in the
scripting. You could even put a dice roller in there but it would be like
posting a sign: "Please Cheat During Character Creation". I don't use
random rolls for character generation for the following reasons:

    --- Random means...roll until you get the numbers you want.
        This skews the average power level of starting characters to the
high
        end of the scale. The player who rolls a few thousand times will
        eventually get "perfect" stats for the character being designed.
        A player who accepts the initial roll (perhaps someone with a
_life_
        who doesn't have the time for such nonsense) starts out with a real
        disadvantage.
    --- Loss of design control. The key to balanced characters is requiring
        trade-offs in stats. If you want a Conan, you are not so bright. A
        Merlin can't carry much, etc. Forcing a similar stat "budget" on
each
        character should lead to more interesting characters and foster
        cooperation.
    --- Loss of control by players. The game (and RL) will throw plenty of
        randomness at the character. You want to be able to feel that you
        have made the best character your GoP or RP model would suggest.

&gt;-Holly
&gt;

John Bertoglio

&gt;MUD-Dev: Advancing an unrealised future.




-- 
MUD-Dev: Advancing an unrealised future.

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00543.html">[MUD-Dev] Re: Character maintinence - expenditure of resources</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00546.html">[MUD-Dev] Re: PK and my "Mobless MUD" idea</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00538.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00687.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00545"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00545"><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] Re: Using HTML for a Mud character generator</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00578" HREF="msg00578.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Thu 14 May 1998, 17:16 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00574" HREF="msg00574.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Thu 14 May 1998, 13:33 GMT
</LI>
<LI><strong><A NAME="00680" HREF="msg00680.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Tue 19 May 1998, 01:40 GMT
</LI>
<LI><strong><A NAME="00538" HREF="msg00538.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Wed 13 May 1998, 17:22 GMT
</LI>
<LI><strong><A NAME="00545" HREF="msg00545.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Wed 13 May 1998, 18:50 GMT
</LI>
<LI><strong><A NAME="00687" HREF="msg00687.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Tue 19 May 1998, 04:46 GMT
<UL>
<LI><strong><A NAME="00732" HREF="msg00732.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 20 May 1998, 18:37 GMT
<UL>
<LI><strong><A NAME="00757" HREF="msg00757.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Thu 21 May 1998, 17:30 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00821" HREF="msg00821.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Mon 25 May 1998, 04:59 GMT
</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>