You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.4 KiB
58 lines
1.4 KiB
{ |
|
"display": |
|
{ |
|
"dimensions": [960, 540], |
|
"framerate": 60, |
|
"title": "Pepy", |
|
"debug": false, |
|
"render driver": "opengles3", |
|
"show-cursor": true |
|
}, |
|
"recording": |
|
{ |
|
"screenshot-directory": "local/screenshots", |
|
"video-directory": "local/video", |
|
"enabled": true, |
|
"write-mp4": true, |
|
"video-frame-length": 33.333, |
|
"max-video-memory": 2000, |
|
"mp4-pixel-format": "yuv420p" |
|
}, |
|
"configuration": |
|
{ |
|
"auto-refresh": true |
|
}, |
|
"keys": |
|
{ |
|
"toggle-boom": ["CTRL", "b"] |
|
}, |
|
"input": |
|
{ |
|
"any-key-ignore-commands": ["up", "right", "down", "left"], |
|
"suppress-any-key-on-mods": true |
|
}, |
|
"log": |
|
{ |
|
"enabled": true, |
|
"output-directory": "/var/log/sb/", |
|
"debug-to-stdout": false, |
|
"debug-to-file": true, |
|
"info-file-name": "cuckoo_info.log", |
|
"debug-file-name": "cuckoo_debug.log" |
|
}, |
|
"sim": |
|
{ |
|
"cuckoo-time": 10.0, |
|
"cuckoo-wall-count": 48, |
|
"cuckoo-outer-radius": 0.75, |
|
"cuckoo-inner-radius": 0.65, |
|
"ball-scale": 0.15, |
|
"ball-count": 3, |
|
"spawn-radius": 0.45, |
|
"ball-bounce-speed": 0.0005, |
|
"ball-shaking-friction": 0.00005, |
|
"ball-not-shaking-friction": 0.0001, |
|
"cuckoo-pull-factor": 1.2, |
|
"cuckoo-return-speed": 0.0075 |
|
} |
|
}
|
|
|