OC: Sable is an addon for OpenComputers: Rebooted which adds a new card to allow computer direct access to Sable sub-levels!
This is similar in functionality to CC: Sable!
Features:
- Sable Card (
component.sable)isInPlotGrid- function: determines whether the computer is located within a sub-leveluniqueId- field: the unique ID of the sub-level the computer is on or nullname- field: allows the computer ot get or set the name of the sub-level or nulllogicalPose- field: the logical pose of the sub-level as a table or nulllastPose- field: the last pose of the sub-level as a table or nullvelocity- field: the velocity of the sub-level or a unit vectorlinearVelocity- field: the linear velocity of the sub-level or nullangularVelocity- field: the angular velocity of the sub-level or nullcenterOfMass- field: the center of mass of the sub-level in the plot grid or nullmass- field: the mass of the sub-level or nullinverseMass- field: the inverse mass of the sub-level or nullinertiaTensor- field: the inertia tensor 3x3 matrix of the sub-level or nullinverseInertiaTensor- field: the inverse inertia tensor 3x3 matrix of the sub-level or nullgetAirPressure- function: gets the air pressure at a given position in the same dimensiongravity- field: the gravity vector of the dimensionmagneticNorth- field: the magnetic north vector of the dimensionuniversalDrag- field: the universal drag constant of the dimensiondimensionPhysics- field: the dimension physics settings of the dimension as a tabledefaultDimensionPhysics- field: the default dimension physics settings as a table
To Do:
- Manual Entry
- Creative Tab
- Physics-Enabled Drones
- Separate CC: Advanced Math clone for OC
FAQ
Q) Why should I use this over Aeronautic's existing computer behaviour? A) You don't have to at all. While my card does give far greater access to internal physics information, it is not impossible to derive most of these values using the existing drivers. However, this is an addon for Sable, not Aeronautics! While the two will likely be used together, others can use Sable without Aeronautics at all!