Brotomic Bombs updated to version 1.2.0
Added bespoke mod: ballistixocbridge
-Mod allows users to usevcables from Opencomputer to connect to ESM Tower and Radar in Ballistix. Opencomputers can now scrape GPS data from ESM Tower and Radar.
Replaced Voltaic with bespoke version of Voltaic in order to make Opencomputers compatible with Ballistix.
When connecting the radar or ESM tower, a new component will be visible to the computer under the names:
ballistix_radar
ballistix_esm
Radar Data
Search Radar and Fire Control Radar are exposed as:
ballistix_radar
Common methods:
radar.getKind()
radar.getPosition()
radar.getRange()
radar.isRunning()
radar.hasDetection()
radar.getStatus()
Search Radar-specific methods:
radar.getDetections()
radar.getMissileDetections()
radar.getEsmDetections()
Fire Control Radar-specific method:
radar.getTrackedTarget()
ESM Tower Data
The ESM Tower is exposed as:
ballistix_esm
Methods:
esm.getKind()
esm.getPosition()
esm.getRange()
esm.isRunning()
esm.hasDetection()
esm.getStatus()
esm.isSearchRadarDetected()
esm.getFireControlRadars()
Notes
-The Ballistix block still needs normal power.
-The OpenComputers cable only provides computer network access; it does not power the radar.
-If the component does not appear, break and replace the OpenComputers cable touching the radar/ESM.
-If multiple radars are connected, use component.list("ballistix_radar") to find their addresses.
-The bridge does not launch missiles by itself; it only exposes radar and ESM data to OpenComputers.
Comments