Voljega / ExoDOSConverter

a custom game converter from the ExoDOS collection to emulation station based distribution format
151 stars 12 forks source link

Adds "Conquest of the longbow" to the run.bat processing #88

Closed memmaker closed 3 years ago

memmaker commented 3 years ago

Which begs the question, why is this opt-in? I'd think the run.bat file should processed every time? What am I missing?

Voljega commented 3 years ago

Which begs the question, why is this opt-in? I'd think the run.bat file should processed every time? What am I missing?

Well a lot of games are using run.bat and when I introduced run.bat handling I was a bit afraid of breaking everything I guess. So this is kind of a fail safe, only handling games you know are not working without the run.bat fix. But you get a warning for every game using a run.bat during generation which might help to add them for this processing when they don't work after generation.

This also need to be added in confconverter.py line 129

And I apparently forgot to add heromm2d to mister.py if you can do it (I guess this is needed ?)