trauts

Active Member
Aug 12, 2018
676
473
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.
So 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 :

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
& relaunched the game, which worked for me.
 
Last edited:

Naughty Capy

Newbie
Game Developer
Dec 8, 2022
69
294
Is the game harem or not? Can we end the game with the MC having a romantic relationship with all the LIs or not?
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)
 
  • Like
Reactions: hentai charley

Naughty Capy

Newbie
Game Developer
Dec 8, 2022
69
294
how much content is there for this game currently?
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.
 
  • Like
Reactions: hentai charley

Naughty Capy

Newbie
Game Developer
Dec 8, 2022
69
294
So 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 :

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
& relaunched the game, which worked for me.
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 errors
 

Naughty Capy

Newbie
Game Developer
Dec 8, 2022
69
294
Is there an uncompressed version?
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.
 

BlasKyau

Conversation Conqueror
Jun 26, 2018
7,832
10,278
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)
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?
 

zarqupang

Forum Fanatic
Nov 2, 2017
5,516
1,468
you would think seen's they let people who bring them big money they would let slide lol
 
3.80 star(s) 23 Votes