Hi there ! Glad you like the game. Just to clarify some things : The game is free and Will remain free. It’s in currently a wip, there will be 2 updates before the game is complete. It will still be on itchio + I’ll check for the Françoise name since this seems to be an error :}
Dreamty Games
Creator of
Recent community posts
Hi there ! Glad you like the game ! To clarify there is currently one option in the game that will kick you out of it and erase your save. You can check the playthrough linked on the page to find which options does this. It’s the only one that do this to the game. If something like that happen elsewhere it would be a bug :]
Hi hi there, I just want to notify that this is comment would have been more appropriate in LMT comment section and not my out of hiatus announcement. :}
Let’s meet tomorrow is complete and won’t have any more additional game content, the only thing that will be added is potential bug and typos fix. Now to clarify, Silas wasn’t disappointed that mc may have left, he was on edge because he thought he got discovered and mc left by the backdoor to call the cops on him which would have made it harder to cover his tracks.
And here is an exemple of when the variable get used in game :
#if any pronouns
if mc_pronouns_any == True:
mc "I use any pronouns."
else:
# otherwise based on customization selection
mc "My pronouns are {nw}"
if mc_pronouns == 0:
extend "she/her{nw}"
elif mc_pronouns == 1:
extend "he/him{nw}"
else:
extend "they/them{nw}"
extend "."
# Start game here.
label start:
scene black
# jump temp #Uncomment to jump to the temp label for testing purposes. (temp.rpy)
jump mc_customization
###########################
# Choose name for MC
label mc_customization:
"Welcome to the start of this wholesome and adorable romance game !"
"To start your whimsical adventure in the enchanted world of love, I will need some information on the character you'll be playing."
label mc_customization2:
# Allow certain characters + name length limit.
$ name = renpy.input("What name will you give your character ?", allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZéèëç-", length=20)
# remove spaces, replace capital letters, etc.
$ name = name.strip()
$ name = name.replace(" ", "")
$ name = name.lower()
$ name = name.title()
if not name:
"Please enter a name silly !"
jump mc_customization2
elif name == "Erinna" or name == "Erina":
achieve taken
voice erinna_v1
"This name is taken, please choose a different name."
jump mc_customization2
elif name == "Leila":
achieve taken
voice taken_leila
"This name is taken."
jump mc_customization2
elif name == "Aissata" or name == "Aisata":
achieve taken
voice taken_aissata
"This name is taken. Please choose another name !"
jump mc_customization2
elif name == "Rowan" or name == "Rowane":
achieve taken
voice taken_rowan
"This name is taken, please choose a different name."
jump mc_customization2
else:
"You chose the name [name] right ?"
menu:
"Yes": #continue game
jump mc_gender_choice
"No": #reselect
"let's fix that."
jump mc_customization2
###################
# Gender choice
label mc_gender_choice:
"Wonderful !"
"Now, tell me what gender would you like to choose for your character ?"
"This choice may impact the storyline but won't stop you from dating anyone."
label gender_loop:
menu:
"Cis Woman":
$ mc_gender = 0
"Trans Woman":
$ mc_gender = 1
"Non-Binary":
$ mc_gender = 2
"Why is there no men option ?"if men1ew == False:
jump nomen
"Your character is {nw}"
if mc_gender == 0:
extend "a cis woman right {nw}"
elif mc_gender == 1:
extend "a trans woman right {nw}"
elif mc_gender == 2:
extend "non-binary right {nw}"
else:
extend "ERROR: could not log response, please try again."
extend "?"
menu:
"Yes":
jump pronoun_choice
"No":
"Let's retry then."
jump gender_loop
label nomen:
$men1ew = True
"Because this is a sapphic game intended to a sapphic audience."
"This story is build around specific topics and wouldn't work with a man protagonist."
menu:
"But what if I still want to play a man ?":
"Well then..."
$ renpy.quit()
"Okay I understand":
"Thank you."
achieve Sapphic_game
jump gender_loop
###################
# Pronoun choice
label pronoun_choice:
"Notes taken."
"Final question !"
"Please choose the pronouns of your character."
label pronoun_loop:
menu:
"She/Her":
$ mc_pronouns = 0
"He/Him":
$ mc_pronouns = 1
"They/Them":
$ mc_pronouns = 2
"Any":
$ mc_pronouns_any = True
# "You've chosen {if mc_pronouns == 0}She/Her {elif mc_pronouns == 1}He/Him {else}They/Them{/else} ?"
"You've chosen {nw}"
if mc_pronouns_any == True:
extend "Any {nw}"
elif mc_pronouns == 0:
extend "She/Her {nw}"
elif mc_pronouns == 1:
extend "He/Him {nw}"
elif mc_pronouns == 2:
extend "They/Them {nw}"
else:
extend "ERROR: could not log response, please try again."
extend "?"
menu:
"Yes":
jump prologue
"No":
"Let's try again."
$ mc_pronouns_any = False
jump pronoun_loop
The first one is way more complex so I can’t help you if it’s that you’re trying to achieve ( re reading the notice and copy pasting in your project to figure it out is an option )
If you’re okay settling for a simpler code then I can share you the one I used in my game as exemple. Copy paste the same code into your game to try and then adapt it for your storie (I’ll add it in a second reply )
Hi there ! I can be of help depending of what you’re trying to achieve in your game. Do you want to do something similar to the in dept pronouns system made by fenik ( this one ) or something more basic like letting player choose between she / he / them to then have variation later in the storie ? Else if it can be of any help there is these two system exemple available to use on itch, this one and this one
Sadly yeah…
She’s dating Elise in 21q ( her first gf ) and in apple bag you learn from Elise that she dumped Aurore by text after realising she was straight. This events happened when they were 18/19 years old.
In this game Aurore is 23 years old and mention that she used to spend time on dating apps and how her last relation was toxic ( the ex referred at the one who ghosted her and tried to hit on mc ). Poor girl didn’t catch a break in disastrous love events for 4 years.
I think there is a misunderstanding here, real Silas got weirded out that mc spent a whole day with someone else without realizing it wasn’t him + kissed the guy pretending to be him. It’s quite awkward for him to face that their friend don’t know them to such a strong extent.
Also fake Silas didn’t read the messages + didn’t wore the right shade of purple.
I’ve been waiting for the update since the first demo of 2024 and I’m so happy with it !!! Loved all the new content, artworks and gui improvement !!! Trully an even better game than before heading well with beautiful art, gui and lovely storyline ! I’m enjoying it so much it’s def a favorite of mine. Also damn that clifhanger… Aouch… CAN’T WAIT FOR THE REST I’M SO EXITED !!!!
Time for the result of colorful love Jam ! Here below all the game winning in their category. Reminded the ranking of this jam was mainly for fun and to motivate people to play each other’s game, each participation was good !
***Respect of the Jam Theme : *** Golden Until Blue and Ice Breaker
Scenario : The Ships of Men
Visuals / Sound design : Lost&Found
General game experience : Golden Until Blue
**Congratulation on everyone and big bravo to everyone who participated in the jam including : **
-Hot or Iced
-3/4 spell swap
-The BookClub
-Raduck Express: Cross-Realm Delivery
-At Aira Aidros
I wanted to take the time to share my thanks to everyone who participated, intended to participate or simply supported the event by talking about it. Every participations was lovely and I’m grateful to know this jam was the push needed for some people to make their own game !
I intend to continue this jams in the following years but moving it from august / december to july / november. So the time frame would fall during a more calm period. Feedback regarding the event organization and generak how the event have been would be gladly appreciated to ensure that next year will be even better !
Thank you everyone, and happy hollidays soon if you celebrate !
Such a beautiful game i’m impressed ! Really great sound and visual design + the story is so interessing ! It’s such a cool concept to be playing the yandere in this scneario, even more so one who has such human issues ! Really loved the demo and I can’t wait to see more of the game in the futur !
Also the ikemen vampire ref killed me djbchbsq
Such a beautiful game i’m impressed ! Really great sound and visual design + the story is so interessing ! It’s such a cool concept to be playing the yandere in this scneario, even more so one who has such human issues ! Really loved the demo and I can’t wait to see more of the game in the futur !
Also the ikemen vampire ref killed me djbchbsq








