Overview
Timepoint Pro exports dialogs as Fountain screenplay format, a plain text markup language for screenwriting. Fountain files can be opened in Final Draft, Highland, Fade In, and other screenplay software. This format is ideal for:- Human-readable dialog visualization
- Screenplay software import
- Production planning
- Narrative review
Fountain Format Specification
Fountain uses simple markup conventions:Fountain Element Types
Scene Headings
All caps, begins with INT./EXT.:Action
Regular prose, describes what’s happening:Character Names
All caps, precedes dialog:Dialog
Follows character name:Parentheticals
Character direction in parentheses:Notes
Production notes in double brackets:Pro’s Fountain Generation
Timepoint Pro generates Fountain from simulation data:Title Page
Scene Structure
- Scene heading: Generated from timepoint location and time
- Atmosphere description: From M10 atmosphere entity
- Character introductions: On first appearance
- Interleaved action and dialog: Action beats alternate with dialog turns
- Visual notes: Production notes from scene metadata
Atmosphere Mapping
Atmosphere tensors → prose descriptions:| Tension | Formality | Description |
|---|---|---|
| > 0.7 | > 0.7 | ”The atmosphere is tense and formal” |
| < 0.3 | < 0.3 | ”The mood is relaxed and casual” |
| > 0.7 | < 0.3 | ”The atmosphere is tense but casual” |
> 0.5: “positive energy fills the space”< -0.5: “negativity hangs in the air”
< 0.3: “Individuals seem disconnected”
Character Formatting
Entity IDs → character names:Export Configuration
Enable Fountain export inOutputConfig:
Using ExportFormatFactory
Export Pipeline
Example: Mars Mission Portal
From EXAMPLE_RUN.md:- Scenes: 6 (one per timepoint)
- Characters: 4 crew members
- Dialog turns: 78 total
- Temporal mode: PORTAL (backward from 2031 failure to 2026 origin)
- Cost: $0.18
Compression
Fountain exports support gzip and bz2 compression:Screenplay Software
Fountain files open in:- Highland 2 (macOS)
- Fade In (cross-platform)
- Final Draft (via import)
- WriterDuet (web)
- Slugline (iOS)
Additional Export Formats
Timepoint Pro also exports:- PDF: Industry-standard screenplay PDFs with Courier 12pt
- Storyboard JSON: Structured JSON for programmatic access
- Markdown: Human-readable narrative format
Fountain Specification
Full spec at fountain.io/syntax Key features:- Plain text (version control friendly)
- No proprietary format
- Widely supported
- Human readable and writable
See Also
- TDF Format - Timepoint Data Format
- JSONL Training Data - ML training format
- SQLite Export - Queryable database
- Script Generator
- Fountain Formatter

