pos despues d modifikar el dash y ponerlo azul, keria meterle menus y kosillas d esas al dash original, pero despues d seguir los pasos siempre m sale el dash asi:
os pongo mi config.xap a br si m podeis ayudar :S
function setvar()
{
configloaded = 1;
/////////////MAINMENU///////////////////
// Set the main menu items
// You can set them to whatever you like
////////////////////////////////////////////////////////////////////////////////////////////////
// Set to true to use the 5 Button Main Menu // Set to false to use the 4 Button Main Menu
// Note: When using the 4 Button Main Menu the MainMenuItem3 and MainMenuLaunch3 will be removed
////////////////////////////////////////////////////////////////////////////////////////////////
use5ButtonMainMenu = false;
MainMenuItem1 = "STORAGE";
MainMenuItem2 = "MEMORIA";
MainMenuItem3 = "MUSICA"; // This will be removed when using the 4 Button Menu
MainMenuItem4 = "CONFIGURACION";
MainMenuItem5 = "XBMP";
////////////////////////////////////////////////////////////////////////////////////////////
// Set the Launcher menus to launch from the main menu (requested)
// Doing this will skip the Settings style menu and bring you straight to your launch menu
// If you would like to use the Settings Style menu just set to 0;
// Options you can use:
/////////////////////////////////////////////////////////////////////////////////////////////
// 0 = Settings Style Submenu
// 1 = Apps menu
// 2 = Emus menu
// 3 = Games menu
// 4 = Dashboards menu
// 5 = Original Music menu
// 6 = Original Settings menu
// 7 = Original Memory menu
// 8 = Launches Xbox Media Player straight from the Main Menu (Requested)
/////////////////////////////////////////////////////////////////////////////////////////////
MainMenuLaunch1 = 0;
MainMenuLaunch2 = 7;
MainMenuLaunch3 = 5; // This will be removed when using the 4 Button Menu
MainMenuLaunch4 = 6;
MainMenuLaunch5 = 8;
// Set path to Xbox Media Player
XBMPpath = "\\Device\\Harddisk0\\Partition1\\Apps\xbmp23\\";
////////////SUBMENU/////////////////////
////////////////////////////////////////////////////////////////////////////////////////////
// Set the SubMenu Items
// You can set them to whatever you want
// Set how many SubMenu items you are goin to use
////////////////////////////////////////////////////////////////////////////////////////////
SubMenuItems = 6; // 6 or less
SubMenuItem1 = "Dashboards";
SubMenuItem2 = "Aplicaciones";
SubMenuItem3 = "Emuladores";
SubMenuItem4 = "Juegos";
SubMenuItem5 = "Reiniciar";
SubMenuItem6 = "Apagar";
////////////////////////////////////////////////////////////////////////////////////////////
// Set what Menus you want to launch from each SubMenu item
// Options you can use:
/////////////////////////////////////////////////////////////////////////////////////////////
// 0 = Dashboards Menu
// 1 = Apps menu
// 2 = Emus menu
// 3 = Games menu
// 4 = Reboot Xbox
// 5 = Shutdown Xbox
/////////////////////////////////////////////////////////////////////////////////////////////
SubMenuLaunch1 = 0;
SubMenuLaunch2 = 1;
SubMenuLaunch3 = 2;
SubMenuLaunch4 = 3;
SubMenuLaunch5 = 4;
SubMenuLaunch6 = 5;
///////////PASSWORD////////////////////
password = "LRxa"; // Dont use b
// Left Trigger = L // Right Trigger = R // X button = x // Y button = y // A button = a //
// White Button = W // Black Button = B //
// D-Pad Up = u // D-Pad Down = d // D-Pad Right = r // D-Pad Left = l //
nPsswrd = 0; // 0 = No Password // 1 = 1st Menu // 2 = 2nd Menu // 3 = 3rd Menu // 4 = 4th Menu // 5 = 5th Menu // 6 = 6th Menu
////////////LAUNCHERMENUS/////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Set the name of the Dash/App/Game/Emu to the same name as the folder it resides in on your xbox hard drive
// And set the two paths to the main directory of your games/apps/emus/dashes
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////DASHBOARDS/////////////////
dashsMenuName = "DASHBOARDS";
numberOfDashs = 0; // 10 or less for now
dashespath = new Array ( "\\Device\\Harddisk0\\Partition1\\Dashboards\\",
"\\Device\\Harddisk0\\Partition2" );
dashname = new Array ( "EvolutionX",
"Nexgen",
"Avalaunch",
"Media X Menu",
"XDashOS",
"Chihirox",
"DASH7",
"DASH8",
"DASH9",
"DASH10" );
/////////////APPLICATIONS//////////////////
appsMenuName = "APPLICATIONS";
numberOfApps = 5; // 15 or less for now
appspath = new Array ( "\\Device\\Harddisk0\\Partition1\\Apps\\",
"\\Device\\Harddisk0\\Partition6\\Appz\\" );
appname = new Array ( "Xbox Media Player",
"boXplorer",
"DVDX2",
"Video.Mode.Selector",
"Xbcopy",
"APP6",
"APP7",
"APP8",
"APP9",
"APP10",
"APP11",
"APP12",
"APP13",
"APP14",
"APP15" );
/////////////EMULATORS//////////////////
emusMenuName = "EMULATORS";
numberOfEmus = 4; // 15 or less for now
emuspath = new Array ( "\\Device\\Harddisk0\\Partition1\\Emuladores\\",
"\\Device\\Harddisk0\\Partition6\\Emuladores\\" );
emuname = new Array ( "Mame",
"Play Station",
"Nintendo 64",
"Neo-Geo",
"EMU5",
"EMU6",
"EMU7",
"EMU8",
"EMU9",
"EMU10",
"EMU11",
"EMU12",
"EMU13",
"EMU14",
"EMU15" );
/////////////GAMES/////////////////
gamesMenuName = "GAMES";
numberOfGames = 23; // 50 or less for now if you want more just ask
gamespath = new Array ( "\\Device\\Harddisk0\\Partition1\\Games\\PAL\\",
"\\Device\\Harddisk0\\Partition1\\Games\\NTSC\\",
"\\Device\\Harddisk0\\Partition6\\Games\\PAL\\"
"\\Device\\Harddisk0\\Partition6\\Games\\NTSC\\" );
gamename = new Array ( "Halo",
"MLS EXTRATIME 2002",
"Soul Calibur 2",
"ATV Quad Power Racing 2",
"Alien vs Predator: Extinction",
"Dead to Rights",
"Futurama",
"James Bond 007: Nightfire",
"Jurassic Park: Operation Genesis",
"MotoGP",
"Otogi",
"Outlaw Golf",
"Panzer Dragon Orta",
"Pro Beach Soccer",
"RallySport Challenge",
"Vexx",
"Crazy Taxi 3",
"Kung Fu Chaos",
"NBA Live 2003",
"Tetris World",
"THOTD III",
"Tony Hawks 4",
"Pirates of the Caribbean" );
}
Salu2