Showing all posts by aka_russell
Scarlet Moon 4.2.16

Uploaded a new version that fixes some bugs kindly pointed out by Aymer over on animeotk.

This version also *massively* nerfs s-chords, s-fists, and s-eyes. Before, the stat transfers and buffs scaled based on Scarlet Moon’s power stat. However, I realized while debugging that I’m balancing characters to be fairly close in stats. As a result, s-chords and s-fists will only get more powerful relative to your opponent, and will in fact get more powerful very quickly. This plus the new buff in defense means that s-chords is all you need to make Scarlet Moon nigh untouchable.

Now, all three powers modify your stats by a flat 2 points (well, s-fists reduces your power by 4, but increases your strength and speed by 2 each). If as the game goes on, combat becomes a drag (because energy ends up going up faster than damage, which is very possible), then I’ll “manually” upgrade s-chords at a later point in the story. For example, I could imagine Scarlet Moon having a training montage, after which s-chords gives you a 4 point buff or something. S-armor will still scale based on power, and every power’s duration will still be going up as you increase in power. I’ll probably go through and similarly nerf headwind and tailwind when I release episode 5.

I also reduced the power of some enemy powers, since Scarlet Moon now has a much lower defense. Let me know if the combat becomes too difficult (especially Prometheus and Poseidon).

Scarlet Moon 4.2.14

A new version has been uploaded with a bugfix for the Love version that was causing the combat UI to crash after you defeated an opponent.

Sorry about that!

AKA

Scarlet Moon 4.2.13

A new version has been uploaded. There isn’t any new content, instead a new
combat system has been introduced. The big changes are the introduction of
secondary statistics:

1. Attack – This is how much damage you do. It’s base value is strength +
speed/2.

2. Defense – This is how much damage you reduce enemy attacks. It’s base value
is speed.

3. Shield – This is effectively temporary hitpoints. Whenever an enemy damages
you, it reduces your shield stat before it reduces your energy. For example,
suppose you have a shield stat of 5, and an enemy does 3 damage to you. Then
they will do 0 damage, and your shield will be reduced to 2. If they do 3
damage to you *again*, then they will reduce your shield to 0 and do 1 damage
to you. By default, shield is 0, but powers can be used to increase it.

4. Retaliation – This behaves just like shield, except instead of blocking
damage, you retaliate. For example, suppose you have a retaliation of 5 and an
enemy does 3 damage to you. Then, you take 3 damage, do 3 damage to them, and
your retaliation is reduced to 2. If they do 3 damage to you *again*, then they
do 3 damage to you, you do 2 damage to them, and your retaliation is reduced to
0. Note that retaliation ignores defense, so it can be a great way of damaging
enemies with high defense. However, it is blocked by shields.

Buffing and debuffing powers now increase and decrease attack, defense, shield
and retaliation. Most of Scarlet Moon’s powers are the same, except:

1. Scarlet Chords now increases attack and defense based on your Power stop,
rather than increasing your speed based on your Strength. Furthermore, if you
are inflicted with Away at the start of your turn, Scarlet Chords automatically
cures you of it at the start of your turn (rendering you effectively immune to
Away).

2. Scarlet Fists and Scarlet Eyes work the same they did before, except they no
longer inflict a status. This means that they don’t increase your attrition,
they cannot be disrupted by spankings, and they remain in effect until you
cancel them.

3. Scarlet Beam uses your attack stat, rather than your Power stat. This is so
that Scarlet Fists more obviously increases your damage output (before it
increased your Attack damage, but reduced your Shoot damage, which was lame).
Shoot does not trigger retaliation, but is not affected by your weapons.

4. S-Armor – Now increases Scarlet Moon’s shield stat, rather than increasing
her defense.

For Tempestas:

1. Tailwind – Increases all allis’ attack.

2. Headwind – Decreases all enemies’ attacks.

3. Wind tunnel – increases Tempestas’ retaliation.

4. Twister no longer inflicts damage on a character when they are inflicted
with Away. Instead, it does damage at the end of their turn if they are
inflicted with Away. What this means is that Scarlet Moon is effectively immune
to Twister if she is inflicted with Scarlet Chords, because that removes Away
at the start of her turn. Twister also cures Tempestas of Away and gives her a
bonus to her attack that lasts one round.

5. Airburst – Works the same way it did before, except it inflicts Away for a
minimum of two rounds.

Anklyana:

1. Armor – Increases Anklyana’s Defense.

2. Bubblesaurus – Reduces her energy, and increases an ally’s shield by the
same amount (basically, she gives her energy to someone else as temporary
hitpoints). Note that this *does not* inflict a status, which means it stacks,
and it cannot be disrupted by spankings.

3. Wallsaurus – Increases a target’s defense, and decreases their attack by the
same amount.

Also, the game now tells you at the start of every combat whether or not
winning that battle is optional.

Hopefully, people find this combat system fun and well-balanced (Lord knows
it’s a lot simpler to implement at least). Feedback is much appreciated.

Scarlet Moon 4.2.12

Just posted a new version that fixes a bug in the story content, where the game just straight up stops moving forward during one branch of the “escape Princess” route. Thanks Wildfire for the bug report!

There’s also apparently a crash in the battle royale at the end of the episode kindly pointed out by Wildfire that seems to be tied to administering spankings. I’m not going to track that one down though, because I’m currently doing some balancing of a combat rework, and the code is changing so much that whatever bug is there will almost certainly have gone away (to be replaced by three or four new ones I’m sure). I’m hoping to release that in the next few weeks, so tracking down the bug doesn’t seem like it’ll be a good use of my time.

Also, updated the Downloads section to clarify that the source code of Scarlet Moon is released under GPL v3 license, while the story content (i.e. setting, characters, etc) is released under CC-BY-SA. I don’t think that I have it actually written down anywhere on here.

Scarlet Moon 4.2.11

Yet Another Version uploaded. This one fixes a bug that was causing a crash early on in episode 2, and some bugs in the scarletmoon.sh script that kept it from running smoothly when people downloaded the Scarlet Moon loveless version.

I’ve also updated the Downloads section for those of you on Linux. If you want to try the loveless version, make sure to install Lua (5.3.x or 5.2.x) first. I don’t bundle a Lua executable with the Linux loveless version for the same reason I don’t bundle a Love executable with the Linux Love version. I haven’t tried it on the bleeding-edge Lua 5.4 yet, so I can’t guarantee it will work. I wouldn’t be surprised if it does though. My understanding of Lua 5.4 is that it’s mostly touching stuff related to coroutines, and I don’t use anything that advanced in my game.

4.2.10

Moar bug fixes!

— Fixes crashes that occur whenever the game tries to remove your costume when you aren’t wearing it.

— Fixes a crash that can occur if you load an older save file and then try to turn combat on or off.

— Fixes a crash that occurs at the end of episode 2, if you refuse to get spanked by Dr. Parks, and so Juliana spanks you at the end of the episode.

Scarlet Moon 4.2.9

Yet more bug fixes:

— Fixes a bug where the game doesn’t let you progress after attempting to negotiate with Princess in certain cases
— Fixes a crash when you choose to bide your time shortly after being captured

Thank you to everyone willing to try the early versions of this content and send me bug reports. Here’s hoping things stabilize soon.

AKA

Scarlet Moon 4.2.8

Fixes a crash caused when the game tried to equip the PC with their costume.

Scarlet Moon 4.2.7

Fixes a bug where the Love game wasn’t displaying already-existing save files. So you shouldn’t have to start all over again to see the new content anymore.

Sorry.

Scarlet Moon 4.2.6

Spankers and Spankees,

A couple of bugfixes, one kindly pointed out by giant432, and three I stumbled across while fixing giant432’s bug. Thanks giant432!

1. The game was crashing when you had combat turned off, and the game tried to give you the win or lose page.
2. Backspace wasn’t working correctly (and by “correctly” I mean, “at all”) when inspecting a character in combat in the LOVE version.
3. You couldn’t actually save the game in the LOVE version if you didn’t already have a save file. Anyone who says Scarlet Moon isn’t friendly to new players…is apparently correct.
4. The Loveless version wasn’t able to load save files from the Love version, because of some options (the font sizes) that don’t exist in the console version.

You can get the latest version over at the Downloads section. Sorry about that!

Previous Page · Next Page