I've filtered out some garbage entities from the radar and ESP. Additionally, you can now colorize entities by name via line 14 in config.txt:
- Line 14) A list of entity names along with associated RGB color values to be displayed on the radar/ESP. This line supersedes all other radar/ESP settings and colors, meaning that if even if you disable everything on the radar/ESP, entities on this line will still appear. As such, this line allows you to highlight specific entities with different colors and/or include entities that do not normally appear on the radar/ESP. The syntax is as follows: [Entity Name],[Color]|[Entity Name 2],[Color 2]. Example:
- Lumberjack,65280|Zombie,65535
- In this example, the entity "Lumberjack" would appear green on the radar/ESP, and "Zombie" would appear teal.
The following script commands have been added:
- "cni[number of items],[max distance]" — Exactly the same as "cnm" but checks for nearby items instead of mobs.
- "cni*[number of items],[max distance]" — Exactly the same as "cnm*" but checks for nearby items instead of mobs.
- "cne % [entity name],[distance]" — If an entity with a name containing "entity name" is within "distance" of your character, the rest of the keys line will process. The inverse is possible with "!cne." Example:
- keys=cne % /Items/,1000|dbg % there is at least one item within 1000 distance
- "tce % [entity name],[distance]" — Speeder will target the entity with a name containing "entity name" as long as it is closer than "distance." Only part of the entity's name needs to match. If there are multiple entities with the same name, the closest will be selected. If the entity is found, the rest of the keys line will process. The inverse is possible with "!tce." Example:
- keys=tce % /Items/,1000|dbg % targeting the closest item within 1000 distance
- "it" — If you are targeting anything in the game world, the rest of the keys line will process. The inverse is possible with "!it." See the auto-run example macro.
As mentioned above, I've added a useful auto-run macro to the example macros.
These changes require Speeder version 10+.