This program utilizes multiple self-trained machine learning models to fully automate playing War Thunder. Please note that there's a tiny chance of you getting banned while using it..
Render0001-4949.mp4
- Automatic Navigation of menus
- Purchasing modifications and new planes
- Chooses the correct amount of bombs per base
- Automatically aims at and bombs bases
Before proceeding please note that this has only ever been tested on systems running Linux and Wayland. Build dependencies also vary from system to system so please just install what the compiler tells you is missing during compilation.on.
- Clone the GitHub repository:
git clone https://github.com/simon0302010/wta.git cd wta - Build:
cargo build --release
Wta requires an API URL and an API Key to OpenRouter or an equivalent service. Set those values using the following commands::
export LLM_API_URL="YOUR_API_URL"
export LLM_API_KEY="YOUR_API_KEY"Depending on your input configuation you might also need to add yourself to the input group.
sudo usermod -aG input $USERNow run start up War Thunder and run the program:
./target/release/wtaHave fun!