mjrgh / PinballY

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

Add Virtual Pinball Spreadsheet id to game metadata, dialog #221

Closed Billiam closed 8 months ago

Billiam commented 1 year ago

This is primarily to support user scripts that want to work with virtual pinball spreadsheet, either for score tracking or to find table media.

PinballY_1zNuqekgLU

While this can be added directly to the database XML currently, user scripts must then parse the XML file directly instead of reading the info from the game object. (ex: https://github.com/timhobbs/PinballY-Scripts#vpc-high-score-corner)