Config File

Config = {}

Config.Language = "en" -- UI Language (en and pl supported)

Config.FuelDisplay = true -- change to false if you don't need fuel level status
Config.FuelSystem = "default" -- set to okokgasstation if you are using it!
Config.ServerName = "OTHERPLANET"
Config.DiscordLink = "discord.gg/otherplanet"
Config.ServerLogo = "https://i.imgur.com/EljJ0z3.png"

Config.SettingsCommand = "hud" -- Command for hud settings

Config.ProgressBarCancelKey = "X" -- Default Key to cancel progressbar

Config.AlcoholStatus = false -- See how to configure alcohol status on https://docs.otherplanet.dev

Config.DefaultSettings = {
    water = "#0486ff", -- Thirst status color
    food = "#ffba26", -- Food status color
    health = "#f70000", -- Health status color
    mic = "#ffffff", -- Voice status color
    armour = "#9400f7", -- Armour status color
    staminacolor = "#34ebb7", -- Stamina Color
    alcoholcolor = "#34b7eb", -- Alcohol Color
    barshadow = "#ffffff", -- Speedometer shadow color
    barcolor = "#ffffff", -- Speedometer Color
    measurement = "KMH", -- Measurement "KMH" or "MPH"
    displayCorner = false, -- Displaying corner logo 
    displayLess = false -- Display icons only when less than 20%
}

Config.Translate = {
    CancelProgressbar = "Cancel Progressbar"
}

-- DOCS: https://docs.otherplanet.dev/scripts/hud
-- SUPPORT: https://discord.gg/otherplanet

Last updated