Against my better judgment, I decided to continue playing horror/dark games. I found so much cool stuff last year that it seems like there’s enough left for another one. However, I will continue a subtheme from last month, modifying it to include games with companions. In fact, this theme extends beyond games to my other media consumption.
Predator: Badlands is a pretty enjoyable action flick. It won’t surprise you — you’ll know how it ends almost from the start, though there are a couple of interesting twists — but it will entertain you all the way through.
I don’t want to be on the defensive, but you have to if you want to compare Decay of Logos to other soulslikes. So, let me just call it a pretty good action RPG inspired by Dark Souls and co.
It put its own spin on almost every element of the genre, and most of them are at least interesting. Some are clearly not. Your elk steed in the game, for example, is one of those mechanics that looks good on paper but is more cumbersome than fun. It has the art style you’ve seen a million times, but it knows how to use it. There are cool locations and a pretty good atmosphere. The variety of enemies and equipment is not bad for a relatively short game. The combat is serviceable. And, hey, it’s free!
I maybe accidentally got, replayed, and 100%-ed The Last Campfire. In my defense, it’s not only the best game by Hello Games, but it’s also clearly a soulslike. You play as a lost ember (undead). You travel from campfire to campfire (bonefire), lighting them up. The world is interconnected as you constantly open new shortcuts. There are also NPCs with cryptic lines. You solve puzzles. The themes and atmosphere are similar.
And it’s also a delight!
I hate to be crawling back to Logitech, but it seems like they still make decent mice at a good price-to-feature ratio, especially if you lower your expectations. My minimal requirements are a wireless mouse with programmable buttons that work without software.
The Logitech G304 is that mouse. It’s wireless only with a dongle, there’s no multi-device or Bluetooth capability. It runs on one double-A battery that cannot be charged inside the device. You can set up one on-board profile with DPI settings and custom shortcuts, including G-Shift, which allows you to hold one button and use the others for different functions.
The benefit of going with a popular brand is that someone, somewhere, will do something about it. For example, a battery percentage could be shown as a tray icon on Windows without official software installed.
Another mouse that I’ve had for a while that almost fits the bill is the Razer Orochi V2. Here are the main differences, according to me:
G304
Orochi v2
Size
Medium
Small
Connection
Dongle
Dongle/Bluetooth
Power
AA
AA/AAA
On-board
Yes
Kinda
It’s slightly smaller, but not in an uncomfortable way. You can pair it to two devices and quickly switch between them if you don’t mind the Bluetooth connection. You can make it even lighter by using a triple-A battery. But I chose to designate it as my secondary mouse for non-main PCs because of the shortcuts.
On G304, you can assign keyboard shortcuts, such as Ctrl + Shift + T or Super + Shift + →, as macros. These macros live in the device itself, you don’t need software running. While you can customize Orochi V2 in the same way, including the DPI, Hypershift (the G-Shift equivalent), and even slightly more (the up and down scroll wheel functions are assignable), for some bizarre reason, you can’t assign some shortcuts as, well, shortcuts, only as macros. And all macros require software. So, you can have Ctrl + Shift + T but not Super + Shift + →. It’s not a huge deal since you can change the shortcuts in the operating system, but it’s still somewhat annoying.
The easiest way to implement dark mode these days is with
CSS3 custom properties (variables). Just have a :root element with default colors, and then another one under a media query, and let the user preference do the work. Something like this:
And if the browser doesn’t understand or have the preference, it would take the first set of variables. But if it doesn’t understand variables at all, that’s a problem.
Dart Sass
Hugo uses LibSass, which will eventually become deprecated, so I figured out how to do it in Dart
Sass. The old version is still available.
In a way, it’s easier. We will use one file _theme.scss. In it, we are going to declare that we will use a map, create two maps for two color schemes, and make a mixin of our style, which we will paste twice: once as a fallback default and once for a specific color theme preference. So, we want something like this:
Looking from the bottom, we see two @include’s with one variable each. One is a fallback with $light-theme-map that would be displayed in very old browsers, and the other is specific with $dark-theme-map.
They both pull in our main thing, which is a @mixin called mixin-colors() (original, I know), that we have higher up. This is our main CSS for all color styles. It is in there, where we are getting colors from maps with map.get( $map, "key" ).
Lastly (almost), we have two maps with colors for light and dark themes. They are more or less self-explanatory and resemble other variables, but they have slightly different syntax (to confuse me).
This approach has one drawback. As far as I understand, you can put a variable inside a map and manipulate it as usual. However, you can’t retrieve that variable from the map itself. In other words, you can’t use map.get() on the same map. So if I want to use one color to morph into other colors, I should first declare it as a variable and then pull derivatives into the map.
And the actuall last thing is declaring that we will use a map: @use "sass:map";. Then, we simply use our _theme.scss file in our main style.scss file by putting @use "theme"; at the top of it, and that’s it.
We could put our mixins in a different spot, and do all sorts of other fancy things, but that is outside the scope of this post. To be frank, I still don’t use Sass that much outside of this case.
LibSass
I really hope there is a better solution, because mine feels very silly, but it works. Sass variables. Bare minumum primer: Sass is a preprocessor, it creates a regular CSS file and all the magic happens before that. Also, there’s a pain point if you’re adapting an existing stylesheet: it’s better if the color information has its own section. Fortunately, I have been doing this since time immemorial.
Ok, to get to the point, we need 6 files. Did I mention it’s silly? style.scss is our main file, which would be our actual style.css at the end. _colors.scss is our color information where we will write it with our variables. Two files for the light and dark variables themselves and two to make a magic trick work.
So, the magic trick is this: we import two files into our main file, and both of those files import a set of variables and our colors file:
_magic_dark.scss and _vars_dark.scss would “mirror” _magic_light.scss and _vars_light.scss.
BTW, there may be different requirements for how Sass files are handled, I just go by what Hugo does with them and what works for me.
In the end, we have a rather large style.css file with a default light style and a dark style under a media query. Kind of like what we did with CSS3 variables, but that works without them. Silly!
The surprising part about Sunshine Manor is that each level introduces a new mechanic. What starts as a top-down, light survival horror game can be more action-oriented at times. None of the mechanics overstay their welcome, and the entire game is reasonably short. Visually, it’s quite nice, as it tries to invoke 8-bit era graphics. The good, spooky, sometimes tense music adds to the experience.
/i\ Slight spoiler for Rule of Rose.
Rule of Rose is, to put it politely, queer as fuck. While I feel it depicts that theme with decent tact and respect, ultimately, I can’t be the judge of that. Knowing horror games, I can see how some aspects can fall into harmful stereotypes. Another thing that gives me pause in this regard is that it’s a story about children made by adult developers, which always has a certain sheen of sleaziness. I do appreciate that, despite some supernatural elements, there are no ancient burial grounds or secret cults in sight, which is refreshing.
Your dog companion, Brown, is a very cool addition to the gameplay. He not only helps with notoriously awkward combat, but he is also an interesting in-game help system of sorts. You can pet him, too.
Regardless, the game is a hidden gem. Maybe a rough one (the camera and aftermentioned combat come to mind), and perhaps not particularly hidden, but I very much enjoyed it.
What is a dragon, if not a dog with wings? And scales? And firebreath?.. Okay, I’m reaching. I wouldn’t call Drakan: Order of the Flame a horror either. Dark fantasy? Sure.
It’s a blend of The Legend of Zelda and Tomb Raider. Plus a dragon. And not a bad blend. There is mostly combat and not a lot of puzzles. While the technical aspects have not aged particularly well, they are not bad either. Flying can be disorienting, but it’s a neat addition.
It’s an old game, though. Some choices, especially in design of female characters, can be cringe-worthy. It also has a quick save for a reason. Expect instant death traps and enemies that can one-shot you. It’s the Dark Souls of its time (not really).
Tales of the TARDIS is great because it allows you to watch a sample of episodes from a previous era of Doctor Who and realize that you don’t want to watch any more. It has not aged well. Great scarves, though!
Maybe I just wanted something simple, but I enjoyed Goosebumps: Terror in Little Creek. It’s a pretty straightforward, lite version of Resident Evil. There are plenty of puzzles and stealth elements, as well as some combat. Nothing outstanding, just a good, spooky adventure.
The core of the Prime games is firmly present in Metroid Prime 4: Beyond. The developers updated some features (most of my complaints have been addressed) to make it feel more modern without removing anything. It’s a good, substantial game that isn’t too long.
And that would’ve been that if we weren’t waiting for it basically from the release of the Switch console itself. To be honest, I was also among those wondering, for good reason, how they would change it. After the release of Breath of the Wild and Super Mario Odyssey, everyone was thinking the same thing: open world? Open levels? At least more open, right?
The game we got seems to have been held back in some way. There is an openness, but it doesn’t add anything significant. NPCs, cutscenes, some other minor details also feel separate from the rest of the game. None of that makes it worse, far from it. It’s just a reminder that it got stuck on a bridge without a way to fully cross or go back.
Some puzzle games make you feel very clever. Monument Valley III and the entire series make you feel how clever the developers are. I don’t mean that as a bad thing, but it is less of a puzzle game. Still, it’s very neat, good-looking, and quite enjoyable!
The throwbackness of Terminator 2D: No Fate is not its only selling point. Despite being pretty short, it has a good incentive to replay its campaign and offers a couple of additional modes and achievements. But it’s also just a fun game.
I’m hesitant to say, if the story of Amnesia: Rebirth is good or not. I feel that it doesn’t fall into sensationalism; it simply does what it needs to do to tell its story. However, there are subject matters where it is not my place to judge. Other than that, it is a good-looking, atmospheric game with reasonable puzzles and monsters that you can turn off (which I did, no regrets).
As far as I can tell without playing them myself, all the games from that developer are interesting because they started with a lot of problematic elements but have been deliberately moving away from them. Again, I can’t be the judge of that.
The story of Blood: The Last Vampire is pretty straightforward. It’s not bad, but it doesn’t bring anything new or unique to the genre. However, there are interesting things happening on the periphery. The most obvious example is that the movie clearly in a conversation with Western horror media. The visuals are striking, the pace is good, and overall, it’s not bad at all.
Is it fair to say that live action adaptation is worse, though? I have to say so. Whether you like the way it expands the story or not, it just add galring flaws, from poor character mativation, to bad monster design. It ramps up the action in a “more is better” way and fails. The pacing suffers as well. It’s not all bad, it could have been worse, but it’s hard to say that it’s worth it.
I wasn’t inspired to explore that franchise further.
The whole autumn was full of things that I either didn’t finish, that don’t fit the themes of this blog, or both. One of those things, I guess.