Author Topic: Attract Mode config for Sega32x and GameGear  (Read 10267 times)

FB911

  • Full Member
  • ***
  • Posts: 30
    • View Profile
Attract Mode config for Sega32x and GameGear
« on: January 22, 2017, 05:10:38 AM »
Hi all,

Could someone please provide me with their configuration needed to add Sega32x and GameGear to the list of choices in Attract Mode?

Thx

Ghostfur

  • Full Member
  • ***
  • Posts: 25
    • View Profile
Re: Attract Mode config for Sega32x and GameGear
« Reply #1 on: January 22, 2017, 09:20:50 AM »
I Added this to  /home/pi/.attract/emulators change /media/usb0/roms/ to your roms location map!

Sega Gamegear.cfg

# Generated by Attract-Mode v2.2.1
#
executable           /opt/retropie/supplementary/runcommand/runcommand.sh
args                 0 _SYS_ gamegear "[romfilename]"
rompath              /media/usb0/roms/gamegear
romext               .gg;.bin;.sms;.zip;.GG;.BIN;.SMS;.ZIP
system               Sega Gamegear
info_source          thegamesdb.net
artwork    flyer           /media/usb0/roms/gamegear/boxart
artwork    marquee         /media/usb0/roms/gamegear/marquee
artwork    snap            /media/usb0/roms/gamegear/snap
artwork    wheel           /media/usb0/roms/gamegear/wheel

Sega 32X.cfg

# Generated by Attract-Mode v2.2.1
#
executable           /opt/retropie/supplementary/runcommand/runcommand.sh
args                 0 _SYS_ sega32x "[romfilename]"
rompath              /media/usb0/roms/sega32x
romext               .32x;.smd;.bin;.md;.zip;.32X;.SMD;.BIN;.MD;.ZIP
system               Sega 32X
info_source          thegamesdb.net
artwork    flyer           /media/usb0/roms/sega32x/boxart
artwork    marquee         /media/usb0/roms/sega32x/marquee
artwork    snap            /media/usb0/roms/sega32x/snap
artwork    wheel           /media/usb0/roms/sega32x/wheel

Now i can collect games inside attract mode :) and they work if you have the right emulator installed :) hope this helped


akafox

  • Hero Member
  • *****
  • Posts: 985
    • View Profile
Re: Attract Mode config for Sega32x and GameGear
« Reply #2 on: January 22, 2017, 09:48:54 AM »
For PC and pi without retropie:

# Generated by Attract-Mode v2.2.1
#
executable           retroarch
args                 -L /usr/lib/x86_64-linux-gnu/libretro/picodrive_libretro.so "[romfilename]"
rompath             
romext              .gg;.zip;.GG;.ZIP
system               Sega Gamegear

# Generated by Attract-Mode v2.2.1
#
executable           retroarch
args                 -L /usr/lib/x86_64-linux-gnu/libretro/picodrive_libretro.so "[romfilename]"
rompath             
romext               .32x;.zip;.ZIP;.32X
system               Sega 32X

ghostfur is correct if it is the retropie image...almost...
remember your path and hers/his will be different..
the default paths for retropie are

32X
Code: [Select]
/home/pi/RetroPie/roms/sega32x Game Gear
Code: [Select]
/home/pi/RetroPie/roms/gamegear
What problems are you having..the retropie image should not need any configuration.
« Last Edit: January 22, 2017, 01:05:42 PM by akafox »
People want life easy..then complain about it

FB911

  • Full Member
  • ***
  • Posts: 30
    • View Profile
Re: Attract Mode config for Sega32x and GameGear
« Reply #3 on: January 22, 2017, 04:31:51 PM »
For PC and pi without retropie:

# Generated by Attract-Mode v2.2.1
#
executable           retroarch
args                 -L /usr/lib/x86_64-linux-gnu/libretro/picodrive_libretro.so "[romfilename]"
rompath             
romext              .gg;.zip;.GG;.ZIP
system               Sega Gamegear

# Generated by Attract-Mode v2.2.1
#
executable           retroarch
args                 -L /usr/lib/x86_64-linux-gnu/libretro/picodrive_libretro.so "[romfilename]"
rompath             
romext               .32x;.zip;.ZIP;.32X
system               Sega 32X

ghostfur is correct if it is the retropie image...almost...
remember your path and hers/his will be different..
the default paths for retropie are

32X
Code: [Select]
/home/pi/RetroPie/roms/sega32x Game Gear
Code: [Select]
/home/pi/RetroPie/roms/gamegear
What problems are you having..the retropie image should not need any configuration.

The emulators appear in Emulationstation but not as choices in Attract Mode.

I will try both suggestions. Thanks guys. I will let you know the results.

FB911

  • Full Member
  • ***
  • Posts: 30
    • View Profile
Re: Attract Mode config for Sega32x and GameGear
« Reply #4 on: January 22, 2017, 04:54:21 PM »
For PC and pi without retropie:

# Generated by Attract-Mode v2.2.1
#
executable           retroarch
args                 -L /usr/lib/x86_64-linux-gnu/libretro/picodrive_libretro.so "[romfilename]"
rompath             
romext              .gg;.zip;.GG;.ZIP
system               Sega Gamegear

# Generated by Attract-Mode v2.2.1
#
executable           retroarch
args                 -L /usr/lib/x86_64-linux-gnu/libretro/picodrive_libretro.so "[romfilename]"
rompath             
romext               .32x;.zip;.ZIP;.32X
system               Sega 32X

ghostfur is correct if it is the retropie image...almost...
remember your path and hers/his will be different..
the default paths for retropie are

32X
Code: [Select]
/home/pi/RetroPie/roms/sega32x Game Gear
Code: [Select]
/home/pi/RetroPie/roms/gamegear
What problems are you having..the retropie image should not need any configuration.

The emulators appear in Emulationstation but not as choices in Attract Mode.

I will try both suggestions. Thanks guys. I will let you know the results.
I'm using retropie 4.2. Where should enter this information? Create a new emulator? So many questions...sorry. I tried the other solution above and the issue remains. Strange that it works in Emulationstation.

FB911

  • Full Member
  • ***
  • Posts: 30
    • View Profile
Re: Attract Mode config for Sega32x and GameGear
« Reply #5 on: January 22, 2017, 04:59:00 PM »
I Added this to  /home/pi/.attract/emulators change /media/usb0/roms/ to your roms location map!

Sega Gamegear.cfg

# Generated by Attract-Mode v2.2.1
#
executable           /opt/retropie/supplementary/runcommand/runcommand.sh
args                 0 _SYS_ gamegear "[romfilename]"
rompath              /media/usb0/roms/gamegear
romext               .gg;.bin;.sms;.zip;.GG;.BIN;.SMS;.ZIP
system               Sega Gamegear
info_source          thegamesdb.net
artwork    flyer           /media/usb0/roms/gamegear/boxart
artwork    marquee         /media/usb0/roms/gamegear/marquee
artwork    snap            /media/usb0/roms/gamegear/snap
artwork    wheel           /media/usb0/roms/gamegear/wheel

Sega 32X.cfg

# Generated by Attract-Mode v2.2.1
#
executable           /opt/retropie/supplementary/runcommand/runcommand.sh
args                 0 _SYS_ sega32x "[romfilename]"
rompath              /media/usb0/roms/sega32x
romext               .32x;.smd;.bin;.md;.zip;.32X;.SMD;.BIN;.MD;.ZIP
system               Sega 32X
info_source          thegamesdb.net
artwork    flyer           /media/usb0/roms/sega32x/boxart
artwork    marquee         /media/usb0/roms/sega32x/marquee
artwork    snap            /media/usb0/roms/sega32x/snap
artwork    wheel           /media/usb0/roms/sega32x/wheel

Now i can collect games inside attract mode :) and they work if you have the right emulator installed :) hope this helped

All good now, did a typo...Thanks for your help!

akafox

  • Hero Member
  • *****
  • Posts: 985
    • View Profile
Re: Attract Mode config for Sega32x and GameGear
« Reply #6 on: January 22, 2017, 09:19:39 PM »
You want to make a new emulator in attract mode for each system.

For sega32x:

1. press TAB

2. Once in the configuration screen go to emulators

3. Go to the bottom and add emulator

4. Name it sega32x

5. in the executable line put this
Code: [Select]
/opt/retropie/supplementary/runcommand/runcommand.sh
6. in the args line put this
Code: [Select]
0 _SYS_ sega32x "[romfilename]"
7. in your rom path(s) put this
Code: [Select]
/home/pi/RetroPie/roms/sega32x
8. in your Rom extensions put this
Code: [Select]
.32x .smd .bin .md .zip .32X .SMD .BIN .MD .ZIP
9. in the system identifier put this
Code: [Select]
sega32x
10. generate rom list

11. press escape (esc)

for game gear

a. repeat steps 2 and 3 above

b. Create a new emulator

c. name it gamegear

d. in the executable line put this
Code: [Select]
/opt/retropie/supplementary/runcommand/runcommand.sh
e. in the args line put this
Code: [Select]
0 _SYS_ gamegear "[romfilename]"
f. in your rom path(s) put this
Code: [Select]
/home/pi/RetroPie/roms/gamegear
g. in your Rom extensions put this
Code: [Select]
.gg .bin .sms .zip .GG .BIN .SMS .ZIP
h. in the system identifier put this
Code: [Select]
gamegear
i. generate rom list

press escape (esc) twice to go back to the main screen....they should be there.
People want life easy..then complain about it

FB911

  • Full Member
  • ***
  • Posts: 30
    • View Profile
Re: Attract Mode config for Sega32x and GameGear
« Reply #7 on: January 24, 2017, 07:20:48 PM »
You want to make a new emulator in attract mode for each system.

For sega32x:

1. press TAB

2. Once in the configuration screen go to emulators

3. Go to the bottom and add emulator

4. Name it sega32x

5. in the executable line put this
Code: [Select]
/opt/retropie/supplementary/runcommand/runcommand.sh
6. in the args line put this
Code: [Select]
0 _SYS_ sega32x "[romfilename]"
7. in your rom path(s) put this
Code: [Select]
/home/pi/RetroPie/roms/sega32x
8. in your Rom extensions put this
Code: [Select]
.32x .smd .bin .md .zip .32X .SMD .BIN .MD .ZIP
9. in the system identifier put this
Code: [Select]
sega32x
10. generate rom list

11. press escape (esc)

for game gear

a. repeat steps 2 and 3 above

b. Create a new emulator

c. name it gamegear

d. in the executable line put this
Code: [Select]
/opt/retropie/supplementary/runcommand/runcommand.sh
e. in the args line put this
Code: [Select]
0 _SYS_ gamegear "[romfilename]"
f. in your rom path(s) put this
Code: [Select]
/home/pi/RetroPie/roms/gamegear
g. in your Rom extensions put this
Code: [Select]
.gg .bin .sms .zip .GG .BIN .SMS .ZIP
h. in the system identifier put this
Code: [Select]
gamegear
i. generate rom list

press escape (esc) twice to go back to the main screen....they should be there.

Thanks! Everything works perfectly now. I will now try Intellivision using your procedure.

Cheers!

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: Attract Mode config for Sega32x and GameGear
« Reply #8 on: January 24, 2017, 07:35:00 PM »
just a tip i use ..
iv become accustomed to just editing the "emulators> *****.cfg"
it quick and easy
help a friend....

akafox

  • Hero Member
  • *****
  • Posts: 985
    • View Profile
Re: Attract Mode config for Sega32x and GameGear
« Reply #9 on: January 25, 2017, 10:33:37 PM »
I do too master jedi...however I notice sometimes doing that (via ssh on pi) it will sometimes not take. On a PC I'll do it all day long MUCH easier.
People want life easy..then complain about it

FB911

  • Full Member
  • ***
  • Posts: 30
    • View Profile
Re: Attract Mode config for Sega32x and GameGear
« Reply #10 on: January 26, 2017, 07:37:23 PM »
I learned a lot by playing with the config files.

I even added a new emulator (i.e menu option) which is called "help" which provides information such as keyboard and gamepad commands for all the emulators.

Thanks again guys for your help! Besides having some issues with NeoGeo ROMs, everything is working AOK.

Cheers!