cakefoot/config.json

123 lines
3.2 KiB
JSON
Raw Normal View History

2023-05-23 15:35:29 -04:00
{
"display":
{
"dimensions": [864, 486],
"title": "Microsoft Windows 11 Home Edition",
"debug": false,
"render driver": "opengl",
"show-cursor": true,
"fluid resize": true,
"fps": false,
"clear color": [0.0, 0.0, 0.0, 1.0],
"playing field aspect": 1.7777777,
"playing field color": [0.2, 0.2, 0.2, 1.0],
"fps indicator scale": 0.018,
"checkpoint distance": 0.1,
"clock hud scale": 0.07,
"clock hud translation": [0.9, 0.92],
"clock hud large scale": 0.35,
"clock hud large translation": [0.0, 0.5],
"clock hud foreground": [255.0, 255.0, 255.0, 255.0],
"clock hud background": [0.0, 0.0, 0.0, 60.0],
"level hud translation": [-0.92, 0.92],
"level hud foreground": [255.0, 255.0, 255.0, 255.0],
"level hud background": [0.0, 0.0, 0.0, 60.0]
},
2023-05-23 15:35:29 -04:00
"configuration":
{
"auto-refresh": true,
"auto-refresh-interval": 1.0
},
2023-05-23 15:35:29 -04:00
"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"
},
2023-05-23 15:35:29 -04:00
"input":
{
"suppress-any-key-on-mods": true
},
2023-05-23 15:35:29 -04:00
"keys":
{
"fps": ["CTRL", "f"],
"skip forward": ["CTRL", "SHIFT", "right"],
"skip backward": ["CTRL", "SHIFT", "left"],
"memory": ["CTRL", "SHIFT", "m"],
"coords": ["CTRL", "SHIFT", "c"]
},
2023-05-31 15:08:44 -04:00
"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",
"verbose to stdout": false
},
"curve":
{
"bezier resolution": 60
},
"character":
{
"cake-speed-increment": 0.0514398,
"cake-speed-decrement": 0.0257196,
"cake-max-speed": 0.72016458,
"cake-min-speed": -0.4115226,
"cake-increment-mod": 0.125,
"cake-decrement-mod": 0.1,
"hitbox": 0.7
},
"button":
{
"font": "BPmono.ttf",
"font size": 24,
"pause texture": "resource/pause.png",
"pause translation": [1.65, -0.85],
"pause scale": 0.08,
"text size": [240.0, 40.0],
"text scale": 0.5,
"text foreground": [200.0, 200.0, 200.0, 255.0],
"text background": [60.0, 60.0, 60.0, 190.0],
"start text": "PLAY",
"start translation": [0.0, -0.5],
"resume text": "RESUME",
"resume translation": [0.0, 0.25],
"reset text": "RESET",
"reset translation": [0.0, -0.25]
},
"world": [
{
"start": 0,
"color": [0.2, 0.2, 0.2, 1.0]
},
{
"start": 6,
"color": [0.071, 0.161, 0.216, 1.0]
},
{
"start": 11,
"color": [0.151, 0.2, 0.12, 1.0]
},
{
"start": 17,
"color": [0.23, 0.12, 0.18, 1.0]
}
]
2023-05-23 15:35:29 -04:00
}