The problem is that the script "thinks" the weapon is being sheathed at dash boost.
So, disabling the function on line 727 (the one with the method "app.WpCommonSubAction.cWpMoveOff") fixes the issue. To disable it, either remove the whole function from line 727 to 743 or encapsulate it with --[[ ]]
This could use an update. i'm only interested in removing focus mode when unsheathing and leaving everything else default, but when i set it up for greatsword focus mode automatically toggles off while charging.
Very good mod, especially the part about being able to sheathe the weapon in focus mode, but I'm not comfortable with focus mode active all the time. It would be possible to have an option for focus mode to activate when attacking instead of being active all the time. A fake sight could be put on the screen. I'm not sure, but maybe this way it would be more comfortable to use.
Excellent mod. Any chance you can make it disable while hammer is charging but re-enable as soon as it's released? Charging hammer movement is a bit jankier with focus mode open.
108 comments
When doing dash attack(GamePad:RT+B+Y), the focus mode gets closed.
more detailed
for a few seconds after doing dash attack, the focus mode remains active, but as running speed increases, the focus mode closes.
Thank you.
https://streamable.com/4j1yu9
So, disabling the function on line 727 (the one with the method "app.WpCommonSubAction.cWpMoveOff") fixes the issue.
To disable it, either remove the whole function from line 727 to 743 or encapsulate it with --[[ ]]
Essential mod, thanks.