Xbox 360:Homebrew Store

From ConsoleMods Wiki
Revision as of 04:47, 29 July 2024 by Derf (talk | contribs) (Created page with "The Xbox 360 Homebrew Store by Derf is an Aurora script that allows you to download homebrew games, apps, dashboards, and emulators straight to your console. == Usage == To download the homebrew store, simply open the Aurora dashboard, press the Back button > Scripts > Aurora Repo Browser > Utility Scripts > Xbox 360 Homebrew Store. It will automatically download the script and it will be available to run. Alternatively, you can download the files direct...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Xbox 360 Homebrew Store by Derf is an Aurora script that allows you to download homebrew games, apps, dashboards, and emulators straight to your console.

Usage

To download the homebrew store, simply open the Aurora dashboard, press the Back button > Scripts > Aurora Repo Browser > Utility Scripts > Xbox 360 Homebrew Store. It will automatically download the script and it will be available to run.

Alternatively, you can download the files directly from this page and put them in your scripts folder, located at: hdd1:\\Aurora\User\Scripts\Utility\.

Hosting your own Repo

The script was made to be flexible so anyone can host their own repos with whatever kind of content they want.

Main repo file

This is the main file that points to the submenus. A user will enter the URL for this file into their homebrew store script to download it. File:ConsoleModsRepo.ini.

name:      // Name of submenu of repo, e.g. "Apps"
iniurl:    // URL to submenu of repo
type:      // Type of content
  App        // Installs to user's specified Applications folder or /Apps/
  Homebrew   // Installs to user's specified Homebrew folder or /Emulators/
  Emulator   // Installs to user's specified Emulators folder or /Emulators/
  Game       // Installs to /Games/
  Other      // Custom path specified in the "path" field of the item
reload:    // Asks to restart Aurora after install

Submenu files

These files are the submenus which contain a listing of all the content for that submenu. File:ConsoleModsRepo Apps.ini.

[]                // A unique title to differentiate the listing from others.
itemTitle=        // The title of the content that is displayed in the store.
itemVersion=      // [optional] The version number that is displayed in the store.
itemAuthor=       // [optional] The author name that is displayed in the store.
itemDescription=  // [optional] A description that is displayed in the store.
dataurl=          // The URL where the data is downloaded from. 7z files are accepted.
dataurlpart2=     // [optional] An unlimited number of <350MB parts can be served up under one item
dataurlpart3=     // [optional]             by labelling them as "dataurlpart" followed by numbers.
path=             // The folder the content will be extracted to. Folder(s) will be created if they don't already exist.