Original vs Remake
How Lockpicking Changed in the Remake
If you played the original 2001 Gothic, the remake's locks will catch you out β not because they are harder to press, but because they are a completely different kind of puzzle. The old game tested your memory; the new one tests your logic. Here is exactly what changed.
Lockpicking is one of the systems the remake rebuilt from the ground up rather than simply re-skinning. Knowing the difference is genuinely useful: the instincts that opened chests in 2001 actively work against you in the remake.
The original: a memorised left/right combination
In the original Gothic, every lock hid a fixed sequence of left and right turns. You tapped left or right one step at a time, hoping each press matched the next turn in the hidden combination. A correct press advanced you; a wrong press risked snapping the pick. The combination for a given lock never changed, so the practical approach was trial and error backed by memory β note the sequence that worked (some followed tidy patterns like alternating turns), write it down, and repeat it cleanly next time.
It was, at heart, a memory and luck game. There was nothing to reason out from the lock itself; you simply discovered the sequence by probing and then remembered it.
The remake: a connected logic puzzle
The remake throws that out. Now a lock is a row of plates, each with a single pin that sits in one of seven holes. The lock opens only when every pin rests on the centre hole, slot 4 β a pin pops up instead of down when it is correct. You slide plates left and right to move their pins toward the centre.
The twist that makes it a real puzzle is that plates are connected: sliding one drags others along, in directions that differ from lock to lock. So you are no longer guessing a hidden code β the whole lock is visible in front of you, and the challenge is working out an orderof moves whose side effects cancel out and leave every pin centred at once. It is closer to a sliding-tile or Rubik's-style logic puzzle than to the old combination lock.

Custom web development in Montreal
React Β· Next.js Β· TypeScript
What changed, point by point
- Memory β logic. The old lock hid information you had to discover; the new one shows you everything and asks you to reason it out.
- A code β a goal state. There is no secret sequence any more. The objective is a position: every pin on slot 4.
- Independent presses β connected plates.The single biggest change. In the remake a move is never local β it ripples through the lock's connections.
- How picks break.Both games punish you for picks, but differently. In the remake a pick snaps when a pin is pushed past the outermost hole β usually via a chain reaction you didn't plan for. See the edge rule.
- What skill does. In the remake, lockpicking skill mainly buys you forgiveness β more strains before a pick breaks, and at Master a break even removes a connection. Details in the lockpicks & skill guide.
Why the remake's locks feel harder
They are not necessarily harder in the abstract β but they punish the wrong instinct. Players from the original reach for βjust try moves until something clicks,β which in the remake means fixing one pin while quietly knocking two others off centre, or pushing a linked pin off an edge and snapping a pick. The system rewards the opposite habit: stop, map the connections, then plan. Once you make that switch, the remake's locks become satisfying rather than maddening.
And because the new lock is fully deterministic β the same move always has the same effect β it is the kind of puzzle a computer can solve perfectly. That is why the Gothic Lockpicker solver exists: enter the lock and its connections and it returns the shortest, pick-safe sequence to centre every pin, no memory or luck required.
New system got you stuck?
Enter your lock and let the solver handle the logic β every pin to slot 4, the short way.
Open the solver β