Space Engineers

Space Engineers

Not enough ratings
VehicleControl - Basic Version
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
860.049 KB
18 Aug, 2021 @ 3:14pm
1 Change Note ( view )

Subscribe to download
VehicleControl - Basic Version

Description
This is the basic version of Vehicle Control script that controls turn signals, brake lights and tracks the main indicators of your wheeled transport (such as the handbrake, the condition of the engines and the connector)

You can check this script in that vehicles:
OPC LRMU
OPC Vulcan

Notes
The basic version does not include the CET UI Framework! This is a text version of the interface presented in Tezel. The extended version used in this truck will not be available as a separate script yet

For the convenience of tracking the status of the script, it is possible to display its information on the LCD panel. To do this, add the prefix [VC LCD] to the required panel. If you want to display information on a specific panel in a block with multiple LCD's, then you need to add a prefix with the panel number (starts with 0) in the list of block panels. For example, to display script state on the right monitor of Control Seat, you will need to add the following prefix to the block: "[VC LCD][2]"

SETUP
1) You must have at least 1 driver seat (any cockpit will do fine)
2) Add this script to Programmable block
3) Set driver seat name to "Driver"
4) Set your engines blocks group name as "Engines"
5) Set your antenna and connector blocks names as "Main Connector" and "Main Antenna"
6) Add a prefix [VC LCD] to the required LCD panels to display script UI
7) Add second prefix [x] where x -> number of LCD in block. For default driver seat settings use "[VC LCD][1] Driver"

For custom buttons:
Add to toolbar "Run" command for PB with that script with arguments:
"emergency" - toggle emergency lights on/off
"brake" - toggle stop lights on/off