Author Topic: Issues with making sounds  (Read 876 times)

Hello, i'm currently working on a project and made my own sounds in the .wav format through audacity, and after moving the files to a compressed folder with a server.cs , namecheck, and description all included and correctly named , I load it up on my server with it enabled but when I go to my sounds list (onactivate-self-playsound) to play the sound and see how it sounds in game they do not show in the list of sounds. Am I doing something wrong? If needed I can post the sound pack and someone could have a look at it. thanks

It would probably be easier to just post the sound pack so we can identify the issue more easily.
Other than that, some things I can think off from the top of my head are making sure the sound files are in mono format, not stereo; and making sure you've coded the server.cs correctly.

A console.log could also show any errors that may have arisen.

It would probably be easier to just post the sound pack so we can identify the issue more easily.
Other than that, some things I can think off from the top of my head are making sure the sound files are in mono format, not stereo; and making sure you've coded the server.cs correctly.

A console.log could also show any errors that may have arisen.

https://www.mediafire.com/?jzvbb9pyikambz5

I made sure it's mono It must be the server cs.

https://www.mediafire.com/?jzvbb9pyikambz5

I made sure it's mono It must be the server cs.

You haven't edited the server.cs to suit your own sounds.

You might want to try taking a look at the server.cs again (if you even looked at it at all) in your addon and other similar 'Sound_' addons to try and understand how they add the sounds. It shouldn't be as hard you as you think.

You haven't edited the server.cs to suit your own sounds.

You might want to try taking a look at the server.cs again (if you even looked at it at all) in your addon and other similar 'Sound_' addons to try and understand how they add the sounds. It shouldn't be as hard you as you think.

Thank you so much! I did that and edited it to my own, It was my first time ever really doing this so I had no idea what I was doing but it wasn't as hard as it looked.
Again thanks! So glad I got this done!

Thank you so much! I did that and edited it to my own, It was my first time ever really doing this so I had no idea what I was doing but it wasn't as hard as it looked.
Again thanks! So glad I got this done!

good job.