Scream Tracker 3 module
From Just Solve the File Format Problem
(Difference between revisions)
m (Add breadcrumb header) |
m (Add Kaitai Struct, Wikidata) |
||
| (19 intermediate revisions by 5 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. |
== Information == | == Information == | ||
| Line 21: | Line 19: | ||
* [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 | ||
| + | |||
| + | == Sample files == | ||
| + | * https://telparia.com/fileFormatSamples/music/s3m/ | ||
| + | * [ftp://ftp.modland.com/pub/modules/Screamtracker%203/ Example .s3m files] | ||
| + | |||
| + | == See Also == | ||
| + | |||
| + | * [[Scream Tracker 1 & 2 module]] | ||
Revision as of 15:41, 16 September 2023
Contents |
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.
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
Software
Scream Tracker
Playback
- MikMod - Linux
- Extended Module Player
- zxtune
Other
- MODPlug Tracker allows you to compose and convert in a number of module formats, including S3M