Premade Configs

Optional Configs

A couple of premade configs that come with the script

    --Space101 Matrix Tahoe
    ['19tahoeslic'] = {
        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 = { --attaches to arges_base
                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}
            }, 
        }
    },
    
    --Space101 Matrix Charger
    ['18chargersl'] = {
        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} --Rotate 180
            },
            arges_base = {
                location = {x=-0.0200, y=0, z=0.1390}
            },
            arges_head = { 
                location = {x=0.0, y=0.0, z=0.0217}
            }, 
        }
    },
    
    --Space101 Matrix 2020 FPIU
    ['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}
            }, 
        }
    },

Last updated