Usage
Options
Base path for runtime files.Default: Per-user OS data directoryReplays are searched under
base-dir/replays/Alias for
--base-dir.Enable ANSI colors in table output.Use
--no-color to disable.Output Format
Displays a formatted table with:Columns
Replay filename relative to replays directory.
Game mode with color coding:
- survival — Survival mode
- rush — Rush mode
- quest X.Y — Quest level
- typo — Typ-o-Shooter
survival 2pGame version that created the replay.Color coding:
- Green — Current version
- Yellow — Older version
- Red — Invalid/error
Total simulation ticks in replay.
Formatted duration (MM:SS or HH:MM:SS).Calculated from ticks and tick rate (typically 60 tps).
Final score/XP claimed in replay header.
Total creature kills claimed in replay header.
File modification timestamp.Format:
YYYY-MM-DD HH:MMExamples
List All Replays
Disable Colors
Custom Runtime Directory
Pipe to File
Sorting
Replays are sorted by modification time (newest first), then by filename.Error Handling
No Replays Found
Corrupted Replays
Invalid replay files are included with error status:Version Mismatch
Old replay versions are highlighted in yellow:File Discovery
Searches recursively underbase-dir/replays/:
.crd extension are processed.
Performance
Listing is fast even with hundreds of replays:- Replays are parsed lazily (header only)
- No full simulation required
- Metadata extracted from replay header
Terminal Width
Table output uses 200-column width by default. Adjust terminal size for best results.See Also
- replay play — Play back a replay
- replay verify — Verify replay integrity
- Replay System — Overview