Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: saitoh00 on August 03, 2016, 09:31:50 AM

Title: How i can configure ports or any game *.sh
Post by: saitoh00 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
Title: Re: How i can configure ports or any game *.sh
Post by: progets 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
Title: Re: How i can configure ports or any game *.sh
Post by: saitoh00 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.
Title: Re: How i can configure ports or any game *.sh
Post by: saitoh00 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
Title: Re: How i can configure ports or any game *.sh
Post by: progets 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
Title: Re: How i can configure ports or any game *.sh
Post by: saitoh00 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.

Title: Re: How i can configure ports or any game *.sh
Post by: efraimsangil on April 16, 2019, 05:32:47 AM
Which contains the file MalditaCastilla.sh? Could you publish, please?

Regards