Search for "tl": 2800 matches(displaying first 250)

3d math by Lithium of VLA
/code/3d/docs/3d_math.zip
10 Jan 1997 (catalog date)
11,835 bytes
Download FTP scene.org
Rating:
Explanations of some 3d math concepts - I remember not getting the 3d rotations working correctly when I first started programming, but I'm not sure if that's my fault or the fault of the doc. Most of the docs are some simple linear algebra. They spell out the equations in the end for those who can't completely understand them.

Tiled Texture Mapping Tutorial by TheGlide of Spinning Kids
/code/3d/trifill/texmap/tiletmap.zip
03 Jun 1998 (catalog date)
4,757 bytes
Download FTP scene.org
This is a little document that explains how to code a tiled texture mapper that handles any power of 2 texture sizes. The document contains some little C code to get you started. To fully understand the doc you should have already read MRI's fatmap.txt and fatmap2.txt.

d00 format by Joachim Fenkes
/code/audio/docs/d00formt.zip
10 Jan 1997 (catalog date)
3,737 bytes
Download FTP scene.org
Rating:
Docs of the d00 format used by Adlib player and Edlib tracker - Docs for those who need them. Docs are also available with the EdLib tracker, but these are a little more thorough.

Description of the GT2 and GTK module formats by L. de Soras
/code/audio/docs/gt2-form.txt
30 Jun 1998 (catalog date)
22,995 bytes
Download FTP scene.org
Rating:
This document is partly written in french! Text

Adrenalin MOD player by Beta of A-Men
/code/audio/players/amod095.zip
10 Jan 1997 (catalog date)
108,866 bytes
Download FTP scene.org
Rating:
A mod player for pascal and has a TSR to play music in the background - No SB support, horrible documentation, little to no support.

Bells, Whistles, and Sound Boards by Lee Schlunder
/code/audio/players/bwsb120a.zip
10 Jan 1997 (catalog date)
326,365 bytes
Download FTP scene.org
Rating:
A Music player library - Interfaces from Pascal. Has support for a few formats and a decent variety of sound cards.

Bells, Whistles, and Sound Boards by Lee Schlunder
/code/audio/players/bwsb120b.zip
10 Jan 1997 (catalog date)
517,142 bytes
Download FTP scene.org
Rating:
A Music player library - Interfaces from Pascal. Has support for a few formats and a decent variety of sound cards.

Cubic Player 2 Software Development Kit by Niklas Beisert of Cubic
/code/audio/players/cp2dk05.zip
19 Jan 1998 (catalog date)
131,123 bytes
Download FTP scene.org
Rating:
Cubic Player 2 Development Kit 0.5. Has a music player at least. I'm not going to figure out exactly what this is supposed to be for. No docs.

GUS Play interface by Juggler of BTL
/code/audio/players/gp15-pas.zip
10 Jan 1997 (catalog date)
46,188 bytes
Download FTP scene.org
Rating:
An interface for GUS Play for TP - Comes with Robban's GUS play and CyberStrike's Ultradox

Squid source by tlc, The Doctor
/code/demosrc/bbsintro/sqd1_src.zip
10 Jan 1997 (catalog date)
21,591 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with copper bars, a scrollie, altered text characters, and an adlib player - Copious comments and tight source. They even do checks for the proper equipment, i.e. VGA and a 386. Comes with docs on programming the adlib and SB fm chips. Comments are in Portuguese.

Amnesia Vector source by Tran of Renaissance
/code/demosrc/demos/as.zip
10 Jan 1997 (catalog date)
7,047 bytes
Download FTP scene.org
Rating:
The sources for the temple vector part of Amnesia - Sparce comments. Tight code, but probably only understandable by those who have written atleast a simple vector system and familiar with pmode. Certainly good code, but I question its usefulness to those who read it.

One Night Stand source by Quantum Porcupine
/code/demosrc/demos/onesrc.zip
10 Jan 1997 (catalog date)
128,436 bytes
Download FTP scene.org
Rating:
Source for a demo with mostly tunnel effects - Inline asm, no comments.

Virtual Lame source by Paradise
/code/demosrc/intros/virtlame.zip
10 Jan 1997 (catalog date)
176,796 bytes
Download FTP scene.org
Rating:
Source for an intro with a text writer/fader and "supposedly" vector balls and skulls - Title speaks for itself.

Feedback Effect
/code/effects/feedback/dunesrc.zip
05 Oct 1996 (catalog date)
7,481 bytes
Download FTP scene.org
Rating:
Example from DUNE!.COM - fairly nice (and the only example source I've seen for such a (recently) overused effect).

ASM Fire by LeGeND
/code/effects/fire/asmfire.zip
12 Aug 1997 (catalog date)
2,321 bytes
Download FTP scene.org
Rating:
A fire routine. A little big for a fire effect. Might consider using a random number function.

ll_frac by Lord Logics
/code/effects/land/ll_frac.zip
10 Jan 1997 (catalog date)
33,813 bytes
Download FTP scene.org
Rating:
A Fractal landscape generator - Creates a fractal landscape to a .asc file. Looks mostly useless to me with so-so source, but no comments.

ll_land by Lord Logics
/code/effects/land/ll_land2.zip
10 Jan 1997 (catalog date)
147,335 bytes
Download FTP scene.org
Rating:
A landscape routine similar to that at the end of unreal - the xmode routines bug out, but atleast there's an explanation of the effect.

lens by Nagy Daniel
/code/effects/lens/lensv10a.zip
10 Jan 1997 (catalog date)
40,337 bytes
Download FTP scene.org
Rating:
Source for a lens effect - (I suspect this is a rip of lenssrc.zip/lens.lzh...) The TGA loading routines are exactly the same aside from variable names.

Tom's Plasma by Tom Dibble
/code/effects/plasma/tplas11.zip
10 Jan 1997 (catalog date)
139,950 bytes
Download FTP scene.org
Rating:
Decent plasma example - Has some "fractal clouds" code too. Needs a random number generator of it's own so that there isn't the huge data file of mostly random numbers that goes along with it.

3D Starfield by Vulture of Outlaw Triad
/code/effects/stars/otstars.zip
29 May 1997 (catalog date)
17,592 bytes
Download FTP scene.org
Rating:
A tutorial on 3D starfield effects.

Stars by Mark Mackey
/code/effects/stars/stars2.zip
10 Jan 1997 (catalog date)
10,857 bytes
Download FTP scene.org
Rating:
A slightly more complex starfield - So-so. No timing code so it blazes.

AWE-DIP-01-ENG by Creative Labs engineers
/code/hardware/audio/adip.zip
10 Jan 1997 (catalog date)
708,753 bytes
Download FTP scene.org
Rating:
Examples and API for using the AWE32 - And people wonder why there's not much SB support. The information in the packet is contorted. I could go on this for days. Comments like /* main - here's where the fun begins */ are misleading. The fun actually began several hundred lines ago (starting at line 134). It's late. I'm not exactly bored, but this bit of code is frustrating. I wonder why CL even bothered. There are no technical docs of any sort and the code that is here *REEKS* of bad style. For extra frustration, I unzipped the file which had a self extracting .exe in it, which gave me 4 zips which when each extracted with the -d option finally gives me the SDK. Kneebiter - at 1:30 in the morning. Need more tea...

Collection of ASM sources by ? of Blue Nose Productions
/code/hardware/general/asm_good.zip
10 Jan 1997 (catalog date)
118,612 bytes
Download FTP scene.org
Rating:
Lots of ASM sources, mostly for hardware and BIOS routines - It's somewhat difficult to find what you want, but the comments tell you what you need to know (but not what you have to do) to get everything compiled. Looks like a great source for the cut & paste coder. Given the nature of the routines, I'd say that was the intended purpose of this release.

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).

386 power by Lorenzo Micheletto
/code/hardware/pmode/386p_101.zip
10 Jan 1997 (catalog date)
117,845 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - Has docs for useage and some extra miscellaneous routines that could be used for game or graphics programming in pmode. Honestly, if you want to do 100% asm development for pmode I'd suggest DOS32 or Tran's pmode. The author here credits Tran for some backbones to his system.

FreePack DOS extender by Narech Koumar of Supernar Systems Intl.
/code/hardware/pmode/dos32a.zip
25 Aug 1997 (catalog date)
520,938 bytes
Download FTP scene.org
Rating:
Another DOS extender option. I didn't test this for usefulness. I doesn't look any more difficult to learn to use than Adam Seychell's (sp?) Dos32 or Thomas Pytel/Charles Scheffold's Pmode/w. How well it functions is another story. Full documentation available. Comes with a tetris clone presumeably made using the extender. No source.

Dos extender by Supernar Systems Intl.
/code/hardware/pmode/dos32a_5.zip
30 Jun 1998 (catalog date)
606,774 bytes
Download FTP scene.org
Rating:
Very good dos extender, also extends the most popular mouse and vesa functions.

Xi Development System by Fysx
/code/hardware/pmode/xids0815.zip
19 Jan 1998 (catalog date)
43,131 bytes
Download FTP scene.org
Rating:
Xi Development System, a pmode extender. Uses tlink in the end, but works from watcom and tasm. Possibly a contender if you're writing a 64k intro and need a pmode extender. I'm unsure of it's stability, but it's small.

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.

GFXFX2 Library by Bas van Gaalen
/code/library/gfxfx2.zip
01 Dec 1997 (catalog date)
401,555 bytes
Download FTP scene.org
Rating:
Although a little bit dated this library and the huge amount of example effects should be very useful for beginners.

Interactive 3D Library
/code/library/i3ddemo2.exe
01 Dec 1997 (catalog date)
590,355 bytes
Download FTP scene.org
Rating:
For creating a 3d world like the one in Wolfenstein. Very fast but a little bit dated.

Tale Graphics Driver by Tale Software
/code/library/tlp4v11c.zip
01 Dec 1997 (catalog date)
388,738 bytes
Download FTP scene.org
Rating:
Graphics library with a lot of different functions and tools.

XMas pack by Capella of Escape
/code/mags/xmaspack.zip
01 Jul 1997 (catalog date)
273,587 bytes
Download FTP scene.org
Rating:
A whole bunch of misc. codes. Mostly crap.

Demo Series, Part 17 by Outlaw Triad
/code/sound/otloader.zip
17 Jan 1999 (catalog date)
16,831 bytes
Download FTP scene.org
Rating:
Tutorial about loading a module into memory. The only useful thing about this tutorial is the description about the .mod format.

Tutorial 8 in C by Snowman of Hornet
/code/tutors/denthor/tut08new.zip
11 Jan 1997 (catalog date)
42,817 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 8 in C:3d basics - Includes Denthor's original tutorial release within and has the compiled exe. Remember, these are only basics. (Snowman added a little of his own to this... I loved vector balls spelling things. :)

Demo Series, Part 11 by Outlaw Triad
/code/tutors/graphics/oteffex1.zip
17 Jan 1999 (catalog date)
27,162 bytes
Download FTP scene.org
Rating:
Tutorial about coding flat shaded and glenzed 3d vectors. Very dated and not very useful as there are much better 3d tutorials around.

Demo Series, Part 10 by Outlaw Triad
/code/tutors/graphics/otface.zip
17 Jan 1999 (catalog date)
17,486 bytes
Download FTP scene.org
Rating:
Tutorial about sorting faces in a 3d scene. No explanation about sorting algorithms at all, which makes it totaly useless.

Demo Series, Part 15 by Outlaw Triad
/code/tutors/graphics/otgourad.zip
17 Jan 1999 (catalog date)
13,977 bytes
Download FTP scene.org
Rating:
Tutorial about gouraud shading.

Demo Series, Part 12 by Outlaw Triad
/code/tutors/graphics/otlight.zip
17 Jan 1999 (catalog date)
19,510 bytes
Download FTP scene.org
Rating:
Tutorial about light sources.

Demo Series, Part 9 by Outlaw Triad
/code/tutors/graphics/otpoly.zip
17 Jan 1999 (catalog date)
13,285 bytes
Download FTP scene.org
Rating:
Tutorial about polyfillers.

Demo Series, Part 14 by Outlaw Triad
/code/tutors/graphics/otremove.zip
17 Jan 1999 (catalog date)
18,317 bytes
Download FTP scene.org
Rating:
Tutorial about hidden face removal.

Mode 13h Explanation by Vulture of Outlaw Triad
/code/tutors/video/basicdoc.zip
18 Jan 1998 (catalog date)
4,494 bytes
Download FTP scene.org
Rating:
Only explains how to get into mode 13h and how its memory model works. Not very useful.

Chain-4 Tutorial by Vulture of Outlaw Triad
/code/tutors/video/chaindoc.zip
18 Jan 1998 (catalog date)
8,077 bytes
Download FTP scene.org
Rating:
Excellent chain-4 mode tutorial.

Page-Flipping by Vulture of Outlaw Triad
/code/tutors/video/otflip.zip
18 Jan 1998 (catalog date)
21,655 bytes
Download FTP scene.org
Rating:
Explains how to avoid ugly screen updates by using a virtual screen.

DOS Utilities for Powerrender by Egerter Software
/code/utils/3d/prdosutl.zip
17 Jan 1999 (catalog date)
4,018,076 bytes
Download FTP scene.org
Rating:
See pwrndr25.zip

Windows Utilities for Powerrender by Egerter Software
/code/utils/3d/prwinutl.zip
17 Jan 1999 (catalog date)
2,598,584 bytes
Download FTP scene.org
Rating:
See pwrndr25.zip

Bin to H by Lev Iserovich
/code/utils/compiler/bin2h.zip
12 Aug 1997 (catalog date)
11,097 bytes
Download FTP scene.org
Rating:
A bin 2 h/obj. Actually produces obj files, but only works with Turbo C with a little tweaking for Borland C. (same company yes, slightly different compilers.) (By extension, you should be able to get it to work with TASM.)

tinyRTL by Solar Designer
/code/utils/compiler/bpc-trtl.zip
10 Jan 1997 (catalog date)
13,314 bytes
Download FTP scene.org
Rating:
A pas TPU with source for creating small exes - A TPU that replaces the system TPU in Turbo Pascal so that small .exes can be made. The example .exes are deceiving as there is no built in support for writing text and other such things. Knowledge of assembler will be necessary for most programs you'd write with this.

Bitmap Dumper by Jare of Iguana
/code/utils/graphics/bgif.zip
26 Feb 1998 (catalog date)
29,815 bytes
Download FTP scene.org
Rating:
Dumps a pcx,lbm or gif file into a raw binary bitmap file and a palette file. Doesn't seem to work correctly with resulotions larger then 320x200.

PCX shade by Quark of Prone
/code/utils/graphics/pcxshade.zip
01 Jul 1997 (catalog date)
176,588 bytes
Download FTP scene.org
Rating:
A utility to generate a shade table from pcx files. Doesn't say exactly that the format of the output file is, which would be convenient, though it is obvious enough.

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.

DFMAKE by Alessandro Job
/code/utils/packers/dfmake.zip
10 Jan 1997 (catalog date)
39,904 bytes
Download FTP scene.org
Rating:
A program and library for accessing data from a datafile from Watcom - Useful little utility. Very simple.

Titswinkle, Lost in Space by Shadow Productions
/demos/1992/tls.zip
29 Jun 1996 (catalog date)
59,817 bytes
Download FTP scene.org
Rating:

Virtual Vectors by Boris Ottlewski
/demos/1992/vv.zip
29 Jun 1996 (catalog date)
245,063 bytes
Download FTP scene.org
Rating:

24 Hour Break by Digitize Design Group
/demos/1993/0-9/24h_brk.zip
29 Jun 1996 (catalog date)
90,627 bytes
Download FTP scene.org
Rating:
Fast circle-effect, sine scroller (coded in interesting way) - not a great job for asm-intro-compo (of course some music) btw: at the end they are talking about many bugs: here is one: press (& hold) left shift during sine-scroller. Letters D and G will be moved 'a little' :-)

Mentality by Mental Design
/demos/1993/m/md_mtlty.zip
29 Jun 1996 (catalog date)
311,415 bytes
Download FTP scene.org
Rating:

3461 Bytes by Razor of Flatline
/demos/1994/0-9/3461.zip
29 Jun 1996 (catalog date)
6,417 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

3940 by Fluz of Flatline
/demos/1994/0-9/3940.zip
29 Jun 1996 (catalog date)
6,707 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 07

42 by Halcyon
/demos/1994/0-9/42.zip
29 Jun 1996 (catalog date)
67,994 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX
Good beginning on this demo. Blue fire effect, going into zooming routines to delay dots, to 3-d fire. There are other interesting effects. To get past some parts of the demo the user must press Escape. The music is also a little repetitve at times... Without a GUS I couldn't get the entire demo.

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.

Crazy World by Flatline Productions
/demos/1994/c/cw2.zip
29 Jun 1996 (catalog date)
4,428 bytes
Download FTP scene.org
Rating:
Released at event ABD94 in the demo division and ranked 12

Untitled by Dust
/demos/1994/d/dust_unt.zip
29 Jun 1996 (catalog date)
858,303 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 01

Unholy by Flatline
/demos/1994/f/flp_unhl.zip
29 Jun 1996 (catalog date)
60,233 bytes
Download FTP scene.org
Rating:

First Illusion by Flatline Productions
/demos/1994/i/illusion.zip
29 Jun 1996 (catalog date)
329,993 bytes
Download FTP scene.org
Rating:

2nd Little Intro by JFF
/demos/1994/j/jff-int2.zip
18 Jan 1997 (catalog date)
17,649 bytes
Download FTP scene.org
Rating:

Outlaw Exchange by Unholy Alliance Development
/demos/1994/o/ox.zip
29 Jun 1996 (catalog date)
96,251 bytes
Download FTP scene.org
Rating:

Xmas 1994 by The Last Hackers
/demos/1994/t/tlhxmas.zip
21 Jul 1996 (catalog date)
269,923 bytes
Download FTP scene.org
Rating:

Hurtless by TFL, TDV
/demos/1995/h/hurtless.zip
30 Jun 1996 (catalog date)
2,066,083 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 09

Hurtless (fix) by TFL, TDV
/demos/1995/h/hurtprob.zip
30 Jun 1996 (catalog date)
9,162 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 09

Improvice by TLOTB
/demos/1995/i/ivice.zip
17 Jun 1997 (catalog date)
646,210 bytes
Download FTP scene.org
Rating:
Released at event EUS95 in the demo division and ranked 02

Little Green Men by Kosmic
/demos/1995/l/lgm_kosm.zip
30 Jun 1996 (catalog date)
1,041,301 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 09

Mostly Harmless by TMA
/demos/1995/m/m_harm.zip
30 Jun 1996 (catalog date)
8,163 bytes
Download FTP scene.org
Rating:
Released at event ENL95 in the in8k division and ranked 02

Strictly 4kb by Olppa of TET
/demos/1995/s/strictly.zip
30 Jun 1996 (catalog date)
4,395 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 14

Abduction by TLOTB
/demos/1996/a/abductio.zip
31 Aug 1996 (catalog date)
59,129 bytes
Download FTP scene.org
Rating:
Released at event EUS96 in the in64 division and ranked 01

Atlantis by Mooze
/demos/1996/a/atlantis.zip
14 Sep 1996 (catalog date)
742,444 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked XX

Dotlife by Nimitz
/demos/1996/d/dotlife.zip
03 Jul 1996 (catalog date)
51,853 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the in64 division and ranked ??

Eternal Life by Eternal
/demos/1996/e/etlife.zip
02 Oct 1996 (catalog date)
987,534 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the demo division and ranked 05

Geminis by TLOTB
/demos/1996/g/geminis.zip
30 Jun 1996 (catalog date)
1,529,074 bytes
Download FTP scene.org
Rating:
Released at event SAT96 in the demo division and ranked 07

Sheer Heart Attack by TLOTB, Zoran
/demos/1996/s/sha.zip
31 Aug 1996 (catalog date)
1,203,173 bytes
Download FTP scene.org
Rating:
Released at event EUS96 in the demo division and ranked 05

Little Big Demo by Sanction
/demos/1996/s/snc_lbd.zip
30 Jun 1996 (catalog date)
7,959 bytes
Download FTP scene.org
Rating:
Released at event MEK96 in the in4k division and ranked 01

Little Big Demo 2 by Sanction
/demos/1996/s/snc_lbd2.zip
04 Dec 1996 (catalog date)
9,371 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in4k division and ranked 01

Don't Get Stajlish (final) by Syntax Terror
/demos/1996/s/ste-stlf.zip
11 Dec 1996 (catalog date)
433,993 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the demo division and ranked 04

Not Too Late (final) by Skytech Group
/demos/1996/s/stg_ntlf.zip
28 Jan 1997 (catalog date)
82,013 bytes
Download FTP scene.org
Rating:
Released at event SAT96B in the in64 division and ranked 06

Mind Over Matter by The Lost Souls
/demos/1996/t/tls_mom.zip
30 Jun 1996 (catalog date)
1,267,166 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the demo division and ranked 08

Time by The Lost Souls
/demos/1996/t/tls_time.zip
12 Dec 1996 (catalog date)
594,484 bytes
Download FTP scene.org
Rating:

Nice Little Intro by Void
/demos/1996/v/v96intro.zip
30 Jun 1996 (catalog date)
67,421 bytes
Download FTP scene.org
Rating:

Beyond the Limit by Xeed
/demos/1996/x/xd-btl.zip
25 Dec 1996 (catalog date)
37,202 bytes
Download FTP scene.org
Rating:

Apocolypse by TLOTB
/demos/1997/a/apocalyp.zip
31 Aug 1997 (catalog date)
1,965,211 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the demo division and ranked 09
486,,GUS/SB,8MB

Monsun by Atlantis
/demos/1997/a/atl-mnsn.zip
06 Aug 1997 (catalog date)
1,837,086 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the demo division and ranked 07

Atlantis by riot
/demos/1997/a/atlantis.zip
04 May 1997 (catalog date)
1,823,840 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the demo division and ranked 08

Luztloz by Dies.Irae
/demos/1997/d/di-luztl.zip
02 May 1997 (catalog date)
4,716 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the in4k division and ranked 08
,,Adlib,

Hysteria by TLOTB
/demos/1997/h/hysfinal.zip
31 Aug 1997 (catalog date)
82,783 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the in64 division and ranked 01
,,GUS/SB,

Lloyd Against the Machine by Ren, Kaos, Kombat
/demos/1997/l/lloyd.zip
14 Oct 1997 (catalog date)
1,152,993 bytes
Download FTP scene.org
Rating:
Released at event RTL97 in the demo division and ranked 03

Lost Love by Spell
/demos/1997/l/lostlove.zip
31 Aug 1997 (catalog date)
343,477 bytes
Download FTP scene.org
386,18bVGA,GUS/SB,

Three Little Goats by Moppi Productions
/demos/1997/m/m0p-3pp.zip
08 Feb 1998 (catalog date)
1,859,499 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 04
486,,GUS/SB/PAS,16MB

The Quest of Kahn by Immortals
/demos/1997/q/questkhn.zip
14 Oct 1997 (catalog date)
2,315,981 bytes
Download FTP scene.org
Released at event RTL97 in the demo division and ranked 01
P5,VESA,,

Co-op by Relentless, ABC
/demos/1997/r/rel_c00p.zip
11 Apr 1997 (catalog date)
6,569 bytes
Download FTP scene.org
Rating:
Released at event KER97 in the in4k division and ranked ??

Spotlight by Funk
/demos/1997/s/spotlite.zip
04 May 1997 (catalog date)
65,252 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the in64 division and ranked 02

Thrust by Outlaw Triad
/demos/1997/t/thrust.zip
06 May 1997 (catalog date)
61,875 bytes
Download FTP scene.org
Rating:
Released at event X97 in the in64 division and ranked 06

The Little Nice Thing by Alexey Rodriguez
/demos/1997/t/tlnt.zip
15 Jul 1997 (catalog date)
7,384 bytes
Download FTP scene.org
Rating:
486-100,,Adlib,

PGP by Cyberfish of TLS
/demos/1997/t/tls_pgp.zip
27 Apr 1997 (catalog date)
2,466 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in4k division and ranked 07

Try It by TLOTB, Procreation
/demos/1997/t/tryit.zip
24 Oct 1997 (catalog date)
62,567 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the in64 division and ranked 01

Outline by Exact
/demos/1997/x/xct_ouln.zip
11 Apr 1997 (catalog date)
9,358 bytes
Download FTP scene.org
Rating:
Released at event KER97 in the in4k division and ranked 01

Jook by YOE
/demos/1997/y/yoe-jook.zip
14 Oct 1997 (catalog date)
4,432,325 bytes
Download FTP scene.org
Rating:
Released at event RTL97 in the demo division and ranked 02
too slow on a 6x86 - P5,VESA,,

Adolf Hitler 4k by Stalin of Quisling
/demos/1998/0-9/4k.zip
25 Jul 1998 (catalog date)
4,441 bytes
Download FTP scene.org
Rating:

Subtle by Calodox
/demos/1998/c/cdx_sbtl.zip
22 Mar 1998 (catalog date)
23,849 bytes
Download FTP scene.org
Rating:
486DX,VESA,GUS,8MB

The Gift of Light by Superstition
/demos/1998/g/gftlight.zip
17 Apr 1998 (catalog date)
1,872,955 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the demo division and ranked 01

BBS Atlantis by HTH
/demos/1998/h/hth-aiis.zip
19 Nov 1998 (catalog date)
11,217 bytes
Download FTP scene.org
Rating:

Destination Goatland by Noice
/demos/1998/n/noc_dego.zip
05 Aug 1998 (catalog date)
2,233,410 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the demo division and ranked 01
P166,VESA,GUS/SB/PAS,24MB

II by The Lost Souls
/demos/1998/t/tls_ii.zip
19 May 1998 (catalog date)
2,487,174 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the demo division and ranked 05
486DX,VESA,GUS/SB,

Logo Elite by Mac of Sentry
/graphics/images/1992/elitlog1.zip
14 Jul 1998 (catalog date)
11,962 bytes
Download FTP scene.org
Rating:

Castle by Tornad
/graphics/images/1994/c/castle.zip
04 Jul 1996 (catalog date)
10,510 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Nightmares by Little Green Man
/graphics/images/1994/l/lgreenm.zip
04 Jul 1996 (catalog date)
15,079 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 11

Untitled by Xray
/graphics/images/1994/u/untitle.zip
04 Jul 1996 (catalog date)
64,030 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

??? by ???
/graphics/images/1995/b/battlewa.zip
04 Jul 1996 (catalog date)
76,657 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked ??

Prince by Battle Master of OVR
/graphics/images/1995/g/gfx_ovr.zip
04 Jul 1996 (catalog date)
92,373 bytes
Download FTP scene.org
Rating:
Released at event ENL95 in the grfx division and ranked XX

NoooN Logo by Ra
/graphics/images/1995/r/ra-stlgo.zip
13 Sep 1997 (catalog date)
20,221 bytes
Download FTP scene.org
Rating:
320x200x256

Air Battle by 3D Addict
/graphics/images/1996/a/airbatt.zip
13 Sep 1997 (catalog date)
249,615 bytes
Download FTP scene.org
Rating:
640x480x16m

Untitled by Der Piipo
/graphics/images/1996/d/derpiipo.zip
04 Jul 1996 (catalog date)
32,208 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the grfx division and ranked 06

Battle Dragon by Blaise
/graphics/images/1996/d/dragon.zip
16 May 1997 (catalog date)
578,340 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the grtc division and ranked XX

Little Mistake by Light of Kosmic
/graphics/images/1996/l/lt-ltm.zip
04 Jul 1996 (catalog date)
139,174 bytes
Download FTP scene.org
Rating:

Restless by Light of Kosmic
/graphics/images/1996/l/lt-restl.zip
04 Jul 1996 (catalog date)
55,455 bytes
Download FTP scene.org
Rating:

Castle by True
/graphics/images/1996/s/sck-cast.zip
23 Nov 1996 (catalog date)
50,598 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the grtc division and ranked 01

Untitled by Rogers
/graphics/images/1996/u/untitled.zip
27 Sep 1996 (catalog date)
159,342 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the grfx division and ranked 14

Atlantis by Ural of Cyber Freaks
/graphics/images/1997/a/atlantis.zip
25 Nov 1997 (catalog date)
23,147 bytes
Download FTP scene.org
Rating:
Released at event GRAV97
640x480x16m

Little room at the end of the world by Cyc
/graphics/images/1997/l/littlero.zip
17 Feb 1998 (catalog date)
10,823 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 11
320x200x256

Snake+Woman by Pineapple of Flatline
/graphics/images/1997/p/pixel_80.zip
16 Jun 1998 (catalog date)
1,391,988 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 30
800x600x16m

Caution by Bob of Relentless
/graphics/images/1997/r/rel_cau.zip
21 Apr 1998 (catalog date)
120,274 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the grfx division and ranked ??
640x480x256

Coffee by Norman of Relentless
/graphics/images/1997/r/rel_coff.zip
21 Apr 1998 (catalog date)
687,514 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the grtc division and ranked ??
640x480x16m

Mermaid by Bob of Relentless
/graphics/images/1997/r/rel_merm.zip
21 Apr 1998 (catalog date)
41,818 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the grfx division and ranked ??
320x200x256

Metamorph by Bob of Relentless
/graphics/images/1997/r/rel_meta.zip
21 Apr 1998 (catalog date)
262,394 bytes
Download FTP scene.org
Rating:
Released at event JUMP97 in the grtc division and ranked ??
640x480x16m

Taste it by Bob of Relentless
/graphics/images/1997/r/rel_tsit.zip
21 Apr 1998 (catalog date)
676,881 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the grtc division and ranked ??
640x480x16m

Atlantis by Neutron of Unique PC
/graphics/images/1998/a/atlantis.zip
07 Oct 1998 (catalog date)
317,142 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked ??
640x480x16m

BeetleAnt by Bombjack of MMU
/graphics/images/1998/b/beetlea.zip
21 Apr 1998 (catalog date)
456,124 bytes
Download FTP scene.org
Rating:
640x480x16m

Between battles by Tudor of TBL
/graphics/images/1998/b/between_.zip
07 Oct 1998 (catalog date)
51,830 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked 07
342x480x16m

Atlantium Warriors by Cyclops of Fuel Quad
/graphics/images/1998/c/cs-atlnt.zip
09 Sep 1998 (catalog date)
517,821 bytes
Download FTP scene.org
Released at event WIR98 in the grfx division and ranked 06
640x480x16m

Das Metal by Blackhand
/graphics/images/1998/d/dasmetl.zip
16 Jun 1998 (catalog date)
40,960 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grfx division and ranked 04
320x256x256

Why should those little dark flowers eat my girlfriend by Blala
/graphics/images/1998/e/elvont.zip
14 Sep 1998 (catalog date)
35,451 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 11
320x200x32

Deep space dream by Bob of Relentless
/graphics/images/1998/r/rel_dsdr.zip
07 Apr 1998 (catalog date)
17,134 bytes
Download FTP scene.org
Rating:
Released at event CACH98 in the grfx division and ranked 02
320x200x256

Turtle Reef by Virtual Vision of Shit 4 Brainz
/graphics/images/1998/t/t-reef.zip
07 Oct 1998 (catalog date)
938,680 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the grtc division and ranked 02
800x600x16m

No Title
/graphics/images/1998/t/tg98.zip
21 Oct 1998 (catalog date)
382,508 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the grtc division and ranked ??
800x600x16m

Waouf by Jylam of Little Coders
/graphics/images/1998/w/waouf.zip
21 Oct 1998 (catalog date)
1,106,044 bytes
Download FTP scene.org
Rating:
Released at event WIR98 in the grtc division and ranked 14
640x480x16m

FastLite FLI/FLC Viewer by Eclipse
/graphics/programs/players/fastl301.zip
22 Sep 1996 (catalog date)
25,022 bytes
Download FTP scene.org

Static Line 1 - 25 July 1998
/info/misc/statline.001
23 Nov 1998 (catalog date)
24,715 bytes
Download FTP scene.org

Static Line 2 - August 1998
/info/misc/statline.002
29 Nov 1998 (catalog date)
31,348 bytes
Download FTP scene.org

Static Line intro text
/info/misc/statline.inv
23 Nov 1998 (catalog date)
4,849 bytes
Download FTP scene.org

Restless 1 by Opiate
/mags/1997/restles1.zip
19 Aug 1997 (catalog date)
1,758,073 bytes
Download FTP scene.org
Rating:

Defcon 2 by K!Prod
/mags/1998/defcon2.zip
29 Nov 1998 (catalog date)
2,522,556 bytes
Download FTP scene.org
Rating:
French (mostly) & English - ,VESA,GUS/SB/PAS,

Restless 2
/mags/1998/restles2.zip
22 Nov 1998 (catalog date)
976,144 bytes
Download FTP scene.org
486,SVGA,GUS/SB/PAS,1MB

Restless 2 (Win95/no-sound patch)
/mags/1998/rst2nsnd.zip
22 Nov 1998 (catalog date)
67,033 bytes
Download FTP scene.org

Battle Ships by Jason Nunn
/music/contests/mc2/rookie/r-ships.zip
09 Nov 1996 (catalog date)
118,040 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R37

O-19646 by Atlantic
/music/contests/mc3/rookie/o-19646.zip
09 Nov 1996 (catalog date)
210,524 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R09

O-98642 by Brantley Lancaster
/music/contests/mc3/rookie/o-98642.zip
09 Nov 1996 (catalog date)
269,726 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R62

The Little Machine by HigherBeing
/music/contests/mc4/rookie/m4r-litt.zip
10 Nov 1996 (catalog date)
99,630 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Brittlestitch by Smeg
/music/contests/mc4/veteran/m4v-brit.zip
10 Nov 1996 (catalog date)
365,246 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V25

Sweetly Beguiled by Imaginary Unit
/music/contests/mc5/intermed/m5i-swee.zip
29 Aug 1997 (catalog date)
300,867 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Let It Loose by Marwin of Candela
/music/contests/mc5/veteran/m5v-letl.zip
29 Aug 1997 (catalog date)
583,783 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V08

Little Mascerade by toejam of fp.tad
/music/contests/mc5/veteran/m5v-litt.zip
29 Aug 1997 (catalog date)
86,700 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Tantalus by Empyrean, Grey
/music/contests/mc5/veteran/m5v-tlus.zip
29 Aug 1997 (catalog date)
714,313 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Eternal Battle by Buffo
/music/contests/mc6/intermed/m6i-batt.zip
28 Mar 1999 (catalog date)
167,303 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Battlefield March by Ilbero
/music/contests/mc6/rookie/m6r-bama.zip
28 Mar 1999 (catalog date)
595,919 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Battle Of Honour by Treks
/music/contests/mc6/rookie/m6r-bhon.zip
28 Mar 1999 (catalog date)
359,100 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked R07

Called To Lead by Chimera
/music/contests/mc6/rookie/m6r-ctl.zip
28 Mar 1999 (catalog date)
354,691 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

In The Light by Zero O Gravity
/music/contests/mc6/rookie/m6r-itl.zip
28 Mar 1999 (catalog date)
361,190 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

22 In The Fly by Ninja Turtle
/music/contests/mc6/rookie/m6r-thfl.zip
28 Mar 1999 (catalog date)
566,832 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

The Lamer's Ballad by KB
/music/contests/mc6/veteran/m6v-tlb.zip
28 Mar 1999 (catalog date)
509,265 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked V03

A Tribute To Black Metal by Samael
/music/disks/1996/blackmtl.zip
21 Jan 1997 (catalog date)
3,734,862 bytes
Download FTP scene.org
Rating:

Pointed Little Quill by Quantum Porcupine of Grey
/music/disks/1996/g_plq.zip
23 Jan 1997 (catalog date)
1,178,362 bytes
Download FTP scene.org
Rating:

The Kx Files by Kxmode of pHluid
/music/disks/1996/kx-files.zip
01 Feb 1997 (catalog date)
934,089 bytes
Download FTP scene.org
Rating:
The song kx-break.mod "Breaking The Chains" is directly ripped from Jester's "Elysium". Only the sample text has been changed.

Pure August by Atlantic of Moss
/music/disks/1997/mss-pure.zip
15 May 1997 (catalog date)
2,066,313 bytes
Download FTP scene.org

Melodramatic Tendencies by Troll
/music/disks/1997/t_mellow.zip
01 Feb 1997 (catalog date)
975,472 bytes
Download FTP scene.org
Rating:
Decent music, just needs a little polishing. Troll has much potential.

Malted by Jiva of Theralite
/music/disks/1998/tlt_malt.zip
22 Jul 1998 (catalog date)
164,971 bytes
Download FTP scene.org

Tipchunes Ep by Jiva of Theralite
/music/disks/1998/tlt_tip.zip
22 Apr 1998 (catalog date)
145,545 bytes
Download FTP scene.org

Cubic Player v1.7 IT Loader
/music/programs/players/cpitl17e.zip
28 Sep 1996 (catalog date)
19,404 bytes
Download FTP scene.org

Wavefront Extended Module Player v0.96 by Daniel Baum
/music/programs/players/wemp96.zip
20 Apr 1997 (catalog date)
37,017 bytes
Download FTP scene.org
Turtle Beach Maui compatible sound card required.

Compact Split v2.0 and CD Read v1.0
/music/programs/samplers/cs2.zip
28 Sep 1996 (catalog date)
206,726 bytes
Download FTP scene.org
Grabs tracks digitally (no noise) from audio-cds and splits the tracks into perfectly cut sample.

Sampled V1.24 by Neurodancer
/music/programs/samplers/sampl124.zip
27 May 1998 (catalog date)
405,907 bytes
Download FTP scene.org
A full-featured DOS sound-editor, with lots of effects such as spectrum editing (directly edit sound spectra using loads of tools), Time Variable Filters (low/high/band-pass/stop), Am, fm, flanger, reverberation room, robotize, compressor/expander, morph, echo-killer, strange effects (String-ize, Voice Modifier, TVShifter, Robotize), all the other 'standard' wave-editing tools (delay,resample,level-control,etc...)

Castman's 35 Looped Drums by castman of CyberImage
/music/samples/cm-drums.zip
07 Dec 1997 (catalog date)
1,027,066 bytes
Download FTP scene.org
These are 35 looped drum samples, mostly in .snd format. Samples work for Impule Tracker, or Scream Tracker.

Farmer's It Samplepack 1 by Farmer
/music/samples/frm_smp1.zip
04 Jul 1997 (catalog date)
1,111,719 bytes
Download FTP scene.org
Over 30 instruments in IT format, mostly 44khz 16-bit mono. Wide variety, percussion, basses, synths, voices. Top notch quality.

Destructive Sample Pack Issue 1 by Outlaw of Destructive Demomakers
/music/samples/ol-dp01.zip
17 Sep 1998 (catalog date)
216,945 bytes
Download FTP scene.org
This is my first sample pack, here are some DeathMetal samples I have used to write my earlier songs.

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus1.zip
10 Sep 1996 (catalog date)
2,081,430 bytes
Download FTP scene.org
This is the first (I hope) of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. All samples are 22kHz, 16 bit most were created by playing a C3 note on one PC and capturing it live on another. Post editing was done to equalize gain and remove the dead space. They are saved as .wav but can be changed using any one of many programs out there.

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus2.zip
10 Sep 1996 (catalog date)
1,868,625 bytes
Download FTP scene.org
This is the second of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. The emphasis in this collection is on FX although some conventional samples are included. All samples are 22kHz, 16 bit most were created by playing a C3 note on one PC and capturing it live on another. Post editing was done to equalize gain and remove the dead space. They are saved as .wav but can be changed using any one of many programs out there.

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.

Soundwave's Samples, Dr-550mkii Drum Machine Samples by Soundwave
/music/samples/s16dr550.zip
26 Apr 1997 (catalog date)
1,466,881 bytes
Download FTP scene.org
50 high quality, 44.1khZ / 16 bit drum samples sampled directly from the Boss dr550mkII drum machine.

Digo Piano by PiCoder of Seaber Designs
/music/samples/sed-dgpn.zip
18 Feb 1998 (catalog date)
3,748,061 bytes
Download FTP scene.org
This package contains samples of original Digo Piano. 44.1kHz, 16 Bit samples fit 6 octaves. This instrument sounds great and almost like rhodes and electric piano, but slightly different

Yamaha DX-27 Samples by Soundwave
/music/samples/swdx27.zip
11 Oct 1997 (catalog date)
16,992,316 bytes
Download FTP scene.org
Samples taken from the Yamaha DX27 - 4-op FM, the little cousin of the DX7. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Oberheim Matrix 1000 Samples by Soundwave
/music/samples/swoberhm.zip
11 Oct 1997 (catalog date)
34,540,308 bytes
Download FTP scene.org
This is yet another sample pack made for those with samplers and high-end trackers. 50 samples are in this pack, all coming from bank 0 (!) of the Oberheim Matrix 1000. The Oberheim Matrix 1000 is a nice little analog synthesizer with classic Oberheim sounds, for those who don't know. The samples were done on a Turtle Beach Tropez. Hopefully this provides a tad better audio quality than the Pro Audio Spectrum 16 (which in itself wasn't bad). Sorry, no loop points or envelopes are provided.

Korg X5 Samples by Soundwave
/music/samples/swx5.zip
11 Oct 1997 (catalog date)
16,367,474 bytes
Download FTP scene.org
Samples taken from the Korg X5, a classy little sample-based synthesizer. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Korg X5 Drum Samples by Soundwave
/music/samples/swx5drum.zip
11 Oct 1997 (catalog date)
7,257,634 bytes
Download FTP scene.org
People have been looking for more drums, so I gave them it. This is a nice little series of drums taken from the Korg X5 drum machine. There's 109 drum samples in this pack, which should be more than enough to satisfy your drum appetite.

Trans Atlantic by Lizardking
/music/songs/1993/trnsatln.zip
23 Sep 1996 (catalog date)
221,885 bytes
Download FTP scene.org
Rating:
(MOD)

Atlantic Shore by The REW
/music/songs/1995/a/atlantic.zip
11 Sep 1996 (catalog date)
466,399 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the mmul division and ranked 01
(EXE)

Forget The Pain by Slightly Magic of BFG
/music/songs/1995/b/bfg-ftp.zip
30 Oct 1997 (catalog date)
51,814 bytes
Download FTP scene.org
Rating:
(S3M)

Space Crusade by Slightly Magic of BFG
/music/songs/1995/b/bfg-spcr.zip
30 Oct 1997 (catalog date)
223,542 bytes
Download FTP scene.org
Rating:
(S3M)

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)

Stupid ASCII Characters by DaneSm
/music/songs/1995/d/dm_mtlmd.zip
16 Sep 1996 (catalog date)
115,694 bytes
Download FTP scene.org
Rating:
(MOD)

Atlantis by Stalker
/music/songs/1995/f/fm-atla.zip
17 Sep 1996 (catalog date)
262,472 bytes
Download FTP scene.org
Rating:
(S3M)

Striped White Line by Gentle
/music/songs/1995/g/g_stripe.zip
17 Sep 1996 (catalog date)
73,280 bytes
Download FTP scene.org
Rating:
(S3M)

Let It Linger by Syntex
/music/songs/1995/l/letitli.zip
16 Sep 1996 (catalog date)
158,934 bytes
Download FTP scene.org
Rating:
Released at event TG95
(MOD)

Little Introduction by cyclone of questor
/music/songs/1995/l/litintro.zip
19 Jul 1997 (catalog date)
233,666 bytes
Download FTP scene.org
Rating:
(XM)

The Littl'uns Bundle by Liam The Lemming
/music/songs/1995/l/littluns.zip
18 Sep 1996 (catalog date)
517,132 bytes
Download FTP scene.org
Rating:
(S3M) Collection of Chiptunes

Something Slightly Silly by Mystical
/music/songs/1995/m/m-slight.zip
18 Sep 1996 (catalog date)
186,125 bytes
Download FTP scene.org
Rating:
(S3M)

Hurtless Theme #2 by Magic Fred
/music/songs/1995/m/mf-hurt2.zip
21 Sep 1996 (catalog date)
370,429 bytes
Download FTP scene.org
Rating:
(XM)

Hurtless Theme #3 by Magic Fred
/music/songs/1995/m/mf-hurt3.zip
21 Sep 1996 (catalog date)
207,152 bytes
Download FTP scene.org
Rating:
(XM)

Way of the Leaf by Pinion
/music/songs/1995/p/pn-wotl.zip
19 Sep 1996 (catalog date)
89,415 bytes
Download FTP scene.org
Rating:
(S3M)

Little Ditty by Replay
/music/songs/1995/r/r_litdit.zip
20 Sep 1996 (catalog date)
265,836 bytes
Download FTP scene.org
Rating:
(S3M)

The Last Resort by Replay
/music/songs/1995/r/r_tlr.zip
20 Sep 1996 (catalog date)
69,615 bytes
Download FTP scene.org
Rating:
(S3M)

Rage is Relentless by Jester
/music/songs/1995/r/rage.zip
16 Sep 1996 (catalog date)
144,622 bytes
Download FTP scene.org
Rating:
(MOD)

Sub Oceanic Shuttle by Toal Nkor
/music/songs/1995/s/sos.zip
30 Aug 1996 (catalog date)
187,936 bytes
Download FTP scene.org
Rating:
(S3M)

Syntactic Sugar by Mittlag
/music/songs/1995/s/syntacti.zip
16 Sep 1996 (catalog date)
149,079 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the m4ch division and ranked XX
(MOD)

Mystique Part One by TimeLord
/music/songs/1995/t/tl-myst.zip
20 Sep 1996 (catalog date)
263,822 bytes
Download FTP scene.org
Rating:
(S3M)

Mystique Part Two by TimeLord
/music/songs/1995/t/tl-myst2.zip
20 Sep 1996 (catalog date)
420,930 bytes
Download FTP scene.org
Rating:
(S3M)

Mystique Part Three by TimeLord
/music/songs/1995/t/tl-myst3.zip
20 Sep 1996 (catalog date)
494,742 bytes
Download FTP scene.org
Rating:
(S3M)

Graenatel's Masterpiece by Lord Blanka the Black
/music/songs/1995/t/tlgrae.zip
20 Sep 1996 (catalog date)
303,696 bytes
Download FTP scene.org
Rating:
(S3M)

Bit Catcher by Lost Kluster
/music/songs/1995/t/tlk-bctc.zip
20 Sep 1996 (catalog date)
82,378 bytes
Download FTP scene.org
Rating:
(S3M)

Heart Matrix by Lost Kluster
/music/songs/1995/t/tlk-matr.zip
20 Sep 1996 (catalog date)
73,925 bytes
Download FTP scene.org
Rating:
(S3M)

Silenciator by The Lost Kluster
/music/songs/1995/t/tlk-sile.zip
20 Sep 1996 (catalog date)
54,745 bytes
Download FTP scene.org
Rating:
(S3M)

Gone Hi by Gainx, Xhale of Theralite
/music/songs/1995/t/tlt_gone.zip
10 Jun 1998 (catalog date)
386,916 bytes
Download FTP scene.org
(XM)

Weird Little Town by Xhale of Calamity, DCS
/music/songs/1995/w/wierdtow.zip
02 Jun 1998 (catalog date)
83,958 bytes
Download FTP scene.org
Rating:
(MOD)

Demo Music by Arcade of Analogue Music
/music/songs/1996/a/ad_demo.zip
01 Feb 1997 (catalog date)
261,436 bytes
Download FTP scene.org
Rating:
(MOD) As the title says...

Secrets of Atlantis by Mordicus
/music/songs/1996/a/atlantis.zip
16 Nov 1996 (catalog date)
261,225 bytes
Download FTP scene.org
Rating:
(XM)

Wilderness Autumn by Behemoth
/music/songs/1996/b/b_wa.zip
02 Feb 1997 (catalog date)
315,745 bytes
Download FTP scene.org
Rating:
(IT) Filename and song title say "Wilderness Autumn, song text says "Wilderness Summer". Now I'm confused.

Ball Lightning by Slightly Magic
/music/songs/1996/b/ballligh.zip
14 Feb 1997 (catalog date)
364,996 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the mmul division and ranked 04
(S3M)

Fight To The Finish by Nitro
/music/songs/1996/b/battle.zip
22 Sep 1996 (catalog date)
133,763 bytes
Download FTP scene.org
Rating:
(S3M)

Battle Script by Dark Spirit
/music/songs/1996/b/btlscrpt.zip
15 Mar 1997 (catalog date)
193,049 bytes
Download FTP scene.org
Released at event MOV96 in the mmul division and ranked 01
(IT)

Castles by Dead
/music/songs/1996/c/castles.zip
09 Oct 1996 (catalog date)
88,306 bytes
Download FTP scene.org
Rating:
(S3M)

Untitled by Cryptic Blood of Analogue Music
/music/songs/1996/c/cb-until.zip
19 Mar 1997 (catalog date)
178,369 bytes
Download FTP scene.org
Rating:
(S3M)

Atlantique by Atlantic, Malakai
/music/songs/1996/c/ccs-atla.zip
04 Aug 1996 (catalog date)
196,219 bytes
Download FTP scene.org
Rating:
(XM)

Grapefruit Glow by Atlantic, Aahz
/music/songs/1996/c/ccs-glow.zip
20 Nov 1996 (catalog date)
420,843 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the mmul division and ranked 06
(XM)

Little Concert Opus 1 by Dead
/music/songs/1996/c/concert1.zip
08 Oct 1996 (catalog date)
231,776 bytes
Download FTP scene.org
Rating:
(XM)

Flatloop by ???
/music/songs/1996/d/dem-fl.zip
22 Sep 1996 (catalog date)
70,666 bytes
Download FTP scene.org
Rating:
(MOD)

Little Man by Elwood
/music/songs/1996/e/elw-litt.zip
22 Sep 1996 (catalog date)
283,266 bytes
Download FTP scene.org
Rating:
(XM)

Untitled by Sh'ar
/music/songs/1996/f/fsk_unti.zip
15 Mar 1997 (catalog date)
155,487 bytes
Download FTP scene.org
Released at event DML96B in the mmul division and ranked XX
(XM)

Killing Me Softly by Hauz Nation of Northern Pain
/music/songs/1996/f/fugee.zip
25 Jul 1997 (catalog date)
747,380 bytes
Download FTP scene.org
Released at event MEK97 in the mmul division and ranked XX
(XM)

Bottle Rocketeer by CD
/music/songs/1996/g/g_bottle.zip
01 Oct 1996 (catalog date)
274,699 bytes
Download FTP scene.org
Rating:
(IT)

Centauri Grey by Gentle
/music/songs/1996/g/g_gcntri.zip
22 Sep 1996 (catalog date)
131,537 bytes
Download FTP scene.org
Rating:
(S3M)

For the Love of Lisa by Esper
/music/songs/1996/i/ic_ftlol.zip
01 Jul 1996 (catalog date)
380,650 bytes
Download FTP scene.org
Rating:
(S3M)

Untitled by Icebound
/music/songs/1996/i/icb-unti.zip
21 Jan 1997 (catalog date)
157,884 bytes
Download FTP scene.org
Rating:
(XM)

Outlands by Chuck Biscuits
/music/songs/1996/k/k_outlan.zip
26 Jan 1997 (catalog date)
756,848 bytes
Download FTP scene.org
Rating:
(IT)

Sweetly by Contagion
/music/songs/1996/m/mass-swt.zip
22 Sep 1996 (catalog date)
466,470 bytes
Download FTP scene.org
Rating:
Released at event X96 in the mmul division and ranked XX
(XM)

Smukke Bent by Manchild
/music/songs/1996/m/mc-fast.zip
24 Jan 1997 (catalog date)
60,158 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the mfst division and ranked EE
(S3M) This tune apparently was done live (on the big screen) at Summer Encounter 1996. It came out quite nice actually.

The Story of the Mermaid by Atlantic
/music/songs/1996/m/mermaid.zip
22 Sep 1996 (catalog date)
238,129 bytes
Download FTP scene.org
Rating:
(S3M)

Los Cretinus Lawaai by Magic Fred
/music/songs/1996/m/mf-cretl.zip
22 Sep 1996 (catalog date)
180,562 bytes
Download FTP scene.org
Rating:
(XM)

Fly Away by Meatless of NeDeBo
/music/songs/1996/n/ned-flaw.zip
04 Aug 1996 (catalog date)
302,434 bytes
Download FTP scene.org
Rating:
(XM)

Go to Sleep by Meatless of NeDeBo
/music/songs/1996/n/ned-gosl.zip
04 Aug 1996 (catalog date)
63,704 bytes
Download FTP scene.org
Rating:
(XM)

Hard Night by Meatless of NeDeBo
/music/songs/1996/n/ned-hard.zip
20 Apr 1997 (catalog date)
357,758 bytes
Download FTP scene.org
(XM)

Allways Together by Meatless of NeDeBo
/music/songs/1996/n/ned_all.zip
20 Apr 1997 (catalog date)
254,225 bytes
Download FTP scene.org
(XM)

One Little Paradox by Drutten
/music/songs/1996/n/no-olp.zip
22 Sep 1996 (catalog date)
343,180 bytes
Download FTP scene.org
Rating:
(S3M)

This song has no Title by Pali
/music/songs/1996/p/pali_1st.zip
30 Aug 1996 (catalog date)
47,466 bytes
Download FTP scene.org
Rating:
(XM)