Lords of the Fallen

Lords of the Fallen

View Stats:
Se7ntus Oct 25, 2023 @ 9:04pm
PLEASE. LET. US. HOLD. SHIFT. TO. SPRINT.
I don't know what god awful human thought toggle sprint in any game was better than hold to print. Just give us the option AT LEAST. <3
< >
Showing 1-6 of 6 comments
Penitence Oct 25, 2023 @ 9:43pm 
Toggle sprint is better most of the time, though there are rare cases where it's done awkwardly. I used to be a hold sprinter like you..
Void Feb 19, 2024 @ 12:48pm 
Any game where you have to manage your stamina toggle sprint is crap. Every time you get staggered or etc sprint is turned off. Also imagine you want to start sprinting as soon as you're up form a huge fall etc. Well you can't just hold sprint and start running asap no you have to time it exactly right with toggle... its dumb.
Budakiel Feb 19, 2024 @ 1:52pm 
i didnt know controllers had shift
HighLanderPony Feb 19, 2024 @ 4:55pm 
Better to make stam not run out out of combat.
königplatzen Feb 27, 2024 @ 2:44pm 
At least it has dodge on press and not on release.
Not sure about the toggle. for me it was ok to handle. in FS games, you have to wait almost a second, until you start to run. I wouldn't mind a setting to change it.
In case someone still needs this and searches this, the following FreePIE script adds sprint toggle (change sprint to P in game). Had to write similar scripts for Elden Ring to fix the controls... Games thesedays <.<

if starting: sprint = 0; if keyboard.getKeyDown(Key.LeftShift): #sprint from shift if keyboard.getKeyDown(Key.W): keyboard.setKeyDown(Key.P); sprint = 1; else: if sprint == 1: keyboard.setKeyUp(Key.P); time.sleep(0.02); keyboard.setKeyDown(Key.P); time.sleep(0.02); keyboard.setKeyUp(Key.P); sprint = 0;
Last edited by xunlaiAgent; Jan 2 @ 1:34am
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Oct 25, 2023 @ 9:04pm
Posts: 6