Frictional Games Forum (read-only)

Full Version: Custom menu music not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I created my own custom menu and the music is not working i did simply replace the already in game menu music with it name and all but it isn't, playing any idea why
Heres its cfg for the well main stuff anyways <Main
MainFadeInTime = "1"
MainFadeOutTimeFast = "0.3"
MainFadeOutTimeSlow = "3"

TopMenuFadeInTime = "1"
TopMenuFadeOutTime = "0.3"
TopMenuFontRelativeSize = "0.05 0.05"
TopMenuStartRelativePos = "0.8 0.325"
TopMenuStartRelativePosInGame = "0.5 0.5"
TopMenuFont = "menu.fnt"

MainMenuLogoStartRelativePos = "0.0525 0.22"
MainMenuLogoRelativeSize = "0.47 0.47"

BGScene = "menu_bg.map"
BGCamera_FOV = "70"
BGCamera_ZoomedFOV = "40"

ZoomSound = "ui_zoom.ogg"
Music = "game_menu.ogg"
/>
The music is called game_menu for convenience reasons but the actual songs name is in the house in a heart beat from 28 days later
Is this for a Full Conversion or the actual game?
Not exactly sure what that cfg file you posted is, but it's not necessary for replacing the music in the main menu. Find a song, convert it to an ogg (using audacity or sony vegas pro, do not just rename the extension, this is mandatory), name it game_menu and put it in the root>music folder, it should overwrite the existing file. That's really all there is to it.
I actually already replaced the in game song and put it in the original music root i don't think my conversion worked