โ๏ธFull Configuration Breakdown
๐น Server-Side & Client-Side (Lua) โ config.lua
config.luaConfig.debugMode = false -- Enables debug messages in console
Config.PrintPlayerConnecting = false -- Log player connection even if debug is offConfig.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 inConfig.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
}๐ธ Front-End / UI Config (JS) โ config.js
config.jsLast updated