airborne1cd
New Member
- Nov 22, 2024
- 4
- 0
Does Jhaena have a romance scene yet? I saw the start of a scene with her near your bed but nothing else happened just wanted to ensure I didn't miss anything.
That wasn't Jhaena.....Does Jhaena have a romance scene yet? I saw the start of a scene with her near your bed but nothing else happened just wanted to ensure I didn't miss anything.
Divine Intervention.Does Jhaena have a romance scene yet? I saw the start of a scene with her near your bed but nothing else happened just wanted to ensure I didn't miss anything.
Nope! There's been a couple of updates like that that focuses on story only.Irritated. Chpt. 35 didn't have intimicy??
if so then not unheard.Irritated. Chpt. 35 didn't have intimicy??
Actually never read it
Ensure you don't have secrets.rpy and rpyc in the /game folder.I'm on v34, and in middle of update33, the secret did NOT unlock anything when I clicked on it.
^though I'm using the multi-mod, which maybe used an older 'un-fixed' update33.
Im my secrets.rpy, the line for secrets33 is mislabeled as secrets34, which is NOW doubledEnsure you don't have secrets.rpy and rpyc in the /game folder.
if persistent.u32_secret1 == True:
$ SecretsCounter += 1
add g.make_button("Captured", "captured_small", xalign=0.0, yalign=-1.0)
else:
add g.make_button("locked", "locked_content", xalign=0.0, yalign=-1.0)
if persistent.u34_secret1 == True:
$ SecretsCounter += 1
add g.make_button("Chosen", "chosen_small", xalign=0.0, yalign=-1.0)
else:
add g.make_button("locked", "locked_content", xalign=0.0, yalign=-1.0)
if persistent.u34_secret1 == True:
$ SecretsCounter += 1
add g.make_button("Guidance", "guidance_small", xalign=0.0, yalign=-1.0)
else:
add g.make_button("locked", "locked_content", xalign=0.0, yalign=-1.0)
Okay, that's a new one since the file I have is right. However, that being said, if it isn't extracted from the scripts.rpa but separate file it shouldn't be there. But not that it matters much as is, it will unlock when 0.34.0 secret is unlocked. And will be fine in 0.35.0 anyway.Im my secrets.rpy, the line for secrets33 is mislabeled as secrets34, which is NOW doubled
^that is taken form the 34.1 patchs secrets.rpyCode:if persistent.u32_secret1 == True: $ SecretsCounter += 1 add g.make_button("Captured", "captured_small", xalign=0.0, yalign=-1.0) else: add g.make_button("locked", "locked_content", xalign=0.0, yalign=-1.0) if persistent.u34_secret1 == True: $ SecretsCounter += 1 add g.make_button("Chosen", "chosen_small", xalign=0.0, yalign=-1.0) else: add g.make_button("locked", "locked_content", xalign=0.0, yalign=-1.0) if persistent.u34_secret1 == True: $ SecretsCounter += 1 add g.make_button("Guidance", "guidance_small", xalign=0.0, yalign=-1.0) else: add g.make_button("locked", "locked_content", xalign=0.0, yalign=-1.0)
There is very little content thus far.......the game closes almost immediately after launching on android
Give storage permissions manually, or if those have been given ensure there is enough RAM free, I think it needs 1 GBish. At least that sorted the crash issue on the cheap tablet I have.the game closes almost immediately after launching on android
right.There is very little content thus far.......
My phone has 16 GB RAM and still experiencing the same issue here. Already give storage permission manually but the game always immediately closed once it enter the menu.Give storage permissions manually, or if those have been given ensure there is enough RAM free, I think it needs 1 GBish. At least that sorted the crash issue on the cheap tablet I have.