Secret Little Haven

Secret Little Haven

37 rating
Secret Little Haven Terminal Guide
Oleh minzygg
Although Secret Little Haven is mostly a visual novel-esque game that prioritises the story over confusing puzzles, the Terminal section is probably the most difficult section of the entire game. In this guide I will explain how to use the Terminal to solve this section!
2
6
2
   
Penghargaan
Favorit
Difavoritkan
Batalkan favorit
The Basics
Before we start, it's crucial to mention that these functions are CASE-SENSITIVE!! Forget to capitalise a certain letter of a file and the functions will NOT work.

Anyway, let's start with the basics! Here are the three main functions of the terminal that you'll use through the game:


ls

This function is glossed over during the terminal tutorial given by Laguna, but it's the most crucial to solving the puzzle.

ls, as in LIST (so it's a lowercase L, not a capital i), is used to explore the files on the computer. This can be used to discover files on the other user (John) as well.

It's always formatted like this: ls /[USER]/[DIRECTORY]/

Some examples:
  • ls /Alex/Applications
  • ls /Alex/Documents
  • SPOILERS for terminal puzzle section: ls /John/Documents/other

~./
You can use this command to open up programs and files within the computer. Note that this is case sensitive, so make sure you type each file name 100% correctly, since they can get quite long!

It's best to format this function using the user's name, as Laguna will later explain to you.

Some examples:
  • ./Alex/Applications/Gem_Writer.play
  • ./Alex/Documents/butts.txt
  • SPOILERS for terminal puzzle section: ./John/Documents/work/proposal.txt

su [PASSWORD]

This is the simplest function. You'll use this when you get access to a certain password.

For example, if the password was "cats", the command would be:

su cats


The Puzzle - Welcome, Failure
Here is a guide to finding the two passwords to regain access to Alex's computer. If you have the hang of the terminal at this point, I highly recommend you attempt to solve the puzzle by yourself. If not, continue forward:

The First Password



As I mentioned before, "ls" is the most important function for finding the first puzzle. Look through John's computer using the "ls" command, and see if you can find the password by opening files with the "~./" command.

If not, here is a detailed solution:

1. Open the terminal in the Hard Drive.
2. Input the following:
./John/Documents/other/REMINDER.txt

You can find the password here.


Finally, input the password using the "su" command:

su ALEX

Yes, it is case sensitive.


The Second Password



At this point, you will receive this message from the terminal. Try to find the second password while remembering Laguna's advice:

"Your dad sounds like a scary dude...The kind of guy who wouldn't think twice about invading your personal space...He may have been able to hide the password somewhere other than this computer. So just...think outside the box, I guess. Don't be afraid to leave and look for it for a while."

If you're still having issues, here's the solution:

Look at your real life computer desktop - there will be a file named "John's Password.txt". Open it to find the second password: becauseiloveyou

Click Log Out and enter the second password, and you're home free! Alex has access to her computer again! :D
Final Notes
If you've taken anything from this guide, let it be that every command is CASE-SENSITIVE! Make sure you write each function, directory, file, etc with the right capitalisation or the command will NOT work.

Finally, I used Kalli Brown's playthrough of Secret Little Haven for screenshots for this guide, so thank you to them! <3

I hope this guide has been helpful to you!!

[MNet Status Message: msminzy is here for you.]
7 Komentar
chris.ascended 21 Feb @ 9:34pm 
God, thank you, I was reading "ls" (lowercase l, lowercase s) as "Is" (capital i, lowercase s) and felt completely roadblocked.
Roboscout64 13 Jul 2024 @ 11:11am 
Thanks for the guide. I got so confused by this section. the first password being in all caps exclusively caught me off guard. I tried a regular version of it earlier but it's case sensitive so I didn't get anything. Then I was not at all expecting the second password to break the fourth wall and be on my actual personal desktop. It was a meta thing that I really didn't see coming from this game.
Adventure Square 25 Okt 2023 @ 8:42pm 
Baffling that 'cd' doesn't work.
Gwynnie 11 Agu 2023 @ 7:50pm 
Thank you so much for this, I have no clue why they would output the file on MY computer, I was so fskn confused
d3br33 1 Jul 2023 @ 1:32pm 
thank you !!
Mr.FuzzFuzz 12 Jul 2022 @ 4:51pm 
Thanks for this I was so confused on what I was meant to do.:ponyisland:
Laid 9 Jul 2020 @ 8:31pm 
the terminal commands are just basic *nix commands, although on a real linux computer for instance you'd do something like cat /path/to/file.txt to read a text document instead
I'm guessing the developer uses a unix-based operating system like linux or macos judging by how the terminal in-game works :No1: