βš™οΈFull Configuration Breakdown

πŸ”Ή Server-Side & Client-Side (Lua) β€” config.lua

πŸ”§ Core Settings

Config.debugMode = false              -- Enables debug messages in console
Config.PrintPlayerConnecting = false -- Log player connection even if debug is off

⏱ Fade Timings

Config.fadeOut = 500     -- Time (ms) to fade out screen after loading
Config.waitTime = 2500   -- Time (ms) before fade-in starts
Config.fadeIn = 2500     -- Time (ms) for screen to fade in

πŸŽ₯ Sky-to-Ground Transition

Config.transition = {
    enabled = true,
    startHeight = 500.0,
    randomDistance = 750.0,
    startDistance = 100.0,
    randomDirection = true,
    cameraPosition = nil,
    useCustomStartPosition = false,
    cameraHeading = nil,
    useCustomHeading = false,
    smoothHeading = true,
    fov = 120.0,
    transitionTime = 5000,
    fadeInTime = 1000,
    fadeOutTime = 500
}

πŸ’¬ Hooks (Optional Function Calls)


πŸ”Έ Front-End / UI Config (JS) β€” config.js

🧩 Server Name

πŸ–± Cursor

🎡 Music Options

🎬 Background Media

🎨 UI Colors

πŸ“ Layout Settings

🌐 Social Media Sidebar

🧾 Tabs

Need Help? Join FiveWorld Discord for config reviews and optimization! πŸš—πŸ’¨

Last updated