About this mod
This mod uses AutoHotkey to change how some of the movesets (running, heavy attacks) work to make them more like in Elden Ring
- Requirements
- Permissions and credits
The purpose is to make LOTF controls work exactly like in Elden Ring so you can utilize your muscle memory - these games are similar already so my script only edits some details on how some of the moves work
What does it change
Name | How it works in LOTF -> How it works with my AHK script
- Heavy Attack | RMB, can be charged by holding down -> hold down Left Shift (even briefly) + click LBM, can be charged by holding down Left Shift
- Roll/Dodge | Space tap (fires when pressed down) -> Space tap (fires on release of the button)
- Fast Strikes | tap RMB and instantly tap LShift -> Hold down RMB and tap LShift or other way around
- Sprint | Toggle on/off using Space -> Works when you hold down Space, starts after a very short delay
You can assign your own keys by editing .ahk script using text editor (Notepad etc.). Inside the script I've added comments pointing out functions of particular script parts and which words you can swap for your chosen keys
2nd version: "LOTF-ER Controls - Combat Roll"
LOTF, unlike ER, has Dodge option, which only works during "combat", meaning when you are centered on an enemy, and only allows you to Roll when you Dodge twice.
I made a second version of the script which assigns regular Dodge to Left Control - by default (fires when key is pressed down, not on its release!) whereas tapping Space will perform a roll (on release, like in ER) This script sometimes breaks so you still make a dodge instead of a roll, but only if you've ran out of stamina OR when you mash buttons like a monkey.
This makes fights even more ER-like but I don't recommend it. LOTF combat is designed around short quick dodges, whereas long, far-reaching rolls are more situational
Installing and usage
First you need to install AutoHotkey (2nd version). After that all you need to do is download one of the versions in the .rar file, unpack .ahk script and put it in convenient place. When you want to play the game, click the .ahk script twice to run it. You can pause/unpause the script by pressing F1 and exit by closing it through Task Manager or from Hidden Icons on Windows Taskbar
If you downloaded two versions, use only one at the time


In order for the script to work in game, you need to reassign some buttons in the Settings -> Keybinding menu
- Heavy Attack - o
- Light Attack - LMB
- Dodge - P
- Block - RMB
- Sprint - I
If you encounter any bugs - stuff not firing off properly etc. - please report them only if you know exactly how to recreate them. If you have any questions, ask away!