ConfigurationAdvanced
Interiors
Learn how to configure interiors in your resource.
Learn how to configure interiors in your resource.
Follow these steps to add a new interior to your resource:
config.lua file in the resource folder.Config.Interiors table.'interior_name' with a unique identifier. This must not match any other interior and will be used to reference it in other configurations.x, y, z, and heading with the cameras's location.x, y, and z in the rotation field with the camera's rotation.To set a default interior:
config.lua file in the resource folder.Config.DefaultInterior variable.'interior_name' with the identifier of the interior you want as default.