Scream Tracker 3 module
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with " == Description == S3M files are modules created by Scream Tracker v3.0 and up. It was developed for DOS by Finnish demo group Future Crew. Scream Tracker 3 modules support ...") |
(Add Schism Tracker to Software. Add The Mod Archive to Sample files.) |
||
(24 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{FormatInfo | |
+ | |formattype=electronic | ||
+ | |subcat=Audio and Music | ||
+ | |extensions={{ext|s3m}} | ||
+ | |pronom={{PRONOM|fmt/718}} | ||
+ | |wikidata={{wikidata|Q1461901}} | ||
+ | |kaitai struct=s3m | ||
+ | }} | ||
== Description == | == Description == | ||
− | + | '''.s3m''' (Scream Tracker 3 Module) files are modules created by Scream Tracker v3.0 and up. It was developed for DOS by Finnish demo group Future Crew. | |
− | Scream Tracker 3 modules support up to 100 8-bit samples, 32 channels, 100 patterns and 256 order positions. | + | Scream Tracker 3 modules support up to 100 8-bit samples, 32 channels, 100 patterns and 256 order positions. FM instruments can also be specified, although not all implementations support this feature. |
− | Versions of Scream Tracker prior to v3.0 created [[STM]] modules. | + | Versions of Scream Tracker prior to v3.0 created [[Scream Tracker 1 & 2 module|STM]] modules. |
+ | |||
+ | Standalone sample files for scream tracker have extensions .snd, .s3i or .smp | ||
== Information == | == Information == | ||
Line 12: | Line 21: | ||
* [http://hackipedia.org/File%20formats/Music/Sample%20based/html/s3mformat.html S3M Specifications] | * [http://hackipedia.org/File%20formats/Music/Sample%20based/html/s3mformat.html S3M Specifications] | ||
* [http://wiki.multimedia.cx/index.php?title=Scream_Tracker_3_Module MultimediaWiki - Scream Tracker 3 Module] | * [http://wiki.multimedia.cx/index.php?title=Scream_Tracker_3_Module MultimediaWiki - Scream Tracker 3 Module] | ||
+ | * [http://hackipedia.org/File%20formats/Music/Sample%20based/text/Scream%20Tracker%203.01%20BETA%20File%20Formats%20And%20Mixing%20Info.ascii.txt.utf-8.txt ScreamTracker 3.01 BETA File Formats and Mixing Info] | ||
+ | * [http://hackipedia.org/File%20formats/Music/Sample%20based/text/Scream%20Tracker%203.20%20file%20format.cp437.txt.utf-8.txt Scream Tracker 3.20 File Formats And Mixing Info] | ||
+ | * [http://www.textfiles.com/programming/FORMATS/s3m-form.txt Another copy of this file] | ||
+ | * [http://www.textfiles.com/programming/FORMATS/stracker.pro Still another version] | ||
+ | * [http://16-bits.org/s3m/ The above, with some additional notes / corrections] | ||
+ | * [ftp://ftp.modland.com/pub/documents/format_documentation/FireLight%20S3M%20Player%20Tutorial.txt S3M Player Tutorial by FireLight] - step-by-step guide to writing an S3M player. The [ftp://ftp.modland.com/pub/documents/format_documentation/FireLight%20MOD%20Player%20Tutorial.txt MOD Player Tutorial] should be read prior to this. | ||
+ | * [http://www.textfiles.com/programming/FORMATS/admusfmt.pro 1994 discussion of "advanced music formats" that covers Scream Tracker 3.0] | ||
== Software == | == Software == | ||
=== Scream Tracker === | === Scream Tracker === | ||
− | * ftp://ftp.modland.com/pub/trackers/DOS/Scream%20Tracker%203/ | + | * [ftp://ftp.modland.com/pub/software/trackers/DOS/Scream%20Tracker%203/ ScreamTracker v3.01 beta, v3.03 beta, v3.20 and v3.21] |
* [http://www.scene.org/file.php?file=%2Fdemos%2Fgroups%2Ffuture_crew%2Fother%2Fscrmt321.zip&fileinfo Scream Tracker v3.21] | * [http://www.scene.org/file.php?file=%2Fdemos%2Fgroups%2Ffuture_crew%2Fother%2Fscrmt321.zip&fileinfo Scream Tracker v3.21] | ||
=== Playback === | === Playback === | ||
* [http://mikmod.shlomifish.org/ MikMod] - Linux | * [http://mikmod.shlomifish.org/ MikMod] - Linux | ||
+ | * [http://xmp.sourceforge.net/ Extended Module Player] | ||
+ | * [https://zxtune.bitbucket.io/ zxtune] | ||
=== Other === | === Other === | ||
* [http://www.modplug.com/trackerinfo.html MODPlug Tracker] allows you to compose and convert in a number of module formats, including S3M | * [http://www.modplug.com/trackerinfo.html MODPlug Tracker] allows you to compose and convert in a number of module formats, including S3M | ||
+ | * [https://schismtracker.org/ Schism Tracker] supports a number of module formats, including S3M, and allows some S3M modifications | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|music/s3m}} | ||
+ | * {{DexvertSamples|audio/screamTrackerSample}} | ||
+ | * [ftp://ftp.modland.com/pub/modules/Screamtracker%203/ Example .s3m files] | ||
+ | * [https://modarchive.org/index.php?request=view_by_list&format=S3M&query=A The Mod Archive list of files with S3M format] | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | * [[Scream Tracker 1 & 2 module]] |
Latest revision as of 16:49, 9 August 2025
Contents |
[edit] Description
.s3m (Scream Tracker 3 Module) files are modules created by Scream Tracker v3.0 and up. It was developed for DOS by Finnish demo group Future Crew.
Scream Tracker 3 modules support up to 100 8-bit samples, 32 channels, 100 patterns and 256 order positions. FM instruments can also be specified, although not all implementations support this feature.
Versions of Scream Tracker prior to v3.0 created STM modules.
Standalone sample files for scream tracker have extensions .snd, .s3i or .smp
[edit] Information
- S3M Specifications
- MultimediaWiki - Scream Tracker 3 Module
- ScreamTracker 3.01 BETA File Formats and Mixing Info
- Scream Tracker 3.20 File Formats And Mixing Info
- Another copy of this file
- Still another version
- The above, with some additional notes / corrections
- S3M Player Tutorial by FireLight - step-by-step guide to writing an S3M player. The MOD Player Tutorial should be read prior to this.
- 1994 discussion of "advanced music formats" that covers Scream Tracker 3.0
[edit] Software
[edit] Scream Tracker
[edit] Playback
- MikMod - Linux
- Extended Module Player
- zxtune
[edit] Other
- MODPlug Tracker allows you to compose and convert in a number of module formats, including S3M
- Schism Tracker supports a number of module formats, including S3M, and allows some S3M modifications
[edit] Sample files
- dexvert samples — music/s3m
- dexvert samples — audio/screamTrackerSample
- Example .s3m files
- The Mod Archive list of files with S3M format