Locations & Backgrounds
Configure the character selection backgrounds and camera locations.
📍 Configuration File
config/locations.lua🎬 Location Structure
local Locations = {}
Locations.List = {
{
id = 1,
label = 'Location Name', -- Display name
img = 'location-1', -- Image filename
coords = vec4(x, y, z, heading), -- Camera/player position
},
-- More locations...
}
return Locations⚙️ Location Properties
Property
Type
Description
🖼️ Adding Custom Backgrounds
Step 1: Choose a Location In-Game
Step 2: Take a Screenshot
Step 3: Add the Image
Step 4: Add to Config
📋 Default Locations
🎥 Camera Behavior
Camera Settings
🌤️ Weather Configuration
✨ Effects Configuration
🎭 Animation Configuration
🖼️ Image Guidelines
Recommended Specifications
Property
Value
Tips for Good Screenshots
📋 Complete Example
❓ Troubleshooting
Image Not Showing
Wrong Camera Position
Last updated