Scream Tracker 3 module
From Just Solve the File Format Problem
(Difference between revisions)
m (Halftheisland moved page S3M to Scream Tracker 3 module) |
(→Sample files) |
||
(17 intermediate revisions by 7 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Audio and Music | |subcat=Audio and Music | ||
|extensions={{ext|s3m}} | |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 19: | Line 23: | ||
* [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.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://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/ ScreamTracker v3.01 beta, v3.03 beta, v3.20 and v3.21] | + | * [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 == | ||
+ | * {{DexvertSamples|music/s3m}} | ||
+ | * {{DexvertSamples|audio/screamTrackerSample}} | ||
+ | * [ftp://ftp.modland.com/pub/modules/Screamtracker%203/ Example .s3m files] | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | * [[Scream Tracker 1 & 2 module]] |
Latest revision as of 03:42, 18 February 2024
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