Garry's Mod

Garry's Mod

Nilixen's Proximity Voice Chat V1.3 Added radio system
Showing 1-10 of 11 entries
< 1  2 >
Update: 8 Sep @ 1:50pm

updated one error when dropped the radio it was still working on the clients.
Please check for errors and let me know.

Update: 9 Jul @ 9:41am

Changes to voice falloff suggested by https://gtm.steamproxy.vip/id/Gust-Ghis-Guy. Thanks a lot!

Update: 2 Apr, 2024 @ 3:04pm

fixed a little null error when initializing radio sweps

Update: 8 Jan, 2024 @ 11:58am

fixed:
lua/jnvm/cl/cl_hud.lua:3: Tried to use a NULL entity! - added a check if localplayer exists (dunno how it can be null?)

Update: 14 Jul, 2023 @ 4:31am

added console command ("jnvmconfig") to open client config

Update: 1 Feb, 2023 @ 11:18am

Thanks to 'Bk. :
Added 3 new languages: French, German, Russian

Update: 27 Nov, 2022 @ 11:39pm

Version 1.1 (around 70h of work):
- reworked whole gui system and addded language support,
- added radio system (might be bugged)
- added 2 radios (basic - only one channel, advanced - 2 channels)
- custom frequencies - you can create and give player access to custom frequencies eg. Medical services, there are 3 by default. (currently no easy way other than lua to give them)
Custom frequencies are removed after death if not permament (leaving server will remove them)
JNVoiceMod:GiveChannel(ply,id,permament)
JNVoiceMod:RemoveChannel(ply,id)
JNVoiceMod:ResetChannels(ply) - reset channels does not affect permament ones

There still might be some bugs, please let me know if you find any, cuz' it's hard to test voice chat by my self.
Thanks!

Update: 26 May, 2022 @ 11:02am

Fixed changing mode while typing or I think I did so...

Update: 8 Mar, 2022 @ 9:06am

Players are now quieter the further away they are from you. Of course old server side distance check is still in use, to make it more secure.

If you find any bugs let me know

Update: 15 Jan, 2022 @ 5:30am

Added a way to disable sphere, hud and to change shpere's alpha as requested.
Here you go <3