The following script commands have been added:
- "hp[health percent]" — If your health is less than or equal to "health percent," the rest of the keys line will process. The inverse is possible with "!hp." "Health percent" should be a decimal between 0 and 1.0 with 0.5 equal to 50% health. Example:
- keys=hp0.5|dbg % I am at 50% health or less
- "hp*[health]" — Exactly the same as "hp" but checks for your literal health value. Example:
- keys=hp*20000|dbg % my HP is less than or equal to 20000
- "mp[mana percent]" — If your mana is less than or equal to "mana percent," the rest of the keys line will process. The inverse is possible with "!mp." "Mana percent" should be a decimal between 0 and 1.0 with 0.5 equal to 50% mana. Example:
- keys=mp0.5|dbg % I am at 50% mana or less
- "mp*[mana]" — Exactly the same as "mp" but checks for your literal mana value. Example:
- keys=mp*10000|dbg % I have 10000 mana or less
- "sta[stamina percent]" — If your stamina is less than or equal to "stamina percent," the rest of the keys line will process. The inverse is possible with "!sta." "Stamina percent" should be a decimal between 0 and 1.0 with 0.5 equal to 50% stamina. Example:
- keys=sta0.5|dbg % I am at 50% stamina or less
- "sta*[stamina]" — Exactly the same as "sta" but checks for your literal stamina value. Example:
- keys=sta*10000|dbg % I have 10000 stamina or less
The following setting has been added to config.txt:
- Line 27) Minimum thumbstick movement for the movement speed hack when using a controller. Windows measures thumbstick movement as a SHORT, which means that 32,767 is the maximum value and correlates to the thumbstick being pressed all the way to the edge. ~16,000 would be halfway pressed. You can set a number here, under which Speeder will not activate the movement speed hack.
These additions require updating Speeder to version 20.