Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question