Speeder can now display a radar of all nearby mobs, players, and other objects. Coloring, size, types of entities, etc. can all be adjusted on lines 28 and 29 of config.txt. The settings may seem a little overwhelming at first, so I recommend downloading a new config.txt, which has line 28 already filled out for you. Here is the guide text:
- Line 28) Settings for the radar. Each setting should be separated with the "|" character, such as 1|2|3|4. The order of the settings is:
X position|Y position|Width|Height|ID|Total entities displayed|Font size|Background color|Mob color|Player color|Ally player color|Show mobs|Show players|Transparent|Always on top|Distance multiplier|Refresh rate- The X & Y positions are where you want the radar to appear on your screen with 0|0 being the top left corner.
- Width and Height control how large the radar is.
- ID should be set to any number and simply prevents the creation of multiple radars with the same ID.
- Total entities is the max number of entities the radar should display.
- Font size controls the size of the entity names.
- The four color settings should be decimals referring to the RGB (red, blue, green) values you want. You can use this site to calculate the decimals for you.
- Show mobs should be 1 to display mobs. Show players should be 1 to display players.
- Transparent should be 1 to make the radar window transparent.
- Always on top should be 1 to make the radar the topmost window.
- Distance multiplier is the number Speeder will multiply an entity's game distance by when determining where to render its name on the radar. For example, a higher distance multiplier will cause the entity's name to appear farther from the center of the radar.
- Refresh rate is how often (in milliseconds) Speeder should update the radar.
- If you do not wish to use the radar, simply leave the line blank.
- Line 29) A list of entity names along with associated RGB color values to be displayed on the radar. These colors take precedence over all other radar colors. This line allows you to highlight specific entities with different colors and/or include entities that do not normally appear on the radar (i.e., entities that are not considered mobs or players). The syntax is as follows: [Entity Name],[Color]|[Entity Name 2],[Color 2]. Example:
- Violent Harvester,65280|Beehive,65535
- In this example, the entity "Violent Harvester" would appear green on the radar, and "Beehive" would appear teal.
This addition requires updating Speeder to version 83.