xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
2 Pages V  1 2 >  
Reply to this topicStart new topic
> True Blue 10027100 Dash Wont Work!, please help!
Dankbud
post Sep 13 2003, 09:57 PM
Post #1


X-S Freak
*****

Group: Members
Posts: 1094
Joined: 29-May 03
From: Im a mASShole
Member No.: 40951
Xbox Version: v1.1
360 version: v1 (xenon)



Ok, this shit is NOT working for me sad.gif , i dont know what the deal is, ive tried it like 15 times already. im using True_Blue_MsDash_Patcher_10027100 and Gcue's Blue Music Config Dashboard.exe. i did all the steps and edited config.xap to what it should be, then inserted the xbx's into the appropriate files. but theres something VERY wrong. heres a CLOSE UP screen shot (from my digi cam...) of what my blue dash looks like. as u can see, all there is ONLY one MICRO tab (3/4 of a tab actually) instead of 5 regular tabs...GCue and slushie both said my config.xap is configured correctly...i posted it just for the hell of it.. (slushie u never got back to me after i sent the screen shot.. sad.gif ) i dont know what the problem is. someone please help!!! uhh.gif

user posted image

the paths dont have the 2 backslashes for some reason (cause of the codes in the forum or something, i put em there but they keep disappearing..) but in my xap they are there....

QUOTE
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 = true;

    MainMenuItem1 = "STORAGE";
    MainMenuItem2 = "APPZ";
    MainMenuItem3 = "GAMEZ";  // This will be removed when using the 4 Button Menu
    MainMenuItem4 = "SETTINGS";
    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 = 1;
    MainMenuLaunch3 = 3;  // This will be removed when using the 4 Button Menu
    MainMenuLaunch4 = 6;
    MainMenuLaunch5 = 8;

    // Set path to Xbox Media Player

    XBMPpath = "DeviceHarddisk0Partition1AppzXBMP";

////////////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 = "Applications";
    SubMenuItem3 = "Emulators";
    SubMenuItem4 = "Games";
    SubMenuItem5 = "Reboot";
    SubMenuItem6 = "Shutdown";

    ////////////////////////////////////////////////////////////////////////////////////////////
    // 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 = "0"; // 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 = 1;  // 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 = 1;  // 10 or less for now
   
    dashespath = new Array ( "DeviceHarddisk0Partition1Dashboards",
                     "DeviceHarddisk0Partition2" );

    dashname = new Array ( "EvolutionX",
                   "DASH2",
                   "DASH3",
                   "DASH4",
                   "DASH5",
                   "DASH6",
                   "DASH7",
                   "DASH8",
                   "DASH9",
                   "DASH10" );

    /////////////APPLICATIONS//////////////////

    appsMenuName = "APPLICATIONS";
    numberOfApps = 4;  // 15 or less for now

    appspath = new Array ( "DeviceHarddisk0Partition1Appz",
                   "DeviceHarddisk0Partition6Appz" );

    appname = new Array ( "Xbox Media Player",
                  "boXplorer",
                  "ConfigMagic",
                  "XToolboX",
                  "APP5",
                  "APP6",
                  "APP7",
                  "APP8",
                  "APP9",
                  "APP10",
                  "APP11",
                  "APP12",
                  "APP13",
                  "APP14",
                  "APP15" );

    /////////////EMULATORS//////////////////

emusMenuName = "EMULATORS";
    numberOfEmus = 2;  // 15 or less for now

    emuspath = new Array ( "DeviceHarddisk0Partition1Emulators",
                   "DeviceHarddisk0Partition6Emulators" );

    emuname = new Array ( "Nintendo",
                  "Nintendo64",
                  "EMU3",
                  "EMU4",
                  "EMU5",
                  "EMU6",
                  "EMU7",
                  "EMU8",
                  "EMU9",
                  "EMU10",
                  "EMU11",
                  "EMU12",
                  "EMU13",
                  "EMU14",
                  "EMU15" );

    /////////////GAMES/////////////////

gamesMenuName = "GAMEZ";
numberOfGames = 1; // 50 or less for now if you want more just ask
gamespath = new Array ( "DeviceHarddisk0Partition1Games",
"DeviceHarddisk0Partition6Games" );

gamename = new Array ( "NFL FEVER 2004",
                       "GAME2",
                       "GAME3",
                       "GAME4",
                       "GAME5",
                       "GAME6",
                       "GAME7",
                       "GAME8",
                       "GAME9",
                       "GAME10",
                       "GAME11",
                       "GAME12",
                       "GAME13",
                       "GAME14",
                       "GAME15",
                       "GAME16",
                       "GAME17",
                       "GAME18",
                       "GAME19",
                       "GAME20" );


}


This post has been edited by Dankbud: Sep 13 2003, 10:06 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dankbud
post Sep 14 2003, 01:20 AM
Post #2


X-S Freak
*****

Group: Members
Posts: 1094
Joined: 29-May 03
From: Im a mASShole
Member No.: 40951
Xbox Version: v1.1
360 version: v1 (xenon)



anyone?!?!?! PLEASE HELP..... sad.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
sharpie00
post Sep 14 2003, 01:36 AM
Post #3


X-S Senior Member
**

Group: Members
Posts: 247
Joined: 5-January 03
Member No.: 16604



I'm sure you already know this, but did you label your folders exactly as they appear in your config.xap file?

Also, have you tried just using "Gcue's Blue Music Config Dashboard.exe" without the True Blue patcher? The menu should still be functional.

sharpie00

This post has been edited by sharpie00: Sep 14 2003, 01:39 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dankbud
post Sep 14 2003, 02:54 AM
Post #4


X-S Freak
*****

Group: Members
Posts: 1094
Joined: 29-May 03
From: Im a mASShole
Member No.: 40951
Xbox Version: v1.1
360 version: v1 (xenon)



yes, all folders labeled exactly the same. and no i havnt tried "Gcue's Blue Music Config Dashboard.exe". is that the patcher and the music pather thing in one or something?

actually my evox-x is on C: not C:Evolution X. but DeviceHarddisk0Partition2 should load it no? do i have to put it in a folder and re-edit my bios w/ xbtool or something? some1 said that it would be fine in c:....??

This post has been edited by Dankbud: Sep 14 2003, 02:56 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dankbud
post Sep 14 2003, 05:36 AM
Post #5


X-S Freak
*****

Group: Members
Posts: 1094
Joined: 29-May 03
From: Im a mASShole
Member No.: 40951
Xbox Version: v1.1
360 version: v1 (xenon)



i checked for Gcue's Blue Music Config Dashboard.exe at the main place on irc but i couldnt find this file on the ftp.....??? i dying for help, someone please chime in anytime..... sad.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dankbud
post Sep 14 2003, 03:00 PM
Post #6


X-S Freak
*****

Group: Members
Posts: 1094
Joined: 29-May 03
From: Im a mASShole
Member No.: 40951
Xbox Version: v1.1
360 version: v1 (xenon)



**BUMP** HELP...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
GLiTcH
post Sep 14 2003, 03:14 PM
Post #7


X-S Freak
*****

Group: Members
Posts: 1567
Joined: 20-December 02
Member No.: 14087
Xbox Version: v1.0
360 version: v1 (xenon)



QUOTE (Dankbud @ Sep 14 2003, 07:36 AM)
i checked for Gcue's Blue Music Config Dashboard.exe at the main place on irc but i couldnt find this file on the ftp.....??? i dying for help, someone please chime in anytime..... sad.gif

its there .. i got it from there
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fuckdb
post Sep 14 2003, 03:29 PM
Post #8


X-S Young Member
*

Group: Members
Posts: 55
Joined: 8-July 03
Member No.: 48142



these kind of screens often comes with syntax error in config.xap like one"," or ";"
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dankbud
post Sep 14 2003, 03:32 PM
Post #9


X-S Freak
*****

Group: Members
Posts: 1094
Joined: 29-May 03
From: Im a mASShole
Member No.: 40951
Xbox Version: v1.1
360 version: v1 (xenon)



QUOTE (GLiTcH @ Sep 14 2003, 05:14 PM)
QUOTE (Dankbud @ Sep 14 2003, 07:36 AM)
i checked for Gcue's Blue Music Config Dashboard.exe at the main place on irc but i couldnt find this file on the ftp.....??? i dying for help, someone please chime in anytime..... sad.gif

its there .. i got it from there

not under "Gcue dash mods"....i did a search on the ftp and no luck...hmmm.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dankbud
post Sep 14 2003, 03:33 PM
Post #10


X-S Freak
*****

Group: Members
Posts: 1094
Joined: 29-May 03
From: Im a mASShole
Member No.: 40951
Xbox Version: v1.1
360 version: v1 (xenon)



QUOTE (fuckdb @ Sep 14 2003, 05:29 PM)
these kind of screens often comes with syntax error in config.xap like one"," or ";"

my xap is right there... do u see any"," or ";" problems??? i dont... blink.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dankbud
post Sep 14 2003, 09:07 PM
Post #11


X-S Freak
*****

Group: Members
Posts: 1094
Joined: 29-May 03
From: Im a mASShole
Member No.: 40951
Xbox Version: v1.1
360 version: v1 (xenon)



ok, i found a problem in the xap file, it was the password. i changed it to this.... but its still not working!!!!!!!

QUOTE
password = "aaaa";
nPsswrd = 0; 


This post has been edited by Dankbud: Sep 14 2003, 09:07 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dankbud
post Sep 15 2003, 12:21 AM
Post #12


X-S Freak
*****

Group: Members
Posts: 1094
Joined: 29-May 03
From: Im a mASShole
Member No.: 40951
Xbox Version: v1.1
360 version: v1 (xenon)



WHAT THE FUCKKKKKKK!!!!!! ive even tried to reinstall xbl, and redo the fucking thing but its still wicked small, even slushie fixed the files and it works on his box. what the fuck is going on! why cant this kick ass shit work for me!!!?!?!??!?! has anyone else had this same problem?!?!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Alekz
post Sep 15 2003, 10:38 AM
Post #13


X-S Member
*

Group: Members
Posts: 87
Joined: 19-November 02
Member No.: 9408



what is a MICRO tab? to you mean to size? i couldn't see the screenshot...

so could be that i got the same problem as you

i use BigGanja's SkunkDash


QUOTE


- deleted cfg, allready solved my problem




This post has been edited by Alekz: Sep 15 2003, 11:01 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Alekz
post Sep 15 2003, 10:59 AM
Post #14


X-S Member
*

Group: Members
Posts: 87
Joined: 19-November 02
Member No.: 9408



pop.gif well sorry for the spam... as i thought some little stupid mistakes...

beerchug.gif got it workin'
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
BigGanja
post Sep 15 2003, 12:30 PM
Post #15


X-S Senior Member
**

Group: Members
Posts: 264
Joined: 26-November 02
From: CoNsOlE ScRaPyArD - UK
Member No.: 10543
Xbox Version: v1.1



SkunkDash is Technically NoT ReaLLY my dash, well it is

BuT ALL PREPS to Gcue on the basis for it, as its based on Music Easy ConfiG

i just wanted to give a little something back really, the X-S has given me so much, i just wanted to say thnx and TriBuTE the SkunkDash to THEM Guys, beerchug.gif i working away hard on some other projects ATM, not dash related -

I Just wanted to make an All in 1 Easy solution to those new to this stuff, and NoT use the auto add so ppl new to this StiLL have to learn a biT, hopefully then making them get into the dash and coming up with ideas, features and other cooL shit that this Dash is capable of.

I will continue to release skins etc for ppls viewing pleasure wink.gif

GlaD ya like the SkunkDash BTW m8 tongue.gif

PeaCE beerchug.gif

This post has been edited by BigGanja: Sep 15 2003, 12:38 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





2 Pages V  1 2 >
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 20th May 2013 - 04:16 PM