[img]https://clan.cloudflare.steamstatic.com/images//28842908/5d1f5a79d6742fc121dfc9982f5d072fc78f4237.png[/img] Dear Stormworkers, This week, we are adding a new connector type - the hardpoint connector! In preparation for the weapons DLC, we are adding this new connector type to help players prepare for weapons and start the discussion around weapons standardization. [img]https://clan.cloudflare.steamstatic.com/images//28842908/9b8b9390680b687b2b58947692258a90396ea115.png[/img] The new connector has a primary part - the grabber that would be placed on the vehicle, and the insert that would be placed on the droppable part. The two halves of this new connector have a leader-follower relationship - the vehicle is very much in control of the droppable object. Once connected, a vehicle can choose to either "launch" or simply "release" the droppable. Launching will arm the droppable and trigger it's "launched" on/off node, to simplify the logic required in arming droppables and deployables. [img]https://clan.cloudflare.steamstatic.com/images//28842908/bcb76b872dbea16142477e9aa00a8c8630ded27b.jpg[/img] There is also composite and video pass through, so you can communicate, or more specifically, program the targeting data of the droppable. The insert connector has a property setting for declaring the type of droppable object it is. The intention is that your vehicle knows the mode of operation that your droppable item requires so it can automatically display the correct HUD or send the right kind of data to program the droppable. Of course, these new connector parts can be used in any way you like, and are bi-directional fixed connectors which will have many new and valuable uses, as well as the usual cosmetic applications! [img]https://clan.cloudflare.steamstatic.com/images//28842908/7d63e01560f766ea39a466a40660f3e79d3e8310.png[/img] We can't wait to hear what you think and what players thoughts are on if and how use of this part could be standardized to promote interchangeable droppable items! Much love <3, The Stormworks Developers Patch Notes v1.2.12 Feature - Hardpoint Connector The hardpoint connector allows you to attach different types or ordinance to your vehicle, and outputs a behaviour type so that the parent vehicle can dictate the logic of activating the child. Fix - Added a 5 min cooldown for mission spawning when no valid locations detected (Lag with sawyer island career) Fix - Crash when accessing an invalid playlist_index Lua API Updates: Removed script halting lua error exceptions when a function fails getCharacterData() now returns its values in a table on success, and nil on failure {["hp"] = hp, ["incapacitated"] = is_incapacitated, ["dead"] = is_dead, ["interactible"] = is_interactable, ["ai"] = is_ai} = server.getCharacterData(object_id) is_in_zone, is_success = server.isInZone(m, name) now returns is_success when the zone is found is_lit, is_success = server.getFireData(object_id)now returns is_success when the fire is found