Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Releases: inferno-collection/Fire-EMS-Pager

Public Alpha Version 4.56

16 Jul 06:34
Compare
Choose a tag to compare
Pre-release

DO NOT BLINDLY UPDATE // THIS IS A DEVELOPMENT BUILD

Important Note: If you test this resource in your server, please report back to us! We have not thoroughly tested this update and would appreciate your feedback.

Fixed:

  • Tones by converting them to .oggs. Fire sirens still do not work.

Changed:

  • Minor NUI refactor to remove nesting.

Removed:

  • All template references, due to broken behavior in prod

HOTFIX Public Beta Version 4.55

29 Jun 03:39
b3b55b0
Compare
Choose a tag to compare

Fixed:

  • fxmanifest not having a game defined
  • templateId causing chat messages not to appear

Public Beta Version 4.55

19 Jun 10:24
a00461a
Compare
Choose a tag to compare

Changed:

  • Now uses globbing for .mp3 files
  • Updated manifest file to latest spec
  • Most "s to 's to match new project standards

Public Beta Version 4.54

09 Jan 11:33
Compare
Choose a tag to compare

Public Beta Version 4.54
Added

  • New audio system, based off of the one used in the Pass Alarm resource.
    • The new system allows for multiple sounds to be heard on the client at once if needed (such as overlapping siren radiuses), regardless however, it is more efficient than the previous system.
    • Using the new audio system, we have also added the ability to have multiple different sirens for stations. You can choose which siren a station should use in the config.

Changed

  • Variable names in NUI Messages to match project standards.

Removed

  • A lot of unneeded comments, making the files much sorter.

Public Alpha Version 4.54

24 Dec 05:47
Compare
Choose a tag to compare
Pre-release

DO NOT BLINDLY UPDATE // THIS IS A DEVELOPMENT BUILD

Using the new audio system from the previous commit, I've added the ability for multiple different fire sirens to be used, and set per-station in the config. When adding new siren files, try to keep them under 1mb, or you might run into streaming issues. Tested on localhost with no issues. If you test this resource in your server, please report back to us! We have not thoroughly tested this update and would appreciate your feedback.

Public Alpha Version 4.53

23 Dec 15:36
Compare
Choose a tag to compare
Pre-release

DO NOT BLINDLY UPDATE // THIS IS A DEVELOPMENT BUILD

Changed the audio system for the fire siren to match that of the pass alarm, in that instead of only being able to play one sound on the client at one time, now as many fire sirens as you want can be heard at the same time, meaning siren radiuses can now overlap without any issues. You can even stagger start them, if you want them to sound cooler. Tested on localhost with no issues. If you test this resource in your server, please report back to us! We have not thoroughly tested this update and would appreciate your feedback.

Public Beta Version 4.51

26 Sep 11:32
Compare
Choose a tag to compare

Added:

  • Option to disable all messages, for realism.
  • Toggleable reminder for whitelisted players to enable their pagers.

Fixed:

  • A bug regarding the whitelisting command.

Public Beta Version 4.5

01 Sep 11:42
Compare
Choose a tag to compare

Added

  • Per station Fire Siren radiuses
    • Each station now has its own, configurable, radius within which its siren can be heard.
  • Ace Permissions
    • Ace Permissions are now available as an alternative whitelisting option to the whitelist.json file.
  • Whitelist command
    • /pagerwhitelist has not been added, to reload, and add people to, the whitelist.
    • Only works with the whitelist.json file, not with Ace Permission. See here for more information.
  • Whitelist reload when the resource is restarted.
  • Travis CI to assist in QA (https://travis-ci.com/inferno-collection/Fire-EMS-Pager).

Changed

  • When a tone is paged, only people tuned to the tone will hear that tone.
    • For example, if Player A is tuned to fire, and Player B is tuned to fire and medical, and medical is paged, only Player B will hear and see the page, whereas if fire is paged, both Player A and B will hear and see the page.
  • Within the whitelist.json file, now only the commands that a player needs access to need to be listed within their whitelist entry; any commands not listed will be assumed false.
  • Overall code overhaul, to make sure code falls within standard conventions.
  • Several sections of codes to improve efficiency and speed.
  • /cancelpage now requires specific tones, and also allows for the passing of details.

Fixed

  • An issue whereby people who did not have a pager enabled, were able to page tones over the top of already playing tones, because they were not needing to wait the same amount of time as people with enabled pagers, before being able to play more tones.
  • Typos