Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Big fan of this update! The paths to the new scenes were all very intuitive and I like the content itself as well.  I did get a crash when thinking about dressy clothes for Rachel, log pasted below:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/morning.rpy", line 258, in script call

    call FabricatorGeneral from _call_FabricatorGeneral_1

  File "game/morning.rpy", line 258, in script call

    call FabricatorGeneral from _call_FabricatorGeneral_1

  File "game/moods.rpy", line 204, in script

    "Rachel's idea of showing off is 100% absolutely for sure cosplaying. I could create a rainbow fantasy space suit for her based on her favorite character."

ValueError: unsupported format character 'a' (0x61) at index 37

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/morning.rpy", line 258, in script call

    call FabricatorGeneral from _call_FabricatorGeneral_1

  File "game/morning.rpy", line 258, in script call

    call FabricatorGeneral from _call_FabricatorGeneral_1

  File "game/moods.rpy", line 204, in script

    "Rachel's idea of showing off is 100% absolutely for sure cosplaying. I could create a rainbow fantasy space suit for her based on her favorite character."

  File "renpy/ast.py", line 721, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "renpy/exports.py", line 1406, in say

    what = what % tag_quoting_dict

ValueError: unsupported format character 'a' (0x61) at index 37

Windows-10-10.0.22000

Ren'Py 7.4.9.2065

Floating Flowers 0.6

Tue May 17 08:52:49 2022

```

UGHHHHH I forgot that "%" causes the game to crash. I'll release a patch, but you can safely ignore and continue until then.

OK! 6a doesn't have that issue. Thanks for the report!