Unity Sarah's House [v0.8.1] [AceStudio]

4.40 star(s) 76 Votes

D-ricky

Newbie
Feb 14, 2022
74
93
118
I don't know if anyone has reported this but during the scenes with Mia, it seems when I hit one to change it back to POV 1, the game loads another save
 

RecKaiz

Newbie
May 13, 2020
29
6
77
The first issue I encountered was that the lighting in the game was too bright — it felt like I just got hit in the face with half a flashbang...
 
  • Like
Reactions: Padav22

deoy

Newbie
Sep 10, 2017
94
84
157
restarted playing on 0.4.1 but got bugged in the beginning after the dinner table scene and talked to all family member, I can't progress by sleeping in the bed.

Prior to restarting, when the event with mia in the bedroom if you changed your camere angle and return to POV (1) the game just blacked out
 

Mack9

Newbie
Apr 1, 2019
19
49
101
The character moves up and left by itself for me, which makes it pretty much unplayable. I tried switching mouse and keyboard, nothing works. Probably a problem on my end since it seems it's not a known issue on here. Oh well ...
 

Tobihime2pls

Newbie
Jan 4, 2021
70
71
118
restarted playing on 0.4.1 but got bugged in the beginning after the dinner table scene and talked to all family member, I can't progress by sleeping in the bed.

Prior to restarting, when the event with mia in the bedroom if you changed your camere angle and return to POV (1) the game just blacked out
Tested that myself yesternight and forgot to comment here, after doing everything on the first day that's possible, I got stuck with the quest telling you're able to roam or skip to the next day, but you can't sleep and skip to the next day.

For the "1"-key, learned of that "function" in the Mia scene too. Wanted to restart myself because I got the Sarah questline bugged with Mia, but I can press the "1"-key anywhere in the game and it leads to the scene being played where you spy on Sarah and get caught red handed by Lucy, seems like a debug left over to me.

And a little nice to have for the dev to consider, if the save files won't get counter parsed for already done quests and retro activly unlocking gallery scenes (sparing the player from the annoynce to replay if they don't want too), delivering a gallery unlock code for pre update scenes would be an easy compromise in my opinion.
 
  • Like
Reactions: QuestionableNinja

Tobihime2pls

Newbie
Jan 4, 2021
70
71
118
The character moves up and left by itself for me, which makes it pretty much unplayable. I tried switching mouse and keyboard, nothing works. Probably a problem on my end since it seems it's not a known issue on here. Oh well ...
I assume that this only happens ingame and not straight at the menu.

From the gameplay I can tell you that it's not bug free for me either*, but it's playable (fixable) and I can tell from that behaviour that the game tries to lock the mouse in the center of the application. And here comes assumption territory, but I would say because of what you told, your center gets set to the applications 0,1 (or 0, Screen.height) screen point for unity games which equals the top left.

Not sure what's causing that in your case but it could be because of screen setups and not playing on the designated main monitor, up to a weird ingame resolution setup (main menu resolution can be set different from the ingame one (maybe you changed it on the menu but ingame it grabs something broken)) or some wild controller input (tested with my xbox controller, only movement get's picked up but the game registers controller input), would check these points in your case.

* In my case when fastly moving the mouse after dialog options the center of the gets set to where the mouse where at that time and not to the application center, resulting in a wild camera offset, in that case hitting escape and resuming the game it fixes that for me and recenters the mouse position.
 
Last edited:
  • Like
Reactions: Mack9

Uzur123

Member
Jan 23, 2020
438
319
197
restarted playing on 0.4.1 but got bugged in the beginning after the dinner table scene and talked to all family member, I can't progress by sleeping in the bed.
It looks like the script for sleep on the first day didn't work, so a temporary measure was introduced, like a forced launch of this scene on button 1.
But they forgot to disable this function in those places where this button should change the camera angle.
As a result, if you press button 1 at any time, the sleep scene on the first day will start. And because the triggers for this scene have already worked, you won't even be able to open the door, since there will be no dialogue that unlocks this option a second time.
Or you can reverse this measure. If you can't sleep on the first day, but the task requires it, then press button 1 and advance the plot 1 time.
As a temporary measure, you simply can't press button 1 in version 4.1.0. Most likely, this will be fixed later.
 

user822_2

New Member
Dec 25, 2022
1
0
60
development too slow, 70 days for a new update and it doesn't really add content. i recommend waiting to play this game.
 

Mack9

Newbie
Apr 1, 2019
19
49
101
I assume that this only happens ingame and not straight at the menu.

From the gameplay I can tell you that it's not bug free for me either*, but it's playable (fixable) and I can tell from that behaviour that the game tries to lock the mouse in the center of the application. And here comes assumption territory, but I would say because of what you told, your center gets set to the applications 0,1 (or 0, Screen.height) screen point for unity games which equals the top left.

Not sure what's causing that in your case but it could be because of screen setups and not playing on the designated main monitor, up to a weird ingame resolution setup (main menu resolution can be set different from the ingame one (maybe you changed it on the menu but ingame it grabs something broken)) or some wild controller input (tested with my xbox controller, only movement get's picked up but the game registers controller input), would check these points in your case.

* In my case when fastly moving the mouse after dialog options the center of the gets set to where the mouse where at that time and not to the application center, resulting in a wild camera offset, in that case hitting escape and resuming the game it fixes that for me and recenters the mouse position.
Only ingame, yes, menus are working fine.
That's a very good assumption though: I do have 2 monitors and play on #2.
I tried Windowed (Native 4k but played around other resolutions), Fullscreen (Again, native 4k but I tried others), Win+Shift+Arrow to move monitors to no avail.
Only thing left to try is disable a monitor but I can't be bothered to do that as I don't want to play this game THAT bad, lol.
Thanks for your comment ;)
Edit: Oh and when changing screen resolution, the drop down menu is constantly going up and makes it very hard to choose a resolution. Forgot to mention that earlier.
 
Last edited:

Tobihime2pls

Newbie
Jan 4, 2021
70
71
118
Only ingame, yes, menus are working fine.
That's a very good assumption though: I do have 2 monitors and play on #2.
I tried Windowed (Native 4k but played around other resolutions), Fullscreen (Again, native 4k but I tried others), Win+Shift+Arrow to move monitors to no avail.
Only thing left to try is disable a monitor but I can't be bothered to do that as I don't want to play this game THAT bad, lol.
Thanks for your comment ;)
Edit: Oh and when changing screen resolution, the drop down menu is constantly going up and makes it very hard to choose a resolution. Forgot to mention that earlier.
Well, you could try a VM and see if the problem persists there as well, playing most the games in an VM first, this does work fine there.

If you want to try a VM, just download something like "VMWare Workstation Player" for private use, download a Windows 10 iso, and in the hardware customization(last step of the virtual machine creation dialog) click edit and untick "Conntect at power on" under "Network Adpter", this way there won't be an internet connection from the VM itself and you don't need a key for Windows, cause the watermark to active won't pop up without internet connection, and everything can be moved from main computer to VM via drag and drop(vmware tools need to be installed for that on the vm but it pops a dialog for that, normally). If that doesn't sound like a too much of a hassle and you want to know in more detail, feel free to shoot me a dm.

Edit: Oh and when changing screen resolution, the drop down menu is constantly going up and makes it very hard to choose a resolution. Forgot to mention that earlier.
Sounds like unregular behaviour :'D

And instead of disabling a monitor you could just switch the primary one for the moment, way easier and fast to reverse.
 
  • Like
Reactions: Mack9

anoneemous

Member
Jul 11, 2023
299
248
167
very good update, the new scene with mia was the proof that this game in the future, with more content, will be at the top.
I just hope it continues to be well polished, and being said high hopes to the future. (also waiting for the blonde girl development)
 

pelos45

New Member
Jul 15, 2023
11
10
57

They already released a version and the sleeping problem was fixed.
 
4.40 star(s) 76 Votes