Fire Truck
Seawolf II
Space Laser
Fire truck says 1P for the numplayers data. I guess, sorta, that it is, kinda.
Seawolf II is funny. There are dipswitch settings that say this:
<dipswitch name="Play Time">
<dipvalue name="1P 40s/2P 45s"/>
<dipvalue name="1P 50s/2P 60s"/>
<dipvalue name="1P 60s/2P 75s"/>
<dipvalue name="1P 70s/2P 90s" default="yes"/>
So RL saw that "1P 40s/2P" and thought "Yep, 1P, we want that one!"
To avoid this in the future, we have to get RL to look at more data that just "1P".
The nplayer data in search is surrounded by <nplayers>xx</nplayers> so changing the search item to:
& ( '<nplayers>2P alt</nplayers>' | '<nplayers>1P</nplayers>' )
forces RL to examine a bigger text chunk, and thus won't get tripped up by the dipvalue name stuff above.
(and that's even overkill for the amount of text needed to stop the false finds)
Space Laser didn't come up in my search, and I don't know why it came up in yours. The only explanation is if somehow the xml or other input data has changed. I think I'm using a slightly crusty MAME 135 xml data with a nplyers.ini that is at least a year old.
You can 2x click on any game in your list and see the XML data beneath it. All you have to do is visually scan the text there and if you see your search criteria of "1P" or "2P alt" then that's why that title got pulled in.
Well, perhaps for you it isn't more advanced (as you probably work with it every day), but for the average "Joe" here it is pretty advanced. I was thinking if you had a search examples section (in the wiki) that would outline some common command line search syntax that would be a BIG help. I would think that this example would be one of those common scenarios as if someone only has one set of player controls, it would be prudent to filter out the games that have simultaneous multi-player controls.
well, errr. ah, it is a wiki ya know. If you add it, I'll check it for accuracy.
This can be your true test to see if you've learned how it works, by explaining it to others.
It would be kind of embarrassing to host a party and someone selects a game that requires 2 (or more) sets of controls and when player 2 comes up, he/she can't control the game.
yes, this is the exact reason that RL was born.