# Live Config Settings (MML)

{% hint style="success" %}
verified: 2025-11-19 version: v39
{% endhint %}

There are a few Live Config settings that can be used to configure and debug the Crowd Rendering system. These are all found in the `Game` live config section.

## Settings

**Carnival.DontUseCarnivalForForcedForeground**

Certain player roles can be set to always be in the network foreground, for example important 'presenter' characters in events. If set, these characters won't render with Carnival and will instead use the default Unreal renderer (only applied if they're using an MML avatar).

**Carnival.MaxConcurrentEncodes**

The number of GLB meshes that will be encoded concurrently. A high number can impact client performance when players use an MML character made up of multiple GLBs, but a lower number will delay when the avatar is visible to other clients.

**Carnival.NumMeshesReservedForAttachments**

Each player can use a total of 12 MML meshes. If you use MML attachments in your projects, set this to the maximum number of attachments that a player can equip at once - this will ensure that the attachment meshes are rendered instead of character meshes (if the player is using an MML with many meshes).

**Carnival.UseCarnivalForAuthClient** (experimental)

The local player character is currently not rendered using Carnival by default. It can be enabled with the setting which may give some performance benefits.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.otherside.xyz/platform-documentation/creation/unreal-development/features-and-tutorials/the-animated-crowd/live-config-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
