• v2.3.0 a610623644

    NorbiPeti released this 2022-04-12 01:18:28 +00:00 | 11 commits to master since this release

    This update brings compatibility for Techblox 2022.04.01.10.32 and adds new features and fixes. This update is backwards compatible with mods that work with TechbloxModdingAPI 2.0.

    Additions/changes:

    • Added Block.Mass, Cluster.Mass, Block.Complexity (CPU/power) properties
    • Made Player.LocalPlayer return null if the player doesn't exist (instead of throwing an exception)
    • Added ObjectID class and some WheelRig properties

    Fixes:

    • Fixed Block.GetLastPlacedBlock() and Block.BlockGroup
    • Fixed getting Engine properties (which are internal)

    Deprecated the Player.Mass and SimBody.Mass properties as it doesn't seem to be possible to get them clientside and I don't want to add serverside support until 3.0.

    Known issues:

    • Changing too many existing blocks' material/flipped state at once can (still) cause a crash
    • Seat entering/leaving and other direct actions are (still) broken: we can only send inputs during simulation
    • Serialization is (still) broken; an error in Harmony or one of its dependencies has forced us to partially disable it.
    Downloads