[RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs

  Thread Rating:
  • 12 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
malte Offline
Skilled Python Coder
Posts: 1,181
Joined: Jan 2010
Reputation: 18
Location: Germany
Post: #3481
NewYears1978 Wrote:Yes you are correct..Solo mode in MQ4 -it's not a huge problem more an annoyance..any way to correct it?
Only by editing the skin files and adding a dummy control with this id. But I don't know where you have to add it (and no time to search for it, sorry).

NewYears1978 Wrote:Do you have a list of which Skins have working video display in RCB and not just in trailer mode ( in MQ4 on one mode the video plays or each rom as you browse..automatically..I like this)
It is only my default Confluence and Aeon MQ3/4 I guess. What is trailer mode?

NewYears1978 Wrote:I tried editing launcher.py and changed the launch line for applaunch-vbs.bat to applaunch-vbs.vbs, I then made a file applaunch-vbs.vbs with this

It seemed to launch it but a cmd window pops up and I am kicked back to XBMC. Any ideas?
Does it work when you launch it outside of XBMC/RCB? Maybe you can add pause or MsgBox statements to "debug" the script.

sno1k Wrote:Is there any simple way to select artwork when importing games from online? Scrapper grabs only first image and it's not always the best one.
Sorry, no. I always had in mind to implement it but until now it did not happen.
find quote
ashton Offline
Junior Member
Posts: 3
Joined: May 2013
Reputation: 0
Post: #3482
I've been having this issue for quite a while. I'm unable to get through config wizard since everytime i get to path only thing i'm able to select is my disc drive.
I'm using newest windows version 12.2 frodo + ace skin. It happened in earlier version as well with a different skin, but i've made clean reinstall since then.

As for plugin version i'm using the one that's available through default xbmc repository.
find quote
teeedubb Offline
Member+
Posts: 747
Joined: Mar 2010
Reputation: 12
Location: Down Under
Post: #3483
XBMC was not restarting when launching a the saturn emulator SSF with the VB scripts in win7 x64, I think this has something to do with SSF being launched via a batch file. This is the batch file I'm using now:

Code:
"c:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -unmount 0

"c:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -mount dt,0, "%~1"

cd /d "c:\emulation\emulators\SSF"

"c:\emulation\emulators\SSF\SSF.exe"

"c:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -unmount dt, 0

set XBMCLaunchCmd="C:\Program Files (x86)\XBMC\XBMC.exe"

cscript //B //Nologo "%appdata%\XBMC\userdata\addon_data\script.games.rom.collection.browser\scriptfil​es\LaunchXBMC.vbs" %XBMCLaunchCmd%

Edit the batch file to suit and point RCB to the batch file for the emulator, everything else is done as usual.

XBMC Steam Launcher - Only available for XBMC.
(This post was last modified: Today 02:21 by teeedubb.)
find quote
Post Reply