The Lost Ark Speeder can now hack animation speeds on the fly, including non-combat animations, with the new "sas*" script command:
- "sas*[speed]" — This command sets the speed of your current animation—and only your current animation (unlike "sas" above)—to "speed." In most situations, I recommend using line 85 to set animation speeds instead of relying on macros, but there may be situations where you want to adjust the speed that line 85 cannot account for. Also, this command will work with all animations in the game, including non-attack animations, so you may find some use for it outside of combat. Two examples:
- keys=sas*3|dbg % current animation speed increased by 2x
- keys=sas*1|dbg % resetting current animation speed back to normal
Do note that you can use this command to reset your animation speeds back to normal (1), which you may find useful.
The -cf console command for switching config files has been fixed.