Skip to content

Releases: Itokoyamato/TokoVOIP_TS3

TokoVOIP v1.5.6

11 Oct 14:23
Compare
Choose a tag to compare

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 !
Discord

Check out my patreon for extended & priority support, or just to help me out
Patreon

TokoVOIP v1.5.5

19 Aug 22:18
3c53208
Compare
Choose a tag to compare

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 !
Discord

Check out my patreon for extended & priority support, or just to help me out
Patreon

TokoVOIP v1.5.4

29 Jul 17:37
eeef1fd
Compare
Choose a tag to compare

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 !
Discord

Check out my patreon for extended & priority support, or just to help me out
Patreon

TokoVOIP v1.5.3

12 Jul 21:29
Compare
Choose a tag to compare

A quick update to fix radio effects and clicks issues introduced in v1.5.2

Changes

fivem-script:

ws-server:

  • No changes

ts3-plugin:

  • No changes

We have a Discord server to discuss, or if you need help !
Discord

Check out my patreon for extended & priority support, or just to help me out
Patreon

TokoVOIP v1.5.2

12 Jul 11:43
6a81dd9
Compare
Choose a tag to compare

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 !
Discord

Check out my patreon for extended & priority support, or just to help me out
Patreon

TokoVOIP v1.5.1

06 Jul 21:37
e8b3823
Compare
Choose a tag to compare

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 !

Discord

TokoVOIP v1.5.0

03 Jul 19:05
51fce98
Compare
Choose a tag to compare

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 !
Discord

Script: v1.3.5

19 Oct 19:51
58c15a4
Compare
Choose a tag to compare

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

24 Jul 18:33
Compare
Choose a tag to compare
  • 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

20 Jul 14:51
c38e398
Compare
Choose a tag to compare

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