I get the same. Also if I try to load while in-game. Or trying to go to main menu.Does anyone know why when I try overwriting a save it asks if I want to quit?
Saving in an empty slot works fine, as does loading from the main menu.
I get the same. Also if I try to load while in-game. Or trying to go to main menu.Does anyone know why when I try overwriting a save it asks if I want to quit?
So i looked at 0.2.2 & compared it to 0.3.3 the "Confirm Screen" of screens.rpy file got changed.I get the same. Also if I try to load while in-game. Or trying to go to main menu.
Saving in an empty slot works fine, as does loading from the main menu.
################################################################################
## Additional screens
################################################################################
## Confirm screen ##############################################################
##
## The confirm screen is called when Ren'Py wants to ask the player a yes or no
## question.
##
## https://www.renpy.org/doc/html/screen_special.html#confirm
#screen confirm(message, yes_action, no_action):
# add "gui/exit_menu/exit_menu.jpg"
# imagebutton:
# xpos 918
# ypos 505
# hover_sound "audio/SFX/boton_fx_1.mp3"
# auto "gui/exit_menu/no_%s.png"
# action no_action
# imagebutton:
# xpos 485
# ypos 505
# auto "gui/exit_menu/yes_%s.png"
# hover_sound "audio/SFX/boton_fx_1.mp3"
# action close_game
# imagebutton:
# xpos 449
# ypos 842
# auto "gui/exit_menu/patreon_%s.png"
# hover_sound "audio/SFX/boton_fx_1.mp3"
# action [open_botton, OpenURL("https://www.patreon.com/Nauthy_Capy")]
screen confirm(message, yes_action, no_action):
## Ensure other screens do not get input while this screen is displayed.
modal True
zorder 200
style_prefix "confirm"
add "gui/overlay/confirm.png"
frame:
vbox:
xalign .5
yalign .5
spacing 45
label _(message):
style "confirm_prompt"
xalign 0.5
hbox:
xalign 0.5
spacing 150
textbutton _("Yes") action yes_action
textbutton _("No") action no_action
## Right-click and escape answer "no".
key "game_menu" action no_action
There will be H Scenes with all the characters, so you eventually could go after your favorite Waifu. But not all characters will have the same importance in the main storyline. We don't want to spoil anything, but some character routes will be longer than others. Right now the Asuka route will be one of the longer routes, because of her importance in the main story.Is the game harem or not? Can we end the game with the MC having a romantic relationship with all the LIs or not?
Right now the intro lasts around 40 to 50 minutes ill say. This version includes the free mode, which took a lot more coding than usual, but we still wanted to add some scenes, that way it didn't feel so empty. So including this update the game last about an hour.how much content is there for this game currently?
Thank you for sharing this, we are aware of this bug and as soon as its fixed we will update to 0.3.4 adding these changes and typo errorsSo i looked at 0.2.2 & compared it to 0.3.3 the "Confirm Screen" of screens.rpy file got changed.
as an unofficial workaround (quick fix) i replaced that section with the one in 0.2.2 :
& relaunched the game, which worked for me.Code:################################################################################ ## Additional screens ################################################################################ ## Confirm screen ############################################################## ## ## The confirm screen is called when Ren'Py wants to ask the player a yes or no ## question. ## ## https://www.renpy.org/doc/html/screen_special.html#confirm #screen confirm(message, yes_action, no_action): # add "gui/exit_menu/exit_menu.jpg" # imagebutton: # xpos 918 # ypos 505 # hover_sound "audio/SFX/boton_fx_1.mp3" # auto "gui/exit_menu/no_%s.png" # action no_action # imagebutton: # xpos 485 # ypos 505 # auto "gui/exit_menu/yes_%s.png" # hover_sound "audio/SFX/boton_fx_1.mp3" # action close_game # imagebutton: # xpos 449 # ypos 842 # auto "gui/exit_menu/patreon_%s.png" # hover_sound "audio/SFX/boton_fx_1.mp3" # action [open_botton, OpenURL("https://www.patreon.com/Nauthy_Capy")] screen confirm(message, yes_action, no_action): ## Ensure other screens do not get input while this screen is displayed. modal True zorder 200 style_prefix "confirm" add "gui/overlay/confirm.png" frame: vbox: xalign .5 yalign .5 spacing 45 label _(message): style "confirm_prompt" xalign 0.5 hbox: xalign 0.5 spacing 150 textbutton _("Yes") action yes_action textbutton _("No") action no_action ## Right-click and escape answer "no". key "game_menu" action no_action
For this update, there is no uncompressed version. But we are working on a new website that will include an uncompressed version for everybody that whats the raw renders and the maximum quality.Is there an uncompressed version?
Ok, but does this mean that at the end of the game I can have the MC romantically relate to all the LIs at the same time?There will be H Scenes with all the characters, so you eventually could go after your favorite Waifu. But not all characters will have the same importance in the main storyline. We don't want to spoil anything, but some character routes will be longer than others. Right now the Asuka route will be one of the longer routes, because of her importance in the main story.
So yes, we will have sex scenes with all character in the game (Some will be optional but he chose will still there)
Yes, you will be able to romantically relate to all of them (Some routes will be shorter than other ones)Ok, but does this mean that at the end of the game I can have the MC romantically relate to all the LIs at the same time?
Any hint on what exactly should I look for? I explored everywhere at all times of day but didn't find much..
Yes, as of version 0.3 there are a few explicit scenes with Bulma. (No full sex scene yet though)There is some content with Bulma?