Speeder can now display text on every entity in memory, including model ID, HP, and whatever else you want. Speeder can now also perfectly target anything without the use of -calibrate, which has now been removed. The only setting you need to adjust is line 43 in config.txt. This is the field of view value Speeder uses to transform game coordinates to screen coordinates. I've found 29 to work with default zoom and ~51.5 to work with +100% zoom distance. It is very easy to adjust. Just turn the ESP on, and adjust line 43 until the HP values line up with the entities in the game.
Here are all the new settings:
- Line 42) Settings for the ESP overlay. Each setting should be separated with the "|" character, such as 1|2|3|4. Please note that you must use the -esp console command to close (or reopen) the ESP. The order of the settings is:
- Total entities displayed: the max numbers of entities the ESP will display.
- Font size: the size of the ESP text.
- Mob color: the color of text related to mobs.
- Elite color: the color of text related to elite mobs.
- Player color: the color of text related to players.
- Loot color: the color of text related to loot.
- Object color: the color of text related to objects.
- Gather color: the color of text related to gathering objects.
- Player text: the text the ESP should display for players. %hp% can be used to display current HP. %model% can be used to display the player's model.
- Mob text: the text the ESP should display for mobs. %hp% can be used to display current HP. %model% can be used to display the mob's model.
- Loot text: the text the ESP should display for loot. %model% can be used to display the loot object's model.
- Object text: the text the ESP should display for objects. %model% can be used to display the object's model.
- Gather text: the text the ESP should display for gathering objects. %model% can be used to display the gathering object's model.
- Mobs: set to 1 to display mobs.
- Players: set to 1 to display players.
- Loot: set to 1 to display loot.
- Objects: set to 1 to display objects.
- Gather: set to 1 to display gathering objects.
- Refresh rate: how many milliseconds to wait between each ESP update.
- Example:
- 100|15|65000|255|255|65280|0|65280|%hp%|%hp%|!!!|O|!!!|1|1|1|0|1|50
- Line 43) Your field of view. This setting is necessary for targeting and the ESP to work correctly as it is used to transform game coordinates to screen coordinates. If you have not hacked your zoom distance, everything will work fine with the default field of view of 29. If you have hacked your zoom distance, you will want to increase this number until the text lines up with the entities in the game. For example, if you hacked your zoom distance to 2 (100% increase), this line should be set to 51.5. (Doubling your zoom distance does not mean you want to double your field of view.) Your resolution does not matter.
- Line 44) Y offset for targeting. This number will be added to the screen Y coordinate whenever Speeder attempts to target something. If the cursor moves underneath the entity rather than targeting it directly, you should set a negative number on this line.
As Speeder is now directly transforming game coordinates to screen coordinates, the game Y coordinate is now necessary for movement-related commands (e.g., the "mt" command).
These additions require updating Speeder to version 186.