Skip to content

4062 - 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: 60
  }

  graphics: {
    quality: "ultra"
    shadows: "high"
    anti_aliasing: "none"
    render_distance: 19
    ray_tracing: true
  }

  audio: {
    master: 66
    music: 42
    sfx: 91
    voice: 72
  }

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

See Also