Announcement

Collapse
No announcement yet.

Sound Streamer (Unlimited 3D Sounds)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    LIBRARY Sound Streamer (Unlimited 3D Sounds)

    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

    #2
    Does this also mean SetSound3DLocation is fixed?

    Comment


      #3
      Originally posted by BigMistake View Post
      Does this also mean SetSound3DLocation is fixed?
      The clientside function will be fixed in 1.0.3

      Comment

      Working...
      X