djhackersdev / bemanitools

Runs recent Konami arcade games and emulates various arcade hardware.
The Unlicense
79 stars 15 forks source link

bootstrap.xml parsing and handling #254

Closed shizmob closed 8 months ago

shizmob commented 1 year ago

This patchset adds full support for parsing and handling of prop/bootstrap.xml as alternative to the command-line parameter configuration of launcher itself.

It adds the following command line options:

If given a valid bootstrap.xml and selector, launcher will:

As indicated by the @573 ordinal number, all avs_fs_* imports need to be checked, except for AVS 2.15.8.

This MR depends on #253 for its added property definitions.

icex2 commented 8 months ago

Closing as I picked up the work and continue driving it from a new PR: https://github.com/djhackersdev/bemanitools/pull/272