Skip to content

Releases: Mobius1/ms-spycams

v0.4.0

08 Nov 19:03
Compare
Choose a tag to compare

Changes

  • Deployed cameras will now be saved to the db so they remain when reloading in to a server
  • Added an option to enabled / disabled individual keys
  • Added an option to send a Discord log when a camera is placed (see config_server.lua)
  • Added an option to customise notifications
  • Added an option to set the camera's forward offset to prevent it clipping through walls when rotating
  • Removed the ability to place cameras on floors / ceilings

Fixes

  • Fixed incorrect rotation when placing cameras
  • Fixed incorrect label in instructional buttons

v0.3.0

06 Nov 20:38
Compare
Choose a tag to compare

BREAKING CHANGES

  • Removed the need for streaming a custom prop_spycam model therefore you must delete the stream folder and it's contents otherwise the spycam will be rotated incorrectly!

Changes

  • Added SurfaceOffset option to set a custom offset from the surface
  • Added new events that can be listened for:
    • Client: ms-spycams:client:placed, ms-spycams:client:removed and ms-spycams:client:destroyed
    • Server: ms-spycams:server:placed, ms-spycams:server:removed and ms-spycams:server:destroyed

v0.2.0

08 Apr 16:49
Compare
Choose a tag to compare
  • Added DrawOutline to toggle the spy camera outline during placement
  • Added EffectStrength to adjust the strength of the screen effect
  • Destroying a camera with the self-destruct feature will now switch to the next available camera instead of disconnecting from all

v0.1.0

08 Apr 12:09
Compare
Choose a tag to compare
  • Added SignalDistance for setting the max range of the camera's signal

v0.0.2

07 Apr 10:14
Compare
Choose a tag to compare

Added correct prop

v0.0.1

06 Apr 16:16
Compare
Choose a tag to compare

Initial Release