Flight Simulator 2020 - How to - Building Bushtalk client manually
In this how to we are going to look at how you can manually build the Bushtalk client which can be used in combination with the http://bushtalkradio.com/. This addon creates another dimension to your bush trips due to the fact it will give an explanation about the POI's you are close by. Currently not all POI's have been added to the map but based on a Reddit discussion it looks like this functionality will be added soon.
To build the client manually you need to have Python installed which you can download from the site below:
https://www.python.org/downloads/
In addition to this you need to have the source files from the Bushtalk client:
https://github.com/BushtalkRadio/BushtalkClient
Once both are downloaded and Python is installed follow the steps below:
- open a command prompt
- go to the folder which contains the extracted content of the Bush talk client
- install the PySimpleGUI module by running the following command:
pip install PySimpleGUI
- install the SimConnect module by running the following command:
pip install SimConnect
- install the requests module by running the following command:
pip install requests
- start the Bushtalk client by running the following command:
python BushtalkClient.py
π If you like this video please consider to subscribe to my channel: https://bit.ly/34eNWDP π
Tutorials playlist: https://bit.ly/32nmUHH
Website: https://highintheflightsimsky.nl
#FlightSimulator2020 #FlightSim #FS2020