Tags: UchuServer/Uchu
Tags
Improve the behavior of death planes (#257) * Add ObjectScript for death planes * Fix size of death barrier objects * Switch death plane to use SmashAsync * Add initial water death plane script * Switch smasher for death planes to death plane * Remove comment in DeathPlane * Merge and improve object script loading for LuaScriptComponent and custom scripts. * Add player fall death script. * Move death plane scripts. * Add death (teleport) plane for properties. * Correct player sphere physics to be at center instead of bottom. (Fix Portabello waters being too high) * Disable check for hasCustomClientScript * Disable fallback, replace FV death plane objectscript with nativescript * Reformatting * Add CapsuleBody (for cylinders) Fixes NT big assembly teleporters * Capsule-sphere collision test * Clean up some code * Replace client script names with server ones * Run native DeathPlane script in multiple worlds * Move PrimitiveModel cube origins from center to bottom * Fix scripts linked to client script names * Correctly split PATH env variable on *nix systems * Apply binoculars script to all binoculars * Always give all rewards for achievements * Fix for ghost players after dying to death plane * Fix Instantiate when item is not in Objects table * Fix not dying after falling near Tortoise Terrace * Add LOT-specific scripts. Co-authored-by: TheNexusAvenger <13441476+TheNexusAvenger@users.noreply.github.com> Co-authored-by: enteryournamehere <11255568+enteryournamehere@users.noreply.github.com>