Search for "SET": 142 matches

F. mod docs by Firelight
/code/audio/docs/fmoddoc.zip
10 Jan 1997 (catalog date)
83,795 bytes
Download FTP scene.org
Rating:
Firelight's mod format description - The perfect text file for someone who is writing a mod player especially first timers. Assumes knowledge of programming and doesn't cover details of sound card specific issues, like setting up a DMA transfer or initializing the sound card.

Tnt's Mod Player by ByteRaver of TNT, NO-ID
/code/audio/players/tnt-mp11.zip
10 Jun 1998 (catalog date)
306,622 bytes
Download FTP scene.org
This is a .MOD, .WOW player for DOS or a W95 DOS BOX. It supports the GUS and SoundBlaster. Features are interpolative mixing routines (stereo with panning effects), 5 octaves, 1 to 32 channels, _ALL_ MOD types supported, very powerful .MOD loader, MIDAS-alike setup. full pascal and asm source is included. Info about programming mixing routines is included, too.

Fake demo source by Pelusa
/code/demosrc/demos/fakedemo.zip
10 Jan 1997 (catalog date)
335,424 bytes
Download FTP scene.org
Rating:
Sources for a demo with a sinus waver, wormhole, rotating landscape, fire, scrollie, shadebobs, lens, mandelbrot set zoomer - Comments for proceedures, many parts, lots to look over. Clean code too. (old cheesy necros music. :)

Chaotic Fractal Screensaver by Magister of Phazix
/code/effects/fractal/mfract.zip
24 Apr 1998 (catalog date)
16,607 bytes
Download FTP scene.org
A screensaver of sorts (plain DOS only, no Windows 95) that zooms into the Mandelbrot set and animates the Julia set. Source code included. Also includes a text file that explains fractals and how to generate them. Text, assembler, protected-mode.

plassm by James Johnson
/code/effects/plasma/plasexp.zip
10 Jan 1997 (catalog date)
3,400 bytes
Download FTP scene.org
Rating:
Simple plasma example - Based on code by Jare/Iguana. Nice comments on the setting of mode-X.

Real Memory by Chatter
/code/hardware/memory/realmem.zip
10 Jan 1997 (catalog date)
10,850 bytes
Download FTP scene.org
Rating:
Supposedly gets you past the 64k barrier in real mode - I have no clue what compiler this is supposed to compile for. It uses opcodes not allowed in BC's inline assembler, watcom doesn't use that kind of inline assembler (and doesn't need this extender anyway), and this is pointless for djgpp which only compiles 32bit pmode apps. I have neither TC (but considering that's a sub-set of BC I can assume it won't work) nor Quick C (but that's so old, it's inline assembler's probably incomplete too).

Protect by Denis Marer
/code/hardware/pmode/protect.zip
10 Jan 1997 (catalog date)
15,056 bytes
Download FTP scene.org
Rating:
Some source code for getting into pmode - Good comments, but doesn't set up much of a programming environment. Has no support for DPMI nor real mode call backs.

Fake mode by Yaka of Xography
/code/hardware/video/fakemode.zip
10 Jan 1997 (catalog date)
126,776 bytes
Download FTP scene.org
Rating:
A tweak mode for high color resolution on a VGA - Great explanation of how to set up such a video mode. Pre-dates illumanati and ambience by Tran.

Mode Switching Routines by Jeff Morgan
/code/hardware/video/modsrc21.zip
17 Jan 1999 (catalog date)
18,402 bytes
Download FTP scene.org
Rating:
These routines set different vga video modes without using the bios routines.

S3 TPU unit by Dietmar Meschede
/code/hardware/video/s3unit3.zip
10 Jan 1997 (catalog date)
16,549 bytes
Download FTP scene.org
Rating:
Source to set 320x240x256 and 640x480x256 modes with 1MB addressing on S3 chips - Doesn't directly say how to access that video memory or what to do with it. Now adays one should simply use the VESA BIOS.

SVGA Tricks by Type One of Pulpe
/code/hardware/video/t1svga11.zip
17 Jan 1999 (catalog date)
14,657 bytes
Download FTP scene.org
Rating:
Contains a lot of information about setting specific modes, including some very weird ones, about accelerating specific videocards, etc.

Tweakdoc.txt by Vulture
/code/hardware/video/tweakdoc.zip
10 Jan 1997 (catalog date)
5,522 bytes
Download FTP scene.org
Rating:
A doc for setting mode X and some other tweak modes - It doesn't explain much (really anything) about how to use the mode.

Multipage VGA Library by Lin Ke-Fong
/code/library/mpvga10.zip
01 Dec 1997 (catalog date)
84,061 bytes
Download FTP scene.org
Rating:
VGA library by Lin Ke-Fong. Very good tweaked vga library. It automaticaly detects the vga card to offer as much functionality as possible instead of using the standard vga settings only like most libraries do.

Tutorial #10 by Denthor of Asphyxia
/code/tutors/denthor/tut10.zip
11 Jan 1997 (catalog date)
10,370 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:X-mode - Explains how to use mode-x and how it can be helpful. Doesn't dwell on setting the mode.

VGA-vulture by Vulture
/code/tutors/video/vga-vul3.zip
10 Jan 1997 (catalog date)
14,233 bytes
Download FTP scene.org
Rating:
3d rotation example - Does 3 sets of 2-d rotation.

VGA-vulture by Vulture
/code/tutors/video/vga-vul4.zip
10 Jan 1997 (catalog date)
9,013 bytes
Download FTP scene.org
Rating:
3d rotation example - Does 3 sets of 2-d rotation. See /code/tutorials/video/vga-vul2.zip

Cirrus 542x Booster.
/code/utils/graphics/cirboost.zip
26 Feb 1998 (catalog date)
88,929 bytes
Download FTP scene.org
Rating:
TSR that accelerates vga cards with a Cirrus 542x chipset.

Vfixppsl - Vesa Fix Pixels Per Scan Line by Saint
/code/utils/graphics/vfixppsl.zip
12 Jun 1998 (catalog date)
2,392 bytes
Download FTP scene.org
This little TSR sets the number of pixels per scan line to match the x resolution of the visible screen. Usefull for demos / games that assume the logical width of a scan line to be equal to the physical width. Includes ASM source code.

Text Mode FLI/FLC Player
/code/video/txtfli.zip
06 Oct 1996 (catalog date)
99,695 bytes
Download FTP scene.org
Rating:
Buggy mode set, only worked in a dos box from win '95. Had information about the text mode demo compo and was rather impressive for what it did. Otherwise, tight code for what it does, sparce, useless comments.

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut1.zip
19 Jan 1998 (catalog date)
15,071 bytes
Download FTP scene.org
Rating:
Windows Tutorial 1. Denthor's back with some tutorials on windows graphics program. I (and he) recommend that you still get another reference (like a *gasp* book) if you know absolutely nothing about programming windows and intend to get serious about it. The tut has just enough info to grasp how windows works, the mindset needed for coding, and some basic messages windows can throw at you. Good for the ultra-beginner with windows. (Oh, the example here is a star field)

4 Kings by Orange
/demos/1994/0-9/4kings.zip
29 Jun 1996 (catalog date)
57,584 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 10
A nice, unique look to this demo sets it apart from others. Lots of mathematical based code. Opens up with four grahpics in the corners and a bouncing pixel that opens up to the title. Good design doesn't stay with any one routine for too long.

Mousetro v.2 by BPC
/demos/1995/b/bpc.zip
29 Jun 1996 (catalog date)
70,020 bytes
Download FTP scene.org
Rating:
Released at event ENL95 in the demo division and ranked XX

Mousetro by Solar Designer of BPC
/demos/1995/m/mousetro.zip
30 Jun 1996 (catalog date)
31,159 bytes
Download FTP scene.org
Rating:

Mousetro 2 by Solar Designer of BPC
/demos/1995/m/mtro2fix.zip
30 Jun 1996 (catalog date)
22,235 bytes
Download FTP scene.org
Rating:

Rosetro #2 by Overlook
/demos/1995/r/rosetro.zip
30 Jun 1996 (catalog date)
95,187 bytes
Download FTP scene.org
Rating:

Keltaiset Sivut by MFX
/demos/1996/m/mfx_kel.zip
30 Jun 1996 (catalog date)
44,865 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the in64 division and ranked XX

Reset by Diabolic Force
/demos/1997/d/d4z_res.zip
04 May 1997 (catalog date)
66,881 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the in64 division and ranked 11
,,GUS,

Plasma Collection by SET
/demos/1997/p/placol11.zip
02 Feb 1998 (catalog date)
167,959 bytes
Download FTP scene.org
selectable plasma effects in various resolutions - 386,,,

Tsetse by Rectum Cauda
/demos/1998/r/rc-tse.zip
16 May 1998 (catalog date)
7,544 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the in4k division and ranked 03
,,Adlib,

A Fudged Demo Session by Seth
/graphics/images/1995/f/fudged.zip
04 Jul 1996 (catalog date)
18,401 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the grfx division and ranked ??

Sunset by ???
/graphics/images/1995/s/sunset.zip
04 Jul 1996 (catalog date)
19,090 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the grfx division and ranked ??

Isabelle by X-Man of Sunset Design
/graphics/images/1996/i/isabelle.zip
06 May 1998 (catalog date)
62,506 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the grfx division and ranked 11
640x400x256

Koeputkilapset by Primon
/graphics/images/1996/k/koeputk5.zip
04 Jul 1996 (catalog date)
17,054 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the grfx division and ranked 07

Jakoob by Seth, Echo
/graphics/images/1997/f/fdg_jpic.zip
17 Jun 1997 (catalog date)
12,742 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the grfx division and ranked ??
320x200x256

Cannibal by Seth of Fudge
/graphics/images/1997/p/pixel_14.zip
06 May 1998 (catalog date)
53,431 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
320x200x256

Summertime by Seth of Fudge
/graphics/images/1998/s/summerti.zip
11 Sep 1998 (catalog date)
207,301 bytes
Download FTP scene.org
Rating:
Released at event SE98 in the grfx division and ranked 01
640x480x256

Sunset 2 by Phantasma of Hoax Arts
/graphics/images/1998/s/sunset2.zip
10 May 1998 (catalog date)
59,139 bytes
Download FTP scene.org
Rating:

Djeunz by X-Man of Sunset design, Procreation
/graphics/images/1998/x/x_djeunz.zip
17 Mar 1998 (catalog date)
29,296 bytes
Download FTP scene.org
Rating:
Released at event VOL4 in the grfx division and ranked ??
320x240x256

Elbow by X-Man of Sunset-Design, Procreation
/graphics/images/1998/x/x_elbow.zip
10 May 1998 (catalog date)
26,330 bytes
Download FTP scene.org
Rating:
Released at event LTP2 in the grfx division and ranked 02
320x256x256

Mr. Bean by X-Man of Sunset design, Procreation
/graphics/images/1998/x/x_mrbean.zip
17 Mar 1998 (catalog date)
29,547 bytes
Download FTP scene.org
Rating:
Released at event AST97 in the grfx division and ranked 06
320x240x256

Grafx 2.00 96.3 by Sunset Design
/graphics/programs/editors/gfx2a963.zip
10 May 1998 (catalog date)
469,851 bytes
Download FTP scene.org
Rating:
Multi-resolution bitmap paintprogram

Grafx 2.00 Beta 96.1 by Sunset Design
/graphics/programs/editors/gfx2b961.zip
10 Mar 1998 (catalog date)
463,206 bytes
Download FTP scene.org
Rating:
Multi-resolution bitmap paintprogram

Setmode 1.0 by Post Mortem
/graphics/programs/mode/setmode.zip
13 Sep 1997 (catalog date)
49,192 bytes
Download FTP scene.org
use 320x200x256c programs in non-standard resolutions

Sunset by Wolfgang of Bilogic
/music/contests/mc5/intermed/m5i-snst.zip
29 Aug 1997 (catalog date)
444,548 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I07

One Way Trip by setteragic
/music/contests/mc6/rookie/m6r-owtr.zip
28 Mar 1999 (catalog date)
576,426 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Retalliation by Setecjp
/music/contests/mc6/veteran/m6v-reta.zip
28 Mar 1999 (catalog date)
419,402 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Xm2Mid Package by brekeke of brekekek
/music/programs/convert/xm2mid.zip
21 Jan 1997 (catalog date)
120,598 bytes
Download FTP scene.org
Converts Fasttracker II's extended modules to standard midi files. Effects: Set Volume, Jump loop, Position jump, Set Speed/BPM, Pattern break

Master Mixer v5.1
/music/programs/mixers/mm5_1.zip
21 Jan 1997 (catalog date)
90,960 bytes
Download FTP scene.org
Full range SB mixer (All functions) Undocumented controls enabled! Automatic "clicks" removal. Can save 6 different mixing configs. Can replace ALL SB drivers at BOOT. Boots your PC (DOS) in a second. Unlimited number of Special Effects. User definable Chorus/Reverb+editor. [v5.1:Fix OPL3, AWE32, PC Spk level.] Does DSP Reset, EMU Reset. Win95 Ok! Can enable/disable any function. Command-line "QuickLoading" (tm) Sets your mixer in 1/4th a second!

Replacement for SB??SET.EXE
/music/programs/mixers/sbmix10.zip
09 Sep 1996 (catalog date)
9,569 bytes
Download FTP scene.org

Analogic Virtual Synth V1.1 by Rob, GdH of NewStyle
/music/programs/players/alogic11.zip
12 Sep 1997 (catalog date)
148,433 bytes
Download FTP scene.org
Analogic v1.1 realtime virtual analogue synthesizer. Requires MSDOS, VBE2.0 or S3 chipset for the 640x480x256 LFB videomode and a soundcard: SB16, SB16ASP, AWE or GUS. Can write WAV files too. Full version. Now with SB MIDI support.

AWE32 Reset for Cubic Player v1.6
/music/programs/players/awereset.zip
10 Sep 1996 (catalog date)
8,511 bytes
Download FTP scene.org

GMOD v1.3
/music/programs/players/genmod.zip
20 Apr 1997 (catalog date)
433,735 bytes
Download FTP scene.org
GMOD V1.3 GENERIC-MODule music player for DOS converts MOD, S3M, MTM, 669, FAR, MED, STM & ULT music files to the new .GDM format & then plays elegent stereo music thru a variety of sound cards (GUS, SB1x, SB2x, SBPro, and PAS) Includes setup and music format conversion utilities. Register and get a 2 disk set with ZIP support/more and free audio CD player. NEW

Judas Sound System V2.06y by Yehar, Cadaver
/music/programs/players/jdas206y.zip
07 Jun 1998 (catalog date)
438,873 bytes
Download FTP scene.org
Judas v2.06y Apocalyptic Softwaremixing Soundsystem for Watcom 32bit flat mode. Supports: SB/SBPRO/SB16/GUS/WAV-writer. Modules: XM/MOD/S3M. Samples: WAV/raw. Quality mixer gives you the best sound quality you can get today, clicker free (without touching sharp percussions), mixed with 32bit precision. Cubic interpolation reproduces samples with good treble response and very low distortion. Fast mixer is the ultra-fast alternative, suitable for games and demos. A player, examples, documents and full sources are included. Judas is free to be used for any purpose. New in this version: fixes, enhanced quality mixer, distortion indicator, true volume meters, song looping settings, rewinding and forwarding, Watcom 11.0 support.

Mikit 0.09 For Win95 And Nt by Jean-Paul Mikkers
/music/programs/players/mikit090.zip
27 Aug 1997 (catalog date)
92,776 bytes
Download FTP scene.org
Impulse Tracker Module player for Windows '95 / NT drag & drop, playlist, easy audio setup Req. hardware: 486+ , Win95/NT supported soundcard

The Pulse 0.90 by Ladislav Lostak of Unreal
/music/programs/players/pulse090.zip
20 Sep 1998 (catalog date)
1,009,064 bytes
Download FTP scene.org
New Czech player of all types of mods, mp3 and wav for Win95/98/NT. The newest beta version brings completely rebuilt system based on "components" (allows to add new features, e.g. new format loader, just by adding the dll library to the directory), new design structure (non-rectangle windows, animated buttons, ...} that allows to change design on-fly while playing, and WinAMP skins support with non-observed differences, 12-parameter Reverb editor with presets saving, simple playlist editor, pop-up menu on right-click, external tools for associating extensions and Systray, several new (and splendid) designs, nice splash-screen on start, sid format support (Commodore 64), full-customizable taskbar using "Captions", and lots of more features which are to be improved in upcoming versions. Supports 669, far, fnk, it, m15, mdl, med, mod, mtm, mp1/2/3, nst, raw, s3m, sid/dat, stm, ult, wav, wow and xm.

Tnt's Mod Player by ByteRaver of TNT, NO-ID
/music/programs/players/tnt-mp10.zip
21 Apr 1998 (catalog date)
207,724 bytes
Download FTP scene.org
This is a .MOD, .WOW player for DOS or a W95 DOS BOX. It supports the GUS and SoundBlaster. Features are interpolative mixing routines, 5 octaves, 1 to 32 channels, _ALL_ MOD types supported, very powerful .MOD loader, MIDAS-alike setup. full pascal and asm source is included. Info about programming mixing routines is included, too.

Universal Module Player 32 V0.39a by Terry Chatman of none
/music/programs/players/u32-039a.zip
15 Jun 1998 (catalog date)
95,572 bytes
Download FTP scene.org
A pretty damn good module player with no quirks. Easy to setup & use. Supports loading of multiple modules, MOD/S3M/XM, Sound Blaster Series, Pro Audio Spectrum Series, & Microsoft Sound System sound cards and compatibles. Download this today

Metabolic Virtual File System 1.0 by Slater of Metabolic
/music/programs/unusual/mvfs.zip
12 Jun 1997 (catalog date)
36,850 bytes
Download FTP scene.org
MetaBolic Virtual File System is a set of DOS-based utilities which allow a user to create virtual links to files. This way a file can be present many times on your harddisk while using diskspace only once. The system is transparant to existing and future applications. Virtual files can be accessed just as if they were real files.

Tr-808 Patches For The Gus by Tek of OTM
/music/samples/808_gus.zip
20 Sep 1997 (catalog date)
153,835 bytes
Download FTP scene.org
These aren't samples from a true 808, they're from the RB-338. They do, however, sound REALLY close, are sampled at 44.1kHz/16bit, and sound a lot better than any of the other 808 patch sets I've heard. You may want to adjust the volumes a bit: they're all maximized. Included are kick, snare, clap, hihat (open and closed), crash cymbal, cowbell, and maracas. Sorry if you wanted the toms or congas or anything else, but I got lazy... Maybe I'll put those out soon.

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus3.zip
10 Sep 1996 (catalog date)
746,435 bytes
Download FTP scene.org
This is the third of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. Whereas the first and second collections (proteus1.zip and proteus2.zip) were a collection of melodic as well as percussion samples at 22kHz/16 bits, this one is percussion only at 44.1kHz/16 bits. Based on some good feedback (thanks Jester :-) I kept all samples very basic (no combos or riffs) for maximum usefulness. The quality is also better due to the fact that the sampling was done locally on the multisound as opposed to using a seperate PC. This has yielded some very quiet and crisp samples compared to the first sets of samples. Although the samples are in .wav format, they can be ported to .smp or almost any other using a program such as Goldwave. All samples are 44.1kHz, 16 bit and were created by playing different percussion notes on the multisound, and capturing them live to RAM and then to disk. Post editing was done to optimize gain and remove the dead space.

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus4.zip
11 Sep 1996 (catalog date)
1,495,900 bytes
Download FTP scene.org
This is the fourth and probably last in a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. In this collection, I've tried to sample unique sounds native only to the proteus synthesizer and that cannot be found in the General MIDI set. I'm hoping to provide the means for the many composers out there to make some truly unique sounding mods. I kept all samples very basic (no combos or riffs) for maximum usefulness. The quality is also better due to the fact that the sampling was done locally on the multisound as opposed to using a seperate PC as was done on the first two Proteus packs. This has yielded some very quiet and crisp samples. Although the samples are in .wav format, they can be ported to .smp or almost any other using a program such as Goldwave. All samples are 44.1kHz, 16 bit mono and were created by playing different notes on the multisound, and capturing them live to disk using the Multisound's own digital audio sampler. Post editing was done to optimize gain and remove the dead space as well as to keep the samples reasonable small.

Soundtracker St01 Sample Disk by Douglas Carmichael
/music/samples/st-01.zip
17 Jan 1998 (catalog date)
7,307,340 bytes
Download FTP scene.org
The st-01 sample set from the original SoundTracker v1.0 on Amiga, converted to 44.1kHz 16-bit WAV files with SOX v12.12.

Loop Set Volume 1 by Stote of NOISE
/music/samples/st-sam1.zip
10 Sep 1996 (catalog date)
847,323 bytes
Download FTP scene.org
WAV - 8-bit 44kh

Samples (Set 2: Solos, Bass, Pads) by Soundwave
/music/samples/sw-blp.zip
10 Sep 1996 (catalog date)
2,269,879 bytes
Download FTP scene.org
SND

Samples (Set 5: Brass, Woodwinds, Pads) by Soundwave
/music/samples/sw-brwbl.zip
10 Sep 1996 (catalog date)
2,294,439 bytes
Download FTP scene.org
SND

Samples (Set 6: Custum Patches) by Soundwave
/music/samples/sw-cust.zip
10 Sep 1996 (catalog date)
2,413,478 bytes
Download FTP scene.org
SND

Samples (Set 7: Roland D50) by Soundwave
/music/samples/sw-d50c0.zip
10 Sep 1996 (catalog date)
2,713,976 bytes
Download FTP scene.org
SND

Samples (Set 8: Roland D50) by Soundwave
/music/samples/sw-d50c1.zip
10 Sep 1996 (catalog date)
3,356,730 bytes
Download FTP scene.org
SND

Samples (Set 3: 114 Drum Patches) by Soundwave
/music/samples/sw-drums.zip
10 Sep 1996 (catalog date)
1,088,000 bytes
Download FTP scene.org
SND

Samples (Set 1: Pads and Effects) by Soundwave
/music/samples/sw-pad1.zip
10 Sep 1996 (catalog date)
1,698,824 bytes
Download FTP scene.org
SND

Samples (Set 4: Piano, Guitar, Organ) by Soundwave
/music/samples/sw-piagt.zip
10 Sep 1996 (catalog date)
2,060,712 bytes
Download FTP scene.org
SND

Techno Rave Bass Drum Set by NTX
/music/samples/xi_techd.zip
10 Sep 1996 (catalog date)
358,038 bytes
Download FTP scene.org
XI - 8-bit and 16-bit

Tropical Sunset by Nosferatu
/music/songs/1994/sunset.zip
23 Sep 1996 (catalog date)
243,390 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the mmul division
(MTM)

The Last Sunset by Trancer of BFG
/music/songs/1995/b/bfg-tls.zip
30 Oct 1997 (catalog date)
95,943 bytes
Download FTP scene.org
Rating:
(S3M)

Close TTE-Compovers by Airon Jayder
/music/songs/1995/c/closette.zip
16 Sep 1996 (catalog date)
162,267 bytes
Download FTP scene.org
Rating:
(MOD)

Sunset Flight Remix by Miss Saigon
/music/songs/1995/f/flight2.zip
16 Sep 1996 (catalog date)
83,025 bytes
Download FTP scene.org
Rating:
(MOD)

After Sunset by Chuck Biscuits
/music/songs/1995/k/k_sunset.zip
18 Sep 1996 (catalog date)
431,488 bytes
Download FTP scene.org
Rating:
(S3M)

Sunset by Nova
/music/songs/1995/n/nv-snset.zip
18 Sep 1996 (catalog date)
181,288 bytes
Download FTP scene.org
Rating:
(S3M)

Western Sunset by Replay
/music/songs/1995/r/r_sunset.zip
20 Sep 1996 (catalog date)
73,196 bytes
Download FTP scene.org
Rating:
(S3M)

The Setting Sun by Tuksu
/music/songs/1995/s/settinsu.zip
21 Sep 1996 (catalog date)
19,159 bytes
Download FTP scene.org
Rating:
Released at event ASM95
(XM)

Set You Free by Mot
/music/songs/1995/s/setyoufr.zip
21 Sep 1996 (catalog date)
599,603 bytes
Download FTP scene.org
Rating:
(XM)

Sunset Boulevard by Prism
/music/songs/1995/s/sunsetbl.zip
24 Sep 1996 (catalog date)
314,982 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the mmul division and ranked 06
(S3M)

Sunset by Cygnes
/music/songs/1996/c/cgs-suns.zip
11 Aug 1996 (catalog date)
203,383 bytes
Download FTP scene.org
Rating:
(S3M)

Blue Sunset by DigiByte
/music/songs/1996/d/db-bsun.zip
13 Apr 1997 (catalog date)
236,609 bytes
Download FTP scene.org
(IT)

Sunset Feelin by Sir Roger
/music/songs/1996/n/ntr-feel.zip
13 Apr 1997 (catalog date)
364,826 bytes
Download FTP scene.org
Released at event WIR96 in the mmul division and ranked 03
(XM)

Set You Free by Hardcore Freak
/music/songs/1996/s/set.zip
15 Mar 1997 (catalog date)
407,603 bytes
Download FTP scene.org
Released at event DML96B in the mmul division and ranked 11
(XM)

Tzmirma by CasseteTape
/music/songs/1997/c/cttzmrm.zip
01 Dec 1997 (catalog date)
808,598 bytes
Download FTP scene.org
(XM)

Clouded Visions by Setec of Beyond Measure
/music/songs/1997/c/cvisions.zip
06 Apr 1997 (catalog date)
194,578 bytes
Download FTP scene.org
(XM)

Dedicated To You by Convertito, Narsete of Dreamers
/music/songs/1997/d/dms-dty.zip
23 Jul 1997 (catalog date)
198,829 bytes
Download FTP scene.org
(XM)

Everyday by Convertito, Vece, Narsete of Dreamers
/music/songs/1997/d/dms-ever.zip
20 Jul 1997 (catalog date)
969,531 bytes
Download FTP scene.org
(XM)

It's Hard To Believe by Convertito, Vece, Narsete, Meccariello of Dreamers
/music/songs/1997/d/dms-ihtb.zip
23 Jul 1997 (catalog date)
1,164,276 bytes
Download FTP scene.org
(XM)

Overload by Convertito, Vece, Narsete of Dreamers
/music/songs/1997/d/dms-over.zip
23 Jul 1997 (catalog date)
196,689 bytes
Download FTP scene.org
(XM)

The Symphony by Convertito, Vece, Narsete of Dreamers
/music/songs/1997/d/dms-symp.zip
23 Jul 1997 (catalog date)
183,829 bytes
Download FTP scene.org
(XM)

The End Of The World by Convertito, Vece, Narsete of Dreamers
/music/songs/1997/d/dms-teow.zip
23 Jul 1997 (catalog date)
540,340 bytes
Download FTP scene.org
(XM)

Trilogy Remix by Convertito, Vece, Narsete of Dreamers
/music/songs/1997/d/dms-tlre.zip
23 Jul 1997 (catalog date)
164,560 bytes
Download FTP scene.org
(XM)

Sunset Theme by DiXan of T.B.T, S.K.
/music/songs/1997/d/dxn-ssth.zip
08 Jul 1997 (catalog date)
484,457 bytes
Download FTP scene.org
Released at event MEK97 in the mmul division and ranked XX
(XM)

Expendable Assets by Pirate Pete
/music/songs/1997/e/expndble.zip
19 Mar 1997 (catalog date)
168,303 bytes
Download FTP scene.org
(S3M)

Oppositions Setting by Fumar of Simple Concept Music Productions
/music/songs/1997/f/fr-opset.zip
27 Oct 1997 (catalog date)
278,488 bytes
Download FTP scene.org
(XM)

Hairy Furry by Setec of Beyond Measure
/music/songs/1997/h/hairy.zip
08 Apr 1997 (catalog date)
249,459 bytes
Download FTP scene.org
(XM)

Industrial Sunset by Marky of MovSD
/music/songs/1997/i/indrsun.zip
06 Jan 1998 (catalog date)
397,816 bytes
Download FTP scene.org
(XM)

The Last Sunset by Linearic of Vandals
/music/songs/1997/l/lnc-last.zip
24 Jun 1998 (catalog date)
151,364 bytes
Download FTP scene.org
Rating:
(S3M)

Set U Free Darker Garage Remix by Adam Menczykowski
/music/songs/1997/n/ntra.zip
15 Dec 1997 (catalog date)
1,265,297 bytes
Download FTP scene.org
(XM)

Purple Sunset by Pirate Pete
/music/songs/1997/p/purple.zip
05 Sep 1997 (catalog date)
263,466 bytes
Download FTP scene.org
(S3M)

Axelf Damp Mix by Setec
/music/songs/1997/s/sc_axelf.zip
04 Jan 1998 (catalog date)
752,071 bytes
Download FTP scene.org
(XM)

Closer Than Far by Setec
/music/songs/1997/s/sc_close.zip
04 Jan 1998 (catalog date)
380,965 bytes
Download FTP scene.org
(XM)

Negotiable by Setec
/music/songs/1997/s/sc_negot.zip
09 Jan 1998 (catalog date)
451,374 bytes
Download FTP scene.org
(XM)

On Your Own by Setec of Artistic Idiotz
/music/songs/1997/s/sc_onyou.zip
08 Jun 1997 (catalog date)
461,117 bytes
Download FTP scene.org
(XM)

The Outer Rim by Setec of Beyond Measure
/music/songs/1997/s/sc_outri.zip
03 May 1997 (catalog date)
282,472 bytes
Download FTP scene.org
(XM)

Setting Sun (remix) by Obuk
/music/songs/1997/s/setting.zip
19 Mar 1997 (catalog date)
512,678 bytes
Download FTP scene.org
(S3M)

Give Me That Headset by Junglizt of Society Of Sound
/music/songs/1997/s/sos_hdst.zip
31 Jul 1997 (catalog date)
212,362 bytes
Download FTP scene.org
(IT)

Sunset In Africa by Silencer of Sotu
/music/songs/1997/s/sunsetin.zip
06 Jul 1997 (catalog date)
368,443 bytes
Download FTP scene.org
Released at event TG97 in the mmul division and ranked 02
(XM)

Link Reset by Cygnes of T-Matic
/music/songs/1997/t/tm-lr.zip
06 Apr 1997 (catalog date)
169,889 bytes
Download FTP scene.org
(XM)

Spotting The Devil by Setec of Immortal Coil
/music/songs/1998/i/ic-devil.zip
16 Aug 1998 (catalog date)
397,767 bytes
Download FTP scene.org
(IT)

Dirt On My Monitor by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-dirt.zip
09 Jul 1998 (catalog date)
648,196 bytes
Download FTP scene.org
(XM)

Faker by Setec of Immortal Coil
/music/songs/1998/i/ic-faker.zip
29 Jul 1998 (catalog date)
494,042 bytes
Download FTP scene.org
(XM)

Happily Insane by Setec of Immortal Coil
/music/songs/1998/i/ic-happy.zip
18 Mar 1998 (catalog date)
422,897 bytes
Download FTP scene.org
(XM)

Her Own Stealth by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-herow.zip
11 May 1998 (catalog date)
925,260 bytes
Download FTP scene.org
(XM)

He Said by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-hesd.zip
15 May 1998 (catalog date)
399,511 bytes
Download FTP scene.org
(XM)

Image Of A Second Sun by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-ioss.zip
08 Jul 1998 (catalog date)
301,218 bytes
Download FTP scene.org
(XM)

Ima Wanker by Setec of Immortal Coil
/music/songs/1998/i/ic-iwank.zip
03 Aug 1998 (catalog date)
335,299 bytes
Download FTP scene.org
(XM)

Chasing Mice by Setec of Immortal Coil
/music/songs/1998/i/ic-mice.zip
29 Jul 1998 (catalog date)
684,521 bytes
Download FTP scene.org
(XM)

Stealth Pain by Setec of Immortal Coil, Nothing, pHluid
/music/songs/1998/i/ic-pain.zip
31 Mar 1998 (catalog date)
328,361 bytes
Download FTP scene.org
Rating:
(XM)

Kedon kukkaset by Tremor of Trauma
/music/songs/1998/k/kedon_ku.zip
13 Dec 1998 (catalog date)
255,624 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Recsetion by Sean
/music/songs/1998/m/m-rec.zip
28 Aug 1998 (catalog date)
532,130 bytes
Download FTP scene.org
(IT)

Salaiset Kansiot by Grillimestari of HiRMU
/music/songs/1998/s/salaiset.zip
15 Jan 1999 (catalog date)
222,826 bytes
Download FTP scene.org
Released at event JUH98 in the mmul division and ranked ??

Cherry Coke by setec, c64lives
/music/songs/1998/s/sc_cherr.zip
24 Feb 1998 (catalog date)
409,650 bytes
Download FTP scene.org
(XM)

Purple Mist by setec
/music/songs/1998/s/sc_mist.zip
24 Feb 1998 (catalog date)
310,186 bytes
Download FTP scene.org
(XM)

Stealth Project by Setec
/music/songs/1998/s/sc_stlth.zip
04 Mar 1998 (catalog date)
491,669 bytes
Download FTP scene.org
(XM)

The Settlers Cover by Monz
/music/songs/1998/s/settlers.zip
24 May 1998 (catalog date)
103,029 bytes
Download FTP scene.org
(XM)

Sunset Ride by Shake of Lactic Acid
/music/songs/1998/s/sh_snset.zip
24 Jul 1998 (catalog date)
101,624 bytes
Download FTP scene.org
(XM)

Elg I Solnedgang by SoX of Three Little Elks
/music/songs/1998/s/sunset.zip
23 Aug 1998 (catalog date)
106,156 bytes
Download FTP scene.org
(IT)

Sunset by Codeblaster of The Lost Patrol
/music/songs/1998/t/tlp-sset.zip
26 Jan 1998 (catalog date)
154,229 bytes
Download FTP scene.org
(S3M)

Hevoseton poeka by Juippi of tempo
/music/songs/1998/t/tmp_hevo.zip
07 Dec 1998 (catalog date)
420,243 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

First Set by Skilz
/tla/disks/1996/a/ayos3m-1.zip
29 Sep 1996 (catalog date)
381,743 bytes
Download FTP
Rating:

Second Set by Skilz
/tla/disks/1996/a/ayos3m-2.zip
29 Sep 1996 (catalog date)
694,739 bytes
Download FTP
Rating:

Sunset Flight by Miss Saigon
/tla/songs/1995/mod/f/flight.zip
16 Sep 1996 (catalog date)
78,593 bytes
Download FTP
Rating:
Released at event NAID95

??? by Sunset
/tla/songs/1995/s3m/p/pc95-386.zip
13 Sep 1996 (catalog date)
224,739 bytes
Download FTP
Rating:
Released at event PC95 in the mmul division and ranked 05

Pace Setting by Underdog
/tla/songs/1995/s3m/u/un-pcset.zip
20 Sep 1996 (catalog date)
80,735 bytes
Download FTP
Rating:

Set Ya Free by CMD
/tla/songs/1995/xm/s/spl-free.zip
11 Sep 1996 (catalog date)
487,007 bytes
Download FTP
Rating:
Released at event BIZ95 in the mmul division and ranked XX

Sunset (cover) by Tuffe Wahlstrom
/tla/songs/1996/s3m/s/sunset.zip
09 Oct 1996 (catalog date)
40,557 bytes
Download FTP
Rating:

The Setting Sun by Tuksu
/tla/songs/1996/xm/s/settinsu.zip
22 Sep 1996 (catalog date)
6,388 bytes
Download FTP
Rating:
Released at event OZ96 in the m16k division

Set Your Hardcore Free by Zest
/tla/songs/1996/xm/s/storm.zip
22 Sep 1996 (catalog date)
862,385 bytes
Download FTP
Rating: