Custom menu music not working - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Custom menu music not working (/thread-17518.html) |
Custom menu music not working - candlejack131 - 08-05-2012 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 RE: Custom menu music not working - Statyk - 08-07-2012 Is this for a Full Conversion or the actual game? RE: Custom menu music not working - Adny - 08-07-2012 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. RE: Custom menu music not working - candlejack131 - 08-10-2012 I actually already replaced the in game song and put it in the original music root i don't think my conversion worked |