DubDubDub

Member
Aug 23, 2019
149
233
150
I don't know if the renpy console+rewind, etc.. and/or Cheat Mod are causing issues, but it is not showing the options for the sex scenes with variations, so it just loops through all the animations but won't let me neither pick one or even end it, so it gets stuck there
Anyone else with this issue?

EDIT: Nevermind.. There is a faded gray small arrow at the top-center side of the screen, that I was not able to see during the scene, that brings you the menu.
 

DubDubDub

Member
Aug 23, 2019
149
233
150
Spoiler:
Judging by the gallery with someone that looks like the MC, but older and the end of the quest if you decide to have sex with Valentina for the last time, where a weird lady briefly show up during the burial, it looks like the MC will inherit the curse
 

no_name_742

Well-Known Member
Aug 9, 2017
1,059
1,009
348
i love this game but the branching paths get annoying, ive complained about this before, basically its not a problem when it releases, but annoying as hell if you play update to update.

take this new character for example it can basically go two ways, she dies and there is some wired future ninja lady person (something like that) or she lives but you may never see her again. it will be months (maybe even years) before the story continues if at all, both branching paths have me interested but im going to have to make back up files or play from the start. i may not even remember, or lose my saves or the dev can release an update that breaks old saves, then im stuck playing the game over again.
 
  • Like
Reactions: Necreonlord4
Dec 27, 2022
153
156
44
There is also the option that she leaves somewhere, her things are left on the beach
she doesn't leave somewhere i think that ending also implies that she drowns in the sea , she probably still got old and died. Also the having sex with her and she dies , at her funeral a ghost shows up in a few seconds , so its possible that her story will continue in some way
 
Dec 27, 2022
153
156
44
Spoiler:
Judging by the gallery with someone that looks like the MC, but older and the end of the quest if you decide to have sex with Valentina for the last time, where a weird lady briefly show up during the burial, it looks like the MC will inherit the curse
i don't think its that . The course process wasn't done with the MC , the teacher who gave Valentina the course used a crystal ball for the process , Valentina didn't use that therefore the curse transfer process wasn't done. I think the girl is either Valentina who became a ghost or a demon or someone or something related to that curse yes but the MC doesn't have the curse and even if the process was done in a different way and the curse was on MC , MC blood won't allow him to get old , cuz his blood gives youth to the vampires for example so it would probably nullify the aging up of the MC soul
 
  • Thinking Face
Reactions: Sadowdark

loqex

Well-Known Member
Aug 5, 2016
1,098
631
392
UHM. Someone having sex with your MOM is NOT NTR. Get your facts straight. NTR is someone fucking your steady girlfriend or wife.



Make a text file named _inc_patch.rpy containing:

init 1040 python:
def nameChange( txt ):
#Julia -> Mom
if ("sRockyT" in txt) and ("sJulia" in txt):
sJulia.name = "Mom"
return txt.replace("sJulia","sJulia")
elif ("sRocky" in txt) and ("sJulia" in txt):
sJulia.name = "Mom"

.....
Ran into this error starting the game.

File "game/_inc_patch.rpy", line 1: python block expects a non-empty block.
init 1040 python:
^
File "game/_inc_patch.rpy", line 2: expected statement.
def nameChange( txt ):
^
File "game/_inc_patch.rpy", line 4: if statement expects a non-empty block.
if ("sRockyT" in txt) and ("sJulia" in txt):
^
 

DubDubDub

Member
Aug 23, 2019
149
233
150
i don't think its that . The course process wasn't done with the MC , the teacher who gave Valentina the course used a crystal ball for the process , Valentina didn't use that therefore the curse transfer process wasn't done. I think the girl is either Valentina who became a ghost or a demon or someone or something related to that curse yes but the MC doesn't have the curse and even if the process was done in a different way and the curse was on MC , MC blood won't allow him to get old , cuz his blood gives youth to the vampires for example so it would probably nullify the aging up of the MC soul
You don't have permission to view the spoiler content. Log in or register now.
 
  • Thinking Face
Reactions: Sadowdark

Cirdon

Well-Known Member
Nov 27, 2019
1,494
2,199
468
Is there any fix for the looping xVideoz quest yet?
I don't know about looping, but mine got hung up at taking a fitness class.

Apparently in some update the DEV added:

Code:
            if angela.storyLvl == 0:
                $ goals  = [ ]
                $ goals.append(Goal("angelaStory", "angelaStory0", _("Tomar una clase de fitness."), 0))
                $ QB.addQuest(Quest("angelaStory", _("xVideoz"), _("Me gustó practicar yoga, pero debería tomar una clase de fitness para definir cual es mi entrenamiento preferido."), 0, goals))
                $ angela.storyLvl = 1
            elif angela.storyLvl == 1:
                sMartina sexy "Por cierto [sRocky.name], me dijo Angela que cuando puedas pases a verla..."
                sRocky happy "Lo haré, adiós."
And that screwed up everything because the Angela Story line doesnt' increment by 1, it increments by 10.

So, after Martina told me Angela wanted to talk to me, I went into console mode (had to google how to do that since I only do it once in a blue moon) the next time I could train with Angela and I set

Code:
> angela.storyLvl = 0
Then talked to her, and trained, and forward progress happened.

I'm currently waiting for the next Saturday that I remember to go to the beach by 14:00
 

gelu123

Active Member
Dec 25, 2017
888
1,476
349
she doesn't leave somewhere i think that ending also implies that she drowns in the sea , she probably still got old and died. Also the having sex with her and she dies , at her funeral a ghost shows up in a few seconds , so its possible that her story will continue in some way
At her funeral it isnt a ghost its the alien teleporting for a brief moment , check closer.
 

YaYa_UnTIN2

Misunderstood Thinker
Donor
Dec 19, 2017
659
783
195
Latest build:

Fixed two errors (missing defines) while trying to use the PC (my playthrough) to do some work and get paid.

I had to add these variables to to the top of the "Area69-0.77-pc\game\kPlaces\home\playerBedroom.rpy" too make the PC work.
Code:
define hours = True
define amount = True

Edit: Changed from False and now the cash gets added after work.
Update: But MC only gets payed $1.00 at a time WTF, something is wonkie, the default payout is $200, so ???. Well at least the PC works.:rolleyes:

After adding them and reloading the game, the PC in the game (for work/paid) worked correctly.

---

Overall, I like the game, but some of the content is forced (not tagged F95), and has (no player route options), I don't like that.

---

Dev, good luck with your game.
 
Last edited:
3.90 star(s) 112 Votes