Flash Alien Sex Date [v4.2.1] [Hornblase]

WarblGarbl

Active Member
Oct 10, 2017
537
640
258
does anyone know what the alien says when the bosses show up
I was also curious about it so I extracted the audio track, hoping that it wasn't baked in with the music. No luck, it's part of the track. Here's about the first minute of my transcriptions, with question marks being where I have no clue. Things in brackets are my guess.
You don't have permission to view the spoiler content. Log in or register now.
I definitely feel like this is just an ai voice reading something that has no relation to the game, as the first few lines are pretty clear until she descends into the gibberish that is ai voices if they try to read something too long. Googling random lines I'm sure about doesn't give me something like a poem it's attached to. If anyone knows, I'd like to know the source too. It's obviously quite difficult to make out.

EDIT: If anyone cares I figured out the artist for some of the music in the game. Someone who goes by Ravancloak or Dot Matrix Girl. They made this song which features when you start the game I believe?

I think the artist knows the dev, based on what they said in their itch.io. I'll ask about the boss track there. I'm at least glad I got some music I like out of this excursion digging into the files, the soundtrack goes hard compared to the rest of the game.

Also, for some reason, there's an upside down picture of Captain America with the same name as the small enemy sprite images, which I thought was funny.
 
Last edited:

u3708395

Newbie
Jan 23, 2018
90
218
75
I don't suppose anybody knows anything about any subscriber's code for the exclusive content?

1732280411036.png

Here are some animations extracted from the current public web version using Firefox HAR + for example HAR Extractor or HAR Extractor and some commandlining

Bash:
rm anim-*gif
rm tmp/*png
rmdir tmp
mkdir tmp
for i in */; do
    cd $i
    for j in *png; do
        magick $j -gravity northwest -crop 1368x770+0+0 -scale 50% +repage -background white -flatten ../tmp/$j-01.png
        magick $j -gravity northwest -crop 1368x770+0+770 -scale 50% +repage -background white -flatten ../tmp/$j-02.png
    done
    cd ..
    magick -size 512 -delay 8 -loop 0 tmp/*png -layers optimize anim-${i%/}.gif
    rm tmp/*png
done
The mushroom girl riding and kissing animation sure is cute.

PS: "FLASH" can't be right. It's Construct HTML

As for the music:
start i_menu.ogg
story ravancloak - shroud house ost - 04 vespa ride.ogg
main menu ravancloak - missing you ost - 02 moon bright.ogg
training song_1_training.ogg
fail ravancloak - knight slights ost - 02 soda bar.ogg
lvl1 ravancloak - erased (ft. rigidatoms).ogg
lvl2 ravancloak - missing you ost - 03 to the stars and back.ogg
lvl3 ravancloak - dreamheart.ogg
lvl4 ravancloak - shroud house ost - 01 spiral house.ogg
lvl5 ravancloak - powerlines.ogg
lvl6 mindless_fun_and_mindless_death.ogg -
lvl7 ravancloak - anybody home- - 05 ember of fate.ogg
lvl8 ravancloak - shroud house ost - 03 crushed daisy petals.ogg
lvl9 ravancloak - shroud house ost - 05 mother shroud.ogg
boss everything_001.ogg -
win feline_soup.ogg -
 
Last edited:
  • Like
Reactions: Gamara

zzyyxx

Member
Jun 16, 2017
104
90
105
I don't suppose anybody knows anything about any subscriber's code for the exclusive content?

View attachment 4258536

Here are some animations extracted from the current public web version using Firefox HAR + for example HAR Extractor or HAR Extractor and some commandlining

Bash:
rm anim-*gif
rm tmp/*png
rmdir tmp
mkdir tmp
for i in */; do
    cd $i
    for j in *png; do
        magick $j -gravity northwest -crop 1368x770+0+0 -scale 50% +repage -background white -flatten ../tmp/$j-01.png
        magick $j -gravity northwest -crop 1368x770+0+770 -scale 50% +repage -background white -flatten ../tmp/$j-02.png
    done
    cd ..
    magick -size 512 -delay 8 -loop 0 tmp/*png -layers optimize anim-${i%/}.gif
    rm tmp/*png
done
The mushroom girl riding and kissing animation sure is cute.

PS: "FLASH" can't be right. It's Construct HTML

As for the music:
I don't suppose you know how to extract all the animations do you?
 

sarwarin

New Member
Aug 25, 2025
1
0
11
guy can you tell me how you can get the k.o base animation. i even soloed the whole run for 30 mins but can't find it.by any chance i missed it?