.:Sam:. Posted January 2, 2008 Posted January 2, 2008 I've tried via expermenting in the Main.Menu file but I always end up just getting rid of the music itself. How is this done? Thanks in Advance!
edvin1976 Posted January 3, 2008 Posted January 3, 2008 ok, put into your pk3 a music folder, then your for example imperialmarch.mp3 into that, then into main.menu you modify this way for example: menuDef { name "mainMenu" fullScreen 1 rect 0 0 640 480 visible 1 focusColor 1 1 1 1 descX 320 descY 426 descScale 1 descColor 1 .682 0 .8 descAlignment ITEM_ALIGN_CENTER onOpen { setfocus newgamebutton exec "music music/ImperialMarch" ; } onESC { play "sound/interface/menuroam.wav" ; close mainMenu ; open quitMenu ; } is it good now?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.