djhackersdev / bemanitools

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

Implement ea3-ident.xml overrides #253

Closed shizmob closed 8 months ago

shizmob commented 1 year ago

This patchset implements support for overriding the EA3 config using prop/ea3-ident.xml, a method already in use by alternative tools. It generalizes the approach so that any node is picked up and merged with the EA3 config instead of just <soft> and <id> for future expansion.

shizmob commented 1 year ago

The import ordinals need verification for everything except AVS 2.15.8.

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