mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 22:18:00 -05:00
12 lines
471 B
YAML
12 lines
471 B
YAML
friendly_name: "Tiny Tina's Wonderlands"
|
|
executable: "tinytinaswonderland.py"
|
|
process_name: "Wonderlands.exe"
|
|
# default recording delay to reduce capturing menus during setup, this should be revisited every test bench as loading times may be different
|
|
recording_delay: 75
|
|
output_dir: "run"
|
|
options:
|
|
- name: preset
|
|
type: select
|
|
# disabling presets in favor of manually setting for now
|
|
# values: [verylow,low,medium,high,ultra,badass]
|
|
values: [current] |