How to create Custom Post Types in WordPress

I’ve been working on a game database that’s powered by a vanilla WordPress instance. For the project it made sense to create a new post type (game), as well as a custom taxonomy (platform). I didn’t want to use a plugin and instead opted to create the new post type as part of the child theme’s function.php file.

Here’s how I did it.

Read more

How to use Sidechain Compression in OBS

OBS has a super neat feature that works great if you’re narrating over an existing audio track. It’s called Sidechain/Ducking, and it will automatically lower the audio of one source if an audio level is detected on another source. For example, when you’re playing a game, the audio would be lowered when you speak, and … Read more

SVN Command Line Basics

I keep forgetting SubVersion basics from the command line, and thought this quick little cheat sheet might come in handy. I’ll cover the basics: checking out updating your local copy checking current file status committing a change adding a file removing a file Checkout Out To make an initial copy of an online repository, we … Read more

Running Stardew Valley without Steam (and the caveats it brings)

I’ve been playing Stardew Valley for a few days, and I’m enjoying it a lot. I have the Steam version, and as I often do, I’ve asked Steam to not create a Desktop shortcut for my game. Shortly after I thought that might have been a good idea and created one by myself and pinned to to my Start Menu. All works well: Stardew Valley starts and I can play.

However, I’ve just LOST two days worth of progress because the Steam Client wasn’t running in the background. I have it disabled, because I genuinely dislike the idea of daily updates to a service I barely use, and because I’d like to run as little “background crap” on my system as possible (yes Adobe, I’m looking at you).

The Steam Client not running does not stop Stardew Valley from starting, or from running, or from saving. It all works rather swimmingly… until I started the Steam Client, at which point the automated cloud save implementation wiped out my Stardew Save – and hence I lost two seasons worth of progress. YIKES!

Read more

Avoiding weird characters on Twitch Exports

Twitch allows for very convenient exports of past broadcasts and highlights to your connected YouTube channel: In the Video Producer, click on the little three-dot icon next to a video, the select Export. Moments later the video, including its title and description should be on YouTube. It’s rad! Sadly though, doing this will introduce rather … Read more