Release Notes: 0.8.6.24923

From Neos Wiki
Jump to navigation Jump to search

0.8.6.24923

New build with some new Logix goodies!

New features:

- Added "Drive" logix node. This node allows to enable/disable driving of a target field by impulses and provides a hook, sending impulse with the hooked value when driven value is attempted to be changed externally

- Added RaycastOne and Raycaster Logix nodes. These allow you to perform physics raycasts, returning the first hit object (allowing to filter non-user hits)

- Added Forward, Up, Right, Backward, Down and Left logix nodes, returning global directions of a given slot

- Added variants of the same nodes that allow setting the global direction

Bugfixes:

- Added a 20 frame wait before pooling connected SteamVR devices. This should hopefully fix startup crashes when using the Pimax runtime (for @Juspertinry )

- Added error handling for missing or corrupted settings file when starting Neos. This will let Neos start normally even if the file referenced in the database is gone (discovered in logs from @ToastyHashpants )

- Fixed character controller breaking with out of range support slope angles

- Fixed AprilFoolsViolentExplosion breaking controller menus