Example 1069

Game Config

Video game settings and preferences.

{
display: {
resolution: "1920x1080"
fullscreen: true
vsync: true
fps_limit: 144
}

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

audio: {
master: 86
music: 33
sfx: 58
voice: 99
}

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

See also