<?xml-stylesheet type="text/xsl" href="http://www.muddomain.com/raesanos/rss/rssstyles.xsl"?>
<rss version='2.0'   xmlns:dc='http://purl.org/dc/elements/1.1/'>
    <channel xml:base='http://www.muddomain.com/raesanos/'>
        <title><![CDATA[Raesanos : Activity]]></title>
        <description><![CDATA[Activity for Raesanos, hosted on MudDomain Social Network.]]></description>
        <generator>Elgg</generator>
        <link>http://www.muddomain.com/raesanos/</link>        
        <item>
            <title><![CDATA[Rae on ArmageddonMUD Videocast Episode 1]]></title>
            <link>http://www.muddomain.com/raesanos/weblog/138.html</link>
            <guid isPermaLink="true">http://www.muddomain.com/raesanos/weblog/138.html</guid>
            <pubDate>Fri, 25 Apr 2008 06:02:06 GMT</pubDate>
            <description><![CDATA[<p><span class="blog_post_source"><a href="http://feeds.feedburner.com/~r/mudreading/~3/277420692/rae-on-armageddonmud-videocast-episode-1">http://feeds.feedburner.com/~r/mudreading/~3/277420692/rae-on-armag</a></span></p> <p>I recorded a videocast where I talk about ArmageddonMUD.  Sanvean of Armageddon has been doing these for awhile and I decided to give it a shot.  In this episode (assuming I&#8217;m going to do more) I talk about setting up new staff members for the game and an interesting character I played years ago.</p><br />
<br />
	<p>Is there anyone else in the <span class="caps">MUD</span> community doing these?  I&#8217;d love to see videos like this about other games!</p><br />
<br />
	<p>It is split up into 3 YouTube videos and is about 22 minutes long:</p><br />
<br />
	<p><a href="http://www.youtube.com/watch?v=Wig1FZhqlow">Part 1/3</a><br /><br />
<a href="http://www.youtube.com/watch?v=9pUUF_VZ5Lg">Part 2/3</a><br /><br />
<a href="http://www.youtube.com/watch?v=pljNzdA8-0E">Part 3/3</a></p><br />
<br />
	<p>And there is a discussion of the videocast going on here:</p><br />
<br />
	<p><a href="http://www.zalanthas.org/gdb/index.php/topic,30603.0.html">Armageddon community discussion on the videocast</a></p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Easy Supply and Demand]]></title>
            <link>http://www.muddomain.com/raesanos/weblog/136.html</link>
            <guid isPermaLink="true">http://www.muddomain.com/raesanos/weblog/136.html</guid>
            <pubDate>Thu, 03 Apr 2008 21:43:44 GMT</pubDate>
            <description><![CDATA[<p><span class="blog_post_source"><a href="http://feeds.feedburner.com/~r/mudreading/~3/263582409/easy-supply-and-demand">http://feeds.feedburner.com/~r/mudreading/~3/263582409/easy-supply-</a></span></p> <p>A realistic economy is a goal of many <span class="caps">MUD</span>s.  Many of the benefits of a realistic economy can be created with very little work.</p><br />
<br />
	<p>Here is a simple supply and demand system.  Every time a player buys an item, increase its cost.  Every time a player sells an item, decrease its cost.</p><br />
<br />
	<p>Voila.  Supply and demand.  The system works well to make high-demand items expensive and extremely common items cheap.  There are just a few tweaks that would keep things working.</p><br />
<br />
	<p>Tweak the settings for how much the cost is effected by each purchase or sale.  You can&#8217;t assign the &#8220;right&#8221; values deterministically.  It depends on your playerbase&#8217;s size and behavior, and will change over time.</p><br />
<br />
	<p>Consider having the prices normalize gradually over time.  That way a surge of unusual activity will be offset sooner, and items that are bought but not sold (such as consumables) will not simply increase in price forever.</p><br />
<br />
	<p>Consider a minimum and maximum price.  EG, do not allow an item&#8217;s cost to change to 50% less or more than its original cost.  This is a good approximation of other factors not considered in the system and helps catch flukes before they cause a problem.</p><br />
<br />
	<p>To expand on the system a little, keep a multiplier for object types and materials, if you have them.  Start at 1.  Each time a player buys or sells an item, increase or decrease the multiplier (by a small fraction).  Have the multiplier effect all objects of that type or material.  Now, if silver longswords are in demand, the price of silver broadswords will increase as well.</p><br />
<br />
	<p>To expand on the system even more, keep these set of values separate for each city, region, or whatever granularity is appropriate for your game.  Then travelling to a region where an item is more rare will yield a better payoff.</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Adverbial Commands]]></title>
            <link>http://www.muddomain.com/raesanos/weblog/135.html</link>
            <guid isPermaLink="true">http://www.muddomain.com/raesanos/weblog/135.html</guid>
            <pubDate>Tue, 01 Apr 2008 15:24:22 GMT</pubDate>
            <description><![CDATA[<p><span class="blog_post_source"><a href="http://www.zalanthas.org/blogs/brideofson/archives/001414.html">http://www.zalanthas.org/blogs/brideofson/archives/001414.html</a></span></p> <p>Here's a sneak peak at something we're doing for Arm 2:</p><br />
<br />
<p>Currently commands are implemented to perform a specific action or skill in the game. Sometimes other uses or additional complexity that would provide more functionality need to be added to the commands. New commands are created, or command line switches added to access the added complexity. This pollutes the name space with single-use commands, or adds difficult to remember syntax, when the added behavior could be abstracted out to work in multiple other commands using a more natural approach.</p><br />
<br />
<p>Adverbial commands are commands that alter the functionality of existing commands. Most of the existing commands are 'verbs', directing user's characters what to do. Adverbial commands work like adverbial phrases in English, allowing the user to describe how they are doing an action, and providing coded benefits for doing so.</p><br />
      <p>A collection of adverbs would be put together based on multiple criterion: How many commands they make sense with, the amount of complexity reduction they will provide, and the clarity and ease of use they hold for the player base. Each individual command would define what adverbs it supports. Using the adverbs provide coded modifiers or affects to the execution or results of the command for that single execution. Further commands which set the person into a 'mode' of behaving could still be done.</p><br />
<br />
<p>The intention of this is not to remove one-word commands that make sense (such as whisper and sneak), but rather allow a greater flexibility in describing your actions, as well as providing coded benefits to a wider variety of commands without having to come up with a command name that exactly fits the intention of the command.</p><br />
<br />
<p><b>Example Adverbial Commands</b></p><br />
<br />
<p>Some examples of adverbial commands and how some commands might respond to them follows.</p><br />
<br />
<p>quietly -- Used in speech related commands, lowering the volume of the speech. Lowering the volume of speech affects how well it could be heard in loud areas, listening skill checks, and if it carries to other rooms. Existing commands such as 'whisper' can be set up as an alias to 'quietly tell'. This could also be used in movement, such as "quietly go east (moving through the shadows)", allowing for a one room sneak. Other possibilities: Opening a door, picking up an item, starting an attack or drawing a weapon.</p><br />
<br />
<p>loudly -- Inverse of quietly, raises the volume of speech related commands. One might need to use this to be heard over others, or in a loud bar. Someone might catch only part of your say, or just an emote that your speaking but it's too loud unless you use this. This could be optionally used as a way to shout rather then the shout command. Other possibilities: Loudly moving to make your presense known, loudly attacking perhaps drawing attention (or other combat effects), or loudly chanting at a critical point in a ritual.</p><br />
<br />
<p>repeatedly -- Keep trying to do something until you succeed (or you determine it's impossible for your skill). It increases the delay proportionately and gives you a highest possible random result on your skill check. This wouldn't be used on skills where failure can result in a bad outcome. Possible uses include: Picking a lock, and searching a room.</p><br />
<br />
<p>in &lt;language&gt; -- Shortcut to allow you to change your language for one speech command. Example: in pig-latin say hello. This might be used in casting, or other communications such as psionics, or writing.</p><br />
<br />
<p>quickly -- Decreases the delay for the skill, but reduces your chance of success. Normally a master in a skill can ignore menial tasks involving the skill. If time is of the essence, they can try and do it quickly, and it increases the difficulty of the task. Possibilities include: drawing a weapon, attacking, shooting, kicking, disarming, getting an object, stealing, casting a spell, climbing, moving instead of run, mounting, or foraging.</p><br />
<br />
<p>slowly -- Increases the delay for the skill, but increases your chance of success. This should only be possible in a non-stressful situation, but the idea is you take your time doing it to reduce the difficulty of the task. Pretty much the inverse of quickly, this can be applied to many of the same commands. Possibilites include: moving, poisoning, casting a spell, stealing, climbing, crafting, picking a lock, stealing an item, foraging or shooting.</p><br />
<br />
<p>ineptly, poorly, adeptly, expertly -- Purposefully degrade your ability in a skill for one performance of it. Removes any chance of skill gain from failure, but can be used as a role play tool. Depending on your actual ability in the skill, you may not be able to use higher levels. You can't use this to increase your skill beyond your current ability. Other possibilities include: Taking a payoff to ineptly guard your boss one time, to downplay one's combat skills, or basically charade. Should give viewers an opposed check to see if they notice the deception.</p><br />
<br />
<p>exclusively -- Specify that you are looking for a specific result, like with forage. Example: exclusively forage for a golden skull.</p><br />
<br />
<p><b>Syntax</b></p><br />
<br />
<p>The general syntax for adverbial commands is:</p><br />
<br />
<p>    Syntax: &lt;adverb&gt; &lt;command&gt; (pre-how emote) [post-how emote] &lt;body&gt;</p><br />
<br />
<p>Some Adverbial Commands might take arguments themselves (for instance 'in' takes the language to speak in), and would require slightly altered syntaxes.</p><br />
<br />
<p><b>Output</b></p><br />
<br />
<p>Each command will decide if it makes sense to show the adverbs used in the output for the command. For instance, 'quietly say' might echo 'You quietly say...' Alternatively, some might not be shown unless some condition is met, such as noticing someone trying to fake poor skill. Others may never show in the output for the command.</p><br />
<br />
<p><b>Implementation</b></p><br />
<br />
<p>An 'AdverbialCommand' will be created which will take the name of the adverb to set on the command. Commands that want to intercept an adverb will add a public boolean instance property (getter/setter) for it. When an AdveribialCommand is told to run, it will re-interpret the remaining arguments as a new command. Assuming it gets a new command back, it will use introspection to set the adverb as being used. It will then schedule the new command to run and exit. The new command will have to decide what the result is of the adverb on the command.</p><br />
<br />
<p>If the command does not have a public property for the adverb, the default behavior will be to give an error message 'You may not  , try using command-emotes (see help command emotes)'.</p><br />
<br />
<p>So, if a Command wants to handle the 'slowly' adverb, it will add a 'private boolean slowly;' and an appropriate getter and setter for it. The slowly adverbial command will check to see if the command has a boolean setter for the 'slowly' property, and set it to true. When the command is run, it will determine what 'slowly' means for it.</p><br />
<br />
<p><b>Strict/Permissive Error Handling</b></p><br />
<br />
<p>There should be a user setting which allows the user to not get told if the command doesn't support a specific adverb, give a warning, but go ahead and do the command anyways.</p><br />
<br />
<p><b>Multiple Adverbial Commands</b></p><br />
<br />
<p>Multiple adverbial commands could be combined (for instance, 'in pig-latin quietly say hello'), depending on how this is implemented. If so the system would need to watch for opposing adverbs (quietly vs. loudly, quickly vs. slowly). One solution to this is to have each adverb maintain a list of 'unacceptable' other adverbs that it'll turn off if found.</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Hiring for MUDs]]></title>
            <link>http://www.muddomain.com/raesanos/weblog/133.html</link>
            <guid isPermaLink="true">http://www.muddomain.com/raesanos/weblog/133.html</guid>
            <pubDate>Sat, 08 Mar 2008 22:39:32 GMT</pubDate>
            <description><![CDATA[<p><span class="blog_post_source"><a href="http://feeds.feedburner.com/~r/mudreading/~3/248081054/hiring-for-muds">http://feeds.feedburner.com/~r/mudreading/~3/248081054/hiring-for-m</a></span></p> <p>I&#8217;ve noticed that for the last person we hired for Armageddon and for the last person we hired at work, the process was nearly identical.  In both cases it was for a developer position.  Our process is to say that we are hiring, receive applications with a certain type of information, choose some people to come in for interviews, have interviews that ask the same questions, then send a few offers.</p><br />
<br />
	<p>What are the differences, though?  That is the part that I find interesting.</p><br />
<br />
	<h3>Supply and Demand</h3><br />
<br />
	<p>In the software world, startups and new, exciting companies usually get a lot of attention from job-seekers.  There is the chance to learn new and exciting technologies, having a fully stocked soda fridge and expresso machine, and of course the possibility of stock options making you a quick fortune.</p><br />
<br />
	<p>In the <span class="caps">MUD</span> world, new <span class="caps">MUD</span>s are the ones that have to try their damnedest to bring on new staff.  <span class="caps">MUD</span> forums are always full of posts about the need for coders or builders for a fresh <span class="caps">MUD</span>.  Why is this?</p><br />
<br />
	<p>First, new <span class="caps">MUD</span>s have a low success rate.  As a hobby, it is very possible that not enough volunteers will be rounded up.  Even if the game gets off the ground, its very hard to reach the critical mass where you have enough players for the playerbase to not just disappear during a lull.  For <span class="caps">MUD</span> administration talent, its a risky move to invest in such a <span class="caps">MUD</span>, and many talented folks are more interested in starting their own project.</p><br />
<br />
	<p>Most <span class="caps">MUD</span>s that are already established hire from within.  Players of a <span class="caps">MUD</span> are usually very interested in joining the staff of their favorite <span class="caps">MUD</span>, so the game staff can remain sufficient even with a fairly high churn.</p><br />
<br />
	<p>What can we learn from this?  If you are starting a new <span class="caps">MUD</span>, be ready to hire through networking rather than forum posts.  However, you should take some lessons from the software industry.  Make your <span class="caps">MUD</span> an appealing place to work.  For coders, advertise what cool new technologies you employ.  For builders, make sure you have some unique features that are of interest.  The competition is fierce, so make sure you answer the question: &#8220;Why is it more fun to work on this <span class="caps">MUD</span>?&#8221;</p><br />
<br />
	<p>For established <span class="caps">MUD</span>s:  Be picky.  You probably have a boatload of players who want to help out.  Look at the entire pool of potential staff and take the time to really get to know people and their qualifications.  We used to hire by invitation, but hiring by an application process has let us consider highly qualified potential staff that had been flying under our radar in the past.</p><br />
<br />
	<h3>Celebrity Founders</h3><br />
<br />
	<p>Every heard of <a href="http://pownce.com/">Pownce</a>?  It is a <a href="http://twitter.com/">Twitter</a> like site.  Why do I know about it?  Only because one of the original founders was known for his involvement in <a href="http://digg.com/">Digg</a>.  The world of software entrepreneurship has celebrities.  Companies started by such a person get a lot of attention, both by users and by potential employees.</p><br />
<br />
	<p>This doesn&#8217;t seem to happen with <span class="caps">MUD</span>s.  New <span class="caps">MUD</span>s are likely to come from an average Joe, or an established group making a new <span class="caps">MUD</span> that does not need to establish a new staff.</p><br />
<br />
	<p>Why is this?  First, there seems to be a stigma surrounding leaving your <span class="caps">MUD</span> to go make a new one.  You would be seen as abandoning your friends there.  In the business world, people coming and going is simply a way of life and (usually) no offense is taken.  This is infinitely worse if you try to recruit some of your talented friends to get the new project going.  Talent poaching is highly frowned upon in the <span class="caps">MUD</span> world, even on a small scale.  Lastly, people have a strong sense of loyalty to their <span class="caps">MUD</span>s.  Even if the previous problems didn&#8217;t exist, few people want to embark on such a project.</p><br />
<br />
	<p>Further, the <span class="caps">MUD</span> world doesn&#8217;t seem to have celebrities in the community as a whole.  <span class="caps">MUD</span> administrators are often seen as celebrities in their own game, but players from other games will likely never of heard of them.</p><br />
<br />
	<p>One way I&#8217;d like to mitigate this is to promote a more far-reaching <span class="caps">MUD</span> community.  More networking and awareness of what is going on in other <span class="caps">MUD</span>s would help anyone who is trying to hire.</p><br />
<br />
	<p>I don&#8217;t think I&#8217;d want to promote higher staff churn.  I think the comradery and loyalty that <span class="caps">MUD</span> staffs have is a good thing, overall.</p><br />
<br />
	<p>When you are hiring for a <span class="caps">MUD</span>, make sure to ask what a person&#8217;s accomplishments are, in and out of the <span class="caps">MUD</span> community.  They probably don&#8217;t have 4 or 5 <span class="caps">MUD</span>s under their belt, but what they say should be interesting.</p><br />
<br />
	<h3>Expectations</h3><br />
<br />
	<p>The last difference between real-job hiring and <span class="caps">MUD</span> hiring that I&#8217;ll discuss is expectations.  On both sides of the table.</p><br />
<br />
	<p><span class="caps">MUD</span>s are usually a volunteer effort.  A staff member&#8217;s value is related to how many hours they choose to volunteer.  Its obvious that someone who can devote 20 hours a week to a <span class="caps">MUD</span> is a great potential helping hand.  Someone who has no time to help, no matter how qualified, is probably not going to get hired.</p><br />
<br />
	<p>If someone gets hired onto a <span class="caps">MUD</span>, then produces less work than is expected of them, this is usually not a big loss.  They can linger on as an occasional helper.  If they produce no work whatsoever, or completely disappear, they can be taken off the staff list quietly with no incident.</p><br />
<br />
	<p>In the world of business there is no such notion. A hire who is not as effective as needed is a major problem.  They&#8217;re still around every day and drain resources without giving back.</p><br />
<br />
	<p>This difference leads to less sense of risk and lower expectations in <span class="caps">MUD</span> hiring.</p><br />
<br />
	<p>This is a good thing.  Staff can be hired with a risk that they won&#8217;t work out.  Some of these people might turn out great, and if not, the loss is not unbearable.  Hires that are an active problem can be dealt with quickly.  Be ready to take risks (if there is some reason to think the person may turn out very good) and pay attention to newer staff to see how the risk is paying off.</p><br />
<br />
	<p>On the other side of the table, <span class="caps">MUD</span> players often expect that working on a <span class="caps">MUD</span> will be far more fun than a real job would be.  Well, this is probably true, but occasionally there are unenjoyable parts of the job.  Any reasonable interviewee for a paid job is ready for this, but far fewer <span class="caps">MUD</span> players are.  Set expectations early.  If someone gets scared by the thought of building an item that someone else designed for them, or talking to a player who has been misbehaving, they probably aren&#8217;t a good resource overall.</p><br />
<br />
	<p>That&#8217;s all for today.  As always I&#8217;ll leave an open question on the table.   What is your best and/or worst hiring experience?  From the perspective of either a employer or interviewee.  Doesn&#8217;t need to be <span class="caps">MUD</span> related, but if it isn&#8217;t, how might the situation have been different if it was a <span class="caps">MUD</span> hiring?</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Dear Domino, Issue II]]></title>
            <link>http://www.muddomain.com/raesanos/weblog/132.html</link>
            <guid isPermaLink="true">http://www.muddomain.com/raesanos/weblog/132.html</guid>
            <pubDate>Mon, 03 Mar 2008 23:34:51 GMT</pubDate>
            <description><![CDATA[<p><span class="blog_post_source"><a href="http://www.zalanthas.org/blogs/brideofson/archives/001413.html">http://www.zalanthas.org/blogs/brideofson/archives/001413.html</a></span></p> <p>Dear Domino,</p><br />
<br />
<p>Will you please give a basic rundown of the commonly known worldwide animals and plants, at least so far as they're decided upon thus far? Failing that, can you tell us which flora and fauna will likely make the transition to 2.arm from 1.arm, and give us a couple new highlights?</p><br />
<br />
<p>Tisiphone</p><br />
      <p><br /><br />
<b>Domino says:</b></p><br />
<br />
<p>This is a project that Vanth and I started to tear through a few months ago, but we put it on hold until the areas themselves are built. I'd estimate it as about 50% done, and I'm looking forward to a time when I can pick it back up.</p><br />
<br />
<p>Almost all of the herbs and plants that currently exist will be making the transition to Armageddon 2.0, with some alterations to the names and properties of some of them so that we can do away with any IP infringements. Most if not all of them will be fleshed out in regards to possible uses and the folklore surrounding them, and it's likely that they won't act the same way they did in Armageddon 1.0. There are literally hundreds of herb and plant items, and many more will be added as we make sure that each herb has a plant, and vice versa. I would also like to ensure that every plant has a way for PCs to reproduce it, whether by taking a cutting of it, planting seeds, or for the more exotic varieties, something else entirely. Purely "decorative" plant objects should be a thing of the past.</p><br />
<br />
<p>Since literacy will be far more common in Armageddon 2.0, I'm hoping to create IC documentation for players to pursue ingame. The most commonly well-known plants will probably be listed in the OOC documentation, but I want to include some extras for those who want to study the subject ICly, while leaving plenty of room for experimentation and further learning. Imagine reading some bit of folklore about a rare herb that only grows in the high mountains and is sacred to the fuzzy-wuzzies, then sending out an expedition to discover it and experiment with its properties, eventually finding out through trial and error that it's the only known cure to the deadly kankblotch plague - then writing your findings in a book and selling it, forever immortalized as the one who made the discovery. That kind of thing is what I want to make possible.</p><br />
<br />
<p>The same goes for animals, to a large extent. Just as the herbs, all of them have their own separate wiki page with a list of fields to fill out, detailing their habits and habitat. The most common ones will get a blurb in the OOC documentation, and the more detailed folklore and habits should be discoverable IC. I'm not alone in wanting to ensure that each animal type has a place in the overall food chain, and that the food chains for each areas make sense and can be observed and reported by PCs in the game.</p><br />
<br />
<p>More of the animals in 2.0 had to be dropped due to IP conflicts, but there is a slew of new ones, including a few rare creatures that existed in Armageddon 1.0's database but weren't brought into common play for one reason or another. Mounts in particular I'm really looking forward to fleshing out, as we have a host of new types, each of which will be ideal for certain situations and poor choices for others. There will be no "super-mount" like the kank was (may they rest in peace), but there will probably be a couple "average" mounts that can handle most terrain types and situations - just not as well as another more specialized mount might.<br /><br />
</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Three-Space]]></title>
            <link>http://www.muddomain.com/raesanos/weblog/125.html</link>
            <guid isPermaLink="true">http://www.muddomain.com/raesanos/weblog/125.html</guid>
            <pubDate>Tue, 12 Feb 2008 04:55:30 GMT</pubDate>
            <description><![CDATA[<p><span class="blog_post_source"><a href="http://feeds.feedburner.com/~r/mudreading/~3/233546891/three-space">http://feeds.feedburner.com/~r/mudreading/~3/233546891/three-space</a></span></p> <p>Approximating three-dimensional space is an interesting challenge in a text-based game.  It is very easy to create a simple, sufficient model.  Complications run the risk of confusing players and piling on the work for builders.  I&#8217;m going to look at a few approaches, their advantages and disadvantages, and talk about an idea that I haven&#8217;t seen used.</p><br />
<br />
	<p>The standard <span class="caps">MUD</span> approach is to use weight as its only measure of not only weight, but also size.  The capacity of a container is judged by how much weight it can contain, and a character&#8217;s encumbrance is simply their total carry-weight versus a maximum, generally derived from their various attributes.</p><br />
<br />
	<p>This works well in general, and is conveniently simple, but there are a few cases that throw this system off.</p><br />
<br />
	<p>First, object shape is not taken into account.  In my experience long, skinny objects cause the most weirdness, as the game mechanics don&#8217;t see any reason to protest putting a spear in a belt pouch.</p><br />
<br />
	<p>Second, objects that vary wildly in density can cause confusion.  If a player has a bag that can carry an entire wardrobe of silk they may be suddenly confused when a 7 pound sword cannot fit inside.</p><br />
<br />
	<p>I have seen a few attempts to solve the size problem.  The simplest is a single &#8220;size&#8221; field, separate from weight, that is then used instead of weight when determining the amount of space taken up in a location or container.  This works well enough as it represents density, but it does not help our spear scenario.</p><br />
<br />
	<p>In some cases further size fields are added.  In the next step we start to approximate each object as a geometric shape.  With two fields, width and length, you effectively consider every object a cylinder.  This works well: it is able to represent those troublesome spears, and a cylinder with equal length and width is sufficient for less exotically shaped objects.</p><br />
<br />
	<p>The other approach I&#8217;ve seen is including a height, width, and length: a cube.  In terms of <span class="caps">MUD</span>s, the difference between this and the cylinder representation is not extremely great.  Generally the most important checks on size involve fitting objects through openings such a door or a chest&#8217;s lid.  Since such an opening is two dimensional, the smallest dimension does not play into the calculation.</p><br />
<br />
	<p>I haven&#8217;t seen an attempt to create any more complex representation of size and shape.  Allowing an object to be one of various geometric shapes would be maddening for a builder, much less do any calculations with, and the advantages of this level of simulation are unclear.</p><br />
<br />
	<p>I&#8217;d like to propose a different approach to shape and density.  I assume this is not a truly novel idea, but in my experience I haven&#8217;t seen it done in a <span class="caps">MUD</span>.  If you know of a <span class="caps">MUD</span> that does this I would be <em>fascinated</em>, so please leave a comment about it!</p><br />
<br />
	<p>Lets assume (as I always do) that we want to minimize builder effort and have extremely consistent objects in our game.  We will have size and weight, as they are both useful pieces of data, and we are going to use width and height for size, as this is a sufficient representation of shape for our purposes.</p><br />
<br />
	<p>The implied field is density.  Say we have an object that is 12 inches high, 6 inches wide, and weighs 3 pounds.  Approximating its shape as a cylinder, the object&#8217;s density is about .0088 pounds per cubic inch.  Every object will have a density, based on the builder-supplied height, width, and weight.</p><br />
<br />
	<p>An inconsistency has arisen, be it a subtle one.  Lets say two builders create iron swords.  They approximate the dimensions and weight as best they can, and each value seems appropriate.  However, the density for each object is different due to the natural deviation you would expect in such an approximation.  In reality, iron, as a substance, has a given density that does not vary so much.</p><br />
<br />
	<p>We can remove this inconsistency <em>and</em> reduce builder effort at the same time.  Assuming objects have a material type (most <span class="caps">MUD</span>s I&#8217;ve seen do) we can attach a density rating to each material type.  A quick look on Google shows me that the actual density of iron is around 	0.284 pounds per cubic inch, so lets use that.</p><br />
<br />
	<p>Now, we can figure out everything we need to know simply by asking the builder the height, width, and material of an item.  The weight can be determined automatically.</p><br />
<br />
	<p>Lets say I create a sword of height 3 feet, width 1 inch, and material iron.  A little math on the game&#8217;s part tells us that such an item should weigh eight pounds.  This is about what a three foot sword weighs in real life!</p><br />
<br />
	<blockquote><br />
		<p>36 * π * .5^2 * .284 = ~8</p><br />
	</blockquote><br />
<br />
	<p>This approach sounds good to me, and I&#8217;d love to see it used in the future.  I&#8217;ll leave an open question though: What <span class="caps">MUD</span> features might require a more complex representation of size, and how would it be done?</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[What's in a name?]]></title>
            <link>http://www.muddomain.com/raesanos/weblog/120.html</link>
            <guid isPermaLink="true">http://www.muddomain.com/raesanos/weblog/120.html</guid>
            <pubDate>Tue, 05 Feb 2008 22:15:31 GMT</pubDate>
            <description><![CDATA[<p><span class="blog_post_source"><a href="http://www.zalanthas.org/blogs/brideofson/archives/001412.html">http://www.zalanthas.org/blogs/brideofson/archives/001412.html</a></span></p> <p>Thinking up names is Serious Business.</p><br />
      <p>Domino: I need help thinking up names for the Adevari settlement.</p><br />
<br />
<p>Domino: because corada sounds like a beer.</p><br />
<br />
<p>Adhira: She needs a non-beer related name.</p><br />
<br />
<p>Morgenes: ok, how about: gihness</p><br />
<br />
<p>Adhira: Mor-gihness?</p><br />
<br />
<p>Domino: Grylsch.</p><br />
<br />
<p>Morgenes: or: buhdlyt</p><br />
<br />
<p>Vanth: Pahbzt</p><br />
<br />
<p>Shalooonsh [M40097]: Grylsch...</p><br />
<br />
<p>Morgenes: yes please</p><br />
<br />
<p>Xygax: Lesgihness, Morbass, Blactan</p><br />
<br />
<p>Vanth: High Nakin.</p><br />
<br />
<p>Domino: Xyngling.</p><br />
<br />
<p>Adhira: Ohhh Xyngling!</p><br />
<br />
<p>Morgenes: emgeedee</p><br />
<br />
<p>Vanth: D'Osekis.</p><br />
<br />
<p>Xygax: Never order a black&tan in front of an Irishman, also, if you'll pardon the seeming non-sequitur.</p><br />
<br />
<p>Domino: You guys are hopeless.</p><br />
<br />
<p>Morgenes: ya, Hope died a long time ago</p><br />
<br />
<p>Adhira: Call it Hope!</p><br />
<br />
<p>Xygax: Hefvisen</p><br />
<br />
<p>Adhira: Then it can be like a soap opera town.</p><br />
<br />
<p>Domino: that's actually the best idea I've heard so far. but doesn't really fit their history.</p><br />
<br />
<p>Morgenes: actually looks like Hope didn't die, she just quit playing around 1999</p><br />
<br />
<p>Morgenes: *misses having Hope leave the world of Armageddon*</p><br />
<br />
<p>Tiernan: Hope has forsaken Armageddon</p><br />
<br />
<p>Vanth: make it a 2-word name, like Gol Krathu or Vrun Driath.</p><br />
<br />
<p>Adhira: Haha. That's great.</p><br />
<br />
<p>Adhira: I like the 2-word name idea.</p><br />
<br />
<p>Morgenes: how do you know if you're old staff?</p><br />
<br />
<p>Domino: Now I just need to make a character named Hope.</p><br />
<br />
<p>Xygax: Wow, Hope was a (class edited out)</p><br />
<br />
<p>Morgenes: you remember Hope leaving Armageddon</p><br />
<br />
<p>Shalooonsh [M40097]: Grylsch-Schlaggah</p><br />
<br />
<p>Adhira: Mor Gihness</p><br />
<br />
<p>Xygax: In the (clan edited out)</p><br />
<br />
<p>Xygax: Which explains a lot.</p><br />
<br />
<p>Domino: "Hope has entered the world of Zalanthas in the Gladiator and Gaj tavern."</p><br />
<br />
<p>Morgenes: Moor Gihness</p><br />
<br />
<p>Domino: Hah, that's neat.</p><br />
<br />
<p>Xygax: Hope is a (edited out) woman.</p><br />
<br />
<p>Adhira: She sounds spooky.</p><br />
<br />
<p>Domino: Totally.</p><br />
<br />
<p>Xygax: I wish my dumb cstat code didn't smash keywords....  I should fix that.</p><br />
<br />
<p>Morgenes: apparently Hal didn't think much of her roleplaying</p><br />
<br />
<p>Xygax: I just typed "purge hope", and the game said "Ok."</p><br />
<br />
<p>Domino: Looon, you're my only hope. I need two-word names.</p><br />
<br />
<p>Morgenes: Ok</p><br />
<br />
<p>Domino: *grin*</p><br />
<br />
<p>Xygax: And then I typed it again, and the game said, "I don't know anyone or anything by that name."</p><br />
<br />
<p>Adhira: Hope was Crazy.</p><br />
<br />
<p>Shalooonsh [M40097]: Serious about the Grylsch-Schlaggah... or Omi-Yullara</p><br />
<br />
<p>Domino: Hope was wild.</p><br />
<br />
<p>Morgenes: Beh Eer</p><br />
<br />
<p>Xygax: Yager.</p><br />
<br />
<p>Shalooonsh [M40097]: Gol-Thryzdu</p><br />
<br />
<p>Domino: siiiigh.</p><br />
<br />
<p>Shalooonsh [M40097]: (if the thryzyn have anything to do with it)</p><br />
<br />
<p>Adhira: Vrun Hope.</p><br />
<br />
<p>Adhira: It's an elven settlement, </p><br />
<br />
<p>Adhira: Maybe your delves!</p><br />
<br />
<p>Adhira: Vrun Elan.</p><br />
<br />
<p>Vanth: Dar Hopa</p><br />
<br />
<p>Shalooonsh [M40097]: DOH... Adevari, right!   Ha!</p><br />
<br />
<p>Morgenes: Darth Chad</p><br />
<br />
<p>Shalooonsh [M40097]: okay, let me grind something out, gimme a minute, in scene here</p><br />
<br />
<p>Adhira: Or just Elan.</p><br />
<br />
<p>Adhira: That's classy - it has Elan.</p><br />
<br />
<p>Vanth: Hopa Vari.</p><br />
<br />
<p>Shalooonsh [M40097]: Abi'situn could work (Dusk of the Land)</p><br />
<br />
<p>Domino: We're probably going to do away or mostly away with the (edited out), though.</p><br />
<br />
<p>Vanth: Elan Vari.</p><br />
<br />
<p>Xygax: Beerbelly</p><br />
<br />
<p>Domino: I want something that sorta translates into "we're tough motherfuckers, and we've survived the worst, and this place is our rock to cling to."</p><br />
<br />
<p>Domino: So, uh, fit that into two words.</p><br />
<br />
<p>Morgenes: kehgger</p><br />
<br />
<p>Domino: Perfect.</p><br />
<br />
<p>Adhira: Jager Meister</p><br />
<br />
<p>Vanth: Deh Waryurz.</p><br />
<br />
<p>Morgenes: Kanking Heroes</p><br />
<br />
<p>Domino: I'm seriously tempted to blog all this for the players.</p><br />
<br />
<p>Morgenes: Serenity</p><br />
<br />
<p>Vanth: Deh Ayteem.</p><br />
<br />
<p>Vanth: you should.</p><br />
<br />
<p>Morgenes: Mehk Guyer</p><br />
<br />
<p>Tiernan: The Chad is Rad</p><br />
<br />
<p>Domino: Someone duct tape Morgenes.</p><br />
<br />
<p>Shalooonsh [M40097]: Jee eye Joh</p><br />
<br />
<p>Vanth: Bee Esgee</p><br />
<br />
<p>Domino: Dude.</p><br />
<br />
<p>Tiernan: Koh Brawr</p><br />
<br />
<p>Domino: And then I can have an NPC named Jinx.</p><br />
<br />
<p>Morgenes: Bee Esgee Ray Zoor</p><br />
<br />
<p>Morgenes: oh, I know, call it Chuck</p><br />
<br />
<p>Domino: Elan sounds like a possibility.</p><br />
<br />
<p>Morgenes: oooh, or Bob</p><br />
<br />
<p>Morgenes: Planet Bob</p><br />
<br />
<p>Vanth: Bayoh Bob.</p><br />
<br />
<p>Tiernan: What are we making up names for again?</p><br />
<br />
<p>Morgenes: Degobah</p><br />
<br />
<p>Vanth: the Adevari settlement.</p><br />
<br />
<p>Tiernan: Like NPC names or what?</p><br />
<br />
<p>Domino: It's in the northwest tablelands.</p><br />
<br />
<p>Domino: nah, the settlement itself.</p><br />
<br />
<p>Domino: The original name sounds like a beer.</p><br />
<br />
<p>Vanth: the settlement name itself, it was Coruna, then Corada, but they both sound too much like Corona.</p><br />
<br />
<p>Domino: Corona. I mean, Corada.</p><br />
<br />
<p>Morgenes: Coruscant</p><br />
<br />
<p>Tiernan: Whatever you do, avoid apostrophes</p><br />
<br />
<p>Morgenes: Adevaria</p><br />
<br />
<p>Tiernan: Nothing worse that trying to talke about M'Rhgf'hgashs'hgashd'-smith</p><br />
<br />
<p>Vanth: that sounds like an Iron Realms game.</p><br />
<br />
<p>Domino: Planned to avoid em, yeah. Thinking of going with a two-word name though.</p><br />
<br />
<p>Tiernan: Helm's Deep</p><br />
<br />
<p>Tiernan: Oh wait, LotR</p><br />
<br />
<p>Domino: Everyone will shorten it to one name anyway.</p><br />
<br />
<p>Vanth: Ade Lehmon.</p><br />
<br />
<p>Morgenes: use a name generator, there's plenty out htere</p><br />
<br />
<p>Domino: Are there any "allundean" words that translate to "refuge"</p><br />
<br />
<p>Shalooonsh [M40097]: yes</p><br />
<br />
<p>Domino: yeah, and they all suck, but it's a possibility</p><br />
<br />
<p>Vanth: there's an allundean lexicon?</p><br />
<br />
<p>The inordinately young-spirited Shalooonsh [M40097] sends:<br /><br />
     "I'll fire you a list of good ones in a moment here"</p><br />
<br />
<p>Tiernan: Milliways</p><br />
<br />
<p>Domino: awesome</p><br />
<br />
<p>Shalooonsh [M40097]: not a whole lexicon, but I believe refuge/safety are covered in the Sun Runner docs, if not I'll configure something</p><br />
<br />
<p>Morgenes: <a href="http://nine.frenchboys.net/country.php">http://nine.frenchboys.net/country.php</a></p><br />
<br />
<p>Domino: whoa, morgenes rocks.</p><br />
<br />
<p>Domino: Definitely staying away from 'B' names</p><br />
<br />
<p>Morgenes:  Utul Marsunas</p><br />
<br />
<p>Morgenes: Iteos Ursor</p><br />
<br />
<p>Tiernan: Nydia</p><br />
<br />
<p>Relleu: that was a weird point in the conversation for me to log in... nine frenchboys.net... definitely staying away from B names!</p><br />
<br />
<p>Tiernan: I googled "latin refuge" and got this hit:</p><br />
<br />
<p>Tiernan: Nydia : NIH-de-yuh : latin "refuge"</p><br />
<br />
<p>Domino: Neat.</p><br />
<br />
<p>Adhira: Wai Tangi</p><br />
<br />
<p>Tiernan: The Chronicles of Nydia</p><br />
<br />
<p>Domino: Good point</p><br />
<br />
<p>Domino: But that would be kinda fun, roll up a scribe</p><br />
<br />
<p>Relleu: I knew a Nidia in school, and I had a Nithia as a student</p><br />
<br />
<p>Domino: Write 'the chronicles of Nydia' and stick it in a library.</p><br />
<br />
<p>Vanth: Ombaal is the (info edited out).</p><br />
<br />
<p>Domino: That's a neat one.</p><br />
<br />
<p>Vanth: and Sejah is (edited out).</p><br />
<br />
<p>Vanth: alternate spelling of Ombaal in same docs is Oombaal</p><br />
<br />
<p>Shalooonsh: in game it's typically Oombaal</p><br />
<br />
<p>Domino: Actually, access to the d-elf tribal documents would be a huge help in writing the Adevari docs, because I want to pull in flavor from all of them, as well as from some of the human tribes, to make up one comprehensive whole.</p><br />
<br />
<p>Domino: A huge mish-mash of previous arm culture, shaken and stirred.<br /><br />
</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[More than MUDs]]></title>
            <link>http://www.muddomain.com/raesanos/weblog/119.html</link>
            <guid isPermaLink="true">http://www.muddomain.com/raesanos/weblog/119.html</guid>
            <pubDate>Thu, 31 Jan 2008 03:08:20 GMT</pubDate>
            <description><![CDATA[<p><span class="blog_post_source"><a href="http://feeds.feedburner.com/~r/mudreading/~3/226277456/more-than-muds">http://feeds.feedburner.com/~r/mudreading/~3/226277456/more-than-mu</a></span></p> <p>I ended up reading <a href="http://kooneiform.wordpress.com/">this fine blog</a> due to a link from a commenter on this site, and from there started exploring various other types of &#8220;Interactive Fiction&#8221; (IF), that being a general term for the type of games that includes <span class="caps">MUD</span>s.</p><br />
<br />
	<p>Its interesting just how isolated the <span class="caps">MUD</span> community is.  Really, I have had almost no experience with the other types of IF.</p><br />
<br />
	<p>For example, I didn&#8217;t even know what a <a href="http://en.wikipedia.org/wiki/Roguelike">roguelike</a> is until I started playing <a href="http://roguelikefiction.com/">Legerdemain</a>, which was a fantasticly novel experience for me.  To a <span class="caps">MUD</span>der, this is a graphical, single-player <span class="caps">MUD</span>.  Graphical only in that there is a colorful ascii representation of your world, and <span class="caps">MUD</span>-like only in the similiar set of text-based commands.  The biggest draw was the way exploration works, and I only stopped playing when the difficulty started wearing me down.  I doubt this will be my last run-in with roguelikes.</p><br />
<br />
	<p>Of course, the type of IF that everyone is familiar with is games like <a href="http://en.wikipedia.org/wiki/Zork">Zork</a> (basically a single-player, turn-based <span class="caps">MUD</span>), which I did enjoy greatly at some time long past. What&#8217;s interesting is that there is still a community for this and new games that are released.  And I, someone who has dedicated years of my free time to games that are effectively the same thing, have played none of them.</p><br />
<br />
	<p>Assuming I&#8217;m not simply daft and that the separation of these communities extends beyond my own personal ignorance, my first response to it is that this is a problem.  I want to see communities for lovers of all forms of interactive fiction.  If there are any, I want to see what they&#8217;re like and why I haven&#8217;t heard of them.  If there are not, I want to take a shot at creating one.</p><br />
<br />
	<p>Getting my feet wet in the roguelike world seems like a good start.  I&#8217;m thinking about writing my experience on this site, but I don&#8217;t have a good feel for if my readers would be interested in hearing about it, since its not <span class="caps">MUD</span>-related.  But I do think you should be interested!  Are you?</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Tyleki Changes]]></title>
            <link>http://www.muddomain.com/raesanos/weblog/118.html</link>
            <guid isPermaLink="true">http://www.muddomain.com/raesanos/weblog/118.html</guid>
            <pubDate>Mon, 28 Jan 2008 01:24:41 GMT</pubDate>
            <description><![CDATA[<p><span class="blog_post_source"><a href="http://www.zalanthas.org/blogs/brideofson/archives/001411.html">http://www.zalanthas.org/blogs/brideofson/archives/001411.html</a></span></p> <p>Based on the feedback from everyone we've made some changes to Tyleki, from how it was when we <A href="http://www.zalanthas.org/blogs/brideofson/archives/001396.html">first announced it.</A></p><br />
<br />
<p>We've gotten rid of the mindbenders, they're simply outlawed from Tyleki and discovery of one will either result in its death (if the person dealing with it is confident their militia can take it down and that the person actually is a mindbender) or exile (if they're uncertain they can take it on or if they're uncertain it truly is a mindbender). They aren't trusted or accepted by normal people in Tyleki, although a good way to get rid of a competitor, if you can afford it, is to bribe a ruling family member and then accuse the person of being a mindbender.</p><br />
<br />
<p>However with mindbenders gone, we were left with trying to work out a way for the Tyleki ruling families to keep magickers under control. We had considered uniting the three militias into one force, as they'd be more effective that way, however the three separate militias seemed fairly popular. Instead we decided to have a special herb used in a tea that when drunk, limits the ability of a magicker to use their magick (doesn't negate it completely, but does make it more difficult). This herb will be foragable from where it grows, but specific details have yet to be worked out. The tea also has the side-effect of being extremely addictive and also causes changes in the person's physical appearance (which changes are yet to be determined) so that magickers have a harder time hiding.</p><br />
<br />
<p>Also there won't be widespread acceptance of magickers. Instead it will be up to players to decide their opinions on magickers, although most Tylekans would probably consider them to be dangerous to a degree with non-drugged magickers extremely dangerous.</p><br />
<br />
<p>This will help lower the tensions between the ruling families and ordinary citizens a bit as they won't appear to have super weapons pointed at each other.</p><br />
<br />
<p>Unrelated to the above, people were confused with this paragraph:<br /><br />
While only the Council can make laws, they cannot enforce the law and are instead reliant on the founding family guards to do this. In earlier times, the Council had more control over Tyleki. With the recent tension between the ruling families and the townspeople, the families have taken back much of the control from the actual Council.<br /><br />
In a ruling family there are two ways to gain power: become the family's leader or become the family's council representative. The power the Council representatives have within their family differs from family to family, but at their most powerful they have greater control then the family's leader.</p><br />
<br />
<p>The reason for this dual-power is because of a law was passed early in Tyleki history by the Council, that forbids the family leader from also being the Council's representative. This is fertile ground for tension between the leader and representative of a family. Sometimes the two have a power struggle for many years, other times one has dominated the other. In some family's this is more likely then in other family's, because of how the council represntative is chosen within a particular family.</p><br />
<br />
<p>A lot of other questions, comments and concerns were raised on Tyleki, however I'm not sure if this addresses them or not, so please ask again any questions you still have.</p><br />
<br />
<p>Oh and Ovirne from a previous post is a war hero ;)</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Top 10 ideas that probably won't make it in...]]></title>
            <link>http://www.muddomain.com/raesanos/weblog/117.html</link>
            <guid isPermaLink="true">http://www.muddomain.com/raesanos/weblog/117.html</guid>
            <pubDate>Fri, 25 Jan 2008 08:27:12 GMT</pubDate>
            <description><![CDATA[<p><span class="blog_post_source"><a href="http://www.zalanthas.org/blogs/brideofson/archives/001410.html">http://www.zalanthas.org/blogs/brideofson/archives/001410.html</a></span></p> <p>Just wanted to show you guys some examples of ideas we've kicked around but are ultimately not going to be in the game and why.</p><br />
<br />
<p>1) Approach: When we were working out how rooms would work in 2.0, we considered having to approach people and things in order to interact with them.  We decided that adding even more roundtime/lag would have more 'ick factor' than 'wow factor'.<br /><br />
2) Pirate Class: Blasted landlubbers made this idea walk the plank.<br /><br />
3) Wood mage: Djarjak has the idea of "A new mage type that manipulates plants and wood in the way that others manipulate stone or water. (the lost element) " but at this point we're focusing primarily on the elements found in 1.0.<br /><br />
4) The Quicksand Sea: This was to be the basis for the pirate class (Arr!).  Shalooonsh and I were going to place it smack dab in the middle of the world so you had to cross it to get anywhere *evil grin*.  Perhaps we made a tactical error in calling it "The Sucking Sea"<br /><br />
5) Messenger System: aka the Pony Express, NPCs and PCs would take jobs delivering messages between cities.  The presence of psionics and the departure of its proposer, Ashyom, left this idea in the dust.<br /><br />
6) The Gelid Chasm: Eniriah proposed an arctic area composed only of rock and ice.  While it was very creative, the consensus was it wasn't quite right for Zalanthas.<br /><br />
7) Broken Mountain: Naiona proposed an underground cavern area with a race of mutants descended from interbreeding of humans and elves.  This proposal suffered from endless "Brokeback Mountain" jokes.  Another 'cavern' settlement, Kalamoor, was approved instead.<br /><br />
8) Marsh Dwarves: Tlaloc proposed a new race based on the bald DS dwarf, but without a focus.<br /><br />
9) No Middle Class: Naiona proposed a system where almost everyone would be dirt poor with no chance of advancement, and "wealth in tiny amounts - with the average PC [having] little chance of ever achieving it".  This was eventually scrapped in favor of a player-driven economy.<br /><br />
10) Magick city: There were a couple of different proposals for cities that were not only accepting of magick, but entirely populated and ruled by magickers.  At this time, nothing like this is planned for implementation.</p>]]></description>
        </item>
        
    </channel>
</rss>