| QUOTE (azninvasion @ Jun 20 2003, 11:48 PM) |
| What did M$ add to create the link to xboxlive, we could probably use this to create links to other xbes from w/in the m$ dash. |
| QUOTE |
| // Figure out if we need to display 3 or 4 items on the main menu g_bXOnDashExists = theConfig.NtFileExists( "\Device\Harddisk0\partition2\xodash\xonlinedash.xbe" ); |
| QUOTE |
| var nCurMainMenuItem; function UpdateMainMenu() { // Adjust for a 3 or 4 button menu if( g_bXOnDashExists ) { // Update our 4 button menu with the online button Update4ButtonMainMenu(); } else { // Update our 3 button menu without the online button Update3ButtonMainMenu(); } } |
| QUOTE (XBOX War3z @ Jun 21 2003, 08:33 AM) |
| but nowhere is exactly a code for going to new xbe |
| QUOTE (rjm2k @ Jun 21 2003, 05:52 AM) |
| I always thought that the ms dash was controlled using some form of javascript held in the .xip files. Now that there's an xip file utility, you could try hacking some of those. |
| QUOTE (rjm2k @ Jun 24 2003, 03:53 PM) | ||
I assume you mean MS, haters of Javascript? Load default.xip into wordpad, check out the code. It may not be java, but it's interpreted and very very similar, guess it could be c#, but there's not enough code on the xbox for the .net runtimes... |