Releases: AvarianKnight/pma-voice
v6.2.5
Fix radioChannel state not getting set
v6.2.4
Reset targets instead of trying to handle removing players as target when out of proximity
v6.2.3
What's Changed
- Mumble Natives & RedM bugfixes by @AvarianKnight in #211
- fix[pma-voice]: fixing some mislabeled variables by @NeroHiro in #215
- fix(pma-voice): missed this in last PR by @NeroHiro in #216
Full Changelog: v6.2.2...v6.2.3
v6.2.2
Bugfixes for RDR3 support
Don't use this release it's broken and will cause your client to crash.
v6.2.1
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
NOTICE: pma-voice 6.1.0+ requires you to use server build 4837+.
What's Changed
- Bug fixes by @AvarianKnight in #187
Full Changelog: v6.0.0...v6.1.0
v6.0.0
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
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
This undoes the removal of setOverrideCoords
and adds linting to pushes
v5.0.0
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