1

Topic: [HELP] Sounds in client

Please tell me how to add sound to the client as to teeworlds gamer wink

2

Re: [HELP] Sounds in client

Look in data/audio/, here are all the audio files you can edit.
You should precise your problem. On which point do you want us to help you? Converting the audio files to .wv? Making these? Implementing new sound events in the client (thus, a client mod)?

Not Luck, Just Magic.

3

Re: [HELP] Sounds in client

Dune wrote:

On which point do you want us to help you? Converting the audio files to .wv? Making these? Implementing new sound events in the client (thus, a client mod)?

I think he meant:"Implementing new sound events in the client (thus, a client mod)"

Once in a century...

4

Re: [HELP] Sounds in client

Yes, i want to "Implementing new sound events in the client (thus, a client mod)"
I made it in server_data.cpp, client_data.cpp and protocol.h, but my sounds doesnt work (

5

Re: [HELP] Sounds in client

These are generated files, you would need to add them directly into content.py.

Not Luck, Just Magic.

6

Re: [HELP] Sounds in client

So, i did it, but if i use my sounds music_menu.wv is play

7

Re: [HELP] Sounds in client

Needs details on your problem, I can't help you when you write one sentence per post hmm

Not Luck, Just Magic.

8

Re: [HELP] Sounds in client

My english is not good smile
http://rghost.ru/23995131
Here source, but not full. I cant send full source because mod is private, sorry
Here only "generated" folder and content.py
Will this be enough?