S3maphoreDocs
guide

S3maphore Documentation

Guides and API reference for creating playlists and integrating with S3maphore.

S3maphore is an open playlist engine for OpenMW. This manual separates the fast path for playlist authors from the detailed reference for integrations and tooling.

Choose your path

Start with Getting Started if this is your first S3maphore playlist. Use Playlist Authoring when you are shaping a larger music pack. The API Reference is the lookup room for the PlaylistEnvironment, metadata, settings, loading, events, state, and rules. Examples show the pieces working together.

If your mod currently polls actors from onUpdate, read the shared actor-polling hook. S3maphore already performs the player-side traversal; an actor-local handler can replace per-actor update work without adding another scheduler.