Skip to content

1577 - Game Config

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

maml
{
  display: {
    resolution: "3840x2160"
    fullscreen: true
    vsync: true
    fps_limit: 60
  }

  graphics: {
    quality: "low"
    shadows: "medium"
    anti_aliasing: "none"
    render_distance: 6
    ray_tracing: true
  }

  audio: {
    master: 75
    music: 90
    sfx: 94
    voice: 78
  }

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

See Also