config.lua
Preview File Updated: v1.0.2 - 02/20/2026
Config = {}
-- SOUND SETTINGS
Config.SoundPath = "nui://orbit-growl/html/sounds/stomach_growl.ogg"
Config.volume = 0.2
-- DISTANCE SETTINGS
Config.AlertDistance = 8.0
-- HUNGER SETTINGS
Config.HungerThreshold = 30000 -- Hunger Scale: 30000 = 30% hungry
Config.CheckInterval = 120000 -- 2 minutes (good for most servers)
Config.MinSoundInterval = 180000 -- 3 minutes minimum between sounds
-- PERFORMANCE SETTINGS
-- These will auto-adjust based on server population
Config.EnableAutoScaling = true -- Automatically optimize based on player count
Config.CacheHungerDuration = 30000 -- 30 seconds (will scale up on large servers)
-- FRAMEWORK
Config.Framework = "ESX" -- "ESX", "QBCORE", "QBOX", or "AUTO"
-- DEBUG SETTINGS
Config.Debug = false -- Set to true for troubleshooting onlyLast updated