> For the complete documentation index, see [llms.txt](https://ayccoes-assets.gitbook.io/ayccoes-assets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayccoes-assets.gitbook.io/ayccoes-assets/ayc-multicharacter-v2/advanced-configuration.md).

# Advanced Configuration

#### Manual vs Automatic Camera

The script supports two types of camera configurations:

* **Manual Camera** : Specify exact camera coordinates and rotation.
* **Automatic Camera** : Use offsets to position the camera relative to the character.

#### Animations

Create animations for each character slot using animation dictionaries, animation names, and various scenarios.

An example of animations and dictionaries:

```lua
animation = {
            dict = "timetable@ron@ig_3_couch",
            name = "base",
            Prop = 'prop_cs_ciggy_01',
            PropBone = 28422,
            PropPlacement = {
                0.0,
                0.0,
                0.0,
                0.0,
                0.0,
                0.0
            },}
```

An example of scenarios:

```lua
animation = {scenario = "WORLD_HUMAN_AA_COFFEE"}
```
