forked from mjocean/proc-GenericLauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Loader.example.yaml
46 lines (45 loc) · 1.61 KB
/
Loader.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Sample configuration file for the generic GameLaucncher for P-ROC
# Rename to Loader.yaml and modify for your particular configuration
# Customize this file to your own needs --note that if your game
# is pre-fliptronic (i.e., as a flipper relay) then you need to
# specify a flipperEnable coil in your machine_config_file so
# the launcher can enable your flippers for game selection.
#
# The launcher uses switches:
# - flipperLwR
# - flipperLwL
# - startButton
# to navigate the game list.
#
# most options should be obvious.
# Note that games that run via Python require a gamefile and gamepath
# whereas pinmame ROMs (Williams/FreeWPC) should have a ROM specified
# ROMs should be placed in the pinmame path.
#####################################################################
machine_config_file: T2.yaml
title: 'Terminator 2'
instructions_line_1: 'Choose game with flippers'
instructions_line_2: 'then press START to select.'
pinmame:
path: 'C:\P-ROC\pinmame\'
nvram: 'C:\P-ROC\pinmame\nvram\'
cmd: 'pinmamep.exe'
extra_args: '-window -skip_disclaimer -skip_gameinfo'
python:
# cmdpath: '/usr/bin/python'
cmdpath: 'c:\Python26\python.exe'
games:
- line1: 'TERMINATOR 2 v.5'
line2: '(using pyProcGame)'
gamefile: ExampleGame.py
gamepath: 'C:\P-ROC\games\t2\'
- line1: 'TERMINATOR 2 v.0'
line2: '(using pyProcgame)'
gamefile: ExampleGame.py
gamepath: 'C:\P-ROC\games\t2-v0\'
- line1: 'Williams ROM ver 8.0'
line2: '(using Pinmame)'
ROM: 'T2_L8'
- line1: 'Williams ROM ver 8.2 '
line2: '(using Pinmame)'
ROM: 'T2_L82'