June 2019 Update

Spankers, Spankees and Switches,

I’m cranking away at the first day of the next episode. I’ve finished writing all the content, and I’m currently working on implementing the powers for the new villain. Then I’ll need to do a pass of editing the story content, followed by debugging the new content, followed by balancing the new villain. I’m also making a few tweaks to some of the combat that will be included with episode 4 day 1:

1. Speed will just straight up reduce the amount of damage you take. Currently, most damage is calculated by computing max(1, attacker.strength – max(0, (target.speed – attacker.speed))). This had the effect of making Speed a bit too weird. If you had a low speed (relative to your opponent), increasing it by 1 increased your damage by one. If you had a high speed, increasing it by 1 reduced the damage you took by 1. This meant that some powers (like Scarlet Fists) weren’t as useful as they appeared. Sure your strength goes up, but your damage output doesn’t go up as much as your strength does, unless you already have a very high speed. The new formula is max(1, attacker.strength – target.speed). So the trade off is much more straightforward.

2. All the spanking powers (so Scarlet Paddle, and Succuspank) now also reduce the duration of the spankee’s “best” buff. If the duration gets reduced to zero or one, the buff gets removed. I’ve hardly ever used Scarlet Paddle in my play testing, because while Humiliated is nice, I’ve never really found it worth the turn to setup, except against Succubus. Granted that will probably change as more heroes show up who can take on the damage dealing role that Scarlet Moon currently fills, but even so I want all the powers to be useful now. Anyway, once the new version comes out, you’ll be able to use Scarlet Paddle as a means of controlling enemy buffs (might be very useful against Prometheus and Poseidon, whose buffs are needed to use their powers). Important thing to note: spankings reduce the target’s best buff *even if the target is already Humiliated*. In other words, buff reduction stacks. This should hopefully make Scarlet Paddle a much more interesting power, and perhaps worth losing a bit of damage per round.

3. Buzzsaw’s chain pull method will be inflicting a new, more dangerous status called “Grabbed.” Grabbed reduces your character’s speed to zero, and makes you immune to Away. The second effect isn’t a big deal yet, but the first basically strips you of your defense. However, Grabbed doesn’t *keep* your speed at zero. So you if you use a speed increasing buff after Grabbed, you can regain at least some defense. Just be careful, because speed buffs don’t stack (stacking just increases the duration)!

I’m hoping to have the new content out by the end of the month. The changes above will be backwards compatible.

AKA

Welcome to Puttsdale

Spankers, Spankees and Switches,

I had several reasons for deciding to create and release first Potion Wars, and then Scarlet Moon. One of the most important (and selfish) was how very few spanking games there were out there when I started. You had the start of a few on animeotk, you had Robin Pierce’s gamebooks, and a few old AIF with some minor to decent spanking content, but that was it. I was hoping that if I could create a good enough game, other people would be inspired and would write games that I could play, much as Pierce inspired me.

Well, it looks like in at least one case, that has born fruit: Welcome to Puttsdale by Victor Mammoth. At least, according to a message from the author (I can be bribed with flattery is what I’m saying). Welcome to Puttsdale has been in development for a few years now (if you frequent animeotk, you’re probably already aware of it). It’s a text-based game written in Twine, with quite a bit of narrative depth to it. There are a lot of characters in Puttsdale all living their own lives and experiencing their own spanky drama. The purpose of the game is basically to explore the town, meet the townsfolk and see how many scenes you can unlock.

I say “unlock” because there’s much more to finding scenes than wandering around town and talking to people. Some scenes can only be found at certain times of day. Others require certain stat levels or equipment. Some are only unlocked after unlocking other scenes. It feels a *lot* like old-style adventure games where you had to wander around, discover puzzles, find items, and find clues that hint at how to use the items to unlock the puzzles (which unlock spanking scenes). The writing is also very engaging and the spanking scenes are sexy.

I only have two gripes. The first is that I’m not a big fan of the “wander around and find the spanking scene” format. Partly, this is because most spanking games currently out there (i.e. on animeotk, the only place I’m aware of where there is any sort of spanking game making community) are of this format, so it’s gotten a bit old for me. Partly, this is because I find scavenger hunts to be kind of tedious. My second gripe is that there aren’t a whole lot of opportunities to roleplay (at least that I’ve found, I haven’t gotten very far though). While the game is highly interactive, it’s more of an old-style adventure game than a choose your own adventure, and like old-style adventure games your character doesn’t really interact with people beyond a rather superficial level. Basically, your character feels kind of like the narrator from the Great Gatsby: a narrative device more than an actual character.

The first gripe however just boils down to taste. Some people don’t like RPGs either. Doesn’t mean my game is bad, or that people shouldn’t at least try it. The same applies here. My second gripe is simply the reality of hobby projects. Victor Mammoth only has so much time, and they have to be very careful about what they work on. They’ve chosen to create rich item puzzles rather than roleplay opportunities, and that’s a perfectly valid design decision. Indeed, you could argue that my game’s “roleplay opportunities” are dialogue options that do *nothing* anyway, so it’s not like my game is full of rich roleplay either. More like half-assed roleplay that’s more marketing than fact, because I’d rather write purple prose about Juliana’s bouncy bottom and develop a really weird combat system than build out more than two real choices at a time.

A recent version of the game has introduced a map that allows you to leap directly to various places in town, which had been a *major* source of tedium in earlier versions. Furthermore, this is an excellent example of the “find the spanking scene” genre. So I would strongly encourage everyone here to check it out.

As far as pairings, most of the game appears to be X/F, though you can choose your player’s name, gender and age (18-23 years old).

Scarlet Moon 3.2.10 (May 2019 Update)

Spankers, Spankees and Switches,

So I finally worked up the guts to let a local friend who knows what I’m up to take a look at my game. It’s been very enlightening watching over their shoulder. This version contains a bug fix they stumbled across when trying to load their save file. I believe it’s only triggered if you try to change font size (particularly body font size) through the Options menu.

Furthermore, I’ve cleaned up to the office park scene at the beginning of the game, and rearranged the buttons some.

It became clear while watching my friend futz with the game that the UI is way too busy. In particular, there are too many buttons along the bottom row on the story screen. While they were added so that people could know what to do, it does mean it’s difficult for them to notice things like the scroll buttons. Plus, it just makes the screen look really crowded on their small laptop screen. So the utility style buttons ((T)itle, (O)ptions etc) have been moved behind “(Spacebar)Commands.” The key commands all still work the same as you’d expect, but you can click on Commands or press “Spacebar” to view the list of available commands, and from there click on the buttons.

Furthermore, I’ve also used that idea for story choices. So now, you can click on “(#) Choices” to see a list of buttons containing each choice, and then click on the appropriate choice. Which means the story screen is now 100% useable with the mouse! It’s a little bit clunky, but it’s the mouse. Mice are always clunky.

The next update will see the same treatment applied to the combat screen.

Again, *none of the key commands have changed.* You can still press 1 or 2 or 3 to select a choice from the story screen. You can still press “c” on the story screen to view your character. The buttons have just been hidden.

Also, the statistics have been moved off the character creation screen. There’s no reason for it to be there anymore, since your stats are now displayed on the story screen, and you can’t edit them anyway. Plus they were taking up valuable screen real estate on my friend’s very small laptop.

Let me know what you think of the changes.

AKA

Scarlet Moon HTML Version

Spankers, Spankees and Switches,

I’ve just uploaded a static, HTML version of the game. This is basically a transcript for the game, with some default choices made for the main charater: she’s female, her name is Scarlette, she has red hair, she wears a t-shirt, jeans, and a thong, she’s fit, slender and of average height.

I would *strongly* recommend actually downloading and playing the game instead. The game’s transcript is intended to be consumed by a computer, and it shows. Furthermore, you don’t get any customizations, you have to keep track of your own statistics and keywords, and you won’t get access to the combat. However, this will still let you enjoy the content if:

1. The game doesn’t run properly on your computer for whatever reason and I can’t figure out the problem.
2. You’d like to take a peek at the content before committing to downloading and playing the game.
3. You don’t feel comfortable downloading and executing a program from some random website on the Internet.

Note: If you just don’t want to deal with combat, but want the computer to keep track of everything else for you, you can disable combat on the Options screen instead. No need to use the static and rather awkward HTML version.

Get it over at the Downloads section

AKA

Scarlet Moon 3.2.9

Spankers, Spankees and Switches,

Just uploaded a new version Scarlet Moon 3.2.9 with two changes:

1. First a bug fix to the player spankable option. We weren’t loading it correctly, so that the game was always treating “player spankable” as true after loading. You’ll need to start a new game for the bugfix to take effect though.

2. A new option has been added “combat” with two settings: “Yes” and “No.” This allows you to enable and disable combat. If combat is enabled, then nothing’s changed for you. However, if you disable combat, then you’ll get some silly (textual) sound effects. If the combat is optional, you’ll get to decide whether you win or lose. This is intended for those of you who want to enjoy the smexy spanking goodness without having to deal with all that awesome RPG turn-based combat goodness, because not every spanko’s into smexy spanking RPG turn-based combat goodness. However, I would *strongly* encourage people to at least try the combat before disabling it. It’s the primary form of “gameplay” in this game.

Get it at the downloads section (or don’t if like seeing the player get spanked, and you enjoy the combat).

Madison “Mischief” Malone and the Dish Best Served Cold

I participated in the Spring 2019 Game Jam over at animeotk this past week. For it I created a small gamebook:

Madison “Mischief” Malone and the Dish Best Served Cold

You take on the role of Madison “Mischief” Malone, private eye in a 1930’s-esque America-esque. You’ve got a little bit of magic. Just enough to keep things moving smoothly in your favor, except when it backfires painfully anyway… However, all is not well in Maddie’s life, for a rival private eye
Rex “Smokin'” Gunn, keeps interfering in your cases! Well, it’s time for a little payback.

You can find the game under the Spanking Mini-Games tab along the top.

This is a gamebook in the same style as the gamebooks by Robin Pierce (Master of the Manor, and Dianne’s Promotion) except obviously much smaller (since it was written in a week). The key gameplay mechanic is the use of magic, and the management of Karma. Basically, karma is a measure of how annoyed the Universe is with you. The more karma you have, the happier the Universe is and the easier it is to use your magic in your favor. However, doing so uses up your karma, and when your karma gets low, suddenly things become a lot harder.

You’ll need the following to play:

1. Someplace to track your state (a simple text file in your favorite editor is sufficient).
2. Either a six-sided die or some other way of generating a random number between 1 and 6.

Go take a gander, and let me know what you think.

AKA

Scarlet Moon 3.2.8

Spankers, Spankees and Switches 18 and above,

Uploaded a new version of Scarlet Moon 3.2.8. This fixes addresses a few criticisms kindly provided on animeotk:

1. Due to a bug, the game was forcing *everyone* to be attracted to David regardless of what choice they made at the start of the episode. You shouldn’t be
attracted to David unless you pick one of the fantasizing choices. However, “Look around” was routing you to the same event as one of the “I’m attracted to David” choices. That has been fixed. So if you don’t want to be attracted to David, I’d just suggest downloading the latest version and replaying episode 3 from the very beginning of the episode. Sorry about that.

2. The game now supports swapping between windowed and fullscreen. Just press Ctrl+Enter. You can do this on any screen, even though only the title screen lists it as an option (I didn’t want to clutter up the rest of the UI). The button doesn’t work, because I just slapped this together real fast, and I’ll probably remove mouse support completely at some point anyway, because I’m lazy and don’t like the mouse.

3. Adds the ability to spank Prometheus or Poseidon at the very end of episode 3. It’s kinda short and half-assed, but it’s there.

Get it over at the downloads section.

Scarlet Moon 3.2.7

Uploaded a few version that fixes a crash thanks to some malformed text. That’s what I get for not running the previous version before uploading it.

April Update Scarlet Moon 3.2.6

Spankers, Spankees and Switches 18 and above,

I’ve uploaded a new version of Scarlet Moon, 3.2.6. It contains a few bug fixes kindly pointed out to me by somebody whose handle I forget because I accidentally
deleted the e-mail. All fixes deal with a male player character, so if you don’t play a male character, there really isn’t any reason to download the latest version:

1. The game crashed if the player chose to wear regular swim trunks in episode 1, instead of a sexy sexy thong speedo. Come on guys, this is a porn game! Strut your
stuff! That has been fixed. 😉

2. Fixed a whole *mess* of places in episode 3 where we were using “his” where we should have been using “him.” Guess what the female equivalent of “his” is? “her.” Guess what the female equivalent of “him” is? “her.” Guess what gender I use when writing and debugging? “her.”

As far as current work, I’m cranking away at episode 4 day 1. I’m much happier with this episode than I was with episode 3. The villain is infinitely more fun to write. Hopefully she’ll be more fun to read too. We’ll also be seeing the introduction of new superheroine, and a little bit of (boring) insight into Keiko’s past! I’m hoping to have content ready by the end of the month, but we’ll have to see.

In case you don’t remember, Keiko’s the melodramatic Canadian roommate. She hasn’t really shown up since episode 1, so I figure it’s past due to feature her a bit. Especially since I’m not quite sure what to do with her. She’s fun to write, but I haven’t figured out an arc for her.

I’ll also be participating in the game jam that’s being hosted the week of the 15th over at animeotk. I’ll be posting it here as well once it’s ready.

AKA

Scarlet Moon 3.2.5

Spankers, Spankees, and Switches 18 and above,

An Anonymous fan pointed out a crash in Tempestas’ wind tunnel ability today. This version should fix it. Sorry about that.

Also, this version includes a intro page before the story starts, but after character creation. It details in my standard
long-winded manner the kind of game this is, and what kind of content you can expect to see.

It’s obnoxious to me when I’m slogging through the bowels of the internet looking for porn games that might have decent spanking
content, and the games are coy with what kind of content you can expect to see. Maybe it’s not as big a deal when you’re writing
a very single fetish-focused game vs. broad smut, but there is a pretty large variety of spanking styles, so I figured I’d highlight
my game’s niche within the niche.

As far as this month’s update, I’m cranking away at the next episode. Just got to the point where the supervillain is introduced. No
idea yet when new content will be out. Maybe the start of next month? No promises though.

Edit: I also recently discovered how to let people download the game directly from my website, which means no longer having to go to a third party like Dropbox or Mediafire (which probably track you) to get the game. So now each download link is literally a download link instead of a link to Dropbox. I have no idea if it’ll affect download speed at all. My server isn’t anywhere near as beefy as Dropbox, but it also gets waaaaaaaaaaaaaaaaaaaaaaaaaaaaaay less traffic. Plus, the files are so small it shouldn’t matter anyway (yay text!). Still, if you have any problems with the new download, please let me know.

AKA

Previous Page · Next Page