Skip to content

Config Builder

Build a MEDUSA_CONFIG table interactively. Adjust the settings below and copy the generated Lua into a DO SCRIPT trigger that runs before loading Medusa. Fields left at their default values are omitted from the output to keep the config minimal.

NAME
COALITION
PREFIX
BORDER ZONES
MEDUSA_CONFIG
MEDUSA_CONFIG = {
    Networks = {
        {
            name = "RED",
            coalition = "red",
            prefix = "iads",
        },
    },
}
Only non-default values are included in the output.
Paste this into a DO SCRIPT trigger before loading Medusa.