freezy

Results 232 comments of freezy

Do you have a .vpx I can use to reproduce, because this is supposed to work correctly.

Well, in that file, the playfield is set to... p1-beachwood. So it imports it as p1-beachwood.

Maybe there's an event or callback when something was moved with gizmos disabled that we can plug into and move it back to the correct position?

Yes, probably. I'll let @ravarcade handle this :)

Thanks! Will have a look once I'm done with component branch.

Hey Jan, Thanks for your prompt reply. It's interesting, now that you mention it, I remember about the media controller. However, most vpin folks use DirectB2S, or, more recently, [PinUP...

Great info, thanks a lot! I've heard about IronPython, but I haven't tested it. As far as I know, it's Microsoft maintaining it, so it might be worth a shot....

I'm not used to Python (yet!), but IronPython supports Python 2.7, while MPF is Python 3, right? As far as I know, 2.7 doesn't support `async`, which is used by...

That'd be awesome! I've spend some time reading through the MPF code (wow that's nice, readable and documented code!), and as far as I can figure, what we would need...

So we've been discussing this internally, and concluded that the best way to go about this is to not include MPF in VPE's core but to ship it separately as...