Posts: 5
	Threads: 1
	Joined: 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. )
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,877
	Threads: 182
	Joined: Dec 11, 2004
	
		
	
 
	
	
		Do not modify the wav files included. Instead, create your own and add it to the DF_radio.txt file in addons\SourceOP directory.
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5
	Threads: 1
	Joined: 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?
	
 
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,877
	Threads: 182
	Joined: Dec 11, 2004
	
		
	
 
	
	
		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".
	
 
 
	
	
	
		
	Posts: 5
	Threads: 1
	Joined: Dec 25, 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?
	
 
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,877
	Threads: 182
	Joined: Dec 11, 2004
	
		
	
 
	
	
		You add this to the DF_radio.txt file on the server. You do not need to modify any client files.
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5
	Threads: 1
	Joined: Dec 25, 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?
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,877
	Threads: 182
	Joined: Dec 11, 2004
	
		
	
 
	
	
		If you modify the client's WAV file, only the client will notice. Nobody else in the server will hear the modified WAV file.
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5
	Threads: 1
	Joined: Dec 25, 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.