It is now possible to create macros with Speeder. All of the new waymark commands can be used in these macros. My hope is that this will eliminate any need for AHK or third-party programs. The way it works is similar to setting up waymarks:
- Create a new text file (or use Example_Macro_File.ini) in UTF-8 format (this is the default format if you are using notepad++).
- Add the virtual key codes for the keys you'd like to activate your macros by enclosing them in brackets. If I wanted to make a macro for the "g" key, I would use [71].
- For each key, add two fields: "keys" and "weapon" so that you have something like:
[71]
keys=
weapon= - In the "keys" field, you can use the exact same commands that can be used in the "keys" field for waymarks. These are listed in the readme. I have added the "ca+" and "ca-" commands to enable/disable the cancel all animations hack. This means you can activate the hack inside of a macro without even needing to press a key (other than the macro key itself).
- In the "weapon" field, you need to write the ID of the weapon you'd like this key to apply to. The IDs of the weapons are listed in the readme under [Macros].
The macro file is read every time the config file is reloaded, so if you change anything in the macro file, simply force the config file to reload, and the changes will take effect.
This will require updating Speeder to version 20.