Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: RomLister and Poker Games  (Read 1229 times)

0 Members and 1 Guest are viewing this topic.

WhereEaglesDare

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1536
  • Last login:March 24, 2014, 08:47:08 pm
  • Shut Off All The Compactors on the Detention Level
    • My HomePage
RomLister and Poker Games
« on: August 15, 2010, 08:05:57 am »
I have been fooling with Rom Lister, I followed the tutorial, got all my lists from where they said to get it from.

When I uncheck Poker Games it doesnt take out the bulk of them, there are still about 80 of them still in my list I have to remove manually, any suggestions?

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
Re: RomLister and Poker Games
« Reply #1 on: August 15, 2010, 03:17:39 pm »
Do you mean "casino"?
There isn't a checkbox for poker, so I'm not exactly sure what you're trying to do.

ROMLister is merely a search engine, so if there is a keyword in the xml data that is common among the games you want to avoid, all we need to do is locate that keyword and add it to the exclude list.

For example, the game "poker ladies" is tagged from catver as being in the "<category>Casino *Mature*</category>"
category.  By unchecking "casino" in the romlister GUI, that game never made it into my list.

However, the game "pairs", which appears to be a card game, is under the "<category>Puzzle / Cards *Mature*</category>"  Ok, that's a card game, but apparently not a casino game, according to catver.

If you look at the -find text in the main GUI, you'll see at the very end when I checked off the "casino" option, it added the following text: "&  !('BIOS' | casino)"

Since there is no direct checkbox for "cards" you can go into that -find text and dig them out yourself.  Change the text from:
&  !('BIOS' | casino)
to
&  !('BIOS' | casino | cards)

and all the card games will go away.  This is under the advanced searches tutorial on the wiki.

For any game that made it into your final list that you really didn't want, 2x click the name when romlister is showing you your working list, and it will display the XML data for that game.  You should be able to see the category data pretty much at the top.  You can add whatever you want to the find list and start again.  Just note that each time you hit the GO! button, it will *add* roms into your working list, so if you're still finding things to filter on, make sure you close the working list box before running the next search.


WhereEaglesDare

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1536
  • Last login:March 24, 2014, 08:47:08 pm
  • Shut Off All The Compactors on the Detention Level
    • My HomePage
Re: RomLister and Poker Games
« Reply #2 on: August 15, 2010, 03:52:58 pm »
Yea I meant Casino, awesome, thanks!