Spankers, Spankees, and Switches Of All Ages (18 and above),
I’ve finished the first draft of content for the first day of episode 3. Next,
I need to:
1. Do at least one editing pass.
2. Implement the two new villains, and brand new superheroine. The bulk of this
will involve implementing and balancing their powers. This will be particularly
interesting, because I’ll be doing some interesting things with statuses with
the two villains, and the new hero will be doing some damage redirection, which
we haven’t seen yet.
Also, I stumbled upon some criticism of Scarlet Moon while browsing
puddinggames.blogspot.com.Pudding Earl tends to lose interest when I throw
massive walls of text at them. To address that, I’m going to try a little
experiment with this episode. Effectively, I’m going to try to break up long
events with some roleplaying (i.e. fluff) choices. You’ve seen a few of these
already, mostly as Scarlet Moon. You can typically tell there’s a fluff choice
if the third option is some variation of “Say nothing.” I’m going to try to add
more such choices, even when you’re in your civilians.
These should hopefully break up ginormous walls of text, without adding
significantly to my workload, and it should hopefully give players a a bit more
control of their character’s personality, both in and out of costume.
As of right now, you can generally expect three choices: a snarky choice, a
serious choice, and a silent choice, just like when you’re Scarlet Moon.
If there’s a particularly personality archetype you’d like to have the
opportunity to roleplay, please let me know in the comments. I can’t guarantee
that I’ll include it, or if I do that I will with every fluff choice, but I can
certainly try.
Spankers, Spankees, and Switches of All Ages (18 and above),
I’ve just uploaded a new version with a few bug fixes pointed by some kind folks
on animeotk.com. In particular, I’ve fixed a crash where a slender PC tried to
spit on Buzzsaw after being defeated by her the first time.
Also, something that I forgot to point out: The Page Up/Page Down, Home/End keys
all work like you would expect for both the story pages, and combat log. You
don’t have to scroll through the content line by line if you don’t want to. I
should make those more discoverable, I just don’t want to do anything fancy.
I could include additional buttons, but that’s *four* additional buttons. I want
to have as little as possible on the UI, because that makes it easier for the
UI to scale up and down on different sized monitors and it means more of the
screen can be taken up by text.
I suppose I could include a story page that points those out before the game
begins? I don’t know.
Anyway, get the bug-fixed version over at the Downloads section, especially if
you like playing slender, defiant characters!
AKA
Spankers, Spankees and Switches of All Ages (18 and above),
We’re getting close. We’re getting very, very close. I just finished fixing some bugs in the new content that kept the game from even loading, and am now working on debugging it (making sure statistics increase like they should, events transition like they should, combat is sufficiently balanced, etc).
I also came across a host of bugs that in the episode 1 content that have been fixed. There were a few places were you weren’t gaining the stat points you were supposed to be gaining. Oops. No wonder Buzzsaw was giving people so much trouble. Those fixes will be included in the new content.
I am currently waiting for a few scenes from someone who was kind enough to write them for me, but they aren’t critical. So if they aren’t ready when the rest of the game is, I’ll just release the content I have and include the missing scene in a future update.
AKA
Spankers, Spankees, and Switches of All Ages (18 and above),
I’ve updated the download page with the newest version: Scarlet Moon 1.0.8.
Alas, there isn’t any new content. What there has been is a massive rework of combat to better support interesting powers (i.e. powers that aren’t just “do damage” or “inflict status”). Most of the changes are a straight up refactor, which means that a lot of the code has been rewritten, but it still does the same thing. There are however a few changes:
- Grappling now moves both the grapplers into the grappling range, but doesn’t force them to remain in a grapple.
- Spanking is now a single turn action that inflicts the “Humiliated” status and has some sexy text. It no longer spans multiple turns.
- All ally actions are executed before enemy actions. When you have allies (which won’t be for several more episodes), you’ll also be able to control the order in which those actions execute.
- Chain Pull (a power that Buzzsaw has at the end of episode 1) now both pulls its target into a grapple, and inflicts the “Frozen” status on the target. A character with the “Frozen” status can’t move, though they can do everything else (attack, spank, use powers).
- Scarlet Slap is now Scarlet Punch, and can be used both at armslength and in a grapple.
These changes were made for a variety of reasons, but the big one is because I’ve got a much clearer idea of how I want combat to work:
First, there are only a small number of “atomic” actions that define all of combat. Each action resolves into one or more of these actions. The basic actions are:
- Damage (negative damage heals).
- Inflict a status for a given duration (negative duration reduces the status’ duration, or heals the status if the duration is dropped to zero).
- Move
- Grapple
Technically, grapple could be defined as two Moves, but that proved to be hard to keep consistent (i.e. there was a high risk of one of the grapplers entering a grapple, but not the other, which makes no sense).
Each basic (non-power) action is resolved into a single one of these actions. Attack is a single Damage, move is a single Move, spanking is a single Inflict, etc. Powers on the other hand can do one of two things: they could resolve into one or more of these basic actions (like Scarlet Beam), or they could react to basic actions in combat. For example, you could have a power that redirects the first 2 non-negative damages that target a character. Or you could have a power that allows a character to automatically attack the first 2 enemies that are inflicted with a status.
This gives you a cheap way of activating any power that reacts to other actions. You have a power “Kick ‘Em While They’re Down” that automatically attacks enemies inflicted with a status? Cool, activate the power, then spend the next few turns giving your opponent a spanking. Not only will you weaken them, but you’ll do a bit of damage to boot.
Supervillains will tend to be more powerful than your heroes, and their actions will tend to be more direct. You could already see this in Buzzsaw: all of her powers involve getting you into a grapple, and hitting you _hard_. However, heroes will tend to have more reactive powers, and the challenge in the game will be finding the right combination of powers that amplify your attacks, while mitigating your enemies’, and getting all that set up before your enemy gives a you figurative and literal spanking.
So, the first two changes above simplify your basic actions to make it easier to use them to set up chaining. The third change makes it easier for the player to set up their chains. They also make combat more deterministic which is a plus in my mind. The goal here is to find a good strategy and execute it, not pray to the RNG god. The hope is that with the wrong strategy, you’ll almost always lose, but with the right strategy you’ll almost always win. The last two changes are just balance tweaks. Chain Pull’s change allows Buzzsaw to nullify the “keep your distance and shoot her strategy” in the second fight that can now be used to _great_ effect in the first fight since your move action will always execute before any of her actions. The change to Scarlet Punch means you can focus on building up your strength without forcing you to go into a grapple to make full use of it.
I would appreciate it if people could take the new version and try it out. Let me know what you think of the changes to combat, and if there are any bugs. I was able to play through the full episode a couple of times without any problems, but that doesn’t mean there aren’t any of course. Even a combat system as deterministic as this one has quite a bit of randomness.
A few bugs have also been fixed. The character screen now allows you to make changes to your character _without_ resetting all of her stats. Furthermore, I fixed two places where your willpower _should_ be increasing, but wasn’t. You can now take the Willpower options and still be strong enough to fight Buzzsaw!
AKA
Spankers, Spankees, and Switches of All Ages (18 and above),
Sorry I missed last week’s update. RL got in the way. Anyway, as far as progress on the game goes, I have been working my ass off on the codebase. I started out refactoring my GUI code to make use of a very cool library ReactiveX. The Java implementation includes some very nice bindings into JavaFX, allowing me to write my GUI code using a paradigm that makes sense to me (message passing) rather than the utterly obfuscated callback-based approach that JavaFX encourages. This has allowed me to clean up my GUI code _massively_ including removing some of the bugs that came from various hacks I tossed in to get the whole thing working.
While debugging this refactor, I discovered that ReactiveX doesn’t like it when operations are not idempotent (in particular, if they have side-effects, weird things can happen). So I solved this problem by rewriting my entire codebase to make everything immutable except for the GUI, and a small stack of past commands in the combat code (to make undoing easier).
Yyyyeahhhh. Did I go a little bit crazy and overboard? Fuck yes. But that’s the best part about being the sole coder on a project that you are spearheading. You can do all sorts of crazy shit, and nobody can stop you! Muahahahahhahaha!
Besides, this has forced to me clear up some techdebt that’s been bugging me almost from the moment I wrote it. It also makes a lot the code that was before hard to test much easier to test. So that’s a plus. Probably won’t be writing those tests now, but that’ll probably be something I poke at as time goes on. Add a test here, add a test there, and so on.
That being said, the refactor wasn’t really that crazy. It didn’t really affect the design of my code all that much. It just required a lot of mechanical “methods that inflict side-effects, now return modified copies of whatever they were modifying before.” Some of my types are bit crazy now, and could probably stand to be reworked, but whatever. I’ll poke at that later.
Anyway, at this point my code compiles, so next I need to update all of my tests (I have about 200). Fortunately, these changes should dramatically simplify most of my tests. So I should have all of that modified by the end of the month.
As far as the actual game content goes, Chaosnova has been working on that, so it hasn’t stood completely still. Going a bit slowly, alas, but most people don’t have as much free time as I do. I’ve also been working on some of the planning for the rest of the season in between working on the codebase.
AKA
Spankers, Spankees, and Switches of All Ages (18 and above),
Today, I am proud to release the first day of the first episode of The Scandalous Scarlet Moon.
You take on the role of a Silver Age style superhero(ine) Scarlet Moon. Aided by your best friend Juliana, you must protect the City of Generica from a host of villains, from brutish thugs to sensual seducers, grinning giants to evil masterminds, honorable hunters to cheating thieves. But don’t spend too much time superheroing! After all, you’ve got a job to keep down, studies to keep up on, precious precious beauty sleep, and you might even want to have fun every now and then! Neglect them at your peril (to your bottom). But don’t spend too much time focusing on your regular life either! After all, every one of those villains will happily put you over their knees and give you the kind of a spanking a meddling superhero deserves if you let your guard down for even a single second!
So join me as we embark upon an epic quest across, over, and under Generica City!
In this release experience the epic, action-packed origins of Scarlet Moon! Fight your way through an abandoned business park crawling with the Evul gang, the Whistlers, learning skills as you go that will be absolutely essential to getting out of there with an unmarked bottom. Come face to face with your very first supervillain: the boisterous Buzzsaw and learn up close how they earned their menacing name!
This release contains the following:
- Customize your character however you want! Pick their gender, name, appearance, and clothing.
- Pick the genders of most other characters! Most NPCs are broken into one of three roles: spanker, spankee, and switch. Pick their genders universally at the beginning of the game, or select the gender of each character as you meet them.
- Experience a rather generic superhero story, where you get to make some choices that dictate how your character reacts to the situations! This episode is alas, rather linear, and your choices don’t impact gameplay much. But that will come in subsequent episodes.
- Engage in turn-based tactical combat. Most of your enemies don’t pose much of a threat, but be careful! Your health and mana are combined into a single stat, energy, you have no way of restoring energy, and you lose energy each round (this can be turned off). You’ll have to make intelligent and efficient use of every skill in your ever-growing arsenal if you hope to survive!
- Get annoyed when you discover that you gain nothing from combat!
- Experience in-combat spankings! Be mildly annoyed at how utterly impractical they are at this point in the game, and hope they become more useful as the game progresses!
- Experience lovingly crafted in-story spanking scenes that eschew sound effects in favor of purple prose, and clunky back and forth between the spanker and spankee! How many different ways can we describe getting slapped on the ass? Play and find out!
- Prefer to play a Domly Dom of Domliness and don’t relish the idea of your character getting their fanny whacked? Every spanking scene is avoidable! Turn off in-combat spankings (which also turns off losing-to-the-supervillain-spankings)! Naughtiness is inevitable, but spankings are not!
- All sorts of bugs and crashes that have slipped past myself and my beta testers, because let’s be honest, I’m a hack whose too busy jerking it to use proper design, write enough unit tests, and don’t even talk to me about integration tests! (If you happen to discover one of these, please let me know, and maybe we can trick a few people into believing I know what I’m doing).
The next major release will contain the following:
- Beach scene! Because who doesn’t love the idea of buxom women in thong bikinis getting spanked in public at the beach?
- The kidnapping of a character you’ve only just met, and probably don’t like very much, but are expected to save anyway!
- The unveiling of Scarlet Moon’s costume! Will she have a modest, practical outfit, or the type of sexy skanky skimpy spandex slip you secretly enjoy but publicly denounce because there’s something terribly wrong, yet dirtily sexy, about a genre where the mainstream works have already done the work of designing the outfits for the inevitable porn parodies!
- Stat gain through roleplaying! Rather than getting stronger in combat, some of the choices you make during the story will give you stat bonuses, and let you learn new skills! Will you be a character with high Strength, who punches her way through problems, or a fast-talking charmer with high WIllpower who talks her way out of scrapes? The choice is up to you!
- Balance short-term gains with long-term benefits! Do you eavesdrop on your opponent, and try to learn her motivations, or do you ambush her now, and gain the upper hand in what is sure to be an intense battle that could go either way?
The game is written in Java, so you need to make sure you download and install Java 8 if you don’t already have it installed. Be warned, Oracle apparently has a shady deal with Yahoo! where they try to trick you into making Yahoo! your default search engine, so keep an eye out when installing Java.
The game’s code is licensed under the GNU GPL-v3, while the content of the game (events, characters, etc) is released under the CC-BY-SA. What this means is that you are free to take my work and do whatever you want with it (release a slightly modified version of my game, write stories featuring my characters, etc.) and release them so long as you:
- Give me proper credit
- Release your work under the same or a compatible license
Edited
I’ve uploaded a new release that fixes an issue that may have caused the game to crash when attempting to save.
I’ve uploaded a new release that fixes an issue where the player will not learn the skills they are supposed to if you change the font size on the character creation screen.
I’ve uploaded a new release that fixes several issues: Character skills are now properly loaded when loading a game, so skills don’t bleed over from one game to another. The player can now defend at the distant range. The option where you defeat Buzzsaw and spare them a spanking now transitions to the correct event. Struggling during a grapple no longer automatically breaks you out of it. It now reduces the duration based on your grapple skill. Buzzsaw now knows the skill Soaring Leap, where she jumps at you, which puts both you them at armslength. So you can’t just move to distant and spam Scarlet Beam until she falls over. Well, you can but she now has a way of getting close to you.
Spankers, Spankees, and Switches of All Ages (18 and above),
Sorry about the delay in this post. This past weekend was crazy, being mother’s day weekend and all. Anyway, the first day of the first episode is in beta testing right now. I have managed to play it from beginning to end (though I’m not sure if any of my beta testers have yet, they’ve all been kind of quiet. Probably because it’s a busy time of year). That being said, we’ve gone through about five releases of bug fixes and enhancements.
My current plan is to release it at the beginning of June unless there are game breaking bugs that we have discovered and I haven’t fixed yet. We may release it earlier if I get approval from at least four of my beta testers.
AKA Russell
Spankers, Spankees and Switches of All Ages (18 and above),
**Insert obligatory crappy April Fool’s joke here**
Now that that’s out of the way, I’m getting very close to having a playable beta. I have everything implemented that I need for the first episode except for the combat code, which I’m working on now. As far as combat goes, I need to implement the following:
- Functionality for selecting skills.
- The logic to actually execute a round of combat.
That’s pretty much it. I already have the AI implemented, as well as the code that actually executes each action. I just need to glue all that together, and I’ll be good to go.
So I’m expecting to have all that done by the end of the month at the latest. What’s the next step after that? The next step is to pass the game along to my beta testers. I’ll consider it ready for release when I’ve gotten four approvals from my beta testers (or it’s early June, and I haven’t heard anything at all from my testers, depends on how responsive my testers are).
So we’re on track for a release in early June. My view and controller code still isn’t particularly pretty, but at least it works (far as I can tell anyway), and I have some understanding of how it works (though not complete. JavaFX has some infuriating and unintuitive bits around event processing that I haven’t fully grokked just yet).
So, to taunt you all, here are a few screenshots!
First, we have a screenshot of character creation
Character creation provides just as many options as Potion Wars, only thanks to the magic of libraries (instead of rolling it my own stupid self), it’s arranged very pretty in something approximating a real UI. Character options will include:
- gender: male, female
- bodytype: slim, average, voluptuous, heavyset
- eyecolor: blue, brown, green, hazel, grey
- haircolor: blonde, brown, red, black, rainbow
- hairstyle: down, pig tails, ponytail, single braid (something like this), buns, mohawk
- height: short (5′ – 5’3″), average(5’4″ – 5′ 7″), tall (5′ 8″ – 5′ 11″, gargantuan (6′ and up)
- musculature: soft, fit, muscular
- skincolor: ivory, peach, tanned, brown, caramel, black
- clothing: There are a ton of clothing options (mostly female-oriented, I’m kind of biased, alas) and all are available from the beginning, so that you have a high degree of control over the civilian appearance of your character. More clothing options may be added over time as people request them (clothing is very easy to add).
Next we have the options.
Crimson Glow provides the same and more options as Potion Wars:
- You can control whether or not your player can be spanked in battle. This will also affect supervillain story spankings. If the player is not allowed to be spanked in battle, then neither will the player be spanked after losing to a supervillain. Other in-story spanking scenes are possible, but since all of those will be avoidable by selecting the right dialogue option, rather than winning a challenging battle, those are not disabled.
- Artificial Intelligence controls how smart enemies are. Dumb enemies pick targets and actions at random. Average enemies pick their skills based on what they’re good at, but pick targets at random. Smart enemies pick their skills based on what they’re good at, and are more likely to pick targets who will be weakest against those skills.
- This game takes full advantage of the fact that both genders have an ass, and disciplinary spankings (which make up 99+% of the game’s spankings) focus exclusively on the bottom and thighs. “Spanker Gender” sets the gender of all characters who are tops (almost always administering rather than receiving). If the gender is UNKNOWN, then you will be given the opportunity to pick the gender of each top individually when you first meet them. The same for the spankee gender. All supervillains are considered spankees. If the genders for both top and bottom are the same, then all generic enemies will also have the selected gender.
- Energy Lost Per Round of Combat controls how much energy all characters lose at the end of battle (note: You cannot go below 1 energy through attrition). NONE means allies don’t lose any energy, and enemies lose a lot. MODERATE means enemies and allies lose at the same rate. SEVERE means allies lose a lot of energy, but enemies don’t lose very much (though they do lose some).
Next, an event screen.
This is the first event of the game. There is one, very important improvement over Potion Wars: Even text is now displayed with a scrolling bar. So no more multiple pages. The text of an event is now displayed all at once on the screen, and allows players to scroll through it (though moving on to the next event clears the view).
Finally, combat!
The first thing that should be obvious is that I’ve expanded significantly on the positioning system. Rather than having spanking/grappling/armslength, we now have spanking/grappling/armslength/distant. Different characters will be able to attack at different ranges, and will have different skills that work at different ranges. Positions are also displayed in a simple visual view. The top rows are enemies, the bottom rows are allies. The combat log is also a scrollbar, like events, and will display all feedback on user commands. The —-Character Name— tells you which character you’re selecting commands for, and will be displayed after the feedback of every command.
This view relies a bit too heavily on the combat log for feedback, but this damn thing is being complex enough to program. I may improve it in the future, but this should be enough to make the game playable.
One very important differences from Potion Wars:
There are no longer dungeons with mazes. It was decided that those really weren’t worth the effort of designing, and implementing. Furthermore, I don’t think they always work well for superheroes (which tend to focus on small-scale battles between heroes and villains). Not all villains have a billions minions at their beck and call, after all. Instead “dungeons” will be a sequence of events, like CYOA. In these events, the player will be able to make choices, many of which may involve using skills to get by obstacles, or gain the upper hand in battle. Furthermore, the player _does not_ get better through combat. Instead, in most dungeon events, the player will have a range of choices. Each choice will increment at least one skill by one point. For example, you may be faced with a thick fence. You could choose to ram through it (which improves strength), jump over it (improve speed), or find the guardhouse and convince the guard to let you through the gate (improve willpower). Of course, you might fail (bounce off the fence, land on the fence, get spanked by the guard) if your stat isn’t high enough, but you’ll still get the stat gain.
In short, unlike Potion Wars, battles are very painful (even easy ones will drain precious energy), and should be avoided when necessary. Of course, that doesn’t mean you might not get bonuses for charging into some battles, especially if it involves saving people.
This might seem like an odd decision, but there are a few reasons for it:
- This allows us to do much more interesting things. For example, the “dungeon” could consist of playing cat and mouse with a single villain, in which you try to find them, or manipulate the environment in a way to give you an advantage, occasionally having skirmishes with the villain if you fail an event, or get the upper hand.
- It provides more opportunity to roleplay. The time I would have previously spent designing dungeons, and getting them to display can now be spent writing up events.
- It removes a rather frustrating balancing act. If combat made you stronger, then on the one hand you’d want to get involved in combat as much as possible to become stronger, but on the other save your precious energy for the boss. While in theory this might be fun, I think it would mostly be frustrating, because you don’t know how strong you need to be later in the game, or how much energy you’ll need to fight the boss. So I think removing the built-in incentive structure from combat will make for a much more interesting gameplay experience. It will now be about “How do I efficiently get to the supervillain and defeat them?” rather than “RAAGH HULK SMASH!”
As an added note: One of my writers has written up a few short scenes to get a handle on some of the characters. He’s given me permission to post them, so you’ll see a few short snippets coming up in the next few days. Think of them as sneak peeks (though they take place around the midway point of the game, so they’re a little bit spoilery, but the only thing they really spoil are the superhero names of some of Crimson Glow’s allies).
Spankers, Spankees and Switches of All Ages (18 and above),
So, I fired up the game the other day and… watched as the GUI did crazy shit. I was using IntelliJ’s GUI builder thing as a sort of shortcut, because I find GUI programming obnoxious, and was hoping to take a shorcut. However, it looks like IntelliJ’s GUI Builder SUCKS in a billion different ways. It is clearly geared towards creating a bunch of static popup windows with minimal dynamic content changes. Also, it’s really hard to keep things consistent across screens, and for whatever reason I couldn’t update the static placeholder text I put in there. It doesn’t help that the tool uses this weird combination of Java code and XML, and I’m not really sure how they interact, or how the program knows to go to the Java vs. the XML and… basically too much annoying, not easily debuggable magic.
And having a bunch of different screens that you have to constantly make fullscreen (i.e. for a game) leads to much flickering and is utterly unacceptable.
After much swearing and cursing and just general being pissed off, I blew away all that garbage, took a week off, and am starting the GUI (and possibly much of the Controller) code from scratch. I decided to buckle down and actually learn the JavaFX library, and am using that now. On the bright side, shit be making a lot more sense, and I have the TitleScreen done (probably the simplest screen), and am currently working on the Character Status/Creator screen (which is one of the more complex ones, only the Dungeon and Combat screens are more complex). The Character Status screen actually works, and displays stuff. I just need to tweak it to make it look good.
So, the bad news is I’ve had some setbacks. The good news is I’ve learned some stuff, and I am pretty happy with the JavaFX library so far. Makes a ton more sense to me than Swing ever did.