Serverside streamed 3D sounds
This package allows you to add an unlimited amount of sounds in the game world. The client can only play 8 sounds at the same time via CreateSound. We get around this limit by taking advantage of the server side streaming algorithm via CreateObject and property values.
You can use the same approach to stream other clientside stuff for example 3D WebUIs.
https://github.com/BlueMountainsIO/O.../soundstreamer
This package allows you to add an unlimited amount of sounds in the game world. The client can only play 8 sounds at the same time via CreateSound. We get around this limit by taking advantage of the server side streaming algorithm via CreateObject and property values.
You can use the same approach to stream other clientside stuff for example 3D WebUIs.
https://github.com/BlueMountainsIO/O.../soundstreamer
Comment