Archive:HOW-TO:Create shortcuts to .xbe (Xbox executable) files: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Palmtree
m (just added a missing ">")
>NedBot
 
(15 intermediate revisions by 10 users not shown)
Line 1: Line 1:
The ability to create shortcuts to .xbe files in xml format has been implemented in XBMC.
{{xbmc4xbox|HOW-TO:_Create_shortcuts_to_.xbe_files}}
 
In addition, it allows you to launch a specific ROM from an [http://xport.xbox-scene.com/ Xport] emulator. This allows you to create direct links to specific emulator ROMs from My Programs.
 
In order to create a shortcut, simply create an xml file saved with a .cut extension in any location on the Xbox hard drive. Note that shortcuts can not be launched from a network location, such as a SMB share. In order to use the shortcuts, simply create a [[Bookmarks|bookmark]] to the folder containing the .cut files in My Programs.
 
===Examples===
 
This example will cause f:\apps\XBMC\default.xbe to be launched when the .cut file is selected
 
<xml>
<shortcut>
  <path>f:\apps\XBMC\default.xbe</path>
</shortcut>
</xml>
 
This example will cause NeoGenesis to launch Sonic the Hedgehog when the .cut file is selected.
 
<xml>
<shortcut>
  <path>f:\emulators\NeoGenesis\default.xbe</path>
      <custom>
        <game>f:\emulators\NeoGenesis\sgenroms\Sonic the Hedgehog.smd</game>
      </custom>
</shortcut>
</xml>

Latest revision as of 10:17, 11 December 2011

Attention.png XBMC for XBOX is not supported by xbmc anymore. Please check for updates on the related page at the xbmc4xbox wiki.