Traffic cannot be deactivated in the center
-
I only use the fleet with BATC. When FS Traffic is enabled, there are an unnecessary number of aircraft at the airport that aren't controlled by BATC. Which file do I need to deactivate to eliminate traffic at the start of the flight?
It doesn't seem to be TrafficAircraft.bgl. -
Hi,
To manually disable it you can do it in the following way:
Open the justflight-fstraffic-module folder in Community. Open Layout.json
Run a search on the file for "module" (or go to line 411739) and change this line:
"path": "Modules/Traffic Module.wasm",
to:
"path": "Modules/Traffic Module.wasm_",Save the file and the module won't be loaded by the sim. Alternatively you could rename/delete the wasm file in justflight-fstraffic-module/Modules, but that will generate loading errors in the console log so I recommend the first option.