xboxscene.org forums

Author Topic: How To Make A Multigame Disk  (Read 144 times)

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
How To Make A Multigame Disk
« on: January 09, 2004, 11:59:00 AM »

How can I make a multi-game disk using the Unleash-X dashboard... I use to do this with MXM but since I've switched I havent needed to make a multi-game disk, but now I need to know
Logged

tweaqr

  • Archived User
  • Sr. Member
  • *
  • Posts: 336
How To Make A Multigame Disk
« Reply #1 on: January 09, 2004, 05:21:00 PM »

setup a config file the way you want it, put whatever skin you want and the default.xbe in the root of the dvd
Logged

Pillzburydoofus

  • Archived User
  • Full Member
  • *
  • Posts: 187
How To Make A Multigame Disk
« Reply #2 on: January 09, 2004, 10:09:00 PM »

just make sure you tell the config file to search for games somewhere on the disk (like d:\games) and put your games in that folder.  You could allow all the games on your harddisk to autodetect too, but I wouldn't recommend this because then you'd have to scroll through them in order to find the one you want....  
Logged

tweaqr

  • Archived User
  • Sr. Member
  • *
  • Posts: 336
How To Make A Multigame Disk
« Reply #3 on: January 09, 2004, 10:51:00 PM »

adding the games for the disc would be better with as items sinc theres only a few of them that way you could still have it add games from the hdd as well and they would be right on top  
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
How To Make A Multigame Disk
« Reply #4 on: January 11, 2004, 10:30:00 AM »

Can someone show me a sample file for this setup
Logged

tweaqr

  • Archived User
  • Sr. Member
  • *
  • Posts: 336
How To Make A Multigame Disk
« Reply #5 on: January 11, 2004, 12:39:00 PM »

<?xml version="1.0" encoding="utf-8"?>
<UnleashX>
   <Settings>
      <Password MaxTries="3"></Password>

      
      <Network Enable="Yes" Type="DHCP">
         <IP>192.168.1.4</IP>
         <Subnet>255.255.255.0</Subnet>
         <Gateway>192.168.1.1</Gateway>
         <DNS1>192.168.1.1</DNS1>
         <DNS2>192.168.1.1</DNS2>
      </Network>

      
      <FTP Enable="Yes">
         <User>xbox</User>
         <Password>xbox</Password>
         <Port>21</Port>
         <MaxUsers>10</MaxUsers>
         <AllowAnon>No</AllowAnon>
         <Greeting>Welcome to XBOX FTP Server</Greeting>
      </FTP>

      <Newsfeed Enable="False" Interval="30">
         <URL>www.xbox-scene.com/xbox1data/xbox-scene.xml</URL>
         <URL>www.xbins.org/xbins.xml</URL>
      </Newsfeed>

      
      <Preference>
         <Games AutoLaunch="no" />
         <DVD AutoLaunch="Yes">f:\dvdx\default.xbe</DVD>
         <AudioCD AutoLaunch="Yes">C:\xboxdash.xbe</AudioCD>
         <Data AutoLaunch="Yes"></Data>
         
         <SoundVolume>90</SoundVolume>
         <MusicVolume>90</MusicVolume>
         <EnableSoundTrack Random="True">True</EnableSoundTrack>
         <UseFahrenheit>False</UseFahrenheit>
         
         <SNTP Synchronize="yes">192.168.1.1</SNTP>
         <Skin Path="D:\skin\">desired skin name</Skin>
         
         <FanSpeed>3</FanSpeed>
         <ScreenSaver Wait="900" Type="1">
            <Text>Trostad</Text>
         </ScreenSaver>
         <AutoTurnOff>0</AutoTurnOff>
         <EnableDriveF>True</EnableDriveF>
         <EnableDriveG>False</EnableDriveG>
      </Preference>
      
      <ColorScheme Name="Blue">
         <AMBIENT_FOGCOLOR>0xFF000040</AMBIENT_FOGCOLOR>
         <AMBIENT_SKYCOLOR>0xFF000040</AMBIENT_SKYCOLOR>
         <AMBIENT_CELLCOLOR>0x065A79CE</AMBIENT_CELLCOLOR>

         <CAPTION_TEXTCOLOR>0xFFFFFFC0</CAPTION_TEXTCOLOR>
         <CAPTION_BACKCOLOR>0xFF4274FF</CAPTION_BACKCOLOR>
         <DIALOG_BORDERCOLOR>0xFFFFFFFF</DIALOG_BORDERCOLOR>
         <DIALOG_BACKCOLOR>0xCD1E34F2</DIALOG_BACKCOLOR>
         <DIALOG_INNER_BORDERCOLOR>0xFFFFE2B4</DIALOG_INNER_BORDERCOLOR>
         <DIALOG_INNER_BACKCOLOR>0xE1003399</DIALOG_INNER_BACKCOLOR>
         <DIALOG_TEXTCOLOR>0xFFFFFFFF</DIALOG_TEXTCOLOR>

         <DIALOG_DISABLEDTEXT>0x7F0000C0</DIALOG_DISABLEDTEXT>

         <OPTION_TEXTCOLOR>0xFFFFFFFF</OPTION_TEXTCOLOR>
         <OPTION_ACTIVETEXTCOLOR>0xFF40FFFF</OPTION_ACTIVETEXTCOLOR>
         <OPTION_ACTIVEBACKCOLOR>0xFF000080</OPTION_ACTIVEBACKCOLOR>

         <BUTTON_BORDERCOLOR>0xFFFFE2B4</BUTTON_BORDERCOLOR>
         <BUTTON_TEXTCOLOR>0xFF993300</BUTTON_TEXTCOLOR>
         <BUTTON_BACKCOLOR>0xCD1E34F2</BUTTON_BACKCOLOR>
         <BUTTON_ACTIVETEXTCOLOR>0xFFFFFFFF</BUTTON_ACTIVETEXTCOLOR>
         <BUTTON_ACTIVEBACKCOLOR>0xE1003399</BUTTON_ACTIVEBACKCOLOR>   
         
         <KB_KEYBG_HIGHLIGHT>0xcc0000C0</KB_KEYBG_HIGHLIGHT>
         <KB_KEYBG_DISABLED>0xffc0c0c0</KB_KEYBG_DISABLED>
         <KB_KEY_PRESSED>0xff808080</KB_KEY_PRESSED>
         <KB_KEY_NORMAL>0xff000000</KB_KEY_NORMAL>
         <KB_KEY_DISABLED>0xff808080</KB_KEY_DISABLED>
         <KB_KEY_ACTIVEBORDER>0xff0000FF</KB_KEY_ACTIVEBORDER>
         <KB_KEY_TEXTCOLOR>0xff000000</KB_KEY_TEXTCOLOR>
         <KB_KEY_TEXTBACKCOLOR>0xffFFFFFF</KB_KEY_TEXTBACKCOLOR>
         <KB_KEY_TEXTBORDERCOLOR>0xff0000FF</KB_KEY_TEXTBORDERCOLOR>
         
         <MENU_TEXTCOLOR>0x99FFFFFF</MENU_TEXTCOLOR>
         <MENU_ACTIVETEXTCOLOR>0xFFFBFA8F</MENU_ACTIVETEXTCOLOR>
         <MENU_BORDERCOLOR>0x00000000</MENU_BORDERCOLOR>
         <MENU_BACKCOLOR>0x00000000</MENU_BACKCOLOR>
         <MENU_ACTIVEBACKCOLOR>0x00000000</MENU_ACTIVEBACKCOLOR>
         <MENU_ACTIVEBORDERCOLOR>0x00000000</MENU_ACTIVEBORDERCOLOR>
      </ColorScheme>
   </Settings>
   <Menu>
      <Item Action="LaunchDVD" Icon="E:\system\DVD.png">Launch DVD</Item>
      <List Text="Games" Sort="On" Auto="On" Icon="E:\Games\icon.png">
         <Item Action="D:\games\game1on dvd\defalt.xbe" Icon="D:\games\game1on dvd\icon.png">game1 name</Item>
         <Item Action="D:\games\game1on dvd\defalt.xbe" Icon="D:\games\game2on dvd\icon.png">game2name</Item>

         <Path>E:\Games</Path>
         <Path>F:\Games</Path>
         <List Text="Emulators" Sort="On" Auto="On" Icon="E:\Emulators\icon.png">
            <Path>E:\Emulators</Path>
            <Path>F:\Emulators</Path>
            <Path>E:\Emulators\C64\vice64x</Path>
            <Path>F:\Emulators\C64\vice64x</Path>
            <Path>E:\Emulators\Nes\fceu</Path>
            <Path>F:\Emulators\Nes\fceu</Path>
            <Path>E:\Emulators\SNes\xSnes9x</Path>
            <Path>F:\Emulators\SNes\xSnes9x</Path>
            <Path>E:\Emulators\N64\PJ64X</Path>
            <Path>F:\Emulators\N64\PJ64X</Path>
            <Path>E:\Emulators\Sega\neogenesis</Path>
            <Path>F:\Emulators\Sega\neogenesis</Path>
            <Path>E:\Emulators\PC\bochs</Path>
            <Path>F:\Emulators\PC\bochs</Path>
         </List>
      </List>
      <List Text="Applications" Sort="On" Auto="On" Icon="E:\Apps\icon.png">
         <Path>E:\Apps</Path>
         <Path>F:\Apps</Path>
      </List>
      <List Text="System" Sort="On" Auto="On" Icon="E:\system\system.png">
         <Sort>Off</Sort>
         <Item Action="FileManager" Icon="E:\system\file manager.png">File Manager</Item>
         <Item Action="Settings" Icon="E:\system\settings.png">Settings</Item>
         <Item Action="Skins" Icon="E:\system\skins.png">Skins</Item>
         <List Text="Misc" Sort="Off" Auto="On" Icon="E:\system\Misc.png">
            <Item Action="FTPStop" Icon="E:\system\FTP.png">Stop FTP</Item>
            <Item Action="FTPStart" Icon="E:\system\FTP.png">Start FTP</Item>
            <Item Action="FTPReset" Icon="E:\system\FTP.png">Reset FTP</Item>
            <Item Action="NETReset" Icon="E:\system\network.png">Restart Network</Item>
            <Item Action="TrayClose" Icon="E:\system\eject.png">Close DVD Tray</Item>
            <Item Action="TrayOpen" Icon="E:\system\eject.png">Open DVD Tray</Item>
         </List>
         <List Text="Format Menu" Sort="Off" Auto="On" Password="xbox" Icon="E:\system\HDD.png">
            <Item Action="Format" Arg1="C" Icon="E:\system\HDD.png">Format C Drive</Item>
            <Item Action="Format" Arg1="E" Icon="E:\system\HDD.png">Format E Drive</Item>
            <Item Action="Format" Arg1="F" Icon="E:\system\HDD.png">Format F Drive</Item>
            <Item Action="Format" Arg1="G" Icon="E:\system\HDD.png">Format g Drive</Item>
            <Item Action="Format" Arg1="X" Icon="E:\system\HDD.png">Format X Drive</Item>
            <Item Action="Format" Arg1="Y" Icon="E:\system\HDD.png">Format Y Drive</Item>
            <Item Action="Format" Arg1="Z" Icon="E:\system\HDD.png">Format Z Drive</Item>
         </List>
         <Item Action="Restart" Icon="E:\system\Reboot.png">Reboot</Item>
      </List>
      <Item Action="Restart" Icon="E:\system\Reboot.png">Reboot</Item>
      <Item Action="Shutdown" Icon="E:\system\shutdown.png">Shutdown</Item>
   </Menu>
</UnleashX>


the parts specific to the dvd have been colored red

anything that points to C:\, E:\, or F:\ is dependennt on the layout of your hard drive

folders you will need in the rroot of the dvd:
skin\the skin you wish to use\
games\game1\, \game2\, \ect...\

hope that helps
Logged

tweaqr

  • Archived User
  • Sr. Member
  • *
  • Posts: 336
How To Make A Multigame Disk
« Reply #6 on: January 11, 2004, 12:41:00 PM »

if you need more help IM me annd ill send you this layout. and walk ya through it.
Logged

aaron1974

  • Archived User
  • Jr. Member
  • *
  • Posts: 83
How To Make A Multigame Disk
« Reply #7 on: January 23, 2004, 09:22:00 AM »

edit: double post

This post has been edited by aaron1974: Jan 24 2004, 07:28 AM
Logged

aaron1974

  • Archived User
  • Jr. Member
  • *
  • Posts: 83
How To Make A Multigame Disk
« Reply #8 on: January 23, 2004, 10:48:00 AM »

Ok ya wanna make an XboX Multidisk Game.....here is what i been using for my UnleashX multidisks(since 0.26.0.119A)

.Password protected Multidisks(3 failed tries and it will shut down the xbox,set it to what ever ya want,this doc its set to "a"  ya kids will just luv ta hate ya now biggrin.gif )
.2 game preview windows,1 for game movie while the other displays a still pic of the game(im just browsing the game folders on my drive/disk b4 i make em lookin for the movies with in the games emselves with Unleash(ed)X's built in filemanager(as u can watch them with it to select a good 1))and renamin them to preview.xmv or if there wmv then name it to preview.wmv and add em to the same path as the default.xbe,if they r not in the game itself or not in the right format  then i goto xwx.gametrailers.com and grab em from there.
.Screensaver.
.Game,apps icon support
.Using the inbuild filemanager with the xbe patcher/renamer to copy games to the drive
.Skined filemanager  
.Full Reboot
.Gameover(power off the xbox)

ok now for the setup,all im doin is using the dash the same way i would if it was on the xbox(but lookin at D:\Games or D:\Skins etc instead)...ok once u have all ur game files(including preview vid's etc)

-- Make 4 folders,1 called "UnleashX Multidisk"(call it what u will),inside that folder make 1 folder for "Skins",1 for"Games" and the other 1 called Icons(sounds hard so far rolleyes.gif )

-- Now get ur game folders and name them the same as the games names(so u no for later when u use the filemanager what folder has what game)and copy them into the "Games" folder(so when u open the games folder u will c ur games in the own folders with the correct names,and make sure u have preview.xmv or preview.wmv in the first folder of the game itself,where the default.xbe is and not to exceed 4.3GB)

-- Now go copy all ur menu icons into the "Icons" folder and name them accordinly(e.g.ETRAY.png = close dvd tray,OTRAY.png = open dvd tray,FMBG.png = i think u get the idea).

-- Now for the skins folder,same as normal,place ur skin(s)into the Skins" folder and happy dayz,we almost dun(remember to place a skin in there thats supports video preview/game/icon etc... or it will not work(i will post further down my config.xml and skin.xml)

-- Now get ur skin.xml and put this in its place(and of course u can edit it to ur liking,im just showing what needs to be in there for the preview stuff to work)

Skin.xml:
QUOTE

<Skin name="Evolution Final">
   <Information>
  <Author>AzA</Author>
  <Copyright>Copyright 2004</Copyright>
  <Version>4.0</Version>
   </Information>
  <IntroMovie Enableaudio="False"></IntroMovie>
         <LoadingScreen ShowInfo="False">
  <BackGround Enableaudio="True">Loading.xmv</BackGround>
         </LoadingScreen>

         <Main Globe="False" Fog="False" Orb="False">
  <BackGround>Background.png</BackGround>
                <Image Left="4" Top="5" Width="222" Height="170" Align="Left">Circle.png</Image>
                <GameIcon Enable="True" Opacity="100">
                <Position Top="57" Left="81" Width="75" Height="63" /></GameIcon>
  <GameIcon Enable="True" Opacity="100">
  <Position Top="40" Left="300" Width="225" Height="170" />
  </GameIcon>

  <Menu Smooth="True" Align="Middle" Rotate="False" ShowIcon="False">
                <Font>Space_Age_14.xpr</Font>
  <Position Top="260" Left="310" Width="225" Height="100" Fixed="False" FixAt="5" MaxItem="5">
  </Position>
                <Preview EnableAudio="True" Top="40" Left="300" Width="225" Height="170" />
         </Menu>
                <InfoFont></InfoFont>
  <Text Left="322" Top="10" Align="Middle" Color="0xFFFFFFFF" Source="DateTime"></Text>

  <Text Left="150" Top="125" Align="Left" Color="0xFFFFFFFF" Source="NumClient"></Text>

  <Text Left="65" Top="150" Align="Left" Color="0xFFFFFFFF" Source="C_FreeMB"></Text>
  <Text Left="65" Top="170" Align="Left" Color="0xFFFFFFFF" Source="E_FreeMB"></Text>
  <Text Left="65" Top="190" Align="Left" Color="0xFFFFFFFF" Source="F_FreeMB"></Text>
 
  <Text Left="560" Top="225" Align="Right" Color="0xFFFFFFFF" Source="Tray"></Text>

  <Text Left="65" Top="230" Color="0xFFFFFFFF" Source="FanSpeed"></Text>
                <Text Left="65" Top="250" Color="0xFFFFFFFF" Source="Version"></Text>

  <Text Left="65" Top="290" Align="Left" Color="0xFFFFFFFF" Source="CPUTemp"></Text>
  <Text Left="65" Top="310" Align="Left" Color="0xFFFFFFFF" Source="MBTemp"></Text>
                                                                       
                <Text Left="95" Top="359" Align="Left" Color="0xFFFFFFFF" Source="NewsSource"></Text>

                <Text Left="80" Top="389" Width="450" Height="150" Align="Left" Color="0xFFFFFFFF" Source="Newsfeed"></Text>

  <Text Left="225" Top="450" Align="Left" Color="0xFFFFFFFF" Source="IP"></Text>

                <Text Left="190" Top="425" Align="Left" Color="0xFFFFFFFF" Source="AppVersion"></Text>

   <Image Top="40" Left="300" Width="225" Height="170" Source="GameIcon" />
  <Image Source="GamePreview" />

   </Main>
         <FileManager>
  <BackGround>FMBG.png</BackGround>
         </FileManager>

  <ColorScheme Name="Evolution Final">
     <AMBIENT_FOGCOLOR>0xFF000040</AMBIENT_FOGCOLOR>
     <AMBIENT_SKYCOLOR>0xFF000040</AMBIENT_SKYCOLOR>
     <AMBIENT_CELLCOLOR>0x065A79CE</AMBIENT_CELLCOLOR>
     <CAPTION_TEXTCOLOR>0xFFFFFFC0</CAPTION_TEXTCOLOR>
     <CAPTION_BACKCOLOR>0xFF4274FF</CAPTION_BACKCOLOR>
     <DIALOG_BORDERCOLOR>0xFFFFFFFF</DIALOG_BORDERCOLOR>
     <DIALOG_BACKCOLOR>0xFF1E34F2</DIALOG_BACKCOLOR>
     <DIALOG_INNER_BORDERCOLOR>0xFFFFE2B4</DIALOG_INNER_BORDERCOLOR>
     <DIALOG_INNER_BACKCOLOR>0xE1003399</DIALOG_INNER_BACKCOLOR>
     <DIALOG_TEXTCOLOR>0xFFFFFF80</DIALOG_TEXTCOLOR>
     <DIALOG_DISABLEDTEXT>0x7F0000C0</DIALOG_DISABLEDTEXT>
     <OPTION_TEXTCOLOR>0xFFFFFFFF</OPTION_TEXTCOLOR>
     <OPTION_ACTIVETEXTCOLOR>0xFF40FFFF</OPTION_ACTIVETEXTCOLOR>
     <OPTION_ACTIVEBACKCOLOR>0xFF000080</OPTION_ACTIVEBACKCOLOR>
     <BUTTON_BORDERCOLOR>0xFFFFE2B4</BUTTON_BORDERCOLOR>
     <BUTTON_TEXTCOLOR>0xFF993300</BUTTON_TEXTCOLOR>
     <BUTTON_BACKCOLOR>0xCD1E34F2</BUTTON_BACKCOLOR>
     <BUTTON_ACTIVETEXTCOLOR>0xFFFFFFFF</BUTTON_ACTIVETEXTCOLOR>
     <BUTTON_ACTIVEBACKCOLOR>0xE1003399</BUTTON_ACTIVEBACKCOLOR>
     <KB_KEYBG_HIGHLIGHT>0xcc0000C0</KB_KEYBG_HIGHLIGHT>
     <KB_KEYBG_DISABLED>0xffc0c0c0</KB_KEYBG_DISABLED>
     <KB_KEY_PRESSED>0xff808080</KB_KEY_PRESSED>
     <KB_KEY_NORMAL>0xff000000</KB_KEY_NORMAL>
     <KB_KEY_DISABLED>0xff808080</KB_KEY_DISABLED>
     <KB_KEY_ACTIVEBORDER>0xff0000FF</KB_KEY_ACTIVEBORDER>
     <KB_KEY_TEXTCOLOR>0xff000000</KB_KEY_TEXTCOLOR>
     <KB_KEY_TEXTBACKCOLOR>0xffFFFFFF</KB_KEY_TEXTBACKCOLOR>
     <KB_KEY_TEXTBORDERCOLOR>0xff0000FF</KB_KEY_TEXTBORDERCOLOR>
     <MENU_TEXTCOLOR>0x99FFFFFF</MENU_TEXTCOLOR>
     <MENU_ACTIVETEXTCOLOR>0xFFFBFA8F</MENU_ACTIVETEXTCOLOR>
     <MENU_BORDERCOLOR>0x00000000</MENU_BORDERCOLOR>
     <MENU_BACKCOLOR>0x00000000</MENU_BACKCOLOR>
     <MENU_ACTIVEBACKCOLOR>0x00000000</MENU_ACTIVEBACKCOLOR>
     <MENU_ACTIVEBORDERCOLOR>0x00000000</MENU_ACTIVEBORDERCOLOR>
  </ColorScheme>
</Skin>


basicly u dun have to use this skins code im just showing what go's where,

Red: this is for the loading screen video.

Blue: is for a circle image that overlays ontop of the background image where i positioned a still pic of the game.

Orange is the usual IP,Time,Date etc in ur skin(up to u of course what info u include in there).

Purple: needs to be there for ur game previews to show.

Green: is ofcourse the skin pic for the filemanager(which is placed in with ur skin)

now for the config.xml(as i said b4 no 1 has to use this im just showin what go where)

Config.xml:
QUOTE

<?xml version="1.0" encoding="utf-8"?>
<UnleashX>
   <Settings>
  <MSDashBoard>C:\Xboxdash.xbe</MSDashBoard>
  <Password MaxTries="3">a</Password>
  <Network Enable="Yes" Type="Static">
     <IP>192.168.0.2</IP>
     <Subnet>255.255.255.0</Subnet>
     <Gateway></Gateway>
     <DNS1></DNS1>
     <DNS2></DNS2>
  </Network>
  <FTP Enable="Yes">
     <User>xbox</User>
     <Password>xbox</Password>
     <Port>21</Port>
     <MaxUsers>5</MaxUsers>
     <AllowAnon>No</AllowAnon>
     <Greeting>Welcome to XBOX FTP Server</Greeting>
  </FTP>
  <Newsfeed Enable="No" Interval="10">
  </Newsfeed>
  <Preference>
     <Games AutoLaunch="No">C:\xboxdash.xbe</Games>
     <DVD AutoLaunch="No">C:\xboxdash.xbe</DVD>
     <AudioCD AutoLaunch="No">C:\xboxdash.xbe</AudioCD>
     <Data AutoLaunch="No">
     </Data>
     <SoundVolume>90</SoundVolume>
     <MusicVolume>90</MusicVolume>
     <EnableSoundTrack Random="True">No</EnableSoundTrack>
     <UseFahrenheit>False</UseFahrenheit>
     <SNTP Synchronize="No">192.168.1.1</SNTP>
     <Skin Path="skins\">Evolution Final</Skin>
     <FanSpeed>1.00</FanSpeed>
     <ScreenSaver Wait="200" Type="3">
     <Text>UNLEASH-X MULTIDISK DvD</Text>
     </ScreenSaver>
     <AutoTurnOff>0</AutoTurnOff>
     <EnableDriveF>True</EnableDriveF>
     <EnableDriveG>True</EnableDriveG>
  </Preference>
  <ColorScheme Name="UnleashX Default">
     <AMBIENT_FOGCOLOR>0xFF000040</AMBIENT_FOGCOLOR>
     <AMBIENT_SKYCOLOR>0xFF000040</AMBIENT_SKYCOLOR>
     <AMBIENT_CELLCOLOR>0x065A79CE</AMBIENT_CELLCOLOR>
     <CAPTION_TEXTCOLOR>0xFFFFFFC0</CAPTION_TEXTCOLOR>
     <CAPTION_BACKCOLOR>0xFF4274FF</CAPTION_BACKCOLOR>
     <DIALOG_BORDERCOLOR>0xFFFFFFFF</DIALOG_BORDERCOLOR>
     <DIALOG_BACKCOLOR>0xFF1E34F2</DIALOG_BACKCOLOR>
     <DIALOG_INNER_BORDERCOLOR>0xFFFFE2B4</DIALOG_INNER_BORDERCOLOR>
     <DIALOG_INNER_BACKCOLOR>0xE1003399</DIALOG_INNER_BACKCOLOR>
     <DIALOG_TEXTCOLOR>0xFFFFFFFF</DIALOG_TEXTCOLOR>
     <DIALOG_DISABLEDTEXT>0x7F0000C0</DIALOG_DISABLEDTEXT>
     <OPTION_TEXTCOLOR>0xFFFFFFFF</OPTION_TEXTCOLOR>
     <OPTION_ACTIVETEXTCOLOR>0xFF40FFFF</OPTION_ACTIVETEXTCOLOR>
     <OPTION_ACTIVEBACKCOLOR>0xFF000080</OPTION_ACTIVEBACKCOLOR>
     <BUTTON_BORDERCOLOR>0xFFFFE2B4</BUTTON_BORDERCOLOR>
     <BUTTON_TEXTCOLOR>0xFF993300</BUTTON_TEXTCOLOR>
     <BUTTON_BACKCOLOR>0xCD1E34F2</BUTTON_BACKCOLOR>
     <BUTTON_ACTIVETEXTCOLOR>0xFFFFFFFF</BUTTON_ACTIVETEXTCOLOR>
     <BUTTON_ACTIVEBACKCOLOR>0xE1003399</BUTTON_ACTIVEBACKCOLOR>
     <KB_KEYBG_HIGHLIGHT>0xcc0000C0</KB_KEYBG_HIGHLIGHT>
     <KB_KEYBG_DISABLED>0xffc0c0c0</KB_KEYBG_DISABLED>
     <KB_KEY_PRESSED>0xff808080</KB_KEY_PRESSED>
     <KB_KEY_NORMAL>0xff000000</KB_KEY_NORMAL>
     <KB_KEY_DISABLED>0xff808080</KB_KEY_DISABLED>
     <KB_KEY_ACTIVEBORDER>0xff0000FF</KB_KEY_ACTIVEBORDER>
     <KB_KEY_TEXTCOLOR>0xff000000</KB_KEY_TEXTCOLOR>
     <KB_KEY_TEXTBACKCOLOR>0xffFFFFFF</KB_KEY_TEXTBACKCOLOR>
     <KB_KEY_TEXTBORDERCOLOR>0xff0000FF</KB_KEY_TEXTBORDERCOLOR>
     <MENU_TEXTCOLOR>0x99FFFFFF</MENU_TEXTCOLOR>
     <MENU_ACTIVETEXTCOLOR>0xFFFBFA8F</MENU_ACTIVETEXTCOLOR>
     <MENU_BORDERCOLOR>0x00000000</MENU_BORDERCOLOR>
     <MENU_BACKCOLOR>0x00000000</MENU_BACKCOLOR>
     <MENU_ACTIVEBACKCOLOR>0x00000000</MENU_ACTIVEBACKCOLOR>
     <MENU_ACTIVEBORDERCOLOR>0x00000000</MENU_ACTIVEBORDERCOLOR>
  </ColorScheme>
   </Settings>
   <Menu>
  <List Text="Games" Sort="On" Auto="On" Icon="D:\Icons\GAME.png">
     <Path>D:\Games</Path>
  </List>
     <List Text="Copy Games To HDD" Sort="Off" Auto="On" Password="a" Icon="D:\Icons\CDISK.png">
     <Item Action="FileManager" Password="a" Icon="D:\Skins\Evolution Final\FMBG2.png">Copy Games From DvD</Item>
     <Item Action="TrayOpen" Icon="D:\Icons\ETRAY.png">Eject DvD Tray</Item>
     <Item Action="TrayClose" Icon="D:\Icons\CTRAY.png">Close DvD Tray</Item>
                </List>
  <Item Action="PowerCycle" Icon="D:\Icons\FBOOT.png">Full Reboot</Item>
  <Item Action="Shutdown" Icon="D:\Icons\GOVER.png">Game Over</Item>
   
</Menu>
</UnleashX>

ok this is where all the magic happens cool.gif as u can c in Yellow this is the disk password setup,3 strikes and ur out tongue.gif

in Bold Underline must be the correct name of the skin u r using or ur skin will not show

in Redi have the main menu setup,there is a games section which goz to a submenu displayin all the games(with preview support rolleyes.gif just gotta luv this dash)section to goto the filemanager(skined)and copy the games to ya drive(Password Protected of course,dun want the littlen's killin ya box now do we(PLZ USE THE FILEMANAGER AT UR OWN RISK,U CAN DELETE FILES ETC WITH IT AND KILL UR XBOX!!!)Full Reboot of the xbox or just power it off(click on "Game Over" damn im lazy:P )

--ok as u can c i have a tag for each of the menu selections to show a preview icon(e.g. CTRAY.png).U dun have to have ne of course im just showin what go'z where(i dun really use em myself))

--Now that we have ur skin,all the game folders(with ur preview.xmv or .wmv in the main folder of each game) in the "Games" folder(making sure to keep the disk size under 4.3GB) and all ur icons(.png files)named correctly and placed in the "icons" folder we r all set to burn..... soooooooooo

Setting up the disk in RecordNowDX4.6:

--First make sure u have the "games","Skins" and "Icons" folders in the Multidisk folder with the default.xbe and config.xml aswell(thats right "default.xbe"not UnleashX.xbe(just rename it to default.xbe)).


-- Open RecordNowDX 4.6(close the wizard if it pops up)and select the forth icon from the left,the "data" icon.

-- In the new window right click on the screen and select "Add Files and Folders" and browse to the "Unleash(ed)X Multidisk folder we made b4(or what ever ya called it) and click on 1 of the folder and hold "CTRL" and hit"a" on the keyboard(ctrl+a= select all)and click O.K,u should now have ur default.xbe,config.xml,"Games","Skins" and ur "Icons" folders in the main window of RecordNow(goin frm the top to bottom(not in that order of course)).

-- Click on the "options" icon and in the new window in the "DvD Section",in "recording type" select "Track at Once(TAO)"Closed and in"File System Type" select "UDF-upto 128 in filename lengh,any char,,plus 8 + 3 tree(bridge) and O.K

--Now pop in a DvDr or DvD RW and set speed to 1x(2x max) click on the Red circle(the burn icon)and go have a smoke while its burnin,u have erned it lol,in about an 30mins to an hour(depending on the burnin speed and size of the Multidisk)u should have a fully workin UnleashX Multidisk with the allabove features(providing i explained it right and u configered everything correctly),now that wasnt to hard was it lol,the more u do the quicker u will become and the more u will end up changin the design etc of ur disk,its all good and all part of the fun,i hope some1 out there will find this of some use as i did,well its 7:14am here in aussie so im outta here for a few,if ne 1 see's ne mistakes etc in this doc plz PM me and i will correct it asap.

                                                   
QUOTE
I Live To Give biggrin.gif
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
How To Make A Multigame Disk
« Reply #9 on: January 29, 2004, 10:51:00 AM »

Why cant this be soo much more simple... I used Craxtion for MXM and it was a breeze!
Logged

yourwishismine

  • Archived User
  • Sr. Member
  • *
  • Posts: 325
How To Make A Multigame Disk
« Reply #10 on: January 29, 2004, 11:57:00 AM »

QUOTE (karishbhr @ Jan 29 2004, 02:15 PM)
Why cant this be soo much more simple... I used Craxtion for MXM and it was a breeze!

Use my Unleashx multigame dvd builder I just released yesterday
Logged