Server Modules
Server Module Guides
These pages document the authoritative server-side workflows in Forge.
Server Module Guides
These pages document the authoritative server-side workflows in Forge.
Most modules follow the same shape:
- Server SQF gathers game context and validates mission/runtime assumptions.
- The
forge_serverextension routes the request into the matching command group. - Services apply business rules through storage-agnostic repository traits.
- The extension persists durable state through SurrealDB adapters when needed.
Gameplay Domains
Forge Server Usage Examples
These examples use the domain command surface exposed by the extension. Persistence is handled by the server through SurrealDB.
Actor Usage Guide
The actor module stores persistent player character data: identity, loadout, position, direction, stance, contact fields, state, holster status, rank, and organization.