Results 1 to 9 of 9

Thread: Can an original song be applied to the radio?

  1. #1
    motd's Avatar



    Join Date
    Dec 25, 2007
    Last Online
    Dec 28, 2007
    Posts
    5
    Threads
    1



    Can an original song be applied to the radio?


    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. )

  2. #2
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    Do not modify the wav files included. Instead, create your own and add it to the DF_radio.txt file in addons\SourceOP directory.

  3. #3
    motd's Avatar



    Join Date
    Dec 25, 2007
    Last Online
    Dec 28, 2007
    Posts
    5
    Threads
    1




    Quote Originally Posted by Drunken_F00l
    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.tx t

    It wrote so. (the added object: test.wav)
    sound\SourceOP\radio\test.wav

    However, it is not correctly added.
    Is it wrong?

  4. #4
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    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".

  5. #5
    motd's Avatar



    Join Date
    Dec 25, 2007
    Last Online
    Dec 28, 2007
    Posts
    5
    Threads
    1




    Quote Originally Posted by Drunken_F00l
    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?

  6. #6
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    You add this to the DF_radio.txt file on the server. You do not need to modify any client files.

  7. #7
    motd's Avatar



    Join Date
    Dec 25, 2007
    Last Online
    Dec 28, 2007
    Posts
    5
    Threads
    1




    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?

  8. #8
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    If you modify the client's WAV file, only the client will notice. Nobody else in the server will hear the modified WAV file.

  9. #9
    motd's Avatar



    Join Date
    Dec 25, 2007
    Last Online
    Dec 28, 2007
    Posts
    5
    Threads
    1




    Quote Originally Posted by Drunken_F00l
    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.

Tags for this Thread