Skip to content

2472 - Game Config

Video game settings and preferences. This is an example of a MAML document.

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

  graphics: {
    quality: "high"
    shadows: "off"
    anti_aliasing: "FXAA"
    render_distance: 27
    ray_tracing: true
  }

  audio: {
    master: 75
    music: 36
    sfx: 88
    voice: 99
  }

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

See Also