Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(4 edits)

It's randomly generated on each playthrough. For clarity, it leads to the same location as the name guessing puzzle, so if you've already solved that one, you might not need to solve this one as well.

If you guess incorrectly, the game will give you more hints for how to do the math required to solve the puzzle.

The solution is (Number of turns) modulo (total number of notches) = (dial setting). Remember! The zero notch counts, so a 0-9 notched dial has 10 total notches. There are a few other ways to get to the right answer as well, but that's the easiest one to plug into a calculator.

(BTW, if you guess incorrectly a bunch of times your character will decide to just brute-force the combination, allowing you to pass the door without doing any math)

okay so for mine i got 0-3, 0-5 and 1300, don't i just need to rotate the 0-5 notch 200 times to get 1200 and then the 0-3 to get 100?

(1 edit) (-1)

Ah, the question that's being asked by the game is "what position would these two dials be in if they were each incremented 1300 times," rather than "how many full rotations of each dial would add up to 1300?"

In this case, the answer would be

  • Dial 1 (0-3): 1300 % 4 = 0
  • Dial 2 (0-5): 1300 % 6 = 4
OSZAR »