CC: VS - ComputerCraft and Valkyrien Skies Integration
This addon is a minimalist integration solution between Valkyrien Skies 2 and ComputerCraft, allowing computers to gather extended information about ships and achieve more precise control over them (particularly relevant for command computers).
The core functionality includes two specialized APIs for computers installed on ships:
ShipAPI
A new programming interface that provides computers on ships with access to detailed vessel information. Upon system startup, it appears as "ship" and also under the specific ship's name.
ExtendedShipAPI
An extended version of ShipAPI specifically designed for command computers. It inherits all original methods and adds new functions for direct ship control. Like the basic API, it displays under a dual identifier during initialization.
Starting from version 0.0.8, the addon includes built-in utility programs for creating custom PID controllers, implemented thanks to 19PHOBOSS98 based on his GitHub repository, distributed under the MIT License.