4.8 KiB
Setup Multiple Data Sources
For example, let's setup 3 separate data sources called:
- My Games - all games in your collection, but without PS2 games
- My PS2 Games - a collection of PS2 games
- No Gore Games - games suitable for anyone to play
You also have 2 external storage devices:
- USB flash drive - 32 GB
- SSD - 512 GB
You would like to setup:
- My Games to USB flash drive
- My PS2 Games to SSD
- No Gore Games to USB flash drive
My Games to USB flash drive
-
Install LaunchBox directly to USB flash drive, but not to a default LaunchBox directory. Call it anything you like, for example LaunchBox_My_Games.
-
Follow the instructions and set up your LaunchBox configuration. Import games that will be visible under My Games data source.
-
Add LaunchBox_My_Games data source as described in Settings - Sources.
My PS2 Games to SSD
-
Install LaunchBox directly to SSD, but not to a default LaunchBox directory. Call it anything you like, for example LaunchBox_PS2_Games, but it can't be the same directory name as first data source LaunchBox_My_Games.
-
Follow the instructions and set up your LaunchBox configuration. Import games that will be visible under My PS2 Games data source.
-
Add LaunchBox_PS2_Games data source as described in Settings - Sources.
No Gore Games to USB flash drive
-
At this point, you already have a data source called My Games installed to LaunchBox_My_Games folder on USB flash drive.
-
Install another LaunchBox directly to USB flash drive, but not to a default LaunchBox directory. Call it anything you like, for example LaunchBox_No_Gore_Games, but it can't be the same as names of other data sources: LaunchBox_My_Games and LaunchBox_PS2_Games.
YES, you need TWO LaunchBox installations on the same USB flash drive, each in its own directory!!!
-
Add LaunchBox_No_Gore_Games data source as described in Settings - Sources.
-
Follow the instructions and set up your LaunchBox configuration which is in LaunchBox_No_Gore_Games directory. Import games that will be visible under No Gore Games data source.
After all the steps, USB flash drive directory structure should look like this:
In this example, LaunchBox is used to setup all 3 data sources. Emulation Station could also be used instead. LaunchBox and Emulation Station data sources can be mixed.
Settings
In Settings page, you should see all configured data sources.
You can activate or deactivate each. Only games from activated data sources are shown on the main page. That way you can quickly switch between different data sources or show them together.
If data source is Unavailable, that means that the source was activated previously, but external storage is not connected to Xbox, so it can't be found. If you connect external storage containing Unavailable data source and refresh Settings page, Unavailable status changes to Active. Button "Delete Cache" also removes any Unavailable data source.
This is just an example. You will use different names for your data sources but the principle is the same. Just make sure that you never use the same path for different data sources. Every path should be unique.
Manual Setup
Instead of using the setup wizard, you can manually configure data sources:
-
Create RetroPass.xml configuration file or download an example from here
-
Copy it to the root of external storage.
-
Here is an example with multiple sources configured.
<?xml version="1.0" encoding="utf-16"?> <retropass version="1.6"> <dataSources> <dataSource> <name>My Games</name> <type>LaunchBox</type> <relativePath>LaunchBox_MyGames</relativePath> </dataSource> <dataSource> <name>No Gore Games</name> <type>LaunchBox</type> <relativePath>LaunchBox_No_Gore_Games</relativePath> </dataSource> </dataSources> </retropass>
- name - shown in Settings
- type - either "LaunchBox" or "EmulationStation"
- relativePath - For example:
- RetroPass.xml path is E:/RetroPass.xml
- LaunchBox path is E:/Installs/LaunchBox
- relativePath is ./Installs/LaunchBox






