Secret Little Haven

Secret Little Haven

View Stats:
Achievement Guide
Would anyone be interested in pooling information to create an Achievement Guide to help secure a 100% clear for this game?

I've seen a few tidbits here and there, but unfortunately I'm having a hard time following through with them. (What is the deal with Henry?! Talk to me Henry!!)
< >
Showing 1-11 of 11 comments
Sauce Oni Sep 25, 2020 @ 4:22pm 
Sounds good!! Always been a fan of 100%ing short cute VNs u.u
WonderCrayon163 Feb 13, 2022 @ 1:00pm 
1.5 years later and it looks like the 100% is still pretty much unobtainable legitimately, while most of the achievements must be obtained through older builds. (Have tested on Windows and Linux)
Last edited by WonderCrayon163; Feb 13, 2022 @ 1:00pm
Faye Strawberry Jul 6, 2022 @ 5:59am 
It would be VERY nice if the achievements could be fixed, or removed if they can't be fixed. What actually happened to them?
Sauce Oni Oct 17, 2022 @ 12:28am 
Originally posted by FayeStrawberry:
It would be VERY nice if the achievements could be fixed, or removed if they can't be fixed. What actually happened to them?
Looking into the game's Assembly-CSharp.dll and its achievement manager, it looks like it only processes the achievements for H3NRY, John's desktop, and finishing the game. All others are practically impossible to legitimately achieve.

If you don't care about legitimacy, however, you can always stick the following code into some random button function with dnSpy:

string[] array = new string[]
{
"H3NRY",
"JOHN_DESKTOP",
"EGG_FRIEND_RECORD",
"GEM_WRITER_RECORD",
"PIXELLE",
"DOLL_ATELIER_RECORD",
"GAME_FINISH"
};
for (int i = 0; i < array.Length; i++)
{
Steamworks.SteamUserStats.SetAchievement(array);
}
Steamworks.SteamUserStats.StoreStats();

Edit: screwed up a bit of code
Last edited by Sauce Oni; Oct 17, 2022 @ 12:50am
Maid Lulia Nov 18, 2022 @ 8:42am 
Originally posted by Sauce Oni:
Looking into the game's Assembly-CSharp.dll and its achievement manager, it looks like it only processes the achievements for H3NRY, John's desktop, and finishing the game. All others are practically impossible to legitimately achieve.

If you don't care about legitimacy, however, you can always stick the following code into some random button function with dnSpy:

string[] array = new string[]
{
"H3NRY",
"JOHN_DESKTOP",
"EGG_FRIEND_RECORD",
"GEM_WRITER_RECORD",
"PIXELLE",
"DOLL_ATELIER_RECORD",
"GAME_FINISH"
};
for (int i = 0; i < array.Length; i++)
{
Steamworks.SteamUserStats.SetAchievement(array);
}
Steamworks.SteamUserStats.StoreStats();

Edit: screwed up a bit of code

Do you have any idea what triggers the "Not Supposed to be Here" achievement? I'm guessing it's story related when you figure out the password to recover Alex's account? but I'm having a hard time confirming that, or if there's some secret I'm missing?
Last edited by Maid Lulia; Nov 18, 2022 @ 8:44am
Sauce Oni Nov 22, 2022 @ 11:20am 
Originally posted by Maid Lulia:
Originally posted by Sauce Oni:
Looking into the game's Assembly-CSharp.dll and its achievement manager, it looks like it only processes the achievements for H3NRY, John's desktop, and finishing the game. All others are practically impossible to legitimately achieve.

If you don't care about legitimacy, however, you can always stick the following code into some random button function with dnSpy:

string[] array = new string[]
{
"H3NRY",
"JOHN_DESKTOP",
"EGG_FRIEND_RECORD",
"GEM_WRITER_RECORD",
"PIXELLE",
"DOLL_ATELIER_RECORD",
"GAME_FINISH"
};
for (int i = 0; i < array.Length; i++)
{
Steamworks.SteamUserStats.SetAchievement(array);
}
Steamworks.SteamUserStats.StoreStats();

Edit: screwed up a bit of code

Do you have any idea what triggers the "Not Supposed to be Here" achievement? I'm guessing it's story related when you figure out the password to recover Alex's account? but I'm having a hard time confirming that, or if there's some secret I'm missing?
You supposedly get it by getting to John's desktop, but I wasn't able to do it myself.
Maid Lulia Nov 22, 2022 @ 11:28am 
Originally posted by Sauce Oni:
Originally posted by Maid Lulia:

Do you have any idea what triggers the "Not Supposed to be Here" achievement? I'm guessing it's story related when you figure out the password to recover Alex's account? but I'm having a hard time confirming that, or if there's some secret I'm missing?
You supposedly get it by getting to John's desktop, but I wasn't able to do it myself.

That's what I'm confused about, how do you get into John's desktop? I tried clicking on his account in the login screen and input the password you get from that story section, but I can't find a way to confirm the password and attempt to log in. Pressing Enter does nothing and the green arrow makes me log into Alex's account no matter what.
Zorceress Nov 27, 2022 @ 4:47pm 
Originally posted by Maid Lulia:
Originally posted by Sauce Oni:
You supposedly get it by getting to John's desktop, but I wasn't able to do it myself.

That's what I'm confused about, how do you get into John's desktop? I tried clicking on his account in the login screen and input the password you get from that story section, but I can't find a way to confirm the password and attempt to log in. Pressing Enter does nothing and the green arrow makes me log into Alex's account no matter what.

Try "bestlefthidden" ;)
Katie Jul 9, 2023 @ 12:43am 
Hi, I’m sorry for replying to an old thread. How would I go about getting the 100% achievements today? I would absolutely love to, this game means the world to me.
tsupertsundere Jul 9, 2023 @ 5:18pm 
Originally posted by Katie:
Hi, I’m sorry for replying to an old thread. How would I go about getting the 100% achievements today? I would absolutely love to, this game means the world to me.

hey hey, Katie. Since it's been so long, I think the most I have for you would be attempting the code above (I haven't) or use Some Alternative Method at your own risk.

As a recovering achievement hoe myself, I think there's a lot to be gotten from the contemplation about what it means to have achievements that are mechanically impossible to get fairly in a game. Whenever I encounter it (Hate Plus, Where the Water Tastes Like Wine) it's come to make the games feel bigger. Impossible to master. An ineffable quality all its own. A stronger world for even more meaning, even!
Katie Jul 9, 2023 @ 5:46pm 
Originally posted by tsupertsundere:
Originally posted by Katie:
Hi, I’m sorry for replying to an old thread. How would I go about getting the 100% achievements today? I would absolutely love to, this game means the world to me.

hey hey, Katie. Since it's been so long, I think the most I have for you would be attempting the code above (I haven't) or use Some Alternative Method at your own risk.

As a recovering achievement hoe myself, I think there's a lot to be gotten from the contemplation about what it means to have achievements that are mechanically impossible to get fairly in a game. Whenever I encounter it (Hate Plus, Where the Water Tastes Like Wine) it's come to make the games feel bigger. Impossible to master. An ineffable quality all its own. A stronger world for even more meaning, even!

Hi :), I don’t quite understand how the code works, but I also don’t want to do anything wrong. If I can’t get the achievements fairly, it’d make me sad, but that’s okay.

I think you’re right about what it means to have achievements. I used to try and platinum so many games on PS3/PS4. In the end, it didn’t do anything for me. It meant nothing. I love this game so much that I’m already writing fanfiction for it. I can play the game again and again. Achievements are not an indicator of how much something means to me :).

Thank you so much for the thoughtful words to think on. They definitely helped me!
< >
Showing 1-11 of 11 comments
Per page: 1530 50