Jump to content

Home

Adding menu music


Aryyn

Recommended Posts

A single line in the main.menu file.

 

exec	"music music/yavin2_old/yavtemp_explore" ;

 

Put that line in the menuDef entry, in the onOpen block. 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 
{
	exec		"music music/yavin2_old/yavtemp_explore" ;
	setfocus			newgamebutton 
}

 

Put it in a pak file in the base directory, got music in the menus. Feel free to change the actual music to whatever you want. :p

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...