Jump to content
LaunchBox Community Forums

Recommended Posts

XBLA Shortcut Generator

View File

Create shortcut from XBLA file. So that would help to import games into Launchbox or launch game directly from shortcut.

  • Shortcut is base on the root folder name (any underscore will be remove, helps to grab metadata in launchbox)
  • emulator execute path, rom and arguement will be embed into shortcut file.
  • it only create the shortcut from base game (not included title update and DLC. Those file need to copy to xenia's content folder manually.)

 

 


 

  • Like 2
  • Thanks 2
Link to comment
Share on other sites

  • 1 year later...

I would like to start by saying this tool works great! I was able to generate the shortcuts and import them WITHOUT assigning an emulator per the video.

However, I was prompted to assign an emulator upon launching any of these games.

 

As a work-around, I added the command line (aka cmd) to launchbox as an emulator. Here is how I did it:

go to "Tools > manage > emulators"

image.thumb.png.2d1559912df07c91b98a6cd657902ef6.png

now select "add"

image.thumb.png.bbe8a7386383c8b8ba8df21f667412fc.png

in the new window, give the emulator the name "cmd" (or whatever you like), then add the command-line to the "Application path"

in my case its "C:\windows\system32\cmd.exe"

image.thumb.png.50b224294b18ef81a3c116b9ec6a607f.png

add the command-line parameter "/c" without quotes. this tells the computer to close out the command-line window after the launch executes.

also, check the box to "hide" the console/cmd window.

image.thumb.png.9851f0fc66c8ca6bba4a8901c3121c46.png

Finally add the "Microsoft Xbox Live Arcade" platform and set "cmd" as the default emulator

image.thumb.png.7ccd054c2265fcaec561a0660a42bfa3.png

that's it! now you can launch shortcuts without using an emulator.

 

EXTRA STUFF:

if the game you are importing has a patch, you have to include it in the shortcut. Browse to the shortcut, right click and view properties.

the "target" contains the ENTIRE launch command responsible for executing the game (launchbox is not doing it).

it looks like this:

"Z:\PATH-TO-EMULATOR\Xenia Canary\xenia_canary.exe" "Z:\Emulation\Microsoft Xbox 360\Xbox Live Arcade\3 on 3 NHL Arcade\58410975\000D0000\B33BCD40B743939135673278470A8DD80BC64587"

You will have to manually add the patch to the command:

"Z:\PATH-TO-EMULATOR\Xenia Canary\xenia_canary.exe" "Z:\Emulation\Microsoft Xbox 360\Xbox Live Arcade\3 on 3 NHL Arcade\58410975\000D0000\B33BCD40B743939135673278470A8DD80BC64587" --config "Z:\PATH-TO-EMULATOR\Xenia Canary\patches\PATCH-NAME-HERE.toml"

image.thumb.png.5d4f8e0a655e704524da3f1916093218.png

Edited by itsmeblake
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...