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.
| File | Readable | What it's for |
|---|---|---|
shared/config.lua | Yes | Every setting, default and on-screen string. See each script's Configuration page. |
client/demo.lua | Yes | Working examples of every export, useful as a starting point for your own scripts. |
universal_bridge/ | Yes, entirely | The integration layer other scripts target. It ships unencrypted on purpose. |
| Everything else | No | The 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.
