whichone

Forum Fanatic
Jan 3, 2018
4,915
10,332
609
Yes, the "Remember previous shift assignment" is a new addition to the settings screen.
Just seems strange to have had it operating as checked, all the way through the game, then it gets implemented as an option and is automatically set to unchecked. Opposite to the default position the whole game has operated under.
That does not compute.
 

S3pHiroTh

Active Member
Aug 8, 2017
844
877
299
Just seems strange to have had it operating as checked, all the way through the game, then it gets implemented and is automatically set to unchecked.
That does not compute.
Because the new variable used in the last game version isn't available in your save, so if it can't be loaded it is set as unchecked. Next time you will play the game because that variable is set inside your save, it will be loaded correctly.
On new gameplay it should be enabled by default.

Also, this change has been highligthed in game changelog.
 

Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,793
9,830
780
Just seems strange to have had it operating as checked, all the way through the game, then it gets implemented as an option and is automatically set to unchecked. Opposite to the default position the whole game has operated under.
That does not compute.
I had no idea it was even there when we were testing. I only discovered it afterwards because it was unchecked for me.
 

whichone

Forum Fanatic
Jan 3, 2018
4,915
10,332
609
Meh, it happens. Default=true would have been better, but I have been through worse. And as a dev I have done MUCH worse.
:ROFLMAO: Ha ha, yeah, I'm totally capable of worse, too. (y)
But, to be fair, it's an exception to the way Faerin has done things, up to now.
Usually his changes are well implemented and smoothly introduced.
This is the first one that has had a negative impact on my playing experience.
I kept failing Miguel's sauna choices, became irritating. Could've used the card, or the guide, but by the time I'd logged in here I'd managed to pass them all and 100% his stay.
Was only when he checked back in and the choices were there, again, that I thought something was wrong & came here to check.
Because the new variable used in the last game version isn't available in your save, so if it can't be loaded it is set as unchecked. Next time you will play the game because that variable is set inside your save, it will be loaded correctly.
On new gameplay it should be enabled by default.

Also, this change has been highligthed in game changelog.
That's what I'm asking: Why is it set to unchecked?
That's the precise opposite of how the game has been set, since day 1.
Presumably there were 2 choices, when introducing it: either set it to checked (as the game has been structured from the start), or set it to unchecked (the opposite).
What possible reason promotes defaulting it to be the opposite as being a good idea?
Not a big deal, just seems an odd choice, considering how user friendly things usually are.
 
Last edited:

Cartageno

Devoted Member
Dec 1, 2019
8,920
15,060
876
Meh, it happens. Default=true would have been better, but I have been through worse. And as a dev I have done MUCH worse.
Did you introduce Clippy?

But in all honesty, right now I am setting up a new PC. I got most stuff working but the amount of small annoyances you get when importing old data into a new version of the same program is staggering.
 
  • Like
Reactions: TheDevian

ZenGarden

Well-Known Member
Oct 1, 2017
1,698
3,218
401
Did you introduce Clippy?

But in all honesty, right now I am setting up a new PC. I got most stuff working but the amount of small annoyances you get when importing old data into a new version of the same program is staggering.
I understand this being frustrating. I don't think it's the intent to make this more difficult.

Can you expand on 'small annoyances' so it can be tested and possibly addressed, please?


Thanks!
 
  • Like
Reactions: TheDevian and Sycho

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
15,858
37,547
1,031
Did you introduce Clippy?

But in all honesty, right now I am setting up a new PC. I got most stuff working but the amount of small annoyances you get when importing old data into a new version of the same program is staggering.
Yeah, this wasn't intentional, it just kind of happened, and we noticed a bit too late, and had other things that were more important to work on in the time he had.
 

Cartageno

Devoted Member
Dec 1, 2019
8,920
15,060
876
I understand this being frustrating. I don't think it's the intent to make this more difficult.

Can you expand on 'small annoyances' so it can be tested and possibly addressed, please?


Thanks!
Yeah, this wasn't intentional, it just kind of happened, and we noticed a bit too late, and had other things that were more important to work on in the time he had.
Whoops, sorry, I didn't express myself clear enough, I was talking in general with all new versions of software on my new PC when faced with my transferred old data. With all due respect, Mystwood Manor wasn't the first I checked out, so I got nothing to say about that. Well, except for that I started it up now, just to check the two marks for further reference, but that didn't cause a problem. So not really relevant to this thread, sorry again.
 
  • Haha
Reactions: TheDevian

S3pHiroTh

Active Member
Aug 8, 2017
844
877
299
That's what I'm asking: Why is it set to unchecked?
That's the precise opposite of how the game has been set, since day 1.
Presumably there were 2 choices, when introducing it: either set it to checked (as the game has been structured from the start), or set it to unchecked (the opposite).
What possible reason promotes defaulting it to be the opposite as being a good idea?
Not a big deal, just seems an odd choice, considering how user friendly things usually are.
I have already answered to that, in the new game version there is a new variable which isn't available in your game save, that's why it happens to be unchecked
 
  • Like
Reactions: TheDevian

whichone

Forum Fanatic
Jan 3, 2018
4,915
10,332
609
I have already answered to that, in the new game version there is a new variable which isn't available in your game save, that's why it happens to be unchecked
You obviously did not answer the question I asked, hence me clarifying it & asking again.
As such, repeating what you previously said does nothing to help.

Perhaps the question was still not clear, to you. Allow me to clarify further, to help more with your understanding:
As the variable did not exist, but it has now been introduced and set to unchecked, why could it not have been introduced set to checked?
Does the introduction of new variables not allow for that?

As I said, checked is how the whole game has been played. Checked has been default since day 1.
It doesn't make any sense, to me, to introduce the option to uncheck it & set unchecked to default.
That's the opposite of how the game has been set since its creation.
 
Last edited:

Nemo56

Forum Fanatic
Jan 7, 2018
5,898
4,875
457
You obviously did not answer the question I asked, hence me clarifying it & asking again.
He did:
Loading game/profile without the flag: false.
Every boolean-value is false by default, one has to set it to true manually (yes, manually is also when you assign a value right at the declaration).
In this case there was no information in the save game file, so it was not set => false.
The solution is to change the load routine. In case the value is not present in the save game file, set it to true.

Gee, it's a minor bug, get over it.
 
Last edited:

Faerin

Well-Known Member
Game Developer
Jul 14, 2017
1,095
7,646
739
You obviously did not answer the question I asked, hence me clarifying it & asking again.
As such, repeating what you previously said does nothing to help.

Perhaps the question was still not clear, to you. Allow me to clarify further, to help more with your understanding:
As the variable did not exist, but it has now been introduced and set to unchecked, why could it not have been introduced set to checked?
Does the introduction of new variables not allow for that?

As I said, checked is how the whole game has been played. Checked has been default since day 1.
It doesn't make any sense, to me, to introduce the option to uncheck it & set unchecked to default.
That's the opposite of how the game has been set since its creation.
Booleans are false by default (as Nemo56 said).
And yes, I could write some additional code that checks if the value is present and if not, set it to true.
(Or use an inverted value to begin with.)
But this would be temporary only, as the finished game will never have this issue.
So it would mean more work for me (granted, not a lot) and adding code that will be redundant soon.

I figured it would be easier for current players to just enable the option once, than to write code for it.
Hence the comment in the changelog.
Although I know by now that a lot of players don't read it and ask questions about it regardless, resulting in more work for the people that answer questions.

Truth be told, I could have just implemented the check in the time it took to write this post, so in hindsight it may have been just as easy to do that (but lazy dev is lazy).
 
Last edited:

ladguru

Active Member
Oct 18, 2018
968
812
288
I have a night time event with Julia which lead to a handjob.
But at a "*Moan* Ahhh!" the game freezes and the sound stops. No rollback, but the menu still works.
 

S3pHiroTh

Active Member
Aug 8, 2017
844
877
299
I have a night time event with Julia which lead to a handjob.
But at a "*Moan* Ahhh!" the game freezes and the sound stops. No rollback, but the menu still works.
Post your logs so we can check what has happened.
If you don't know where the logs are, check on FAQ in OP
 

ladguru

Active Member
Oct 18, 2018
968
812
288
Post your logs so we can check what has happened.
If you don't know where the logs are, check on FAQ in OP
The issue might be that I play via Proton.
For some reason it fails to play the videos for the event. The same happened with an Amber event. The files are there and okay.

I unchecked the "Play videos" and it seems fine now.
 

cold_arctus

Devoted Member
Sep 25, 2018
8,956
10,876
897
The issue might be that I play via Proton.
For some reason it fails to play the videos for the event. The same happened with an Amber event. The files are there and okay.

I unchecked the "Play videos" and it seems fine now.
AVProVideo] The native Windows DirectShow H.264 decoder doesn't support videos with resolution above 1920x1080. You may need to reduce your video resolution, switch to another codec (such as DivX or Hap), or install 3rd party DirectShow codec (eg LAV Filters). This shouldn't be a problem for Windows 8 and above as it has a native limitation of 3840x2160.
Proton is a WINE fork and the same settings need to be applied to play animations as mentioned in the FAQ (set Proton/Wine to Windows 7 and lower your resolution to 1920x1080).
 
  • Like
Reactions: TheDevian
4.00 star(s) 277 Votes