How lockpicking works in Gothic Remake
Forget the click-timing minigame from the 2001 original. The remake turns every lock into a small logic puzzle: several sliding metal plates, each with seven holes, and a bronze pin sitting in one of them. Open the lock by moving every pin into its marked target hole — for almost every lock that is the center hole, 4. A correctly placed pin pops up and stays.
The twist is that plates are linked. Push plate 2 one hole to the right and plate 4 might slide with it — or slide the opposite way. Links are different on every lock, can be one-way or mutual, and they are the only thing standing between you and the loot. That is exactly what the solver above computes: you describe the links once, it finds the shortest sequence of moves that aligns every pin without ever pushing a pin past the edge of its track.
Map any lock in under a minute
- Count the plates and note where each pin sits (holes 1–7, left to right).
- Probe each plate once: move it one hole left, then back right. Watch which other plates move and in which direction — that is the link you enter in step 3.
- Solve and follow the steps. Runs like “Plate 3 — RIGHT ×2” mean click that direction twice.
Probing costs nothing: moving a plate one hole and back never strains the pick as long as no pin is pushed past the edge of its track. If a nudge would push a pin out, the game counts a mistake — two mistakes (four once you are trained) and the pick snaps.
Why your lockpicks keep breaking
A pick strains whenever a move would force a pin beyond hole 1 or 7 — almost always because a linked plate you were not watching got dragged along. Two strains snap the pick and reset the lock. The solver's sequences are pick-safe by construction: every intermediate position stays inside the track. If you would rather outlast the minigame than outthink it, training lockpicking raises your mistake allowance and stops the lock from resetting — here is how training works, and where to stock up on lockpicks before a chest-heavy run.
FAQ
How does lockpicking work in Gothic Remake?
Each lock is a set of sliding plates with seven holes. Move every bronze pin into its target hole — the center hole 4. Linked plates drag each other along, same or opposite direction, which turns every lock into a small logic puzzle.
How do I use this solver?
Count plates, tap in the pin positions, map the links by nudging each plate in-game, then press Solve. Follow the step list or the playback — the sequence is the shortest one that never strains your pick.
What are linked plates (couplings)?
Moving plate A also moves plate B: “same” goes the same direction, “opposite” goes the other way. Links can be one-way or mutual and differ per lock.
Why does the solver say my lock has no solution?
Every in-game lock is solvable, so the inputs are off somewhere. Re-check pin positions, enter mutual links in both directions, and don't mix up same and opposite. If directions look mirrored in-game, use the Mirror L/R toggle.
Does my lockpicking skill change the solution?
No. Skill only changes how many mistakes you can make, whether the lock resets after a break, and how many links new locks have. A given lock's solution is always the same.
How many plates can a lock have?
Between 4 and 8. The solver supports every size — simple chests use 4–5 plates, the hardest locks 7–8.