ROMaster2

Results 17 comments of ROMaster2

If any of the features in a profile goes out of bounds from the capture area, exceptions have a field day. It wouldn't take too long to fix, I think,...

Right now the VAS file decoder only looks for specifically defined images. Example: ```xml start\x.png start\a.png ``` It's a bit messy if you have a lot of images to compare...

It's definitely an easy add, I've just prioritized other things first ¯\\\_(ツ)_/¯

It's been a little over five years and the hardware is more commonplace. Are you able to do it now?

Both, but mostly How to Use. There's a lot of unique steps needed to create a game profile. Someone offered to work with me to make a video tutorial, which...

That's almost certainly necessary to include, yeah. I'll remember that.

Ideally it should be scripted to tell the "maybe" if it's correct or incorrect at a later time. Here's a example that I believe would work, but is far from...

I'll have to see if I can consistently invoke this exception to know if this solution works.

Errors should have codes attached to them to identify what it is regardless of language. Haven't made anything like a Helper class for translations before. I don't think a separate...

Poor wording on my part. "excessive dependencies" meant that the code is somewhat [lasagna](https://en.wikipedia.org/wiki/Spaghetti_code#Lasagna_code) and not portable. But it would be nice to remove the external dependencies by moving the...