Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - marcoriesco

Pages: [1]
1
General / How to make the configuration dynamic and portable?
« on: January 27, 2024, 04:58:00 AM »
I'm creating a system with AM + RL and I'm having a problem configuring the RL, if I put the absolute address it works, but I wanted something more dynamic and portable. In the code below, how do I dynamically leave the "-p AttractMode -f attract.exe" part? I've tried everything... $HOME, $PROGDIR, ../ and nothing.

Code: [Select]
# Generated by Attract-Mode v2.7.0
#
executable           emulators/rocketlauncher/RocketLauncher.exe
args                 -s "MAME" -r [name] -p AttractMode -f attract.exe
rompath              roms/arcade/
romext               .zip;.7z
system               Arcade
info_source          listxml

artwork    flyer           roms/arcade/medium_artwork/cover
artwork    marquee         roms/arcade/medium_artwork/logo
artwork    snap            roms/arcade/medium_artwork/video
artwork    wheel           roms/arcade/medium_artwork/logo

Pages: [1]