Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank TiddlyWiki, you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the ~TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
<<importTiddlers>>
<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<!--{{{-->
<div class='header' role='banner'>
  <div class='headerShadow'>
    <span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
    <span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
  </div>
  <div class='headerForeground'>
    <span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
    <span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
  </div>
</div>
<div id='mainMenu' role='navigation' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
  <div id='sidebarOptions' role='navigation' refresh='content' tiddler='SideBarOptions'></div>
  <div id='sidebarTabs' role='complementary' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea' role='main'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1, h2, h3, h4, h5, h6 { color: [[ColorPalette::SecondaryDark]]; }
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {
	background: -moz-linear-gradient(to bottom, [[ColorPalette::PrimaryLight]], [[ColorPalette::PrimaryMid]]);
	background: linear-gradient(to bottom, [[ColorPalette::PrimaryLight]], [[ColorPalette::PrimaryMid]]);
}
.header a:hover {background:transparent;}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected {
	color:[[ColorPalette::Foreground]];
	background:[[ColorPalette::Background]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard { background:[[ColorPalette::PrimaryPale]]; }
.wizard__title    { color:[[ColorPalette::PrimaryDark]]; border:none; }
.wizard__subtitle { color:[[ColorPalette::Foreground]]; border:none; }
.wizardStep { background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]]; }
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizardFooter .status a { color: [[ColorPalette::PrimaryPale]]; }
.wizard .button {
	color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];
}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {
	color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];
}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea { background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; box-shadow: 1px 2px 5px [[ColorPalette::TertiaryMid]]; }
.messageToolbar__button { color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none; }
.messageToolbar__button_withIcon { background:inherit; }
.messageToolbar__button_withIcon:active { background:inherit; border:none; }
.tw-icon line { stroke: [[ColorPalette::TertiaryDark]]; }
.messageToolbar__button:hover .tw-icon line { stroke: [[ColorPalette::Foreground]]; }

.popup {
	background: [[ColorPalette::Background]];
	color: [[ColorPalette::TertiaryDark]];
	box-shadow: 1px 2px 5px [[ColorPalette::TertiaryMid]];
}
.popup li a, .popup li a:visited, .popup li a:hover, .popup li a:active {
	color:[[ColorPalette::Foreground]]; border: none;
}
.popup li a:hover { background:[[ColorPalette::SecondaryLight]]; }
.popup li a:active { background:[[ColorPalette::SecondaryPale]]; }
.popup li.disabled { color:[[ColorPalette::TertiaryMid]]; }
.popupHighlight {color:[[ColorPalette::Foreground]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged { border: 1px solid [[ColorPalette::TertiaryPale]]; background-color: [[ColorPalette::TertiaryPale]]; }
.selected .tagging, .selected .tagged { background-color: [[ColorPalette::TertiaryLight]]; border: 1px solid [[ColorPalette::TertiaryLight]]; }
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation { background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer th, .viewer thead td, .twtable th, .twtable thead td { background: [[ColorPalette::SecondaryMid]]; color: [[ColorPalette::Background]]; }
.viewer td, .viewer tr, .twtable td, .twtable tr { border: 1px solid [[ColorPalette::TertiaryLight]]; }
.twtable caption { color: [[ColorPalette::TertiaryMid]]; }

.viewer pre {background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:alpha(opacity=60);}
/*}}}*/
/*{{{*/
body { font-size:.75em; font-family:arial,helvetica,sans-serif; margin:0; padding:0; }

* html .tiddler {height:1%;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}


a {text-decoration:none;}

.externalLink {text-decoration:underline;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
#mainMenu .tiddlyLinkNonExisting,
#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}


.header {position:relative;}
.headerShadow {position:relative; padding:3em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:3em 0 1em 1em; left:0; top:0;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard { padding:0.1em 2em 0; }
.wizard__title    { font-size:2em; }
.wizard__subtitle { font-size:1.2em; }
.wizard__title, .wizard__subtitle { font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em; }
.wizardStep { padding:1em; }
.wizardFooter { padding: 0.8em 0; }
.wizardFooter .status { display: inline-block; line-height: 1.5; padding: 0.3em 1em; }
.wizardFooter .button { margin:0.5em 0 0; font-size:1.2em; padding:0.2em 0.5em; }

#messageArea { position:fixed; top:2em; right:0; margin:0.5em; padding:0.7em 1em; z-index:2000; }
.messageToolbar { text-align:right; padding:0.2em 0; }
.messageToolbar__button { text-decoration:underline; }
.messageToolbar__button_withIcon { display: inline-block; }
.tw-icon { height: 1em; width: 1em; } /* width for IE */
.tw-icon line { stroke-width: 1; stroke-linecap: round; }
.messageArea__text a { text-decoration:underline; }

.popup {position:absolute; z-index:300; font-size:.9em; padding:0.3em 0; list-style:none; margin:0;}
.popup .popupMessage, .popup li.disabled, .popup li a { padding: 0.3em 0.7em; }
.popup li a {display:block; font-weight:normal; cursor:pointer;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {display: inline-block; position: relative; bottom: -0.7px; margin: 0 0.25em 0 0; padding:0.2em;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler { padding: 1em; }

.title { font-size: 1.6em; font-weight: bold; }
.subtitle { font-size: 1.1em; }

.missing .viewer, .missing .title { font-style: italic; }
.missing .subtitle { display: none; }

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagged li, .tagging li { margin: 0.3em 0; }
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation { padding: 0.5em 0.8em; margin: 0.5em 1px; }

.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable { border-collapse: collapse; margin: 0.8em 0; }
.viewer th, .viewer td, .viewer tr, .viewer caption, .twtable th, .twtable td, .twtable tr, .twtable caption { padding: 0.2em 0.4em; }
.twtable caption { font-size: 0.9em; }
table.listView { margin: 0.8em 1.0em; }
table.listView th, table.listView td, table.listView tr { text-align: left; }
.listView > thead { position: sticky; top: 0; }

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer pre {padding:0.5em; overflow:auto;}
pre, code { font-family: monospace, monospace; font-size: 1em; }
.viewer pre, .viewer code { line-height: 1.4em; }

.editor {font-size:1.1em; line-height:1.4em;}
.editor input, .editor textarea {display:block; width:100%; box-sizing: border-box; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0; padding-bottom:0;}

.fieldsetFix {border:0; padding:0; margin:1px 0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding: 0.3em 0.5em; display: inline-block;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel { display:none; z-index:100; position:absolute; width:90%; margin-left:3em; }
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
  #mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea { display: none !important; }
  #displayArea { margin: 1em 1em 0em; }
}
/*}}}*/
<!--{{{-->
<div class='toolbar' role='navigation' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
//Adrift in the Dream// is the second story that takes place in the eponymous [[setting]]. It's written by SandWolf, and included in [[Volume One]]. It introduces [[sailing]] boats, [[cordite ruby crystals]] for [[power generation]], and fleshes out the shared background of SandWolf and KantuckNadie.
They appear as people in bulky diving suits. They sound like falling water that bubbles and gargles. They "speak in poetry and metaphor", KantuckNadie states at one point, seeming perfectly capable of human feelings and even humor, despite their alien nature.

Aethereals are heavily implied to be natives of the dream, or at least to have been there long before [[humans]] and [[anthros]]. In open [[aether]], they appear as indistinct shadows swarming around a point of light. While among air-breathing creatures, their fluid-filled suits can exert considerable strength. The prequel story [[Prelude to a Dream]] establishes that it's for not just for their own protection, as the [[aether]]-based atmosphere they breathe can be deadly to other creatures, especially when pressurized.
The //Alice Queen// is an armed merchant owned and commanded by Captain [[James Blackbelly]], operating out of [[Bellawood Station]]. It secretly runs contraband to help raise funds for the defense of local populations besieged by pirates.

KantuckNadie and SandWolf transferred to the //Alice Queen// from the [[Grand O'Gal]], meeting ClaudeLeChat in the process. They also met navigator [[Penelope Pender]], who became a recurring character.
Ariel Crit is a raccoon inventor and pilot, who builds an airplane usable in the Dream just so he can keep flying the way he used to back on the alternate Earth he shares with ClaudeLeChat in their respective backstories.

In real life, Ariel is the online persona of a furry artist who contributed the cover art for the books, and stayed with the InkJerkers.
[[The dream]] contains, among other things, a couple of references to Babylon 5:

* the name of [[Sheridan Station]] (the two are otherwise very different);
* KantuckNadie's weapon of choice in [[stories]] after the first.
In the prequel story [[Prelude to a Dream]], Bellawood Station is a high-tech, well-appointed habitat with a shipyard to match. It's where KantuckNadie is made a captain and the [[crew]] acquires their own ship, the SpiritWalk.
The City of Milliers, a.k.a. Mille Ville for friends, is a roaming settlement built on a literal propeller island reminiscent of a huge mechanical sea turtle, and protected by a network of domes. It has numerous learning institutions, but also some industry; research of all kinds is a highly prized activity. It is also the port of call for several smaller ships.
Claude ~LeChat is the SpiritWalk's helmsman. He's described as a large Maine Coon who can inexplicably talk, stand upright and manipulate objects, using his dexterous forepaws. He wears the greatcoat and cap of a steamboat's officer, but doesn't really need them to stay decent. In combat he wields small flashbang grenades that also create a cloud of cat hairs.

In real life, Claude is the online persona of his creator, a founding member of InkJerkers. He happens to be a French speaker in real life (albeit non-native), hence a number of details from [[Riders of the Dream]].
Background: #fff5ee
Foreground: #2f4f4f
PrimaryPale: #87cefa
PrimaryLight: #1e90ff
PrimaryMid: #0000cd
PrimaryDark: #00008b
SecondaryPale: #fffacd
SecondaryLight: #ffe4b5
SecondaryMid: #d2b48c
SecondaryDark: #8b4513
TertiaryPale: #dcdcdc
TertiaryLight: #c0c0c0
TertiaryMid: #a9a9a9
TertiaryDark: #696969
Error: #fa8072
[[Preface]]
[[The dream]]
SpiritWalk
[[Dream of the Machine|https://nosycat.neocities.org/writing/machine-dreams.html]] is the fifth completed story. It offers a good view of [[Bellawood Station]], as well as the first glimpse of [[Whitewater]] (a port referenced offhand in the first story), along with introducing two of the military powers in the [[setting]]; there's a strong anti-imperial message.
The //Grand O'Gal// was an old ship, famous in its time, that was already old by the time of [[Prelude to a Dream]], and was sold by its owner Captain [[Scarlet Showmer]] (presumably to be scrapped) when the latter retired. She recommended KantuckNadie and SandWolf for a transfer to the [[Alice Queen]].
Ink Jerkers is a virtual writing circle founded by KantuckNadie, with ClaudeLeChat as the first member. After a couple of attempts, SandWolf provided a good home online for the nascent group, and [[more members|crew]] joined since. Our name stems from a pejorative term for bad writers used in the late 19th century. No, we don't take ourselves very seriously.

The original [[Ink Jerkers MUSH|http://inkjerkers.mushpark.com/]] remained a separate (and dormant) chapter.
Stated to be the largest landmass in the Dream, Ishimaki Island is home to a thriving, peaceful community. It's implied to be the SpiritWalk's port of call, but the main [[characters]] don't seem to spend much time there.
Captain James Blackbelly of the [[Alice Queen]] is a humanoid bengal tiger. He's extremely honorable and fair, and doesn't mind breaking the law to do what he thinks is right. Unusually, he came to the Dream from the outside, on a spaceship, so is more versed in high-tech than most. Like SandWolf, he has [[cybernetic implants]].
A secondary inspiration for [[Riders of the Dream]], Jules Verne's works are felt in few ways:

* the SpiritWalk having serrated ridges along its hull, like the more famous //Nautilus//;
* the [[City of Milliers]] being inspired by the novel //Propeller Island//;
* the overall tone and aesthetics of the [[setting]].

Ironically, neither setting features much steam power, despite being called [[steampunk]].
Kantuck Nadie Atsilawesi of the ~Nata-Akon clan is captain of the SpiritWalk. She's described as an anthropomorphic doe wearing a futuristic uniform with Cherokee motifs (rarely, a dress from the same culture). Her feet end in hooves, she walks barefoot, and can jump very high.

In [[Riders of the Dream]] she uses an obvious tricorder and phaser from StarTrek (not named as such), but as of [[Shadowing the Dream]] she prefers to fight with a collapsible fighting pike inspired by the denn'bok from [[Babylon 5]]. The prequel story [[Forward the Dream]] strongly implies that she also has [[cybernetic implants]] like SandWolf, though not the same type or quality.

Kantuck is also the online persona of her creator, and a founding member of InkJerkers.
Mai (full name Mǎi Niǎo Nóng) is a young human, the only one in the main cast, with a penchant for math and sciences in general. He joins the [[crew]] during [[Adrift in the Dream]] and becomes the SpiritWalk's navigator, holding the rank of ensign.

Mai's real-life counterpart is Hei, a relatively new member of the InkJerkers as of this writing.
[[Preface]]
[[The dream]]
SpiritWalk
----
<<tag stories>>
<<tag characters>>
----
InkJerkers
As of December 2022, //New into the Dream// is an upcoming novel that takes place right before the first story. It introduces a couple of new characters and locations, and marks major changes in the [[setting]].
NosyCat is a username ClaudeLeChat has been using as of late, based on the title of his Tumblr main.
An anthropomorphic badger, Penelope Pender is a navigator aboard the [[Alice Queen]] and ClaudeLeChat's love interest. She becomes a recurring character after her first appearance in [[Prelude to a Dream]], and temporarily transfers to the SpiritWalk during [[New into the Dream]], so far the only NPC to be part of the crew.
Some fictional settings are carefully planned in advance, over years and years. [[The dream]] sort of happened. It took shape along with a story called [[Riders of the Dream]], written during a long, sad winter. But it wasn't written in a vacuum.

InkJerkers is a virtual writing circle whose members aren't afraid to self-insert into their own [[stories]]. One day, all their [[characters]] came together in the same one, and that sparked something special.

These are the legends of the dream-rider SpiritWalk and its valiant crew as they sail the [[aether]], having adventures and often saving the world. No two of these legends are alike; that's how legends work. As it turns out, we need some sort of common ground anyway, so here I am trying to provide.

While the [[setting]] is generally [[steampunk]]-flavored, many elements tend to be modern.
This was the second Dream story written by SandWolf's player, and the first in a series of prequels. It recounts how the original [[crew]] met, got their training aboard the [[Alice Queen]] and acquired the SpiritWalk.

A sample is available from the [[author's website|https://sfwriterjsanders.medium.com/prelude-to-a-dream-42fd0c1e9dd6]].
The //Regina Maria// is a modern, luxurious [[dream-liner]] that's briefly seen in [[Riders of the Dream]], near the beginning. Out-of-universe, its name is a double reference, to the //HMS Queen Mary// on the one hand, and also to Queen [[Marie of Romania|https://en.wikipedia.org/wiki/Marie_of_Romania]].
[[Riders of the Dream|https://nosycat.neocities.org/writing/dream-riders.html]] is a 19K-word novella written by ClaudeLeChat over four or five months during the 2020-2021 winter. It introduces the [[setting]], the SpiritWalk and its crew, along with other recurring elements. Many details are left vague on purpose.
Russell Tuller is a well-known furry artist and permanent guest of honor at the InkJerkers. He created concept art for KantuckNadie as she appears in the Dream, and an original take on the SpiritWalk. As his online persona, an anthro wolf, he briefly becomes the ship's cook during the events of [[Adrift in the Dream]].
Chief Sand Wolf is ship's engineer aboard the SpiritWalk. He's described as a large humanoid wolf wearing protective clothes with numerous straps, and a longcoat, or sometimes western attire complete with bolo tie. In [[Riders of the Dream]] he carries a futuristic full-auto handgun, but since [[Adrift in the Dream]] he prefers a good old revolver. (The latter story also reveals he has [[cybernetic implants]].) Friends call him John, or Sand, and he'll let strangers do the same on occasion for expediency.

In real life, Sand Wolf is the online persona of his creator, a founding member of InkJerkers.
Former owner and captain of the late [[Grand O'Gal]], Scarlet Showmer is a human, rumored to be impossibly old thanks to the Dream's atemporal nature. She recommended KantuckNadie and SandWolf to fellow captain [[James Blackbelly]] before retiring to become a tavern owner on [[Ishimaki Island]].
//Shadowing the Dream// is the third story that takes place in the eponymous [[setting]]. It's written by KantuckNadie. The first half is included in [[Volume One]].

//Shadowing the Dream// greatly expands the size of the setting: it turns out that people only kept to a dozen or so [[phases]] close to the [[central moon]] because abundant [[landmasses]] protected them from [[dream music]], and not because an inherent limitation.
Sheridan Station is the first major location seen in [[Riders of the Dream]]. Its name is an obvious reference to the [[Babylon 5]] TV series, though it's otherwise very different: "a flower of stone and steel, lights shining around the edges of each petal-like wall surrounding the central dome". It turns out to be maybe a mile in diameter, and a bustling port even at a low ebb.

The station is initially run by Commander Jameson, an older black woman whose name is an equally obvious reference to the classic Elite videogame (itself referencing the Traveller role-playing game). By the time [[Dream of the Machine]] takes place, she's been replaced by her second-in-command Jean Renard, a humanoid fox.
a shared setting of surreal steampunk stories
Into the dream
//Spirit Walk// is a dream-rider, a small ship crewed by the main [[characters]] in the [[setting]]. It's inspired by [[Jules Verne]]'s famous fictional submarine, and an [[equally famous ship|https://en.wikipedia.org/wiki/RV_Calypso]] from the real world. Unlike either, the //Spirit Walk// is part aircraft and/or spacecraft.

The exact size of the Spirit Walk isn't stated in the [[stories]], but artistic depictions agree on a length of about 35 metres. The ship has three decks, and is sized for a [[crew]] of seven, but only three are featured in [[Riders of the Dream]]; three more join along the way in later stories, for various lengths of time.

The bridge of the //Spirit Walk// resembles that of a steamboat in the first story, and becomes more like an aircraft's in the sequels; The [[engineering console]] is joined by a few others.

The ship has powerful [[engines]], though some others are faster. It's stated to be very sturdy, and proves it on several occasions. It's usually unarmed with the exception of serrated ridges along the hull that can cut nets and cables. Otherwise it's equipped with an array of [[sensors]] on top of floodlights and a rangefinder. It also has short-range voice communications via [[wireless]]. A small crane is mentioned from the first story, but only used later.

No port of call is mentioned in the stories, but [[Prelude to a Dream]] establishes that the //Spirit Walk// was acquired at [[Bellawood Station]].
The Star Trek franchise was a major inspiration for the Dream. Its influence can be felt in several ways:

* KantuckNadie's uniform and gear in [[Riders of the Dream]] (that fall by the wayside later);
* Mannerisms such as saying "make it so!";
* How [[wireless]] and [[cordite ruby crystals]] appear to work.

The spirit of exploration and pacifism also factor strongly early on, and in later stories the [[crew]] still solves problems more with cleverness than fighting.
body { Font-size: 1em; Margin-bottom: 1ex; }
<<timeline modified 50>>
The dream (styled in lowercase throughout the original story) is a mysterious reality with strange laws. For one thing it's pervaded by [[aether]]. It has a [[central moon]] instead of a sun, and has a definite down (though [[Adrift in the Dream]] shows that larger [[landmasses]] have their own atmosphere and gravity). People travel between [[phases]] of the dream in [[ships]], through a combination of [[transference]] and regular [[navigation]]; the distance thus crossed is measured in [[octaves]].

The dream is populated by [[humans]], [[anthros]] and the native [[Aethereals]], but also aliens and even stranger creatures. In [[Riders of the Dream]] it's heavily implied that humans came from a world not unlike our own, and that some were changed by the process. [[Shadowing the Dream]] makes it explicit that at least KantuckNadie and SandWolf are refugees from a cyberpunk dystopia centuries into the future.

The original story only depicts artificial habitats, but various islands feature in the sequels.
This work is made with [[TiddlyWiki Classic|https://classic.tiddlywiki.com/]]. Give it some love if you can.
[[Riders of the Dream Volume One|https://www.amazon.com/dp/B0BH1BHTW9]] is an anthology of the first few stories written by the InkJerkers:

* [[Riders of the Dream]] by ClaudeLeChat;
* [[Adrift in the Dream]] by SandWolf;
* [[Shadowing the Dream]] part 1, by KantuckNadie.

The cover art is made by [[Ariel Crit]].
[[The dream]] is pervaded by aether, a substance with unusual properties: in some ways lighter than air, in others heavier than water, it keeps [[ships]] floating in place even if their engines stop, but doesn't seem to be under much pressure: aether leaking into a ship, e.g. through an open porthole, takes time to spread, and looks more like a fog or gas than a liquid.

Aether is implied to be extremely cold in [[Riders of the Dream]], where all artificial structures are enclosed. As of [[Prelude to a Dream]] however, it mainly appears to be toxic, though cold remains an issue at least in the outer, space-like [[phases]].

Aether also carries sound, as evidenced by ship horns in the first story; this becomes a plot point with the introduction of [[dream music]] and sonar in [[Shadowing the Dream]].

Various <<tag inventions>> used in the dream have related names, such as aether-graph.
[[The dream]] changes people. As generations succeed each other, more individuals are born with animal ears and tails, if not fur and snouts. Attributed by some to an influence of the environment, this has led to conflicts between the dream-born and plain old [[humans]].

[[Riders of the Dream]] implied if not outright stated that it's more complicated, and people can be changed by the dream even as they arrive. Stories after the first make it clear that anthros already exist outside the dream, in the Earth-analogue they come from, and [[Shadowing the Dream]] introduces "shifters", humans who change into anthros due to a traumatic event. Some shifters even retain the ability to turn back and forth.
[[The dream]] inexplicably features a bright moon that's prominent from the opening scene in [[Riders of the Dream]], and seems to be omnipresent. It's not clear whose light it reflects, since no sun is ever seen or mentioned. Bits of dialog suggest it has a prominent role in the culture and beliefs of the dream's inhabitants.

How much light is available varies throughout the dream: some natural [[landmasses]] enjoy full daylight, while other places need artificial lighting for all but getting around.
Characters in the [[setting]] can be roughly divided into a couple of categories:

# the [[crew]] of the SpiritWalk, mainly author self-inserts (arguably the gimmick of the series);
# other recurring characters that were created for one of the [[stories]] and stuck.

Appearances of the latter are somewhat unequal, as the various authors often stick to their own respective casts.
While electronics are known to exist in the dream, many tasks are performed with low-tech instruments. For example, ClaudeLeChat plots a new course for the SpiritWalk, early on in [[Riders of the Dream]], with the help of a mechanical calculator that resembles an astrolabe with tilting rings. He also has a large pocket watch that [[Adrift in the Dream]] reveals as also containing a three-dimensional compass normally pointing at the [[central moon]].

A mechanical bird said to be capable of flight is displayed in a room at the [[City of Milliers]] university.
A permanent cloud cover of varying densities is present in most phases of the dream. While in [[Riders of the Dream]] it's treated like a distant backdrop, in later stories it becomes analogue to the sea surface in real life, separating [[aether]] proper from a (more or less) breathable atmosphere. Sailing [[ships]] can only float on these clouds, while others are able to dive beneath them, acting like submersibles, and conversely fly over them at varying altitudes.
Starting with [[Adrift in the Dream]], the main power source for [[ships]] in the [[setting]] is stated to be cordite ruby crystals, a naturally occurring mineral able to store and/or generate huge amounts of power.  SandWolf says they're the dream's dilithium, another reference to StarTrek.
In [[Riders of the Dream]], the SpiritWalk has a crew of three:

* KantuckNadie, captain and navigator
* SandWolf, chief engineer
* ClaudeLeChat, helmsman

[[Russell Tuller]] joins the crew temporarily during [[Adrift in the Dream]], but is soon replaced by [[Mai]]. Also, during the prequel story [[New into the Dream]], the ship transports [[Ariel Crit]], who shares navigation duties with [[Penelope Pender]], so far the only NPC to be part of the crew, even temporarily.
While the [[setting]] started out as [[steampunk]] (more or less), it quickly acquired elements from other genres, including advanced technology. As of [[Forward the Dream]], it's been shown that KantuckNadie and SandWolf both come from a post-industrial civilization where brain augmentation is common enough; these devices work in the dream while others may not, and don't seem to require maintenance.

Depending on their owner, cybernetic implants appear capable of precise time tracking, tactical combat assistance or storing and recalling encyclopedic information.
Dream-liners are large, luxurious ships that carry passengers, cargo and news along popular routes. Known examples are the [[Regina Maria]] and the late [[Grand O'Gal]].
Some space on the SpiritWalk's bridge is taken up by the engineering console; this is SandWolf's station in the stories, from where he can control several pieces of equipment, such as the wireless, [[transference coils]] and floodlights. Originally it was the only bridge station to have a chair, later stories feature more of them.
In [[Riders of the Dream]], ship engines are implied to burn (refined) [[phlogiston]]. It's stated to be very volatile when used for fuel. Indeed, the [[Regina Maria]] has a visibly armored section of its engine room, and the SpiritWalk is stated to be solidly built for precisely this reason.

The latter's engines can be controlled from the bridge via throttles. They can operate in direct-drive mode, but also from batteries. The ship also has an independent generator that power life support and the [[wireless]]. [[Adrift in the Dream]] also introduces [[cordite ruby crystals]], and low-tech power sources are used in emergencies.

The Spirit Walk's engines don't require constant supervision; they can even be stopped and started from the bridge unless something goes wrong. More complex adjustments can only be done from the engine room.
They came to the dream from elsewhere, and they keep coming, bringing with them much knowledge and technology, but also war. Many humans are changed by the dream as generations succeed each other, which leads to generational conflicts, but some are changed by their arrival to the dream (a detail many don't seem to know, or else conveniently ignore).

Later stories establish that humans can also change into [[anthros]] during life, possibly due to traumatic events; it's implied that some even retain the ability to change back and forth.
[[The dream]] is for the most part a vast space filled with [[aether]], with vast areas hidden by a [[cloud cover]]. What land exists takes various shapes: inverted mountains, floating rocks, or forests of rock columns with a distant floor far below the usual navigation depth. While [[Riders of the Dream]] implies that many of these landmasses are inhabited, they're never seen up close. However [[Adrift in the Dream]] shows that even small islands have their own atmosphere and gravity.
Navigation in the dream is an involved process. As [[phases]] rotate around the [[central moon]] at different speeds, plotting a course requires figuring out where to be at the right time for [[transference]] to another phase so the process can be repeated. It can be done with complex charts or else advanced [[clockwork]] devices.
An octave is the distance between two [[phases]] of the dream, and/or the span of a phase in n-dimensional space. This distance seems to be not physical, but rather tied to some sort of physical frequency: an important scientific field is called vibrational physics, while aiming a [[phase vortex]] correctly is referred to as tuning. [[Shadowing the Dream]] adds to this notion with [[dream music]].

In [[Riders of the Dream]], going across nine octaves at once is referred to as traveling "almost clear across the dream", implying there are maybe a dozen phases at most. This is seen as extraordinary and dangerous: for most of the story ships only cross one octave at a time, and must reposition themselves carefully for the next one. When the SpiritWalk acquires new [[transference coils]] able to shift two octaves at once, it's seen as a major upgrade. By the time of //Shadowing the Dream// however, experimental upgrades can safely take a ship over dozens of octaves in one go, and apparently much faster than before.
To travel between [[phases]], ships open a sort of temporary tunnel with the help of [[transference coils]]. While in [[Riders of the Dream]] it's described as swirling ripples of light forming into a tube, later stories describe it more like the wormhole(?) at the end of //2001//.

A phase vortex normally extends across one octave, or two [[octaves]] with improved coils, but much longer transfers are possible in extraordinary circumstances. Either way, hitting the walls of a phase vortex is apparently dangerous, both for the ship that generated it and any other objects near the ingress point. Also, keeping a ship centered in its own phase vortex is non-trivial; ships can spin out of control, potentially injuring the crew and/or taking damage.
[[The dream]] is divided into contiguous areas of space called phases, that can be navigated by moving normally in three dimensions. There is an order to phases, which are referred to as being "inward" and "outward" from each other. The distance between them is measured in [[octaves]], and can only be crossed through [[transference]], as opposed to regular sailing.

It's unknown how big each phase is, but they're implied to be fairly large: [[ships]] spend many hours in transit even between relatively close points. While it's never stated how fast they go, calculations in [[Shadowing the Dream]] suggest speeds comparable to a nuclear-powered vessel from the real world.

ClaudeLeChat says the dream is n-dimensional; its inhabitants visualize it as hypersphere divided into concentric layers.
In [[Riders of the Dream]], ships are powered by the burning of refined phlogiston, an oil-equivalent shown to be extracted from free-flowing streams in the outer [[phases]], using dedicated facilities similar to real-world oil platforms; these are stated to be on the way out.

This concept falls by the wayside starting with [[Adrift in the Dream]], in favor of [[cordite ruby crystals]]; sure enough, [[Dream of the Machine]] features a former refinery.
Various [[ships]] in the dream, at least the SpiritWalk, burn an unspecified fuel for power generation, implied to be [[phlogiston]]. This is used both to drive screws and to charge [[transference coils]]. Since [[sailing]] boats by definition don't have [[engines]], their sails capture light for the same purpose, in addition to their primary function.

[[Adrift in the Dream]] also introduces [[cordite ruby crystals]] as a power source.
In [[Riders of the Dream]], ships were depicted as using aether-pumps, an analogue to pump-jet engines from the real world, while older models had screws. Either could be driven directly by the [[engines]], or else via batteries. In later [[stories]], most ships appear to have both thrusters of some sort, and screws. The latter are more efficient but less powerful, so are normally used in march, but they can be engaged at the same time for an emergency speed burst.
While much technology in the dream is powered by steam or [[clockwork]], some is more advanced. The most skilled engineers can even build robots, ranging from boxes on wheels to humanoid machines. These are autonomous but distinct from drones, and often have very capable power sources, in addition to high mobility.

As stated in [[Riders of the Dream]], robots require good light to see, and normally aren't very smart. This becomes a plot point in [[Dream of the Machine]].
While the first story only featured self-propelled ships, [[Adrift in the Dream]] introduces a skiff. It seems to work much like in real-life, using sails to catch currents in the [[aether]] and move around. It also has [[transference coils]], powered by the same sails; SandWolf says they turn both light and wind into electricity, the latter through a piezoelectric effect.
The SpiritWalk has floodlights and (on the bridge) an optical range finder in addition to an array of sensors. The nature of these sensors was unspecified early on, but [[Shadowing the Dream]] explicitly mentions sonar. Various machines such as [[robots]] also have optical scopes.
[[The dream]] as a setting wasn't planned; in fact it all fell out of the opening scene in [[Riders of the Dream]]: an oblique thank you to friends for inspiring me with their own generous imagination. The surreal imagery is meant to evoke that feeling of being awake at night, when all the world feels strange and fantastic. The [[themes]] weren't planned either: sometimes there are questions we didn't know we had until we ask.
Ships in the dream come in all sizes, from long-range message [[torpedoes]] to a massive [[dream-liner]]. Mobile habitats as exemplified by the [[City of Milliers]] might also count.

In [[Riders of the Dream]], all ships have fully enclosed decks and use screws for [[propulsion]], but [[Adrift in the Dream]] introduces open-deck [[sailing]] boats.
While the original vision for [[Riders of the Dream]] was "StarTrek meets [[Jules Verne]]", it's suggested (and later made explicit) that people came to the dream from various eras. Most <<tag inventions>> appear to be at the 1930s level, but rayguns and [[robots]] coexist with steam and advanced [[clockwork]] devices.
As of May 2023, the Dream is made up of two novels and several novellas; three of these are prequels, and one takes place later in the timeline, while around half of them take place in an unspecified "present".
An idea picked up from TiddlyWiki 5: tag system tiddlers accordingly, so they can be easily found again (the Classic edition doesn't care otherwise). The hard part is remembering it.
While [[Riders of the Dream]] was initially meant as a surreal adventure with no ulterior motives, it quickly grew anti-corporate and anti-colonial themes, and by the end became a metaphor of the internet as a new and wondrous world free from past limitations, threatened by those who would destroy it rather than allow people their newfound freedom. [[Shadowing the Dream]] further introduces themes of oppression and fanaticism, while [[Dream of the Machine]] is an overt critique of imperialism and war.
Introduced since the very first story, torpedoes appear to be widely used in the Dream. There are three main types:

* Message torpedoes, designed to have very long range and the ability to jump across octaves; their only payload is a little recording device. Dialogue in [[Riders of the Dream]] suggests it could be some sort of [[wire recorder|https://en.wikipedia.org/wiki/Wire_recording]], but this is left vague. In later stories, message torpedoes are carried by ships and can have a message and destination entered from the bridge right before launch. Recovery is done with nets deployed the same way.
* Drones are instead equipped with cameras, and can be programmed to fly towards a destination, perform a photographic survey then return.
* Last but not least, combat torpedoes work much like in the real world.

While popular, torpedoes seem to be expensive and rarely launched, except in dire need.
[[The dream]] is divided into [[phases]], each of them a three-dimensional space. To pass between them requires crossing a [[phase vortex]]. This process is known as transfer (informally a jump or shift). Most [[ships]] appear to be equipped with [[transference coils]] for this purpose; even message [[torpedoes]] have them.
Transference coils are the device by which [[ships]] in the dream open a [[phase vortex]]. They can be small enough to install on message [[torpedoes]], but require more energy than the [[engines]]: in [[Riders of the Dream]] it's stated that the SpiritWalk can't shift on auxiliary power. These coils also need a warm-up time before use.

By the end of the same story, upgraded coils warm up faster and allow the ship to cross two [[octaves]] at once without damage to the ship systems, but require more cooling.

Later stories establish that a ship only has two such coils, and can shift on just one in a pinch, at the cost of burning it out.
At short range, [[ships]] in the dream can communicate by voice in real time. This is called "wireless" in the stories, and works much like in StarTrek on the surface: ships hail each other on multiple frequencies, and must pick up on purpose to initiate conversation. It's also possible to butt in on someone else.

Wireless can also be used to detect the control signal of remote-operated vehicles.