1
General / Re: Help needed with filters
« on: May 16, 2023, 11:39:54 PM »
catver.ini is only needed for genre information. You need to make sure that you call "mame.exe -listxml" when generating your romlists. This is what will get most of the game information.
Example of mame.cfg
or
http://forum.attractmode.org/index.php?topic=2091.msg14323#msg14323
Example of mame.cfg
Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable \path\to\mame\mame64.exe
args [name]
rompath \path\to\mame\roms
romext .zip
system Arcade
info_source listxml
import_extras \path\to\mame\catver.ini;\path\to\mame\nplayers.ini
or
Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable \path\to\mame\mame64.exe
args [name]
rompath \path\to\mame\roms
romext .zip
system Arcade
info_source thegamesdb.net
import_extras \path\to\mame\mame.xml;\path\to\mame\catver.ini;\path\to\mame\nplayers.ini
http://forum.attractmode.org/index.php?topic=2091.msg14323#msg14323