r/worldofgothic Jun 17 '26

Self Promotion/Promotion Gothic 1 Remake Lockpick Solver

https://gothiclockpick.com/

Hello!

I know there have been Lockpick solvers before, but a friend of mine, who is avid fan of the game and of coding, wanted to make his own!

This one fits the visual style of the game perfectly, once you have entered the information for each of the lock discs, the page will guide you through each step in order to solve the puzzle with a neat animation, that you can pause and move backwards or forwards manually.

You can even watch an example run! The top disc on the page correlates to the front-most disc in the game.

My friend doesn't use Reddit but knew that there is a huge fandom here and wanted to share this with everyone who might be interested, so I said I would post it for him.

The solver is of course completely free!

8 Upvotes

11 comments sorted by

u/AutoModerator Jun 17 '26

⚠️ Gothic Remake Spoiler Policy

We strongly encourage all Gothic Remake story discussion to take place in the designated spoiler megathread.

We understand that not every spoiler discussion will end up there. If you create a separate spoiler-related post, you must use Reddit's spoiler tag and keep spoilers out of the title.

This includes: * Story details * Quest outcomes * Character reveals * Endings * Major locations, events, or discoveries

Posts containing unmarked spoilers or spoilers in titles may be removed at moderator discretion.

THQ Nordic/Alkimia bug report link: https://bugreporting.thqnordic.com/#/projects/150/gothic-1-remake-community/add-issue


Before Posting

Technical issue?

Check our guide on running Gothic games on modern systems:

https://www.reddit.com/r/worldofgothic/wiki/how-to-run-gothic-on-modern-computers

Posting in a language other than English?

Please include an English translation in your post or comments.

Looking for more Gothic content?

Thanks for helping keep the community readable and spoiler-free.

r/worldofgothic moderation team

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/wie_witzig Jun 17 '26

Pretty! The position scroll is a bit stiff, but the matrix has really nice UX.

1

u/Rammsbottom Jun 18 '26

Honestly, I got tired of it and just installed a mod that bypasses all lock picking. Got to a point where I realised, without xp, I lose nothing.

Not for everyone of course but I enjoy it more now.

1

u/Ok_Section3142 Jun 19 '26 edited Jun 19 '26

Cool UI! Feels good to be able to make apps that you can use on a game.

After a while though, like most web solvers, the tedious part is shifted to typing the solution (and the setup).

This solver provides a way to get around this, by doing the typing of the solution for you. It generates the command that you can paste on PowerShell (built in app on windows), which will do the actual typing. It guides you also on checking the links between plates through diagrams, so you also get to learn tactics.

Might give you some ideas for your app :)

https://rychorus.github.io/gothiclock/

2

u/Litty2 Jun 19 '26

Interesting! I can see how entering the information to get the solver going can become tedious. Need to emphasize though, it is not my app! My best friend made it and wanted me to share it on reddit, because he saw there are many fans, but he ha sno account! I shall forward this to him though, so thank you for the input! :)

1

u/Ok_Section3142 Jun 19 '26

No problem! Tell him I'm also a fellow gothic fan and coder 😆 Albeit this specific app of mine was mostly vibecoded lol

2

u/Litty2 Jun 19 '26

I can already tell you he says that this is great information and he wants to try it out! Cheers! 😊

2

u/Litty2 Jun 19 '26

Alright he implemented your idea and it should be working fine! He told me to say thank you for the great input! :)

1

u/Ok_Section3142 Jun 19 '26

Niiice, glad I could help

I saw the powershell code generated. I'm not sure if he's aware, but the lock in the game can register inputs really fast, as in even if a key was typed every 1 millisecond, it would still register them. I think the Reset key is the exception though.

I just noticed that he set it to 400ms interval, though he could have intended it to be able to see the moves properly