Releases: Itokoyamato/TokoVOIP_TS3
TokoVOIP v1.5.6
An important initialization issue has been fixed, as well as mouth animations
Thanks to @clementlacroix4 for the contribution
Only servers need to update
Changes
fivem-script:
- Wait for NUI to be loaded before TokoVOIP initialization #203 (lower performance computers would end up never initializing)
- Fixed mouth animations
ws-server:
- Improved route names to prevent failure on certain network configurations #203
ts3-plugin:
- No changes
We have a Discord server to discuss, or if you need help !
Check out my patreon for extended & priority support, or just to help me out
TokoVOIP v1.5.5
Support dynamic IP addresses
Only servers need to update
Changes
fivem-script:
- Regularly update clientIP during handshakes
- Add 'tokovoiplatency' command to display latency data on screen
ws-server:
- Support dynamic IPs
- Provide latency data for clients
ts3-plugin:
- No changes
We have a Discord server to discuss, or if you need help !
Check out my patreon for extended & priority support, or just to help me out
TokoVOIP v1.5.4
Overall improvements to handshaking, proxy handling and fixes to certain network blocks.
Fixes to radios and improvements to client performance.
Server owners are advised to change their ws-server port to one above 30k to avoid issues with player networks blocking the port 3000.
Changes
fivem-script:
- Reworked radio process
- Improved client processing performances
- Improved RedM support (@CryptoGenics)
- Updated fxmanifest (@FlawwsX)
ws-server:
- Removed fivem server info dependency
- Improved proxy support
- Improved handshake system
- Changed default port
ts3-plugin:
- Switch TS verify to https to avoid network blocks
We have a Discord server to discuss, or if you need help !
Check out my patreon for extended & priority support, or just to help me out
TokoVOIP v1.5.3
A quick update to fix radio effects and clicks issues introduced in v1.5.2
Changes
fivem-script:
- Fix radio effects and clicks (@Poggicek)
ws-server:
- No changes
ts3-plugin:
- No changes
We have a Discord server to discuss, or if you need help !
Check out my patreon for extended & priority support, or just to help me out
TokoVOIP v1.5.2
Blocking screen overhaul
Improvements & crash fixes to ts3-plugin
Minor performance improvements in-game
Ability to change radio clicks volume via script
Changes
ws-server:
- Remove TS check, unreliable
- Disable logs by default, add option to enable
- Improve proxy support (@Poggicek)
ts3-plugin:
- Switch update check to master server
- Fix crash in case update check failed
- Improve auto connect
- Increase timeout
- Trigger auto connect once on server connect, if TS server is registered
- Fix crash in case ws config retrieved has invalid types
- Enable httplib ssl
- Add ClickVolume config via script (@Slasher2099)
fivem-script:
- Add option to toggle debug menu access (@Holfz)
- Minor improvement to processing function (@Holfz)
- Minor improvement to processing function (@Poggicek)
- Blocking screen overhaul & adjust status checks (@Poggicek)
- Add ClickVolume config
We have a Discord server to discuss, or if you need help !
Check out my patreon for extended & priority support, or just to help me out
TokoVOIP v1.5.1
This update simplifies heavily the setup of ws-server and fivem-script.
No changes were made to the plugin.
Changes:
ws-server 1.5.1
- Add configuration checks
- Add Auto-configuration (check updated readme)
fivem-script 1.5.1
- Fix a compare to non boolean
ts3-plugin 1.5.0
- No changes
We have a Discord server to discuss, or if you need help !
TokoVOIP v1.5.0
This release is not backward compatible
Introduction of a remote websocket server
Both servers and players will need to update
Please refer to the readme for the setup
Take the time to read it before asking for support, thanks.
Main changes:
- Server-side websocket system
- WS-server: websocket server (NodeJS)
- FiveM Script: remote websocket connection
- TS3 Plugin: websocket client
- TS3 Plugin: automatic server discovery
- TS3 Plugin: Voice Activation Detection support (Using radio no longer breaks it)
- TS3 Plugin: Remove curl dependency
- TS3 Plugin: Update RadioFX (broken by last TS update)
- TS3 Plugin: add 'connect' button to manually trigger handshaking
- TS3 Plugin: add 'disconnect' button to manually shutdown tokovoip
- TS3 Plugin: trigger handshaking on channel join containing 'tokovoip' in name
- TS3 Plugin: Add back the long gone 'Unmute All' button
Thanks to @Poggicek for the onesync infinity support, and the help in testing things out
We have a Discord server to discuss, or if you need help !
Script: v1.3.5
Merge PR #61 by @FrazzIe, which adds new configuration options and minor adjustments:
- Add: radioClickMaxChannel - Set the max amount of radio channels that will have local radio clicks enabled
- Add: radioAnim - Enable or disable the radio animation
- Add: radioEnabled - Enable or disable using the radio
- Fix: export functions on script loading
- Add: SetTokoProperty export to allow external scripts to update tokovoip's config
Script: v1.3.4
- Typo on player data init in c_utils
This is a minor change that should fix some initialization issues.
Plugin v1.2.5 | Script v1.3.3
The script and plugin updates are separate, one does not depend on the other.
Script v1.3.3:
- Merge PR #20: code cleaning and small optimizations
- Fix empty channels not getting removed
- Load playerList on script start
- Important performance improvements by saving the amount of data sent through NUI
- Small performance improvements by proxying nui messages through a JS script
- Add timeout on black screen display to avoid small popups on slower machines
- Merge PR #31: fix important bug in player data sharing
Plugin v1.2.5:
- Update RadioFX to fix an issue where it wouldn't initialize properly (resulting in no radio effects)
- Move radioFX to a forked submodule for easier maintenance