5E-Stage
Instructions on how to download and install the basics of 5E-Stage
Installation
Configure
Config = {}
Config.Debug = false -- Set to true to visualize zones
Config.MicrophoneZones = {
[1] = {
name = "Name Of The Zone", -- Unique identifier for the zone
coords = vector3(0, 0, 0), -- Coordinates for the zone's center point
length = 3.5, -- Length of the zone in meters
width = 3.5, -- Width of the zone in meters
height = 4.0, -- Height of the zone (used for vertical coverage)
spawnProp = true, -- Whether to spawn a prop (like a microphone stand) in the zone
heading = 340, -- Orientation of the zone in degrees
voiceRange = 90.0 -- Maximum distance for voice communication in the zone
}
}Last updated