GenZeeDocs

What you can edit

Which files are readable in the escrowed release, and why.

Universal products ship through the Cfx.re escrow system. The code is encrypted so it only runs on servers owned by the buyer's account, but the parts you're meant to change stay readable.

FileReadableWhat it's for
shared/config.luaYesEvery setting, default and on-screen string. See each script's Configuration page.
client/demo.luaYesWorking examples of every export, useful as a starting point for your own scripts.
universal_bridge/Yes, entirelyThe integration layer other scripts target. It ships unencrypted on purpose.
Everything elseNoThe product itself.

Translating

Every word a player sees is in Config.Locale inside shared/config.lua. The keys stay stable between versions, so your translation survives updates. Keep a copy of your edited config before updating.

On this page