Example 1862

Game Config

Video game settings and preferences.

{
display: {
resolution: "2560x1440"
fullscreen: true
vsync: true
fps_limit: 144
}

graphics: {
quality: "ultra"
shadows: "medium"
anti_aliasing: "FXAA"
render_distance: 12
ray_tracing: true
}

audio: {
master: 76
music: 93
sfx: 82
voice: 98
}

controls: {
sensitivity: 1.7
invert_y: false
vibration: false
}
}

See also