What I do is download and run the new apk, and Android says "do you want to install an update to this software?" yesIs it possible to patch on android/monile? (From 5.9 to 5.10) and if so how?
Hey for some reason my game keep saying the code is wrongMerry Christmas to everyone
And since there are several people who seem to have missed it that someone already posted a/the code (and searching the thread for code won't give it as result)
I typed in dirtypair but it still said wrong codewhat exactly are you typing in? It worked fine for me.
Yeah, the quest log will be updated with new stuff later. There will be filters/categories, and yes, I will try to make the update notification more useful.Not a big fan, I worry that with lumping everything together like that it's going to get confusing with too many things in one place. I would probably add a row of tabs down the left side of it to filter by main quest and by girls so that it's not too cluttered, with six girls it's probably going to get like that. Would be a place to use those cute sketches of the girls that we saw in one of the previews too, those were nice.
The red notification though, if that shows when a girl's hint changes from 'Nothing at the moment' or 'Wait a bit' to show that the conditions for her next event have been fulfilled that will be good, having to keep checking on those was a bit annoying.Also, I don't really get the hint for Lyriel, 'take off the gloves, then put them back on'?
Good idea. Can't promise it'll be done anytime soon, but I'll file it to my Big List of Things To Add.Just throwing out a suggestion because I think it would be cool, but maybe take a lot of work?
It would be cool if the quest log and the gallery were integrated, as in clicking on a done quest in the quest log would give you an option to replay that scene.
Love the game, thanks devs.
There are two story events in the latest update, and after Blair is settled in the house, it will pick up again.So, are we going to get back to the story for both the girls and MC .. or is the 'new normal' for updates going to be a never ending series of random repeatable sex scenes in the house?
Really wish Dev would get this game back on track and the story moving forward. For me anyway the story is the draw, the sex is a bonus.
Her next arc should start early next year.When's Naomi going to get an update, sheesh.
If you unpacked the game earlier, do a cleanup of script files. Otherwise this must be a weird patch failure. Then just redownload the full build./talk_scripts/sf_shower/lyriel_cleaning.rpy', 1597342626, 0) is defined twice
Since 5.10 update animations stop going on a cycle, only one go, how to fix it?
This just happens sometimes. Usually a full system restart fixes the issue.anyone else have the animation stop cycle around? there is a way to solve it?
Donnie Darko
- ?? - Clue: A motivational speaker that insists on everyone saying "Good morning"?
No.Dear ZanithOne, for the love of God, and all things holy, please use x’s, y’s and z’s for all future logical tests!
In theory, if you load your save game, it should restore the gallery state. In theory.So, I used the updater, and it locked some of the scenes I had unlocked in the scene gallery. Does anyone know the fix?
If you have any kind of mod installed or earlier version unpacked, clean up the script files.Been replaying the game for hours now but everytime I click the gallery I get this error. Solution?
Taena wasn't in the inn this evening thoOh, that's hardly the same thing IMO. It was probably him being such a reticent prick when asked about their relationship in the cellar that led to the other scene. Like, is it really that hard to tell her the truth about why he took Lyriel to the house? If he had just answered her damn questions then she might not have come out of it thinking he's abusing Lyriel and holding her against her will.
Post your save, please, I'll have a look.Is there a way to advance the "A Taste of Morning" subplot? Cait keeps coming in the morning and doing the same thing.
Hi-res/compressed patches only work with the same flavour of the base version. You cannot use the hi-res patch on the compressed version of the game.what do I do with the hi-res patch? I downloaded that latest one, 0.5.8 to 0.5.9 and it's .exe? I tried to run it but it says it can't detect the game.
No, the patches only work on PC.Is it possible to patch on android/monile? (From 5.9 to 5.10) and if so how?
if halloween_time:
button:
action Function(unlock_halloween_20)
has fixed
xmaximum 200
ymaximum 200
add "gui/smartphone/dream_app/halloween_20.png"
if store.halloween_time:
state.interaction_manager.add_sleep_trigger(
Trigger(
trigger_id = "halloween_20.start",
one_time = True,
priority = -150)
halloween_time='true'
jump halloween_20.start
Well, acschully, halloween_time is updated elsewhere, but yeah, there is a scoping bug in 0.5.10 that prevents it from working.However halloween_time is never defined anywhere in the game. It is literally only existent in one other file (migrations.rpy)
If it is - I could not find it. Could you enlighten me? I don't mind being wrong - and I am not an expert at coding as Python is not my languages (C, C++, COBOL, PASCAL, Delphi, Fortran, and 8086 assembler are my jam)Well, acschully, halloween_time is updated elsewhere, but yeah, there is a scoping bug in 0.5.10 that prevents it from working.
game/scripts$ grep -ire halloween_time
ui/smartphone/dream_app.rpy: if halloween_time:
migrations.rpy: if store.halloween_time:
game/scripts$
halloween_time = 274 <= time.localtime().tm_yday <= 334
if not halloween_time:
state.dream_manager.remove_dream("halloween_20.start")
Oh the shame, I can't believe I didn't get this one!Donnie Darko
I am happy to see a fellow 86 assembly fan. May it newer fall out of use.If it is - I could not find it. Could you enlighten me? I don't mind being wrong - and I am not an expert at coding as Python is not my languages (C, C++, COBOL, PASCAL, Delphi, Fortran, and 8086 assembler are my jam)
Taena runs a tight ship, I have a hard time believing that they did it without her knowledge and approval. At the very least I'd expect them to have all talked about our conversation in the dungeon before they planned that.Taena wasn't in the inn this evening tho
If you're interested, theIf it is - I could not find it. Could you enlighten me? I don't mind being wrong - and I am not an expert at coding as Python is not my languages (C, C++, COBOL, PASCAL, Delphi, Fortran, and 8086 assembler are my jam)
I un-ren-ed the rpa files, and they were all put in the scripts directory. Did a command line search for the halloween_time name for all files.
game/scripts$ grep -ire halloween_time
ui/smartphone/dream_app.rpy: if halloween_time:
migrations.rpy: if store.halloween_time:
game/scripts$
So I expanded my search and found where it is set - save_and_compatibility_utils.rpy
halloween_time = 274 <= time.localtime().tm_yday <= 334
if not halloween_time:
state.dream_manager.remove_dream("halloween_20.start")
So just pulled up a Gregorian calendar and so it should show up if the current date is sometime between October 1st and November 30th.
Okay - so it is supposed to be set - and you said it is a bug to be worked on. Okay - no worries. I still have a post so people who what to get around it and allow them to play the scenes - they can do it.
default
statement in utils/misc/splashscreen.rpy
sets the halloween_time
variable when a new game is started, which is why starting a new game during the window causes it to be set to True
. The problem is that the code that is supposed to update it whenever you load your game is setting halloween_time
as a local variable scoped to that function call, not changing the global variable that the rest of the code is checking for. halloween_time = True
in the console will enable the dream, as will starting a new game.When Lyriel disappears in the evenings she's in Yona's room, but Yona isn't there yet, it's a bug.Guys, I'm really confused. I've been trying to trigger the Bathroom Pitjob scene continuously, getting Lyriel to scrub the bath over and over again, but it just refuses to trigger. Can somebody tell me if there's a step by step way to access it? I think I might be just plain clueless.
Additionally, I've noticed she tends to 'disappear' in the evenings sometimes on the map - cannot find her at all.
Other thing; I haven't triggered Yona's inclusion to the house yet, but her dream sequence has been started, and she and Lyriel both were mentioned in Cait's return scene. bit of a story bug, but not the biggest issue.
If somebody could please give me instructions on how to get that last scene, or tell me that I've somehow screwed up by forgetting to trigger something, I would much appreciate it, thank you.
They are for Rae, yes, but giving them to her was dummied out ages ago and hasn't been replaced yet. I'm assuming this is because Zanith wants to do more than just giving her the tub, one line of dialogue and a relationship boost.EDIT: Oh, legit question; how do I use the ice cream cups?? I'm certain they're for Rae, but I have yet to discover a dialogue option to give them to her or something...
I think I have about 3 dozen in my inventory, does the MC have a freezer outside his window to keep them in?They are for Rae, yes, but giving them to her was dummied out ages ago and hasn't been replaced yet. I'm assuming this is because Zanith wants to do more than just giving her the tub, one line of dialogue and a relationship boost.
I agree with you about Lyri she has also become my 2nd place girl (well maybe tied for 2nd). I think a lot of people misinterpreted her behavior though. I don't think it's that she's mean or angry. I think she's just very defensive and unsure of her self.Right! Played up-to-date. Think I've unlocked everything pertinent.
Did not realise that the pitjob was there in the 'have some fun' menu. I spent half an hour trying to figure out why it wasn't triggering when I was trying to help Lyriel non-stop.
Phenomenal game! Really enjoyed it. I know I caught a few spell errors (I swear, I saw 'listenting' at least once) but was playing when I was exhausted, so forgot to make notes on them.
Rae is 100% my favourite girl, with Lyriel a surprise second. I honestly thought second would either be Cait (I have a things for big breasted redheads) or even possibly Naomi (ditto with the tanned girl) but Lyriel's tsundere confusion, constant blushing, and sexual naivety and frustration really grew on me. Plus, I appreciate how her family love her enough to drug the MC to get her alone to ascertain her actual status, whether she's comfortable or not with him.
Yona doesn't really do anything for me, but that's mostly because she's too unresponsive in her scenes, although I'm curious about her background story.
Looking forward to an update, whenever it comes! Glad I got this recommended to me! Thanks for the great work, ZanithOne!
EDIT: Oh, legit question; how do I use the ice cream cups?? I'm certain they're for Rae, but I have yet to discover a dialogue option to give them to her or something...