Garry's Mod

Garry's Mod

3D Stream Radio
Showing 1-10 of 215 entries
< 1  2  3 ... 22 >
Update: Dec 6, 2024 @ 2:10pm

- Fixed Lua error: lua/streamradio_core/client/cl_menu.lua:127: attempt to call upvalue 'oldThink' (a nil value)
- Added hook "3DStreamRadio_OnPlayStream", this is called when a radio attempts to start a stream. This is useful for logging. It can not prevent streams. Use "3DStreamRadio_UrlIsAllowed" for that instead.
- Improved URL logging to spam less and to be more accurate when telling about the using player.
- Logging is controlled via convar: "sv_streamradio_url_log_mode 0/1/2"

Update: Nov 23, 2024 @ 9:40am

- Fixed "3DStreamRadio_UrlIsAllowed" hook not being called.

Update: Nov 18, 2024 @ 3:29pm

- Added serverside logging for stream URLs.
- Added hook 3DStreamRadio_UrlIsAllowed.

Update: Sep 6, 2024 @ 2:49pm

- Fixed draw distance not working properly
- Removed broken community playlists. GG-Radio has been taken offline.
- Fixed Noise-fm playlist
- Fixed stream title output

Update: Jul 31, 2024 @ 2:35pm

- Fixed a bug with -disablehttp
- Moved shipped playlist to data_static
- Added BBC to playlists
- Removed DW playlist

Update: Jun 11, 2024 @ 10:15am

Fixed error: lua/streamradio_core/network.lua:673: attempt to index local 'entTable' (a nil value)

Update: Feb 17, 2024 @ 6:25am

Fixed performance issues on quieter-behind-walls tracers.

Update: Jan 7, 2024 @ 11:22am

- Recompiled radio models.
- Removed an unneeded function. (Thanks to SligWolf)

Update: Jan 4, 2024 @ 2:48pm

- Improved error handling and fixed broken loading
- Improved loading speed and added a loading timer
- Remove unused model formats (Thanks to Redox)

Update: Dec 31, 2023 @ 1:28pm

Fixed extreme slow loading time on some clients
- This was done by replacing 'file.Exists(luafile, "LUA")' with a custom implementation. See: https://github.com/Facepunch/garrysmod-issues/issues/5674