Skip to content

1565 - 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: 240
  }

  graphics: {
    quality: "low"
    shadows: "low"
    anti_aliasing: "none"
    render_distance: 19
    ray_tracing: false
  }

  audio: {
    master: 70
    music: 69
    sfx: 95
    voice: 76
  }

  controls: {
    sensitivity: 1.9
    invert_y: false
    vibration: true
  }
}

See Also