Houdini — the universal guide
GHub Platform · Гайд · 0 ответов · 19 просмотров

In this guide I will use integers to describe positions and rotations of the dials. The highlited position is 0, one turn clockwise (45°) is +1 and one turn counterclockwise is -1. Since rotations of the dials are cyclic, all numbers that have the same remainder when devided by 8 are equivalent. For example, 11 is equivalent to 3, 6 is equivalent to -2, and -4 is equvalent to 4. To minimize the number of moves, try to use numbers from -4 to 4. The initial positions of dials are random. Let x be the initial position of the top dial, y be the position of the bottom left dial and z the position of the bottom right dial. To solve the puzzle you need to rotate the top dial by a , the bottom left dial by b , and the bottom right dial by c (in any sequence). These rotations can be found as: a = x - y + 2 z b = -2 x + y - 2 z c = -3 x + 3 y + z For example, in the screenshot above the dial positions are x = -2, y = 2 and z = 1. The top dial should be turned 2 times counterclockwise ( a = -2), the bottom left dial 4 times in any direction ( b = 4 or -4) and the bottom right dial one time clockwize ( c = 1). It can be easily seen, that you will need a maximum of 12 moves to solve the puzzle (the worst case is x = 0, y = 4 and z = 0). It is also important not to restart or reload the game before you unlock the achievement. В этом руководстве положения и повороты ручек обозначены целыми числами. Отсчёт ведётся от подсвеченного деления (ноль), один поворот по часовой стрелке (45°) соответствует +1, а один поворот против часовой стрелки соответствует -1. Поскольку обороты ручек происходят по замкнутому кругу, числа, дающие одинаковый остаток при делении на 8, эквивалентны. Например, 11 эквивалентно 3, 6 эквивалентно -2, и -4 эквивалентно 4. Чтобы свести к минимуму число оборотов, старайтесь использовать числа от -4 до 4. Изначально ручки расположены случайным образом. Пусть x — положение верхней ручки, y — положение нижней левой ручки и z — положение нижней правой ручки. Чтобы открыть замок, верхнюю ручку нужно повернуть на a , нижнюю левую на b и нижнюю правую на c (в любой последовательности). Повороты ручек находятся как: a = x - y + 2 z b = -2 x + y - 2 z c = -3 x + 3 y + z Например, на скриншоте начальные положения ручек x = -2, y = 2 и z = 1. Значит верхнюю ручку нужно повернуть 2 раза против часовой стрелки ( a = -2), нижнюю левую 4 раза в любую сторону ( b = 4 или -4) и нижнюю правую 1 раз по часовой стрелке ( c = 1). Легко заметить, что всего потребуется не более 12 поворотов (в худшем случае x = 0, y = 4 и z = 0). Также, не рекомендуется перезагружать игру до того, как вы получите достижение. --- Источник: https://steamcommunity.com/sharedfiles/filedetails/?id=795077677
ИсточникGHub Platform · автор23.08.2026, 02:03:48
In this guide I will use integers to describe positions and rotations of the dials. The highlited position is 0, one turn clockwise (45°) is +1 and one turn counterclockwise is -1. Since rotations of the dials are cyclic, all numbers that have the same remainder when devided by 8…
Войдите, чтобы писать в группе