The following line has been added to config.txt, which allows you to set different colors for different gathering objects:
- Line 49) Colors for various gathering objects for the radar & ESP. The syntax should be as follows (without the brackets):
[Gathering object name],[Color]|[Gathering object name 2],[Color 2]|etc.
such as
WOOD,120000|FIBER,160000
Setting the color to 0 will remove it from the ESP. Setting the color to the same as the background color of the radar will remove it from the radar.
The following script commands have been added to allow you to target specific gathering objects:
- "tcg % [name],[distance]" — Will target the gathering object whose name matches "name" (case sensitive) as long as it is within "distance" from your character. Example:
- keys=tcg % WOOD,10|dbg % targeting WOOD within 10 distance
- "cng % [name],[number],[distance]" — If there are "number" of gathering objects within "distance" of your character whose name matches "name," the rest of the keys line will process. Example:
- keys=cng % WOOD,1,10|dbg % there is at least one WOOD gathering object within 10 distance of my character
These additions require Speeder version 118+.