New console command:
-cf configfilename.txt — Changes the active config file to "configfilename.txt." This can be used to switch the config file for different classes.
I have changed the way the attack animation speed hack (line 3 in config.txt) works. Currently, it is an additive increase to your base speed: [base value] + [line 3]. The problem with this method is that every skill in the game has its own speed value, so an increase of 1.0 will not always be a 100% increase to your speed. Going from 1.0 to 2.0 is not the same as going from 1.35 to 2.35, for example. From now on, the attack animation speed hack will be a percentage increase. In this way, the speed increase will be consistent for every ability. The formula will now be [base value] + ([base value] * [line 3]).
I understand many people are probably comfortable with their current settings, so this change will NOT affect you unless you change line 68 to 1. The default config file that comes with the hack will have this set to 1, but if you want to use your current settings, you will not notice any difference with the hack. If line 68 does not exist or is set to 0, the attack animation speed hack will function exactly as before.
Finally, keep in mind this change improves the efficacy of the hack, so higher numbers will have a greater impact on your speed. Because most skills have a base speed of around 1.0 to 1.5, the change won't be that substantial, but it's something to keep in mind.