SamSuka
porniky
porniky

patreon


Crimson Lullaby v.1.5

It's finally here, the update!

What's new?

- The upper part of chapter 2.

- A hard reset button in the gallery for someone who, idk, wants to reset lol.

- The character info page next to the CG button.

- An inventory, which is useless for now but will make you suffer later.

And as always, if you encountered bugs or typos, be sure to let me know so I can fix them asap.

Criticizes and comments are appreciated, so I know my game reached you ^o^

Here's the link (for Windows, Mac, and Android):

https://drive.google.com/drive/folders/1oHrt4gbOtDxVgS3_dMGdzyTVEsaAa8-P?usp=sharing

Enjoy ^u^~

*** Password for the zip ***

https://www.patreon.com/posts/password-79129150

*** Stuck at the third question? ***

Play "The Magic Shop", Christmas edition. The password is the NPC's name who give you the original item that causes this drone incident: drive.google.com/drive/u/2/folders/1tyFxwWHGj1lVAMYABx-JVMPkoEXD-oOp

Crimson Lullaby v.1.5

Comments

Do you guy know the passwork for the new -1.5.7z

phuc pham

Trying to avoid spoiling... I really DO hope that item proves to be somewhat useful in the future!

Fkersinthebarbershop

Thanks for letting me know. The bug happens because their name is not defined yet. It can be fixed by replaying chapter 1. (You can hold Ctrl button to skip dialogues)

Porniky

Markdown from clicking Previous while viewing Emily's bio in the gallery: ``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/gallery.rpy", line 108, in execute File "game/gallery.rpy", line 108, in execute File "game/gallery.rpy", line 112, in execute File "game/gallery.rpy", line 119, in execute File "game/gallery.rpy", line 197, in execute File "game/gallery.rpy", line 248, in execute File "game/gallery.rpy", line 251, in execute File "game/gallery.rpy", line 253, in execute File "game/gallery.rpy", line 255, in execute NameError: Name 'char_name' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "renpy/ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_main_menu.rpym", line 28, in python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "renpy/display/core.py", line 3810, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 451, in visit_all callback(self) File "renpy/display/core.py", line 3810, in root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 462, in per_interact self.update() File "renpy/display/screen.py", line 653, in update self.screen.function(**self.scope) File "game/gallery.rpy", line 108, in execute File "game/gallery.rpy", line 108, in execute File "game/gallery.rpy", line 112, in execute File "game/gallery.rpy", line 119, in execute File "game/gallery.rpy", line 197, in execute File "game/gallery.rpy", line 248, in execute File "game/gallery.rpy", line 251, in execute File "game/gallery.rpy", line 253, in execute File "game/gallery.rpy", line 255, in execute File "renpy/text/text.py", line 1688, in _scope return self.set_text(self.text_parameter, scope, self.substitute, update) File "renpy/text/text.py", line 1712, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) File "renpy/substitutions.py", line 278, in substitute s = formatter.vformat(s, (), kwargs) # type: ignore File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat File "renpy/substitutions.py", line 168, in get_field obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value File "renpy/substitutions.py", line 236, in __getitem__ raise NameError("Name '{}' is not defined.".format(key)) NameError: Name 'char_name' is not defined. Windows-10-10.0.22000 AMD64 Ren'Py 7.5.3.22090809 Crimson_Lullaby 1.5 Wed Feb 22 02:32:28 2023 ```

Aaron Wall

Markdown from clicking Next while viewing Ashely's bio in the Gallery: ``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/gallery.rpy", line 108, in execute File "game/gallery.rpy", line 108, in execute File "game/gallery.rpy", line 112, in execute File "game/gallery.rpy", line 119, in execute File "game/gallery.rpy", line 197, in execute File "game/gallery.rpy", line 248, in execute File "game/gallery.rpy", line 251, in execute File "game/gallery.rpy", line 253, in execute File "game/gallery.rpy", line 255, in execute NameError: Name 'char_name' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "renpy/ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_main_menu.rpym", line 28, in python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "renpy/display/core.py", line 3810, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 451, in visit_all callback(self) File "renpy/display/core.py", line 3810, in root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 462, in per_interact self.update() File "renpy/display/screen.py", line 653, in update self.screen.function(**self.scope) File "game/gallery.rpy", line 108, in execute File "game/gallery.rpy", line 108, in execute File "game/gallery.rpy", line 112, in execute File "game/gallery.rpy", line 119, in execute File "game/gallery.rpy", line 197, in execute File "game/gallery.rpy", line 248, in execute File "game/gallery.rpy", line 251, in execute File "game/gallery.rpy", line 253, in execute File "game/gallery.rpy", line 255, in execute File "renpy/text/text.py", line 1688, in _scope return self.set_text(self.text_parameter, scope, self.substitute, update) File "renpy/text/text.py", line 1712, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) File "renpy/substitutions.py", line 278, in substitute s = formatter.vformat(s, (), kwargs) # type: ignore File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat File "renpy/substitutions.py", line 168, in get_field obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value File "renpy/substitutions.py", line 236, in __getitem__ raise NameError("Name '{}' is not defined.".format(key)) NameError: Name 'char_name' is not defined. Windows-10-10.0.22000 AMD64 Ren'Py 7.5.3.22090809 Crimson_Lullaby 1.5 Wed Feb 22 02:28:44 2023 ```

Aaron Wall

I love it! Intriguing mystery and very fun to see the Messenger-drone in a bad end :D I did run into one Ren'py error in the gallery. The issue occurred when hitting Next while viewing Ashley's character bio in the gallery, or when clicking Previous when viewing Emily's character bio in the gallery. Maybe something to do with characters that weren't unlocked during the first chapter, or possibly the gallery not rolling over as intended? I copied the markdown below, if that helps.

Aaron Wall

Oh thanks, I didn't realise that

Fewur

The Mansion is still in the working

Porniky

Answer the game wrong 6 times and it will gave you the answer

Porniky

Is there any way to get a little up to date, so I can make it past the questions in the beginning? Light bulb, gloria... but besides that...

Fewur

So I played the game and I like what I have seen so far. I personally feel like we need more hypno themed H-games in all honesty, because too many H-games that do involve mind control usually end up just smelling someones feet or just feet content in general. I feel like, especially when making a femdom game there could be more variety of things femdom ladies can do. Hypnosis has been one of my favourite fetishes as of late & I can see from your content that you also like this kind of stuff as well. There are also so many anime women with big titties, so I'm suprised hypnotic breasts or titnosis hasn't become a more common thing yet. I even had my own idea for a mind controlling futa RPG game, but since I'm not a programmer or a game maker, that game won't become a reality. Keep doing your best and I do have a question. Is The Mansion game abandoned or are you focusing so much on other stuff, that you don't have time to update The Mansion game?

Rihards

nope. You can't unlock the lock for now.

Porniky

This is some amazing, high-quality work. Hope there's plenty more chapters in the future.

Dream Searcher

Is having a mid- top tier subscription necessary to know the manual lock combination? Thx"

so4p

Link updated, It's working now :D

Porniky

Link updated, It's working now :D

Porniky

Link updated, It's working now :D

Porniky

Link updated, It's working now :D

Porniky

Link updated, It's working now :D

Porniky

Jamess

Yep same

Fewur

Can't find the files either...

Empress Ahsoka

I cant find the files in the folder. have you taken them down?

Greenleader

The files are missing. What gives?

Rihards

Ooooo, this is exciting, already looks so good

Arya

Thanks for letting me know. I've added the apk ~

Porniky

Thank you ! However the drive link contains only the mac and pc, and an Android version was mentioned ?

Drim


More Creators