Skip to content

How it works

yaldabaoth444 edited this page May 16, 2023 · 14 revisions

Home

The work of the bot is based on the execution of preprogrammed tasks, such as MP1, MP2, Hunt, Race, etc.
All bot tasks can be divided into game and service tasks. The bot can perform different tasks in sequence, each task a specified number of times. The bot is made as a console application. Operation parameters are set using the command line arguments.

The bot navigates the game using three tools.

  1. pixel - describes a point on the screen (sometimes only the coordinates are used)
  2. image part - buttons, text describing some unique state
  3. hash - calculated hash of some area of the screen (used for identification of cars and tracks)

All settings are stored in configuration files with the extension .ini, which are divided into sections.
Some settings require periodic adjustments when game events change. You may also need to adjust some of the default settings due to differences in hardware, drivers, game platforms, or operating system versions.

Clone this wiki locally