Toggle speed shortcut #7399
Replies: 4 comments 2 replies
-
|
esc, down, enter, up, up, enter, esc |
Beta Was this translation helpful? Give feedback.
-
|
I had a similar idea, and even though I'm nowhere near experienced enough to put it directly into devilution, I made a very simple python script that toggles between max and min speed. you can find it here: https://github.com/Arratai/Diablo-devilution-speed-toggle its my first time doing something like this |
Beta Was this translation helpful? Give feedback.
-
|
We should make sure to add enough lua binding to allow a simple script for this. |
Beta Was this translation helpful? Give feedback.
-
|
Try this patch .. its very simple since there is global variable representing tick delay.. and when you modify that the speed will change. This will be reset to some default value after restart of diablo. I use it to speed up stuff in village and when I have to walk around long distances of empty dungeons.. no cheating! lol 0001-diablo-add-hotkey-for-changing-the-speed-j-slower-k-.txt |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
First, thanks for devilutionX!
A suggestion for a QOL improvement.
Idea: A shortcut to toggle speed max/regular value
Context: I find it quite useful to bump speed to the max when I go back to town, or when I hit a dead end in a dungeon and need to go all the way back. Then I switch back to what I consider a regular gaming speed when I reach unexplored areas. But it's a bit annoying to every time hit ESC, and adjust the speed. Would be awesome to toggle quickly.
How it could work:
In the keyboard shortcut options, we could create a new option "Toggle speed". Perhaps every time the player manually adjusts the speed, we could store in a variable that's the player's desired "regular gaming speed". When pushing the defined shortcut, the game would toggle between MAX speed, and the stored value. If the player manually sets the speed to the MAX (so this would be stored in the previously mentioned variable), then it would be basically a no-op, switching between MAX and MAX.
Hopefully that makes sense.
Beta Was this translation helpful? Give feedback.
All reactions