Teardown
CCTV Script & Showcase
12件中 1-10 を表示
< 1  2 >
更新: 2022年9月28日 @ 15時33分

  • Tweak logic for scenes with robot in action, camera would very unlikely to report a damage by robot now

更新: 2022年9月26日 @ 15時43分

  • Disabled cameras now would stay at the final position just before disabled
  • Fixed disabled cameras doesn't reset status to default (e.g.: cam triggers 'Vandalism' once after restart)

更新: 2022年9月24日 @ 18時26分

  • Cameras now can be disabled and enabled using registry
  • Feature mentioned above have a basic function library, see cctvCamLib.lua script in this mod (same folder with cctvCam.lua)

更新: 2022年9月15日 @ 13時43分

Change Log:

  • Removed camera resting function from camera which is assembled to a DYNAMIC body.*¹
  • Tweak camera logic with limited yaw range
Note:
  1. This function would cause camera with dynamic base to float in air when the base/camera is lifted and held in air (e.g.: lifted by player). Additionally, joined structure would always in same status, all active or all sleeping (game engine side, not mod side, for optimization) therefore there's no easy method to tell if the camera is in air (vanilla map always have 1000+ bodies so loop through is not practical; raycast could be able to solve this but this method itself would consume more performance, especially for cameras assembled to a larger dynamic body [e,g.: vehicle] so neither)

更新: 2022年9月15日 @ 13時43分

更新: 2022年9月14日 @ 7時24分

  • Added an optional tag 'preTarget' to mark the body as an vital object, alarm would be triggered once see player interact with it
  • Queued message now won't queue repeating messages

更新: 2022年9月6日 @ 10時45分

  • Performance optimization
  • Cameras now would rotate to default direction immediately once loaded

更新: 2022年9月5日 @ 14時51分

tweak for return logic when camera yaw limits are not symmetrical (e.g.: yaw limits at -90 and 180)

更新: 2022年9月4日 @ 16時55分

tweak for cameras with a base being a static shape (in world body)

更新: 2022年8月30日 @ 8時29分

added support to use different units when displaying speed of vehicle, now support: km/h, mph, m/s, ft/s, knots