Brian Nenninger

Results 25 comments of Brian Nenninger

You might be interested in the table editor: https://github.com/dozingcat/Vector-Pinball-Editor/ . I wrote it to have an easier way of creating new tables, but it also lets you play the existing...

Yeah, I would expect there to be errors like signature mismatches if you just try to modify the files in the APK directly. Unfortunately the the best way is probably...

Sorry for the problems. Yes, there's a new OpenGL renderer and it's enabled by default because in most cases it has better quality and performance.Likely some combination of your hardware...

Good idea. I've been thinking of improving the UI for selecting tables, since as more get adding cycling through them one at a time can be annoying. (I've often gone...

Right, I haven't enabled tilting because avoiding false positives can be tricky. But feel free to play around with the code and let me know if you come up with...

Commit 9f35df62b503f4dbf863d658f0ffcbf8dcb4e664 attempts to detect when the ball is stuck and nudge it.

Version 1.5.2 with the auto-bump fix should be available the Play store now.

Thanks for the suggestion (and sorry for the delay in responding). I've considered something like that; in fact the [editor](https://github.com/dozingcat/Vector-Pinball-Editor/) allows prototyping the table logic in Groovy, which gets stored...

Thanks for the report. I've had this happen occasionally but haven't been able to track it down. Please let me know if you find a way to reliably reproduce it.

That's fantastic, thank you! I've been wanting to add some new tables for a while, and was also thinking of a magnet element that would attract the ball. I'll look...