Author Topic: [Scumm-VM] Add games to Attract mode on RaspBerry Pi?  (Read 12663 times)

krlitosmtnez

  • Newbie
  • *
  • Posts: 4
    • View Profile
[Scumm-VM] Add games to Attract mode on RaspBerry Pi?
« on: June 16, 2016, 03:34:41 AM »
Hi!

I want to add games from Scummvm to Attract mode, but I have no idea. I added some games from Retropie (I run Scummvm), but I don't know what arguments I have to use at the Emulator configuration at Attract Mode.

Anyone could help me?
Thanks!
« Last Edit: June 16, 2016, 04:40:16 AM by krlitosmtnez »

xbs

  • Sr. Member
  • ****
  • Posts: 180
    • View Profile
Re: [Scumm-VM] Add games to Attract mode on RaspBerry Pi?
« Reply #1 on: June 17, 2016, 04:46:41 PM »
This is what I use:

Code: [Select]
args                 -f -p [rompath][name] [name]

krlitosmtnez

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [Scumm-VM] Add games to Attract mode on RaspBerry Pi?
« Reply #2 on: June 18, 2016, 03:27:45 AM »
And the Executable line?

Thanks!


xbs

  • Sr. Member
  • ****
  • Posts: 180
    • View Profile
Re: [Scumm-VM] Add games to Attract mode on RaspBerry Pi?
« Reply #3 on: June 18, 2016, 04:02:08 AM »
Im on windows, but it's just the exe path.

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: [Scumm-VM] Add games to Attract mode on RaspBerry Pi?
« Reply #4 on: June 18, 2016, 02:21:29 PM »
I've tested this config successfully with ubuntu:
executable           scummvm
args                 -f -p [rompath][name] [name]
rompath              /usr/share/scummvm/roms

config-file are found here:
$HOME/.attract/emulators
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

krlitosmtnez

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [Scumm-VM] Add games to Attract mode on RaspBerry Pi?
« Reply #5 on: June 19, 2016, 02:30:22 AM »
Thanks hermine.potter!

Unfortunately this not work in Pi.

I have this lines:

Executable             scummvm
Args                      -f -p [rompath][name] [name]
rompath                /home/pi/RetroPie/roms/scummvm/


The folder of the game is "comi-es".

The system send this error:

error executing scummvm -f -p /home/pi/RetroPie/roms/scummvm/comi-es comi-es


I tried using:

executable:         /home/pi/RetroPie/roms/scummvm/+Start Scummvm.sh

This send me to the Scummvm menu, but not launch the game (I have to select manually).

krlitosmtnez

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [Scumm-VM] Add games to Attract mode on RaspBerry Pi?
« Reply #6 on: June 19, 2016, 03:52:46 AM »
Done!!!

Finally this is the final config for Scummvm emulator in Attract mode:

executable         /opt/retropie/emulators/scummvm/bin/scummvm
arguments         -f -p [rompath][name] [name]
rom url              /home/pi/RetroPie/roms/scummvm
extension           .svm


Thanks!!

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: [Scumm-VM] Add games to Attract mode on RaspBerry Pi?
« Reply #7 on: June 19, 2016, 10:43:39 PM »
i'm not sure about the RPI-system, but i think you are able to set an alias too

for example on ubuntu, if you want to start the integrated calculator so you need to type gnome-calculator to start the calculator.
if you set an alias, you can start a file/programm with your own command.

alias calculator='gnome-calculator'

now typing calculator starts the gnome-calculator. I'm not sure, but i think this works on RPI too:

alias scummvm=' /opt/retropie/emulators/scummvm/bin/scummvm'
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

netre

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: [Scumm-VM] Add games to Attract mode on RaspBerry Pi?
« Reply #8 on: June 20, 2021, 02:15:30 AM »
Hi sorry for replying to an old thread, I have to attract mode and raspberry pi everything was fine to set up by my brother and I have been playing almost 6 months of ScummVM ROMs and everything was fine until few days when the whole neighborhood runs out of electricity for a few minutes and from then I can't play anymore. My brother is at work and he will be coming home next month. I lunched the attract mode and there is nothing on the screen just start's and shuts down, what should I do. how to reinstall the mode or something else.
« Last Edit: June 26, 2021, 03:27:19 AM by netre »

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: [Scumm-VM] Add games to Attract mode on RaspBerry Pi?
« Reply #9 on: June 21, 2021, 02:27:07 AM »
@ netre
on power loss, raspberry pi images can get corrupt. So:

-write a backup back to sd-card
-install it from scratch / new install
-try different steps to get it working
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM