-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Ability to access individual json attributes in gamedata.json #306
Comments
One option is writing/editing the |
I'm currently thinking about writing a small tool that uses vpxtool to retrieve glass_top_height and glass_bottom_height from gamedata.json of multiple .vpx files automatically. The intention is to calculate and set ViewCabWindowTop and ViewCabWindowBot, which are stored in [TableOverride] in the corresponding ini file per table. The calculation of ViewCabWindowTop and ViewCabWindowBot should be based on a target angle for the playfield, given by the user and batch automated for multiple .vpx files at once. |
Any chance, this feature (or this: #305) will be implemented? |
Just wondering what the best cli experience would be. What do you think about this? vpxtool gamedata show test.vpx
# {...}
vpxtool gamedata show bg_fov_fullscreen test.vpx
# 30.0 |
If you are on a unix system I could just implement the first and you would call
|
Thanks for the quick reply. |
Can you get going with https://github.com/francisdb/vpxtool/releases/tag/v0.13.8 ? It has |
I would like to be able to query individual json attributes from gamedata.json. E.g. 'bg_fov_fullscreen'.
As a (potential later) extension, it would be nice if vpxtool allows setting attribute values.
Both could potentially be generalized to all json files within a .vpx file.
The text was updated successfully, but these errors were encountered: