Skip to content

Releases: AvarianKnight/pma-voice

v6.2.5

07 Dec 23:25
630c97b
Compare
Choose a tag to compare

Fix radioChannel state not getting set

v6.2.4

04 Dec 04:27
Compare
Choose a tag to compare

Reset targets instead of trying to handle removing players as target when out of proximity

v6.2.3

02 Dec 06:31
5f3041b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2.2...v6.2.3

v6.2.2

25 Nov 04:52
1c1bb39
Compare
Choose a tag to compare
v6.2.2 Pre-release
Pre-release

Bugfixes for RDR3 support

Don't use this release it's broken and will cause your client to crash.

v6.2.1

24 Nov 05:18
Compare
Choose a tag to compare
v6.2.1 Pre-release
Pre-release

This adds support for RedM, and undoes some old logic that broke older versions.

This should be used cautiously as it might have bugs.

Don't use this release it's broken and will cause your client to crash.

v6.1.0

27 Oct 16:07
Compare
Choose a tag to compare

NOTICE: pma-voice 6.1.0+ requires you to use server build 4837+.

What's Changed

Full Changelog: v6.0.0...v6.1.0

v6.0.0

25 Oct 09:56
Compare
Choose a tag to compare

This is a breaking version release and requires the use of server version 4834 or higher, if you're not comfortable using a non recommended server version please use v5.2.0

You need to remove updateRoutingBucket and setOverrideCoords if they're used.

updateRoutingBucket was removed due to the fact you wont be able to see players not in your routing bucket, so its more natively handled

setOverrideCoords was primarily linked to the grid system and was primarily used for spectating and has no use now.

This version removes the grid system, which was the cause of a lot of issues (too many players listening to channels, too many players in one channel, etc.).

This targeting adds any player within the player's proximity to their voice target(s), this should result in less bandwidth usage and hopefully fewer voice issues overall.

What's Changed

  • feat: ditch grids and just add nearby players
  • adds convar: voice_refreshRate
  • removes exports: setOverrideCoords, updateRoutingBucket
  • removes convars: voice_zoneRadius, voice_zoneRefreshRate, voice_routingUpdateWait
  • removes state bags: routingBucket, grid
  • volume exports properly take the 1-100 range

v5.2.0

12 Sep 05:26
Compare
Choose a tag to compare

Applies a temp fix for routing bucket updates

Adds convar voice_routingUpdateWait which can be used to delay the wait after updating routing buckets, use this if you have any issues with players routing buckets updating.

v5.1.0

09 Sep 10:18
Compare
Choose a tag to compare

This undoes the removal of setOverrideCoords and adds linting to pushes

v5.0.0

03 Sep 07:22
068f11b
Compare
Choose a tag to compare

Breaking Changes

Export setVolume is no longer an export
Export setOverrideCoords was removed completely
Export addListenerChannels was removed completely (this was only available in dev branch anyways)

New

Docs were added to help people who want to see how something works/for people trying to make addons.

addChannelCheck was added to add a way to do server-side checks for people joining radio channels

FxDK Convars were added (Thanks @The-Neco)

Added the ability to allow players to set their voice intent with /setvoiceintent [speech|music] setting to music will disable noise suppression

Changes/Fixes

State Bags will default to being synced
State Bags should actually work now