Secret Little Haven

Secret Little Haven

Vis statistikker:
tsupertsundere 24. aug. 2020 kl. 16:51
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!!)
< >
Viser 1-11 af 11 kommentarer
El Oni Balatro 25. sep. 2020 kl. 16:22 
Sounds good!! Always been a fan of 100%ing short cute VNs u.u
WonderfulFop 13. feb. 2022 kl. 13:00 
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)
Sidst redigeret af WonderfulFop; 13. feb. 2022 kl. 13:00
Faye Strawberry 6. juli 2022 kl. 5:59 
It would be VERY nice if the achievements could be fixed, or removed if they can't be fixed. What actually happened to them?
El Oni Balatro 17. okt. 2022 kl. 0:28 
Oprindeligt skrevet af 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
Sidst redigeret af El Oni Balatro; 17. okt. 2022 kl. 0:50
Maid Lulia 18. nov. 2022 kl. 8:42 
Oprindeligt skrevet af 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?
Sidst redigeret af Maid Lulia; 18. nov. 2022 kl. 8:44
El Oni Balatro 22. nov. 2022 kl. 11:20 
Oprindeligt skrevet af Maid Lulia:
Oprindeligt skrevet af 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 22. nov. 2022 kl. 11:28 
Oprindeligt skrevet af Sauce Oni:
Oprindeligt skrevet af 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 27. nov. 2022 kl. 16:47 
Oprindeligt skrevet af Maid Lulia:
Oprindeligt skrevet af 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 9. juli 2023 kl. 0:43 
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 9. juli 2023 kl. 17:18 
Oprindeligt skrevet af 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 9. juli 2023 kl. 17:46 
Oprindeligt skrevet af tsupertsundere:
Oprindeligt skrevet af 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!
< >
Viser 1-11 af 11 kommentarer
Per side: 1530 50