> For the complete documentation index, see [llms.txt](https://docs.space101.store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.space101.store/product-guides/smart-arges-script/premade-configs.md).

# Premade Configs

A couple of premade configs that come with the script

```lua
    ['19tahoeslick'] = {
        FirstLight = {
            arges_addon_base = {
                use = true,
                location = { x = -0.8890, y = 1.3770, z = 0.5850 }
            },
            arges_base = {
                location = { x = -0.0200, y = 0, z = 0.1390 }
            },
            arges_head = {
                location = { x = 0.0, y = 0.0, z = 0.0217 }
            },
        },
        SecondLight = {
            arges_addon_base = {
                use = true,
                location = { x = 0.8890, y = 1.3770, z = 0.5850 }
            },
            arges_base = {
                location = { x = -0.0200, y = 0, z = 0.1390 }
            },
            arges_head = {
                location = { x = 0.0, y = 0.0, z = 0.0217 }
            },
        }
    },
    ['18chargerslick'] = {
        FirstLight = {
            arges_addon_base = {
                use = true,
                location = { x = -0.8890, y = 1.1, z = 0.27 }
            },
            arges_base = {
                location = { x = -0.0200, y = 0, z = 0.1390 }
            },
            arges_head = {
                location = { x = 0.0, y = 0.0, z = 0.0217 }
            },
        },
        SecondLight = {
            arges_addon_base = {
                use = true,
                location = { x = 0.8890, y = 1.1, z = 0.27 }
            },
            arges_base = {
                location = { x = -0.0200, y = 0, z = 0.1390 }
            },
            arges_head = {
                location = { x = 0.0, y = 0.0, z = 0.0217 }
            },
        }
    },
    ['fpiu21tr'] = {
        FirstLight = {
            arges_addon_base = {
                use = true,
                location = { x = -0.90, y = 1.2, z = 0.55 }
            },
            arges_base = {
                location = { x = -0.0200, y = 0, z = 0.1390 }
            },
            arges_head = {
                location = { x = 0.0, y = 0.0, z = 0.0217 }
            },
        },
        SecondLight = {
            arges_addon_base = {
                use = true,
                location = { x = 0.90, y = 1.2, z = 0.55 }
            },
            arges_base = {
                location = { x = -0.0200, y = 0, z = 0.1390 }
            },
            arges_head = {
                location = { x = 0.0, y = 0.0, z = 0.0217 }
            },
        }
    },
```
