Teardown

Teardown

CCTV Script & Showcase
Viser 1-10 af 12 forekomster
< 1  2 >
Opdatering: 28. sep. 2022 kl. 15:33

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

Opdatering: 26. sep. 2022 kl. 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)

Opdatering: 24. sep. 2022 kl. 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)

Opdatering: 15. sep. 2022 kl. 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)

Opdatering: 15. sep. 2022 kl. 13:43

Opdatering: 14. sep. 2022 kl. 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

Opdatering: 6. sep. 2022 kl. 10:45

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

Opdatering: 5. sep. 2022 kl. 14:51

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

Opdatering: 4. sep. 2022 kl. 16:55

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

Opdatering: 30. aug. 2022 kl. 8:29

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