E
E
egorttt_youtube2021-03-20 12:42:11
Bots
egorttt_youtube, 2021-03-20 12:42:11

How to make a bot for a 3d game?

I decided to make a bot for the form in the MTA game (this is a multiplayer for gta sa).
Is it possible to do this in Python? What libraries should be used? How to get marker coordinates?
The bot must run along the markers, avoiding obstacles and people.
Here is where it should work: https://youtu.be/Z1PpgFGHc78?t=222

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dewerro, 2021-03-20
@Dewerro

You can try using the PyAutoGui and Keyboard libraries for keystrokes and mouse movements. As far as I know, there are no libraries to get the coordinates of pickups from the MTA. You can also get tired and use OpenCV computer vision . But I think the simplest solution would be to use the resources intended for creating bots in the MTA, Python is not one of them.

S
soremix, 2021-03-20
@soremix

Maybe.

How to get marker coordinates

Computer vision / memory reading
What libraries should be used

OpenCV/win32api

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question