Skip to content

machine:

This is a config file reference. Click for instructions.

This page is reference material which explains every setting and option for this section of an MPF yaml config file. See the instructions for config files for formatting and other details. See our guide to config file examples for more examples of real configs in action.

Valid in
machine config files YES ✅
mode config files NO 🚫

The machine: section of your config is where you configure defails about the number of balls in your machine.

machine:
  balls_installed: 6
  min_balls: 3

Optional settings

The following sections are optional in the machine: section of your config. (If you don't include them, the default will be used).

balls_installed:

Single value, type: integer. Default: 1

The (maximum) number of balls which should be installed in your machine.

min_balls:

Single value, type: integer. Default: 1

The minimum number of balls required to start a game. If less than min_balls are present MPF will refuse to stat a game.

It's super annoying if you walk up to a pinball machine on location and can't start a game because it's missing a ball. So this setting lets you specify the minimum number of balls that need to be installed in order for a game to start. Note that it's up to you to make sure your game code can handle fewer balls than you might be expecting.


Something missing or wrong? You can fix it!

This website is edited by people like you! Is something wrong or missing? Is something out of date, or can you explain it better?

Please help us! You can fix it yourself and be an official "open source" contributor!

It's easy! See our Beginner's guide to editing the docs.

Page navigation via the keyboard: < >

You can navigate this site via the keyboard. There are two modes:

General navigation, when search is not focused:

  • F , S , / : open search dialog
  • P , , : go to previous page
  • N , . : go to next page

While using the search function:

  • Down , Up : select next / previous result
  • Esc , Tab : close search
  • Enter : go to highlighted page in the results