Skip to content
Tsu edited this page Jun 5, 2026 · 4 revisions

Stratum Wiki

Start with the config pages, then use the feature deep dives for patch-level behavior.

Pages

Source of Truth

  • Config models in sources/VintagestoryLib/Vintagestory.Server/StratumConfig.cs
  • Runtime behavior in sources/VintagestoryLib/Vintagestory.Server/
  • Patched behavior in patches/

Each page should map behavior to one or more of:

  • StratumConfig settings
  • runtime classes in sources/VintagestoryLib/Vintagestory.Server/
  • patch files in patches/

Reading Order

  1. Server Config
  2. Feature Index
  3. Performance
  4. Hardening
  5. Commands and Identity
  6. Detection and Compatibility

Writing Rule

If a statement cannot be tied to config/runtime/patch code, treat it as a hypothesis and do not write it as fact.

Clone this wiki locally