TheBus2Cmd and TheBusInfo are API clients (the API is called "Telemetry" in the game) for the bus simulator "The Bus" that allow you to send commands to your bus and query its status.
The "Telemetry" feature must be enabled in the game's settings, and the programs must be running on the PC on which "The Bus" is running.
- Go to the latest release page.
- Download the
TheBusCmd_x.x.x_Windows.zipfile. - Extract the contents of the ZIP file to a folder of your choice.
- You will find two executable files:
TheBusCmd.exeandTheBusInfo.exe.
In order to control the bus's settings, the game must be in "free play" and the player must be sitting in the driver's seat of the bus.
To toggle the parking brake status:
TheBusCMD sendevent?event=FixingBrakeThe program runs in an endless loop and displays the changing bus values. It can be terminated with CTRL-C.
TheBusInfoHave fun!
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.