This is a small mod that aims to somewhat improve the experience of navigating the numerous puzzles of The Letztes Jahr Hotel.
More specifically, it makes it so that for simple (and most common) locks - padlocks, roman numeral locks, etc - the up and down button rotate the dials, and the "interact" button confirms the decision. This also means that you can back out of the puzzle without navigating to the padlock's shackle.
I didn't touch some of the more difficult locks (like the Red Maze Door), but I hope to revisit it and see if I can figure out how to add additional bindings for the game to use. Maybe even a map shortcut? One can dream (most likely I'll get bored and won't do it though).
Download the zip archive from Releases page and extract it to the game's root directory (in Steam it's Right Mouse Button - Manage - Browse local files).
The game uses BepInEx to inject the custom code, which in turn relies on winhttp.dll
proxy DLL.
That means you have to do additional steps
- Switch to Desktop Mode
- Download the zip archive from Releases page and extract it to the game's root directory
- Install protontricks via Discover app and launch it
- Choose Lorelei and the Laser Eyes
- Select the default wine prefix
- Run winecfg
- In the Libraries tab add a new override for
winhttp.dll
and click OK
- Install .NET SDK
- Clone this repo
- Create a
lib
directory in the project - Copy
Assembly-CSharp.dll
frompath\to\game\Lorelei and the Laser Eyes_Data\Managed
tolib
- Run
dotnet build --configuration Release
- Copy resulting DLL from
LoreleiAndSaneControls\bin\Release\net46\
topath\to\game\BepInEx\plugins