Iconix StudiosDocs

Setup

Configuration Standards

How to edit Iconix configuration files without breaking update paths or production behavior.

Configuration principles

Keep local changes deliberate, documented, and easy to reapply after updates.

Do not hard-code player identifiers in unrelated logic.

Prefer adapter configuration over editing core files.

Keep a copy of changed config files in version control.

Environment-specific values

Separate staging and production values when a resource connects to permissions, Discord roles, or external APIs.

Before release

Treat config changes like releases.

  1. Test normal flow.
  2. Test permission denial.
  3. Test resource restart.
  4. Test player reconnect.
  5. Document changes.

Need product-specific instructions?

Open the related product documentation from the sidebar, or ask Iconix support with your framework and dependency list.