mjrgh / PinballY

A table browser and launcher ("front end") for virtual pinball cabinets.
Other
47 stars 22 forks source link

Table ratings don't appear in the edit details window. #99

Closed rtl19 closed 4 years ago

rtl19 commented 4 years ago

I was expecting to be able to rate a table from 1-5 (like PinballX) in the edit details window. Using the latest November Beta, I don't see that option.

mjrgh commented 4 years ago

Try "1" (Main Menu) -> Rate Table.

rtl19 commented 4 years ago

You're fast! :) On my system choosing "1" immediately launches the game. I might have remapped that button without realizing it. I'll look into it. I still think the the rating data point should be in the edit details window as well.

rtl19 commented 4 years ago

I found it. My "Enter" key brings up the main menu.

rtl19 commented 4 years ago

I noticed the gamestats.csv has a field called rating. Is that different that the Pinball X xml field with the same name?

Here is my xml snippet: `

Big Bang Bar (Capcom 1995)
    <rom>inactive_bbb109</rom>
    <manufacturer>Capcom</manufacturer>
    <year>1996</year>
    <type></type>
    <hidedmd>True</hidedmd>
    <hidetopper>True</hidetopper>
    <hidebackglass>False</hidebackglass>
    <enabled>True</enabled>
    **<rating>5</rating>**
</game>`
mjrgh commented 4 years ago

Kind of. Pinball X doesn't allow half-star or zero ratings, so I had to store the information separately to preserve the additional information.