Line 8 in config.txt controls the ESP. The settings follow a predefined order and should be separated with the "|" character. RGB color values can be calculated here. The order of the settings is as follows:
- Total number of entities to display, minimum distance, and maximum distance. Example:
1000,100,20000
to display 1000 entities, no entities within 100 distance, and no entities beyond 20000 distance. Setting a minimum distance can be useful to avoid large boxes near your character. If not set, minimum distance defaults to 100. - Font size.
- Show all entity color. If you have "show all entities" enabled, this is the default color Speeder will use. You can customize the color for each entity using line 48 in config.txt.
- Player & mob color.
- Object color.
- Show all entities: 1 to show everything, including resources and sandworms. If you enable this, you should use line 48 to filter out the entities you don't want to see. This is a work in progress.
- Show players & mobs: 1 to show all players & mobs. 0 to show none.
- Show objects: 2 to show everything. 1 to show only chests/loot crates. 0 to show nothing.
- Refresh rate: How often (in milliseconds) Speeder should update the ESP.
- (Optional:) Font can be the name of any font currently installed on your system, such as Arial or Segoe UI.
- Example:
1000|30|120001|16646144|160000|0|1|1|10
Show all entities example:
1000|30|120001|16646144|160000|1|1|1|10- For your own safety, I recommend changing some of the numbers/colors so you don't have the exact same text.
Please note there are additional ESP settings on lines 14–17, which control the bounding box and text display.