Author Topic: How i can configure ports or any game *.sh  (Read 6935 times)

saitoh00

  • Jr. Member
  • **
  • Posts: 22
    • View Profile
How i can configure ports or any game *.sh
« on: August 03, 2016, 09:31:50 AM »
Hello i have Maldita Castilla inside ports, i can use from /home/pi/RetroPie/roms/ports/MalditaCastilla/MalditaCastilla.sh, but in attract mode i dont know how make it work, ocurrs the same with the games inside ports folder.

Anybody know how i can configure the emulator in AM? Thanks

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: How i can configure ports or any game *.sh
« Reply #1 on: August 03, 2016, 02:05:33 PM »
I haven't tried to get any "ports" working in AM but you should be able to make an emulator like this.
Code: [Select]
# Generated by Attract-Mode v2.1.0
#
executable           /bin/bash
args                 "[romfilename]"
rompath              /home/pi/RetroPie/roms/ports
romext               .sh
system               Ports

saitoh00

  • Jr. Member
  • **
  • Posts: 22
    • View Profile
Re: How i can configure ports or any game *.sh
« Reply #2 on: August 03, 2016, 04:38:59 PM »
I haven't tried to get any "ports" working in AM but you should be able to make an emulator like this.
Code: [Select]
# Generated by Attract-Mode v2.1.0
#
executable           /bin/bash
args                 "[romfilename]"
rompath              /home/pi/RetroPie/roms/ports
romext               .sh
system               Ports

Thanks in this moment all ports working for me...all work less " Maldita Castilla " , this is what I have on this route ...

/home/pi/RetroPie/roms/ports/MalditaCastilla
                                                                           /assets/game.umx
                                                                           /MalditaCastilla.sh
                                                                           /readme.txt

This is the game most important for me, because is a arcade and one of the based themes of my bartop.

Any idea to how run this?

P.D: I put

Code: [Select]
#
executable           /bin/bash
args                 "[romfilename]"
rompath              /home/pi/RetroPie/roms/ports/MalditaCastilla
romext               .sh
system               

and not work.

saitoh00

  • Jr. Member
  • **
  • Posts: 22
    • View Profile
Re: How i can configure ports or any game *.sh
« Reply #3 on: August 03, 2016, 04:50:51 PM »
I try to launch from console and i need sudo, i try with it and works, for all that want use it.


Code: [Select]
#
executable           sudo
args                 "[romfilename]"
rompath              /home/pi/RetroPie/roms/ports/MalditaCastilla
romext               .sh;.SH
system               MalditaCastilla

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: How i can configure ports or any game *.sh
« Reply #4 on: August 03, 2016, 07:14:29 PM »
I'm glad you got it to work. If you wanted to put it with the other ports you can try something like this.
Code: [Select]
# Generated by Attract-Mode v2.1.0
#
executable           sudo
args                 "[romfilename]"
rompath              /home/pi/RetroPie/roms/ports;/home/pi/RetroPie/roms/ports/MalditaCastilla
romext               .sh;.SH
system               Ports

saitoh00

  • Jr. Member
  • **
  • Posts: 22
    • View Profile
Re: How i can configure ports or any game *.sh
« Reply #5 on: August 04, 2016, 02:43:03 PM »
Thanks  progets, its very good idead.

In this project, i only can add to AM games that i can play with arcade joystick. In this case fps from ports are out, but its good know how i can add games for a system/group of systems.


efraimsangil

  • Full Member
  • ***
  • Posts: 56
    • View Profile
Re: How i can configure ports or any game *.sh
« Reply #6 on: April 16, 2019, 05:32:47 AM »
Which contains the file MalditaCastilla.sh? Could you publish, please?

Regards