Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: gamesmame on June 16, 2021, 12:30:15 PM

Title: AM scan roms into subfolders with diferent extensions/multiple extensions
Post by: gamesmame on June 16, 2021, 12:30:15 PM
I know that AM able to scan roms into subfolders  :) but here dont work... in my game roms path i have 4 roms type/extensions: .zip;.hdf;.xdf "and the .m3u"...

(https://i.imgur.com/ywcLMA9.png)

The file .m3u (m3u controls multiple discs) stay inside in folder for eath game with this same name, because have others multiple files(discs) please look:

(https://i.imgur.com/tkDJlWN.png)

And look my code:

Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable           M:\Emulators\RetroArch\retroarch.exe
args                 -L M:\Emulators\RetroArch\cores\px68k_libretro.dll "[romfilename]"
rompath              M:\Emulators\Sharp X68000\games
romext               <DIR>;.m3u;.zip;.hdf;.xdf

How i make this work... help!!!  :-\
Title: Re: AM scan roms into subfolders with diferent extensions/multiple extensions
Post by: rand0m on June 16, 2021, 08:18:19 PM
Try:
Code: [Select]
rompath              M:\Emulators\Sharp X68000\games;M:\Emulators\Sharp X68000\games\[name]\
Title: Re: AM scan roms into subfolders with diferent extensions/multiple extensions
Post by: gamesmame on June 17, 2021, 07:00:42 AM
thanks friend!!! you help me