cakefoot/config.json

43 lines
879 B
JSON

{
"display":
{
"dimensions": [864, 486],
"framerate": 60,
"title": "Cakefoot",
"debug": false,
"render driver": "opengl",
"show-cursor": true
},
"configuration":
{
"auto-refresh": 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"
},
"input":
{
"suppress-any-key-on-mods": true
},
"log":
{
"enabled": true,
"output-directory": "/var/log/sb/",
"debug-to-stdout": true,
"debug-to-file": true,
"info-file-name": "cakefoot_info.log",
"debug-file-name": "cakefoot_debug.log"
}
}