Tripwire Interactive Forums

Go Back   Tripwire Interactive Forums > Killing Floor Forums > Killing Floor Modifications > Sound

Reply
 
Thread Tools Display Modes
  #1  
Old 05-15-2009, 10:54 PM
Ol'Greg Ol'Greg is offline
Junior Member
 
Join Date: May 2009
Posts: 2
Default Changing in-game music

Is there a way to change the music that plays during the game to something you personally would like, rather than using an outside player(iTunes, WinAmp, etc.)?
Reply With Quote
  #2  
Old 05-17-2009, 01:02 PM
Ringelbeatz Ringelbeatz is offline
Junior Member
 
Join Date: May 2009
Posts: 10
Default

I would say you have to replace the music files in the "music"-folder of Killing Floor.

You just have to rename your music files to the names of the Killing Floor files and put them into the folder.

I try to find out if there is a playing order or does the game play the tracks randomly?
Reply With Quote
  #3  
Old 05-18-2009, 10:23 AM
macing macing is offline
Junior Member
 
Join Date: May 2009
Posts: 3
Default

I converted some songs into the .ogg format and even called them KF_Song1, KF_Song2, etc. but they weren't played.
Reply With Quote
  #4  
Old 05-18-2009, 10:25 AM
Ol'Greg Ol'Greg is offline
Junior Member
 
Join Date: May 2009
Posts: 2
Default

Yup, just converted a few songs to the .ogg format, renamed them and dropped them into the folder. I heard a couple of songs that I did this to in-game.

Thanks for the input!
Reply With Quote
  #5  
Old 05-19-2009, 01:19 PM
Sgt. Lag's Avatar
Sgt. Lag Sgt. Lag is offline
Senior Member
 
Join Date: Mar 2009
Location: Argentina, BA
Posts: 371
Default

Is there a way to add more music to the game instead of just replacing it?
I like the in-game music, but after a while it gets repetitive.
__________________

Reply With Quote
  #6  
Old 05-19-2009, 11:23 PM
dy5c0 dy5c0 is offline
Junior Member
 
Join Date: May 2009
Posts: 7
Default

now heres the question? what if you wanted to change the music serverside?
like put some badass music up that people can listen to when connecting..
me and a bunch of my friends play on my server it would be cool to put some hard DNB in there
Reply With Quote
  #7  
Old 06-21-2009, 11:48 AM
Krieg Jaeger Krieg Jaeger is offline
On Vacation
 
Join Date: Jun 2009
Posts: 298
Default Tried the current suggestion

I changed KFmenu, KF_Insect, KF_Peripheral and Dirgerepulse.

The names are the exact same as the copies, I changed the songs into an OGG format and removed the old versions as backup. None, of these songs, play.

ever.

All I get is silence. Can I get a hand here please?
Reply With Quote
  #8  
Old 07-09-2009, 10:08 PM
moonka's Avatar
moonka moonka is offline
Junior Member
 
Join Date: Jul 2009
Location: n/a
Posts: 1
Default

I could just quote everyone, but that would be one long post, so to answer the general question:
Quote:
Originally Posted by Sgt. Lag
Is there a way to add more music to the game instead of just replacing it?
I like the in-game music, but after a while it gets repetitive.
I think you mean, how to add your own music to maps? (and your own custom maps).

I'm not entirely certain. But, whilst trying to add my own music through the SDK, I couldn't import *.ogg 's, and don't know how to convert audio files to *.umx, so I went snooping around.
It seems that, in the system folder, there are files with map names and an extention with ' .int ' which hold lines of 'code' I guess you could call it.

Example, for the music played in KF-WestLondon map, you should find a file here:
Code:
C:\Program Files\Steam\steamapps\common\killingfloor\System\KF-WestLondon.int
..and the first few lines, you should see lines like this:
Code:
[KFMusicTrigger0]
CombatSong="DirgeDisunion1"
WaveBasedSongs=((CombatSong="DirgeDisunion1",CalmSong="KF_Wading"),(CombatSong="DirgeRepulse2Short",CalmSong="KF_Wading"),(CombatSong="DirgeDisunion1",CalmSong="KF_Wading"),(CombatSong="DirgeRepulse2Short",CalmSong="KF_Wading"),(CombatSong="DirgeDisunion1",CalmSong="KF_Peripheral"),(CombatSong="DirgeRepulse2Short",CalmSong="KF_Peripheral"),(CombatSong="KF_Pathogen",CalmSong="KF_Peripheral"),(CombatSong="DirgeRepulse2",CalmSong="KF_Peripheral"),(CombatSong="KF_Pathogen",CalmSong="KF_Mutagen"),(CombatSong="KF_Pathogen",CalmSong="KF_Mutagen"))
There seems to be 10 combat songs, and 10 'calm' songs (which is when you've cleared a wave).

Which in turn, correspond to each wave.
E.g.
(CombatSong="DirgeDisunion1",CalmSong="KF_Wading") , <- wave 1
(CombatSong="DirgeRepulse2Short",CalmSong="KF_Wadi ng"), <- wave 2 ..etc

All you have to do is, use an auido editing software, like Audacity, and export your original or desired music to *.OGG, place it into the directory:
Code:
C:\Program Files\Steam\steamapps\common\killingfloor\Music\
Edit the maps *.int file, and place your file name (without extensions) within the quotation marks.
Save, and then that map should have the music you converted.
But be warned, you're editing game related files, so you should make back-ups of these files before editing, so you can always revert your changes.

Quote:
Originally Posted by dy5c0
now heres the question? what if you wanted to change the music serverside?
like put some badass music up that people can listen to when connecting..
me and a bunch of my friends play on my server it would be cool to put some hard DNB in there
To answer that, I'm not sure..
I'm not a big networking/server buff, but to play any music you have, the client needs to have it too, so either the client has to download the song from the host, or the client has to already have the song in the first place.
That goes for both whilst 'connecting' and in the map.
(don't quote me on this, like I said, I'm not sure )
__________________
"Do not strike to win. Win, then strike"
Reply With Quote
  #9  
Old 09-27-2009, 09:01 AM
macom_birdman macom_birdman is offline
Junior Member
 
Join Date: Sep 2009
Posts: 14
Default

so has anyone tried this? does it work? i just purchased a server, and would love to put custom music instead of the normal killing floor stuff. if anyone has any ideas let me know pls

Last edited by macom_birdman; 09-27-2009 at 09:03 AM.
Reply With Quote
  #10  
Old 09-27-2009, 08:35 PM
zYnthetic's Avatar
zYnthetic zYnthetic is offline
Senior Member
 
Join Date: Mar 2009
Location: Hotlanta
Posts: 831
Default

Music is clientside.
Reply With Quote
  #11  
Old 09-28-2009, 12:28 AM
macom_birdman macom_birdman is offline
Junior Member
 
Join Date: Sep 2009
Posts: 14
Default

is there anyway for the game to download the music into the client computer? i used to run a Call of Duty 4 server, and we had a mod that had custom music on it while killing zombies.. it would download a file and then it would play during the game
Reply With Quote
  #12  
Old 09-28-2009, 04:03 AM
zYnthetic's Avatar
zYnthetic zYnthetic is offline
Senior Member
 
Join Date: Mar 2009
Location: Hotlanta
Posts: 831
Default

No. There is no way for a server to control a player's clientside content. If this is something a player wants they need to do it themselves.
Reply With Quote
  #13  
Old 01-17-2010, 03:06 PM
mamoo's Avatar
mamoo mamoo is offline
Senior Member
 
Join Date: Jun 2009
Location: East Sussex, England
Posts: 2,466
Default

Quote:
Originally Posted by Krieg Jaeger View Post
I changed KFmenu, KF_Insect, KF_Peripheral and Dirgerepulse.

The names are the exact same as the copies, I changed the songs into an OGG format and removed the old versions as backup. None, of these songs, play.

ever.

All I get is silence. Can I get a hand here please?
Make sure you're music volume isn't 0, I fretted over the same issue for ages until I found out that my music volume had been magically turned to zero...

Oh, and can anyone help me, I don't know how to make a piece of music louder in Audacity, any help?
__________________


Games For The Greater Good!

Last edited by mamoo; 01-17-2010 at 03:33 PM.
Reply With Quote
  #14  
Old 01-17-2010, 04:40 PM
Tendency's Avatar
Tendency Tendency is offline
Senior Member
 
Join Date: Dec 2009
Posts: 153
Default

Quote:
Originally Posted by macom_birdman View Post
is there anyway for the game to download the music into the client computer? i used to run a Call of Duty 4 server, and we had a mod that had custom music on it while killing zombies.. it would download a file and then it would play during the game
The only way you can make players listen to music you want is by giving them the music. Then editing the .int file for the map. Once the client has the music it will play what the .int tells it to.
__________________
I want to die peacefully in my sleep like my grandfather, not screaming in terror like his passengers...
Reply With Quote
  #15  
Old 01-18-2010, 03:23 AM
crushkilldestroy's Avatar
crushkilldestroy crushkilldestroy is offline
Junior Member
 
Join Date: Jan 2010
Location: San Diego, CA
Posts: 13
Default

Quote:
Originally Posted by Ol'Greg View Post
Is there a way to change the music that plays during the game to something you personally would like, rather than using an outside player(iTunes, WinAmp, etc.)?
since all music files are .ogg you simply replace whatever.ogg with your own .ogg file, renamed the same item, ie: DirgeDisunion2.ogg. As the game plays, maps are made to fetch the tracks as the designer intended, right out of the kf/music folder. If you want a listing of which .ogg files play on each map, check out a post I made http://forums.tripwireinteractive.co...ad.php?t=40301 - with that info it's easy to plug your own favorite songs into the game!

ps- dont listen to those fools who say use winamp.. sure it works but having gnarly music during waves-only, and still dark ambient in-betweens, wayyy better ingame experience than a background playlist. You can do THAT on anything. take advantage of this unreal engine joy!

Last edited by crushkilldestroy; 01-18-2010 at 03:24 AM.
Reply With Quote
  #16  
Old 09-08-2012, 10:37 AM
Schneider95 Schneider95 is offline
Senior Member
 
Join Date: Jan 2012
Location: Paris
Posts: 129
Default

I try to modify the int file, but that don't work...
__________________
http://killingfloor-experience.fr
Work in progress...
Reply With Quote
  #17  
Old 09-28-2012, 06:30 AM
Merdic's Avatar
Merdic Merdic is offline
Senior Member
 
Join Date: Dec 2011
Location: Cheshire, Massachusetts
Posts: 263
Default

There's a leftover music player from Unreal Tournament, I found out about it from this thread

Quote:
Originally Posted by Zuma JR View Post
Sup, did you know there is a "hidden" music player in the game? A similar player was included in UT2004, the game the original KF mod was based upon. From the looks of it, TWI worked on the UI, but abandoned the music player and just disabled it. The UI is buggy but the tooltips will tell you what each button does. It is almost fully functional.

How to enable:
Open user.ini (located in your Killing Floor system folder)
Find the line F11= and change it to F11=MusicMenu. This will most probably work with other buttons, but I have not tested it.
Save the file and play!

Anywhere in-game, even the main menu, press F11 and this music player will pop up! Sadly, it can only play .ogg files, so you will need to use some kind of file converter to make your music work.
I would love getting some feedback from you Forum Floor pros.
You could also just use the in game command ~set input KEY musicmenu
__________________
NYC servers:
[MerFlr-1] Hell on Earth / Whitelisted / Lvl 0-6 / ISHYGDDT @ 69.28.210.43:7707
[MerFlr-2] All Difficulties / Whitelisted / ~DOSH~ @ 69.28.210.36:7707
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:36 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2005 - 2013, Tripwire Interactive, LLC