Display MoreHi,
maybe I can answer that myself (I'm the developer of the app).
You can link the visual appearance of a button in the App to a data value of the game, so it always represents the actual state of the Bus, no matter if you have used the button in the app to toggle the state or a button in the game.
In the customization options of a button there are those entries that are relevant for that:
- Toggle mode (needs to be activated to get a button that is toggled between pressed/not pressed. Otherwise the button is only visually pressed as long as it is pushed down)
- Change visual state based on this game data.
This links the button state to a game data value. E.g. for your Door you can select Door 0-8 open. The button appears as pressed now once the Door 0-8 is opened- Key. This one makes sure that the button actually does something. You need to map the desired key to it. E.g. select the key F9 to open the front door (refer to the keyboard control options of the game to find out which keyboard key executes your desired action)
More info on the button options can be found on this help page: SIM Dashboard Help page: How to create a virtual Button Box
I Need Help,
When I Try To Configure The Sim Dashboard To The Game Is Shows Screenshot_2.png Please Help