Ferrite: Editing Podcasts on iPad

I’ve started using the wonderful app Ferrite on my iPad to edit podcasts. While I still love Ardour, and it is a powerful program for bigger edits, Ferrite is very clean and meant for podcasts, as opposed to being a tool designed for music production that podcasters try to use. ...

November 30, 2020 · 2 min · 390 words · Mark Richard

Text Adventures Part 4: The Document

A text adventure would not be useful to me if it was not written down. Particularly when the goal is to have an unfeeling, strict parser doling out commands only when successfully prompted, it’s important to have a reference that is clear, contains maps and explanatory information, space for notes, and everything the “computer” needs to say throughout the game. With the exception of Recurring Nightmare, I write every text adventure using LaTeX. Over time I’ve built up commands and formatting to make this process simpler. For Recurring Nightmare, I tried my hand at InDesign since I had received a license from work. That license no longer exists, and it’s easier for me to edit a .tex document than an InDesign document, so LaTeX continues to be the way forward. In this post I’ll talk about some of the decisions I made for formatting my document, how I make maps, and other bits of trivia that come to mind. ...

November 23, 2020 · 4 min · 790 words · Mark Richard

Perfect Shot (NaNoWriMo 2020 Story 1)

Although I’m not doing a complete take of NaNoWriMo (National Novel Writing Month) this year, I still wanted to put in some concerted effort writing some pieces that weren’t blog posts or text adventures. So, I’ve committed to writing at least 2 short stories this month, a medium I find beautiful and incredibly tricky to nail down. This first one is particularly short, only about 3 pages if printed, and the idea comes from a post on /r/WritingPrompts. ...

November 16, 2020 · 8 min · 1612 words · Mark Richard

Text Adventures Part 3: The Mechanics

Text adventures are, almost by necessity, designed to railroad the player into doing something without it being obvious or annoying. Any mechanics introduced should be a natural extension to the world the player discovers, provide sufficient freedom so they don’t feel like a funnel, yet guide the player in the correct direction. In the text adventures I’ve listen to played on the Cortex/Upgrade crossover episodes, I’ve noticed that mechanics often act as hints. They are like bumpers on a wall (which may kill you, but you can make a different decision the next time.) All these realizations have come after thinking carefully through the mechanics and puzzles I wrote which were clearly bad (and the few which were actually good), and trying to figure out what precisely caused them to have the effect on the players they did. It’s often me not paying attention to my good sense and the feedback of testers. More frequently it’s me trying to subdue the text adventure genre until it allows me to try and tell a story, rather than building a story that works within a framework. Directly, most of my text adventure failures have come from a single mechanic undermining any positive decisions I made. ...

November 9, 2020 · 6 min · 1130 words · Mark Richard

2020 Election Pre-Processing

Although this is admittedly a privileged position to be in, the 2020 election snuck up on me. I got my mail-in ballot for California, but let it sit on my desk. I knew inside would be races for positions with which I was unfamiliar, having only lived in San Diego for a couple years and not knowing what the political environment was on the local level. In addition, the California Voter Information Guide let me know there would be 11 propositions that were difficult to parse, and had at least 4 pages each of thorough explanation and official arguments for and against them. ...

November 2, 2020 · 3 min · 563 words · Mark Richard

Text Adventures Part 2: The Idea

I want each text adventure I write to have a unique flavor. Mechanics aside, the story behind it should be fresh, typically built from a single idea, and the more I write the more my mind recognizes these singular bits of inspiration. One thought or phrase is typically enough for me to build a world from: sitting down with a thought, then branching out from the initial point in whatever way my mind flows. I’m going to discuss how this process worked for each of the four text adventures I’ve written and released so far, and try to dissect what I learned in the process. In the next post, I’ll focus more on the thought process (or lack thereof) that went into developing some of the game mechanics around these ideas. ...

October 26, 2020 · 7 min · 1349 words · Mark Richard

Text Adventures Part 1: Why I Write Them

I’ve written several in-person text adventures modeled after Parsely games over the past couple of years. Through persistent effort, I’ve managed to improve them and recently began to notice a particular style develop. Since I’m finally pleased with where they are headed, I figured I would document my journey in writing them: Why I write them, how I find ideas, how I develop those ideas, and the actual mechanisms of making a document as reference. This whole set of posts will probably be four parts over the next month. So we start off at the beginning: Why did I start writing these, and why am I still writing these? ...

October 19, 2020 · 6 min · 1133 words · Mark Richard

Dream Sequence: A Twine Story

Twine is a wonderful editor that lets you create interactive fiction. It auto-builds a big flow chart, and has some programming paradigms that allow adding many involved paradigms that wouldn’t be possible in a Choose Your Own Adventure book, for example. I recently took my text adventure Recurring Nightmare and rewrote it slightly as Dream Sequence, which I’m going to run as an “in person” text adventure over the computer for my company. When I did that, I decided it would also be fun to try and write it up with Twine, since it’s a fairly simple map and game. ...

October 12, 2020 · 1 min · 170 words · Mark Richard

The Umbrella Academy: What Heroes Could Have Been

After significant pestering from Netflix, I began watching The Umbrella Academy. It gripped me immediately, and I’ve enjoyed watching it. I’m nearing the end of Season 2 and so far the twists and turns have been handled deftly in my mind. I’m sure some could find some faults, but it’s been an amazing ride. Since last week I’ve known I wanted to write some brief thoughts on it, but I needed something to say. When comparing it to other superhero and supernatural shows I’ve seen, I realized it’s the show Heroes could have become. ...

October 5, 2020 · 2 min · 376 words · Mark Richard

Text Adventure: Recurring Nightmare

A while ago I wrote my most recent text adventure, Recurring Nightmare. I think it’s my best one yet, with a clever puzzle hidden within it. It’s definitely the first I’d actually recommend other people try playing with friends. You can listen to the play-through of it on OHAC 27. I’ve attached the PDF of the adventure below. Recurring Nightmare

September 28, 2020 · 1 min · 60 words · Mark Richard