Oops. Fix the invitation and instructions

This commit is contained in:
Howard Abrams 2025-05-11 17:58:20 -07:00
parent 81a030cbf5
commit 977b327cc2

View file

@ -207,14 +207,231 @@ a { text-decoration-style: dotted }
</head>
<body>
<div id="content" class="content">
<div id="outline-container-orgb4e0b86" class="outline-2">
<h2 id="orgb4e0b86">page (or tell)</h2>
<div class="outline-text-2" id="text-orgb4e0b86">
<div id="outline-container-org5b02df7" class="outline-2">
<h2 id="org5b02df7">An Invitation to My New Game</h2>
<div class="outline-text-2" id="text-org5b02df7">
<blockquote>
<p>
“Great party, Shane,” you say as you grab your coat, “by the way, how did you meet the little person, and while we talked for some time, I cant remember his name.”
</p>
<p>
“I must have look over him, but all jokes aside, I didnt see him, so I cant help you. Must have been a friend of someone else,” Shane says finishing off his glass of wine.
</p>
<p>
“Huh. I would have thought the perfectly quaffed Vandyke and the blue-tinged hair on an older gentlemen would be pretty noticeable.” As you stumble home, you remember the ticket. Ah yeah, you have it, one entry ticket to <b>Wyldwood Bar</b>.
</p>
<p>
Even the description he gave you to get to this bar sounded wild. From the Gladstone city park, follow the red bandannas under the hawthorn trees…
</p>
</blockquote>
<p>
Sorry, I guess Im still in <i>memoir-writing-mode</i>, but I have an idea for a casual, <i>role-play heavy</i> RPG for us I call, <b>Sitting on Moss and Jumping in Puddles</b> where we play as either Fey denizens of this <i>Otherworld</i> or more normal fantasy characters, who tripped and landed in the middle of a <i>faery circle</i>, and now finds themselves outside time, caught at a tavern in a Feywild™ domain. Since I sent you this (or some brilliant person forwarded it to you), this might interest you.
</p>
<p>
Keep in mind that my idea is <i>different</i>.
</p>
<p>
You wont know anyones name (necessarily) and with the online interface Ive made, you wont even know which player is playing which character, and in fact, until a player actually introduces themselves, you may only know them as “blond-braided elf”. The goal (at least, at the beginning), is just to <i>role play</i>. My interface is sort of like two chat channels: one for the players and one for the characters.
</p>
<p>
Think of it as an extended Session Zero. After a bit (if we find it fun), I will start to add exploration, puzzles, and maybe combat.
The game is <i>ultra casual</i>, so you can drop in (and leave) any time you wish.
</p>
<p>
Does this sound fun? If so, start thinking of an interesting character you can use to entertain us all. You can log in any time you want to get a feel for the interface, and create a character (and you can create more than one character, so dont fear commitment). The portal to the Bar, however, will be open from 7 to 9pm PST on Monday (once you are in the bar, you can stay as long as you want).
</p>
<p>
While I am still planning on a bi-weekly game at my place, well play this game online weekly on either Monday or Tuesday evenings. I am basing the underlying rules on <i>Knave</i> (an overly simple OSR RPG), but the <i>interface</i> that Ive created will gloss over that, so nothing really to learn there.
</p>
<p>
The interface Ive programmed has an online help system and a tutorial to walk you through how to play, but what follows is a one page summary of how to use this game interface:
</p>
<p>
First, log in via <a href="https://www.howardabrams.com/cozy">https://www.howardabrams.com/cozy</a> and click the <b>Enter</b> button (if you would rather not use a web browser, you can install any MUD application, and connect to <code>howardabrams.com</code> and port <code>4000</code>). Next, create an account by typing:
</p>
<pre class="example" id="org7912d28">
create username password
</pre>
<p>
And just use your name for the <code>username</code> and swap out a more interesting password. You will then log into the system each time, by typing:
</p>
<pre class="example" id="org3142eee">
connect username password
</pre>
<p>
The first time you log in, you enter the character creator, a text-base wizard interface, where you can type <code>back</code> and <code>next</code> to answer prompts answering questions about your character. You will need to know the following:
</p>
<ol class="org-ol">
<li><b>Short Description,</b> like <i>beardless dwarf</i> or <i>tall, blond elf</i>, etc.</li>
<li><b>Set Gender</b> for pronouns: male, female, neutral or ambiguous.</li>
<li><b>Character&rsquo;s &ldquo;Pose&rdquo;,</b> like <i>smoking a pipe</i>, or just <i>smiling</i>. You will change this often, but if anyone looks around the area, they will see something like: <i>beardless dwarf smoking a pipe</i></li>
<li><b>Long Description</b> is a full description that if anyone looks particularly at your character, this is what they see.</li>
<li><b>Character&rsquo;s Name</b> is mostly for you to keep track of your characters.</li>
</ol>
<p>
Thats it for making a character. To play, you basically type commands. Again, the game has a tutorial for new characters to walk you through this process, but the key ones we will use for <i>role playing</i> include:
</p>
</div>
<div id="outline-container-orgb7a257a" class="outline-3">
<h3 id="orgb7a257a">say</h3>
<div class="outline-text-3" id="text-orgb7a257a">
<p>
Type <code>say</code> and a phrase to say something so that everyone in the area can hear that. Because we use this command so much, and we want to make the text to read more interesting, it has a number of <i>aliases</i>, including:
</p>
<ul class="org-ul">
<li><p>
<code>ask</code>, so that it may read:
</p>
<pre class="example" id="org95b44ce">
Beardless dwarf asks, “How are you?”
</pre></li>
<li><p>
<code>reply</code>, so it may read:
</p>
<pre class="example" id="org50ea7c8">
Tall, blond elf replies, “Well, and you?”
</pre></li>
<li><code>respond</code>, <code>yell</code>, and <code>scream</code>, are similar.</li>
<li><p>
<code>"</code> and <code>'</code> are shortcuts allowing you to type: <code>"Greetings</code> to have it read:
</p>
<pre class="example" id="orgeb08ec1">
Beardless dwarfless says, “Greetings”
</pre></li>
</ul>
</div>
</div>
<div id="outline-container-org496c73b" class="outline-3">
<h3 id="org496c73b">whisper</h3>
<div class="outline-text-3" id="text-org496c73b">
<p>
Allows you to say someone to a character that no one else will hear. So typing:
</p>
<pre class="example" id="org42c37d0">
whisper gnome = Hey there, wake up!
</pre>
<p>
Will only send the message to the character matching the short description, <i>gnome</i>.
</p>
</div>
</div>
<div id="outline-container-orgada1a06" class="outline-3">
<h3 id="orgada1a06">emote</h3>
<div class="outline-text-3" id="text-orgada1a06">
<p>
This command allows you to state anything else, you want. Essentially turning the chat channel into a bit of a novel. For instance:
</p>
<pre class="example" id="org3243328">
emote grins
</pre>
<p>
Will simply show:
</p>
<pre class="example" id="org169c238">
Beardless dwarf grins
</pre>
<p>
However, entering:
</p>
<pre class="example" id="org9d6e8c1">
From the corner of the room, /me walks over to /elf.
</pre>
<p>
Would read:
</p>
<pre class="example" id="org5dfd0e2">
From the corner of the room, beardless dwarf walks over to tall, blonde elf.
</pre>
<p>
Hrm. Maybe I should automatically add some articles.
</p>
<p>
Why use the <code>/me</code> and <code>/elf</code>? See the next command…
</p>
</div>
</div>
<div id="outline-container-org3d4bce6" class="outline-3">
<h3 id="org3d4bce6">recog</h3>
<div class="outline-text-3" id="text-org3d4bce6">
<p>
This command allows you to sort-of rename someone. For instance, if you knew the elfs name was Shasta, you could type
</p>
<pre class="example" id="org12b1c6d">
recog elf = Shasta
</pre>
<p>
and now the previous example would read:
</p>
<pre class="example" id="org4a7fd17">
From the corner of the room, beardless dwarf walks over to Shasta.
</pre>
<p>
But this would be a label for a character <i>only for you</i>. Others may have the Elf labeled only as <code>That bitch elf</code>.
</p>
</div>
</div>
<div id="outline-container-org9d9c92d" class="outline-3">
<h3 id="org9d9c92d">pub</h3>
<div class="outline-text-3" id="text-org9d9c92d">
<p>
Use this command to send a message to the <i>out-of-character public channel</i>. All logged in users receive these OOC messages, prefixed by your <i>username</i>, not your <i>character</i>.
</p>
<p>
Typing something like:
</p>
<pre class="example" id="orge9fe7a0">
pub Is anyone here yet?
</pre>
<p>
Might show a transcript like:
</p>
<pre class="example" id="org4f6e9a4">
[Public] howard: Is anyone here yet?
[Public] rick: Yeah. I just got here.
</pre>
<p>
Yes, for most client apps (including my web version), the <i>in-character</i> and <i>out-of-character</i> messages are interlaced. Not ideal, and Im going to see if I can do something about that.
</p>
<p>
I have more commands for getting and drinking Fey cocktails, and exhibiting their effects, but that should give you an idea of how this game will be played. Nope, no audio and no visuals, so feel free to put on your favorite Fey-inspired music and ambiance and casually role play with us.
</p>
</div>
</div>
<div id="outline-container-org13d44e2" class="outline-3">
<h3 id="org13d44e2">page (or tell)</h3>
<div class="outline-text-3" id="text-org13d44e2">
<p>
Like the <code>pub</code> command above, this allows you to talk to another player directly. I expect we will use this primarily for talking to the GM during the game session. For instance:
</p>
<pre class="example" id="org04b89bc">
<pre class="example" id="orgc635447">
tell howard I am here.
</pre>
@ -222,7 +439,7 @@ tell howard I am here.
And you might see:
</p>
<pre class="example" id="org386e2a4">
<pre class="example" id="orga4f4e91">
You paged howard with: 'I am here.'.
Account howard pages: Great.
</pre>
@ -237,5 +454,6 @@ Perhaps you should probably create an account with your <i>actual name</i>, so I
</div>
</div>
</div>
</div>
</body>
</html>