A lot of new math commands have been added, such as "add," "sub," "mul," and "div." These commands take a variable for the first argument and a value for the second. The operation is performed on the value in the variable, and the result is stored back in the variable. "add % var,1" will add 1 to the value stored in "var."
A new random command has been added:
- “rand[min],[max]” — A number will be chosen randomly between “min” and “max” and placed into the global variable RAND. Usage example:
- keys=rand0,10|dbg % the random number is (VAR % RAND)
It is now possible to use the (VAR %) command in the "var %" command. For example:
- [variables]
iter=1
test1var=1|s1000|1
[113]
keys=var % test(VAR % iter)var
repeat=0
interrupt=0
In this example, pressing F2 will press left click twice (i.e., 1|s1000|1).
This should allow you to randomize whole keys sections or iterate through in a specific order. Consider something like
- [variables]
iter=1
attack1=1
attack2=2
attack3=70
. . .
[0]
x=0.1
keys=cm|var % attack(VAR % iter)|add % iter,1|gt0
Using the above waymark example, you could create a bunch of variables with different attack keys, such as attack1, attack2, attack3, etc.
The following new lines have been added to config.txt:
- 100) A list of animation IDs to be used with line 101 to set specific speeds to specific animations. Each animation ID should be separated with the “|” character, such as 1120665600|1119092737. Use the -displayani console command to retrieve animation IDs.
- 101) A list of speeds corresponding to the animations in line 100. Each speed should be separated with the “|” character, such as 0.5|1.0. The first speed will be used with the first animation ID, the second speed with the second animation ID, and so on.
- 102) If 1, Speeder will unload unneeded .dlls from memory. I would recommend keeping this on 1 unless you are using the “wh %” macro/waymark command. If you are, you must set this line to 0.
Speeder's performance has been greatly improved.
These changes require updating Speeder to version 119.
The Black Desert Online Speeder guide and download link can only be viewed by active members. If you are already logged in and are an active member, simply refresh the page. If you would like to become a member, the BDO Speeder can be purchased here. If you have specific installation questions, please contact us. Thank you.