Can an original song be applied to the radio? -
motd - Dec 25, 2007
Can an original song be applied to the radio?
Are other people the same as the tune that I hear?
exemple
move.wav
change->
move.wav (It files it to the content different. )
Can an original song be applied to the radio? -
Drunken F00l - Dec 25, 2007
Do not modify the wav files included. Instead, create your own and add it to the DF_radio.txt file in addons\SourceOP directory.
Can an original song be applied to the radio? -
motd - Dec 25, 2007
Drunken_F00l Wrote:Do not modify the wav files included. Instead, create your own and add it to the DF_radio.txt file in addons\SourceOP directory.
The file was generated referring.
half-life 2 deathmatch\hl2mp\sound\addons\SourceOP\DF_radio.txt
It wrote so. (the added object: test.wav)
sound\SourceOP\radio\test.wav
However, it is not correctly added.
Is it wrong?
Can an original song be applied to the radio? -
Drunken F00l - Dec 26, 2007
This is the correct file, however you have added test.wav incorrectly. Follow the format of the other radio entries. Add this to the file:
Code:
{
File = test.wav
Name = Test Song
ShortName = test
}
After adding this, the song should show up on the radio as "Test Song".
Can an original song be applied to the radio? -
motd - Dec 26, 2007
Drunken_F00l Wrote:Code:
{
File = test.wav
Name = Test Song
ShortName = test
}
Thank you.
It has noticed by one.
Is this file a thing on the server side?
It did not operate correctly.
Is the thing added on the client side possible?
Can an original song be applied to the radio? -
Drunken F00l - Dec 26, 2007
You add this to the DF_radio.txt file on the server. You do not need to modify any client files.
Can an original song be applied to the radio? -
motd - Dec 26, 2007
Thank you. However, I am not man on the server side.
Is the thing changed on the client side impossible?
To begin with, the radio :.
Is WAV of the client played?
Or,
Is WAV of the server played?
Can an original song be applied to the radio? -
Drunken F00l - Dec 28, 2007
If you modify the client's WAV file, only the client will notice. Nobody else in the server will hear the modified WAV file.
Can an original song be applied to the radio? -
motd - Dec 28, 2007
Drunken_F00l Wrote:If you modify the client's WAV file, only the client will notice. Nobody else in the server will hear the modified WAV file.
ok, thank you so much.