For the complete documentation index, see llms.txt. This page is also available as Markdown.

Adding Scenes


For the scene in this video, UncleJust's MLO was used. To acquire it, visit the store. If you want to try it before purchasing download


Scenario Template

    [1] = {
        CreationCoord = vector4(-793.3184, 326.1401, 210.7966, 0.3146),

        Camera = {
            [1] = {
                [1] = vector4(-785.4409, 340.5381, 211.1972, 219.8637),
                [2] = vector4(-770.1366, 340.5328, 211.3971, 109.9675),
                [3] = vector3(-780.5374, 337.9056, 211.2320)
            },
            [2] = {
                [1] = vector4(-774.2054, 332.4662, 211.3980, 41.7216),
                [2] = vector4(-785.3057, 335.5513, 211.1966, 305.9687),
                [3] = vector3(-780.5374, 337.9056, 211.2320)
            },
            [3] = {
                [1] = vector4(-771.0763, 324.2425, 211.9971, 26.2532),
                [2] = vector4(-775.3474, 341.5302, 211.3969, 118.3775),
                [3] = vector3(-780.5374, 337.9056, 211.2320)
            },
        },

        Characters = {
            [1] = {
                Coords = vector4(-783.4901, 338.4356, 211.1971, 272.0472),
                Animation = {
                    Dict = "timetable@ron@ig_3_couch",
                    Name = "base",
                }
            },
            [2] = {
                Coords = vector4(-778.6499, 339.0019, 211.1971, 94.6678),
                Animation = {
                    Dict = "amb@prop_human_bum_shopping_cart@male@idle_a",
                    Name = "idle_c",
                }
            },
            [3] = {
                Coords = vector4(-779.6010, 333.4237, 211.1971, 3.4888),
                Animation = {
                    Dict = "amb@world_human_leaning@female@wall@back@holding_elbow@idle_a",
                    Name = "idle_a",
                }
            },
            [4] = {
                Coords = vector4(-781.6292, 336.4623, 211.1972, 0.1062),
                Animation = {
                    Dict = "timetable@maid@couch@",
                    Name = "base",
                }
            }
        }
    }

Last updated