Search for "Rat": 384 matches(displaying first 250)

Gouraud shader source by Jedi of Sector One
/code/3d/trifill/gouraud/ggouro2.zip
10 Jan 1997 (catalog date)
66,612 bytes
Download FTP scene.org
Rating:
Source for a gouraud filler, requires GEMA to compile - Needs GEMA. No useful comments. For TASM and MASM users, remember that GEMA's nmenonics are operation source, destination.

Fast Affine Texture Mapping II by MRI of Doomsday
/code/3d/trifill/texmap/fatmap2.zip
30 Jun 1998 (catalog date)
55,809 bytes
Download FTP scene.org
Rating:
A good tutorial about accurate texture mapping. This version uses convex polygons instead of triangles to make clipping easier. Text, C

Audio Manager III by Kenneth Foo Chuan Khit
/code/audio/convert/amm.zip
10 Jan 1997 (catalog date)
30,360 bytes
Download FTP scene.org
Rating:
A loader for amm files - A proprietary format not generated by any trackers that I know of

15313115 by Fred of TFL-TDV
/code/audio/convert/mod15ins.zip
11 Jan 1997 (catalog date)
29,975 bytes
Download FTP scene.org
Rating:
A format converter for 15 instrument mods to/from 31 instrument mods - Useless! Even the file_id.diz says it's a joke. Rather boring on the humor scale. No code.

Protracker Player Source by CyberStrike of Renaissance
/code/audio/players/pps110.zip
11 Jan 1997 (catalog date)
86,006 bytes
Download FTP scene.org
Rating:
Source for a Protracker player - Outdated. Odd that there's a zip inside the lzh. "scratches head"

Internal Speaker Acid Generator by R. Schultz
/code/audio/utils/zreso11.zip
21 Jan 1998 (catalog date)
16,402 bytes
Download FTP scene.org
Rating:
Not very useful.

Aplib V0.12b by Jibz
/code/compress/aplib012.zip
04 May 1998 (catalog date)
57,733 bytes
Download FTP scene.org
Compression library based on aPACK. Good compression ratios and fast decompression. Very easy to use. Supports 32bit Watcom and DJGPP.

Data (de)compressing Library by Markus Oberhumer
/code/compress/lzo100.zip
17 Jan 1999 (catalog date)
375,931 bytes
Download FTP scene.org
Rating:
Favours speed over compression ratio which makes it very suitable for realtime (de)compression. Supports a lot of different operating systems and even the Atari ST TOS.

TChip Texture Generator by Mr. Aurum of Image
/code/compress/tchip.zip
17 Jan 1999 (catalog date)
82,154 bytes
Download FTP scene.org
Rating:
Stores textures in just a few hundred bytes, very useful for intros.

The Shed BBS loader source by naich
/code/demosrc/bbsintro/the_shed.zip
10 Jan 1997 (catalog date)
11,922 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with smoothe text scrolling (horizontal), dual layer starfield, and nifty fade out - Good comments, rather large source as it could use a random number generator as opposed to a table and some other (obvious?) size optimization concerns.

Boardz source by Vulture
/code/demosrc/bbsintro/vga-vul1.zip
10 Jan 1997 (catalog date)
11,913 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with a star field and scrollie - I never thought I'd give this high a rating for source to a BBS loader, but I figure there's got to be some way for people to know what to look for. The source is beautiful and there are more comments than there are lines of source! *Perfect* for the beginner, though not a tutorial.

Chaos 4k intro source by Codex
/code/demosrc/intros/chaos4k1.zip
10 Jan 1997 (catalog date)
14,345 bytes
Download FTP scene.org
Rating:
Sources for a 4k intro with static, sinus scrollie, vector cube, and some other stuff - No comments or description. Rather non-standard C at that, but I wonder how else a 4k intro would be made in C. Good for the curious.

Injection music disk source by Orthodox of Red Power
/code/demosrc/musdisks/rpinjsrf.zip
10 Jan 1997 (catalog date)
193,146 bytes
Download FTP scene.org
Rating:
Source for a music disk with a midas interface. - The version of midas used with this music disk is included. Rather simple code for anyone wanting to use a good music play from within Pascal.

Assembler Laboratory V1.3 Beta 1 by Kurt Groenbech a.k.a. Rib of Talent, Xenon
/code/editors/alab13b1.zip
24 Aug 1998 (catalog date)
322,386 bytes
Download FTP scene.org
A very good assembler and Watcom C IDE with a lot of very useful features.

Assembler Laboratory v1.2 by Kurt Inge Groenbech
/code/editors/alabv12.zip
26 Feb 1998 (catalog date)
185,153 bytes
Download FTP scene.org
Rating:
A very good development environment that includes a very good editor with syntax highlighting.

Sine Generator by Claim of Mindstream
/code/editors/sg_v07.zip
26 Feb 1998 (catalog date)
30,188 bytes
Download FTP scene.org
Rating:
Generates an assembler listing of a sine lookup table.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/texttext.zip
18 Jan 1998 (catalog date)
9,162 bytes
Download FTP scene.org
Rating:
Text version. Explains how to make a 3D engine like the one used in Doom. This version does not include any illustrations!

bfire by Blair Harrison
/code/effects/fire/bfire.zip
19 Jan 1998 (catalog date)
6,651 bytes
Download FTP scene.org
Rating:
Fire Routine. No explanation and horrible optimization. Well, utter lack of optimization, rather.

4ge-fractal by CuteELF of 4ge
/code/effects/fractal/4ge-frac.zip
10 Jan 1997 (catalog date)
10,454 bytes
Download FTP scene.org
Rating:
A fractal zoomer - Has an explanation of how the effect is done, but doesn't say much about the generation of the fractal. Good overall program design and comments.

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.

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.

JCL Plasma by Jeremy Longley
/code/effects/plasma/jclplasm.zip
10 Jan 1997 (catalog date)
88,979 bytes
Download FTP scene.org
Rating:
A nice plasma example - Pregenerates the plasma maps. Looks good.

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.

Sprite Editor by Nosferatu of TechnoCap
/code/effects/sprites/edispr20.zip
26 Jun 1997 (catalog date)
66,923 bytes
Download FTP scene.org
Rating:
This editor has no mouse support, and hardly contains any editing tools. It only supports the french language.

ND.exe by Friar Tuck
/code/effects/tunnel/syn.zip
10 Jan 1997 (catalog date)
31,848 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - Spaghetti code and no explanation. Also doesn't generate the dot tunnel real time, rather it has the rungs of dots precalculated in the exe.

Bobs Editor by Avalanche
/code/effects/vectball/bedit110.zip
26 Jun 1997 (catalog date)
42,920 bytes
Download FTP scene.org
Rating:
This editor generates some numbers that you can use as input for your own bob routines. Not very useful.

Vector Ball 2 by Tumblin
/code/effects/vectball/vectbal2.zip
10 Jan 1997 (catalog date)
190,261 bytes
Download FTP scene.org
Rating:
Some vector ball examples and utilities - Not bad, but simple. Shows some good code design strategies.

Voxel by 6502 of Fatal Rage
/code/effects/voxel/newvox.zip
26 Jun 1997 (catalog date)
3,227 bytes
Download FTP scene.org
Rating:
Beautiful hightfield rendering. If there's anyone with half a clue who can't understand this, I'd like to know. The effect itself is beautiful, fast, and the code is gratuitously commented. My only quip is having (gipped) allocation of some 180k that just eats up base memory. Has no .exe, but compiles with watcom with no problems.

Heart Quake's water source by ARM of Iguana
/code/effects/water/hq_water.zip
10 Jan 1997 (catalog date)
370,188 bytes
Download FTP scene.org
Rating:
The authoratative source on the water effect - Includes a description of the physics behind the effect and the simplifications done to make the routine run quickly.

wormhole by John Cloninger of IND
/code/effects/wormhole/wormhole.zip
10 Jan 1997 (catalog date)
118,586 bytes
Download FTP scene.org
Rating:
A wormhole example - Slow generation of the wormhole itself then it loads the wormhole from a file for the actual effect. You have to figure most of the effect out for yourself though.

FLOS v1.0 Operating Shell by George Garrett
/code/fileutil/flos.zip
26 Feb 1998 (catalog date)
61,119 bytes
Download FTP scene.org
Rating:
A nice but very buggy dosshell.

File (de)concatenator by Kli
/code/fileutil/klitar10.zip
17 Jan 1999 (catalog date)
19,344 bytes
Download FTP scene.org
Rating:
Puts separate files in one big file and separates them again. Not very useful, unless you want to use it as a utility for your own virtual file system.

LZO Data Compression Library v0.20 by Markus Oberhumer
/code/fileutil/lzo020.zip
06 Oct 1996 (catalog date)
184,964 bytes
Download FTP scene.org
Rating:
over conscious about compression ratios and statistics and has many long files about its stats in the /doc directory, but no description about the API. You have to figure out how to use it yourself from the two short examples that come with it. Otherwise, it's fairly complete and you can decide which compression routines you'd like to link yourself (assuming you can figure out that much).

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

Keyboard handler by Patch
/code/hardware/keyboard/kbdhand9.zip
10 Jan 1997 (catalog date)
26,409 bytes
Download FTP scene.org
Rating:
Source for making a keyboard handler (int 9) and reading the keyboard from the handler - Doesn't tell you much, but is a good demonstration. I'd suggest for those needing to write a keyboard handler is to get a hardware reference for the keyboard and see what other options are available and how the code works.

Introduction To Keyboard Handlers by Alioth, Don Williamson of O.M.D
/code/hardware/keyboard/keyb.zip
24 Apr 1998 (catalog date)
18,117 bytes
Download FTP scene.org
How to construct a keyboard handler from scratch and why what you do actually works. :)

Flat Real by Herman Dullink
/code/hardware/memory/flat.zip
10 Jan 1997 (catalog date)
11,758 bytes
Download FTP scene.org
Rating:
A flat real mode interface - For those who'd rather kludge real mode than switch to protected mode. Conceivably useful for 4k intros which may need a quick and cheap entry into a flat memory model.

Flat Real Mode by Nix of Massive
/code/hardware/memory/mass-frm.zip
10 Jan 1997 (catalog date)
8,248 bytes
Download FTP scene.org
Rating:
A flat real mode interface - For those who'd rather kludge real mode than switch to protected mode. Conceivably useful for 4k intros which may need a quick and cheap entry into a flat memory model.

EOS
/code/hardware/pmode/e_os303.zip
10 Jul 1997 (catalog date)
1,227,935 bytes
Download FTP scene.org
Rating:
Eclipse Operating System. A clumsy pmode system, but has many ready to use libs. The makefiles don't work with wmake which they really should.

Eclipse operating System v3.05
/code/hardware/pmode/e_os305.zip
30 Jun 1998 (catalog date)
1,442,821 bytes
Download FTP scene.org
Rating:
A combination of a dos extender and a demo library containing a lot of useful functions. It's very useful for intros because the tiny version is very small (including a sb and gus modplayer). C, Assembler

Real Flat Mode by Christophe Avion
/code/hardware/pmode/ifrm32.zip
25 Aug 1997 (catalog date)
56,257 bytes
Download FTP scene.org
A Dos extender and file packer. I can't really rate this because I would never be able to use the code. All comments and docs are in French.

Kernel 1.30b
/code/hardware/pmode/krnl130b.zip
26 Jun 1997 (catalog date)
314,227 bytes
Download FTP scene.org
Rating:
A Pmode kernel program with some extra libraries. Has a sound library and many other extras to make up for the fact that it's rather new and things such as midas, GUSPlay, or whatnot won't work with it. It's picky about assembling (tasm32+wlink only). No real documentation to help you get started.

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.

GIF 2 LBM by Daniel Hatadi
/code/images/gif2lbm.zip
15 Apr 1997 (catalog date)
17,893 bytes
Download FTP scene.org
Very simple bitmap converter. This converts plain 256 colour GIFs to the LBM format used with Themie Gouthas' XLIB. It also saves the palette separately in a .PAL file.

Multimedia Library by TSC-Software
/code/library/multikit.zip
18 Jan 1998 (catalog date)
344,177 bytes
Download FTP scene.org
Rating:
Contains source for xmode operations and playing mods on GUS and SB.

VGA-Vulture by Vulture
/code/tutors/video/vga-vul2.zip
10 Jan 1997 (catalog date)
20,011 bytes
Download FTP scene.org
Rating:
Palette fading example - A simple program demonstrating how to fade a palette in and out.

Font3D v1.5 by Todd A. Prater
/code/utils/3d/f3d150.zip
26 Feb 1998 (catalog date)
322,012 bytes
Download FTP scene.org
Rating:
Converts truetype fonts into 3d fonts.

Vector Editor by Tumblin of Bodies In Motion
/code/utils/3d/ved11.zip
10 Jan 1997 (catalog date)
84,391 bytes
Download FTP scene.org
Rating:
A Vector editor - A vector editor which I find clumsy to use. Then again, I find all vector editors rather clumsy to use.

MikDLL library by MikMak
/code/utils/compiler/mikdll.zip
10 Jan 1997 (catalog date)
20,844 bytes
Download FTP scene.org
Rating:
A dynamic library loader for BC/DOS - This is a rather complex piece of code not designed for the beginner. It shows you how you could create a dynamic library so that you can load code at runtime. Suggested use is for a mod player to load the specific sound card's drivers run time.

Bin 2 Pal by pneyz of smoof
/code/utils/graphics/b2pal100.zip
19 Jan 1998 (catalog date)
10,133 bytes
Download FTP scene.org
Rating:
Converts raw data to palette includeable stuff. Remember: there are no upload/download ratios on hornet. Please don't feel compelled to upload something merely for the sake of uploading something. Who do you think you're helping?

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.

Palette Generator by BlackBob
/code/utils/graphics/palgen.zip
01 Jul 1997 (catalog date)
11,178 bytes
Download FTP scene.org
Rating:
A utility to generate palettes. Clumsy text mode interface, using dp2e to generate a palette would be much easier.

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.

Reduce by Andrew Harvey
/code/utils/graphics/reduce21.zip
12 Aug 1997 (catalog date)
32,295 bytes
Download FTP scene.org
Rating:
Reduces the number of colors used by any number of PCX files to some number. Generates a glenz and shading table for you.

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.

Friday the 13th by Crack Rat of T.B.S.
/demos/1991/friday.zip
29 Jun 1996 (catalog date)
193,155 bytes
Download FTP scene.org
Rating:

Official Version by The Last Generation
/demos/1991/ov_trek.zip
29 Jun 1996 (catalog date)
263,143 bytes
Download FTP scene.org
Rating:

BBS Digital Laboratory by Bluebird of Litening
/demos/1994/d/digilab.zip
29 Jun 1996 (catalog date)
23,015 bytes
Download FTP scene.org
Rating:

Inspiration by Reality
/demos/1994/i/inspirat.zip
29 Jun 1996 (catalog date)
146,483 bytes
Download FTP scene.org
Rating:

ThinkTwice-preview by Escape Cooperation
/demos/1994/t/thprevie.zip
29 Jun 1996 (catalog date)
8,265 bytes
Download FTP scene.org
Rating:

Dea Parca by Underworld Corporation
/demos/1995/d/deaparca.zip
29 Jun 1996 (catalog date)
1,103,553 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked ??

Democrators by Epigon
/demos/1995/d/democ.zip
14 May 1997 (catalog date)
58,492 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked XX
,,GUS/SB/PAS,

Liberation (patch) by Force 2
/demos/1995/l/lib_updt.zip
30 Jun 1996 (catalog date)
23,290 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Liberation (fix) by Force 2
/demos/1995/l/liberfix.zip
30 Jun 1996 (catalog date)
11,550 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Liberation by Force 2
/demos/1995/l/libfinal.zip
30 Jun 1996 (catalog date)
1,571,415 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Dea Parca (v2.0) by The Underworld Corporation
/demos/1995/t/tuc_dp20.zip
10 Jul 1996 (catalog date)
963,518 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked XX

New Generation by Wild Boys
/demos/1995/w/wbn_gene.zip
20 Oct 1996 (catalog date)
53,661 bytes
Download FTP scene.org
Rating:

Generated Sintab Sux by Reptile of Astroidea
/demos/1996/a/ai_gss.zip
22 Nov 1996 (catalog date)
17,442 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the in4k division and ranked 01

Nosferatu by Nephilims
/demos/1996/n/nosf.zip
02 Oct 1996 (catalog date)
1,562,633 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the demo division and ranked 01

Book of Shadows by Nosferatu
/demos/1996/n/nsf-bos.zip
30 Jun 1996 (catalog date)
525,594 bytes
Download FTP scene.org
Rating:

Den Onde Corporation (final) by Purple
/demos/1996/p/p-denond.zip
31 Aug 1996 (catalog date)
1,313,471 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the demo division and ranked 03

Revolution by Marathon Man
/demos/1996/r/revolutn.zip
31 Aug 1996 (catalog date)
4,172 bytes
Download FTP scene.org
Rating:
Released at event EUS96 in the in4k division and ranked 01

Scratch by Neurotica
/demos/1996/s/scratch.zip
30 Jun 1996 (catalog date)
1,152,616 bytes
Download FTP scene.org
Rating:
Released at event I96 in the demo division and ranked 03

Vision by Next Generation Team
/demos/1996/t/tng_vis.zip
12 Aug 1996 (catalog date)
10,375 bytes
Download FTP scene.org
Rating:
Released at event FLAG96 in the in4k division and ranked 01

Truth by Perforated Edges
/demos/1996/t/truth.zip
09 Sep 1996 (catalog date)
9,681 bytes
Download FTP scene.org
Rating:

Generated Sintab Sux 2 by Corpse of Capanna
/demos/1997/c/cn-gss2.zip
13 Sep 1997 (catalog date)
1,277 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in1k division and ranked 04
fprot misreports a virus - there is none

Democratia by Deathstar
/demos/1997/d/ds-dmz.zip
20 Dec 1997 (catalog date)
2,761,296 bytes
Download FTP scene.org
Rating:
Released at event SAT97 in the demo division and ranked EE
,,GUS/SB/PAS,

Demonstration by Fuse
/demos/1997/f/fse_demo.zip
28 Mar 1997 (catalog date)
60,085 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in64 division and ranked 05

Moderator by MCD
/demos/1997/m/mcd_modr.zip
31 Aug 1997 (catalog date)
70,127 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the in64 division and ranked 02
,,SB,

Seven Deadly Sins by Net Generation
/demos/1997/n/ng-7ds.zip
25 Oct 1997 (catalog date)
3,384,730 bytes
Download FTP scene.org
Rating:
Released at event CRS97 in the demo division and ranked 03

BBS Pirate by Calodox
/demos/1998/c/cdx_pir2.zip
01 Apr 1998 (catalog date)
6,769 bytes
Download FTP scene.org
Rating:

Strato Bank by Kolor
/demos/1998/k/k_strato.zip
22 May 1998 (catalog date)
3,659,102 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 10
P5,,,

Erratic by Quad
/demos/1998/q/qd-errat.zip
02 Apr 1998 (catalog date)
69,516 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the in64 division and ranked 01
,VESA,,

Pirate by Bat
/graphics/images/1995/b/bat_gfx1.zip
02 Sep 1996 (catalog date)
97,876 bytes
Download FTP scene.org
Rating:

Ratman by Darkman
/graphics/images/1995/r/ratman.zip
04 Jul 1996 (catalog date)
78,141 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the grfx division and ranked 39

Bastard Operator From Hell by Pest
/graphics/images/1996/b/bofh.zip
24 Aug 1996 (catalog date)
63,164 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the grfx division and ranked XX

Wild by Pirat
/graphics/images/1996/h/hc_wild.zip
23 Nov 1996 (catalog date)
433,457 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the grtc division and ranked XX

Instinct by Immortal rat of Black Rainbow
/graphics/images/1998/b/br_inst.zip
17 Mar 1998 (catalog date)
113,817 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grfx division and ranked 08
640x480x256

Crater by Welder of Exhumers
/graphics/images/1998/e/exh_crtr.zip
07 Apr 1998 (catalog date)
409,174 bytes
Download FTP scene.org
Rating:
Released at event CACH98 in the grtc division and ranked ??
800x600x16m

Interactivity by Immortal Rat of Black Rainbow, Profuse
/graphics/images/1998/i/interact.zip
14 Sep 1998 (catalog date)
98,796 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 16
640x480x256

Relaxation by Immortal Rat of br, pf
/graphics/images/1998/i/ir_relax.zip
07 Apr 1998 (catalog date)
190,021 bytes
Download FTP scene.org
Rating:
Released at event CACH98 in the grfx division and ranked ??
320x200x256

The creature and the God by Immortal Rat of Black Rainbow, Profuse
/graphics/images/1998/i/ir_tcntg.zip
07 Apr 1998 (catalog date)
648,092 bytes
Download FTP scene.org
Rating:
Released at event CACH98 in the grfx division and ranked ??
640x480x256

Rat Poison by Greenpix7 of Universe, Level-D
/graphics/images/1998/l/lvd-ratp.zip
07 Apr 1998 (catalog date)
48,287 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the grfx division and ranked ??
320x240x256

Heratkaa by Pkz
/graphics/images/1998/w/wake_up.zip
09 Sep 1998 (catalog date)
44,010 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the grfx division and ranked 09
320x200x256

Mechanical Beast by Socrates of Excalibur
/graphics/images/1998/x/x_mbeast.zip
07 Oct 1998 (catalog date)
358,310 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the grtc division and ranked 01
640x480x16m

Disk Magazine Generator v1.03d by Dark Fiber
/mags/programs/dmg103d.zip
15 Sep 1996 (catalog date)
194,195 bytes
Download FTP scene.org

Alterations of Time by Scott F., Ken V.
/music/contests/mc1/entries/__time.zip
09 Nov 1996 (catalog date)
176,430 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 11

O-97093 by Pirat
/music/contests/mc3/rookie/o-97093.zip
09 Nov 1996 (catalog date)
261,690 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R10

Oral Castration by Grubwerm
/music/contests/mc4/rookie/m4r-cast.zip
10 Nov 1996 (catalog date)
254,518 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

In Gratitude by Lloyd Yoon
/music/contests/mc4/veteran/m4v-grat.zip
10 Nov 1996 (catalog date)
740,270 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V22

Liberation by Tek
/music/contests/mc4/veteran/m4v-libe.zip
10 Nov 1996 (catalog date)
520,239 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Sustained Desperation by Venom of Gmk
/music/contests/mc5/rookie/m5r-susd.zip
29 Aug 1997 (catalog date)
195,645 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Aberration by Cruel Creator of Cruelization, Gemini
/music/contests/mc5/veteran/m5v-aber.zip
29 Aug 1997 (catalog date)
541,497 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V20

The Broken Drumloop by Looza of Comic Pirates
/music/contests/mc5/veteran/m5v-tbdr.zip
29 Aug 1997 (catalog date)
762,052 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Goodbye by DOUBLESTAR Laboratory
/music/contests/mc6/intermed/m6i-gdby.zip
28 Mar 1999 (catalog date)
802,779 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Operation Delta by Amino Acid
/music/contests/mc6/intermed/m6i-oper.zip
28 Mar 1999 (catalog date)
719,340 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Feel The Vibrations by dj Ape
/music/contests/mc6/rookie/m6r-feel.zip
28 Mar 1999 (catalog date)
167,069 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Frozen In Music by RaT-x
/music/contests/mc6/rookie/m6r-frzn.zip
28 Mar 1999 (catalog date)
527,413 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Jade by prat
/music/contests/mc6/veteran/m6v-jade.zip
28 Mar 1999 (catalog date)
532,833 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked V24

Scratch Paper Rash by smeg
/music/contests/mc6/veteran/m6v-spra.zip
28 Mar 1999 (catalog date)
756,135 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Rat Race Suite by FLAtRich of fLAtDiSk SoftWorks
/music/disks/1995/rat_race.zip
11 Aug 1997 (catalog date)
1,032,320 bytes
Download FTP scene.org
Rating:

Rat Sampler Pack 1995 by Rat
/music/disks/1995/rat_sp95.zip
26 Jul 1996 (catalog date)
547,397 bytes
Download FTP scene.org
Rating:

Firestorm 3 by Firelight
/music/disks/1996/firest_3.zip
22 Jan 1997 (catalog date)
2,783,593 bytes
Download FTP scene.org
Rating:
Some really good tunes in here... be on the lookout for Firestorm 4 (which more than likely will get 4.5 stars in our ratings).

Frustration by Cybelius of Orange
/music/disks/1996/frustra.zip
29 Sep 1996 (catalog date)
3,613,197 bytes
Download FTP scene.org
Rating:

Next Generation by Dioxide of hRG
/music/disks/1997/88noize.zip
23 Dec 1997 (catalog date)
1,981,471 bytes
Download FTP scene.org

Discomania Ii by DOUBLESTAR Laboratory of Paranormal Illusions
/music/disks/1997/discman2.zip
29 Dec 1997 (catalog date)
974,430 bytes
Download FTP scene.org

Discomania'97 by DOUBLESTAR Laboratory of Paranormal Illusions
/music/disks/1997/discoman.zip
13 Aug 1997 (catalog date)
2,273,654 bytes
Download FTP scene.org

Da Long Lost Muzak by New Power Generation
/music/disks/1997/npg-dllm.zip
14 Mar 1997 (catalog date)
3,348,921 bytes
Download FTP scene.org

The Second Iteration by Chaos Theory
/music/disks/1998/ct-2ndit.zip
12 May 1998 (catalog date)
6,620,006 bytes
Download FTP scene.org

Different Inspiration by VeritaS of DreamWorks Design
/music/disks/1998/v_dinspi.zip
05 Jan 1998 (catalog date)
3,009,605 bytes
Download FTP scene.org

Wav To Xi Converter 1.2 by MAZ
/music/programs/convert/wav2xi12.zip
28 Apr 1997 (catalog date)
15,628 bytes
Download FTP scene.org
8/16 bit WAV to XI converter, incl. crossfade loop "detection", frequency to FT2 RelNote/FineTune conversion, amplification trigger and zero cross handling. NEW: removed readonly-WAV bug, now accepts paths in source filename to better integrate it with AKA's SMoRPhi

Mi3 Player - Miladin's Mini Midas Mod Player For Win95 And Nt by Miladin Pavlicic
/music/programs/players/mi3_10.zip
26 Apr 1997 (catalog date)
315,518 bytes
Download FTP scene.org
Mi3 Player is MIDAS based Win32 (Win95 and WinNT) mod player for MOD, S3M and XM formats. Features include playlist support with integrated playlist editor, VU meters with digital and analog look, drag&drop support, context sensitive help...

Modplug Player V1.38 by Olivier Lapicque
/music/programs/players/mpp138.zip
30 Aug 1998 (catalog date)
255,342 bytes
Download FTP scene.org
MOD/S3M/XM/IT/OKT/NST/WOW/MED/669 Player for Windows95/NT4, Supports playlists live mixing of 2 mods + input, Bass Expansion, Surround, Reverb, EQ, zipped modules, VU-Meter, spectrum analyzer, DirectSound & MMX acceleration. WinAmp Plug-Ins & RAR support, IT Resonant Filters, and 5-bands Graphic Equalizer. (See readme.txt for more details)

Opencp 2.5 by KB
/music/programs/players/opencp25.zip
24 Jul 1998 (catalog date)
976,379 bytes
Download FTP scene.org
opencp 2.5.0 - cubic player - the next generation, formats: mod, s3m, xm, it, mtm, 669, wow, ult, dmf, ams, mxm, ptm, mdl, okt, wav, mp1, mp2, mp3, sid - playlists: pls, m3u, plt (mikit) - cards: gus, iw, sb, awe, ews, ess, wss, pas, wav-writer, mpx-writer - html docs included, source code available

Xm-exe 1.5 by Ian Luck
/music/programs/players/xm-exe15.zip
18 Aug 1998 (catalog date)
215,789 bytes
Download FTP scene.org
Combines playback code and XM/MOD file(s) to create a Win9x/NT executable of the XM/MOD(s). FEATURES: Balls-on accurate reproduction, Linear/Spline interpolated mixing, Volume/Pan ramping, Surround sound, 5 Band equalizer, Compression, WAV writer, Multi-XM, Nice GUI.

Xmplay 1.1 by Ian Luck
/music/programs/players/xmplay11.zip
03 Aug 1998 (catalog date)
76,323 bytes
Download FTP scene.org
Win95/NT XM/MOD player. FEATURES: Balls-on accurate reproduction, Linear/Spline interpolated mixing, Volume/Pan ramping, Surround sound, 5 Band equalizer, Spectrum Analyzer, Nice GUI.

Defractor 0.97beta by Neurotix
/music/programs/samplers/dfc097.zip
11 Oct 1997 (catalog date)
308,071 bytes
Download FTP scene.org
Defractor is Digital Synth with sample generator. Its Sample Generator Engine is based on a 32 Bit float core. It features 2 Oscillator (with 13 waveform), 2 Envelope Generator, Smoothing - Pinch/Punch - Sliding filters, Preview, Overdrive. It save samples in .RAW .WAV and .XI format. Many other feature... Defractor is **FREEWARE**

Hammerhead by Bram Bos
/music/programs/samplers/hhbeta96.zip
24 May 1997 (catalog date)
1,440,712 bytes
Download FTP scene.org
What is HammerHead ? HammerHead is a simple TR-909-like drumcomputer program aiming at the dance-scene. You can use it to create perfect Techno-loops, Jungle patterns and real BAD-MOFO-KICK-ASS-NOISY-GABBA-SHIT. What is HammerHead not ? HammerHead is not Shareware, it's Freeware . No frustrating save-disabling, no grayed-out-menu-features, no paying serious money, no annoying messages and most of all NO TIME LIMIT... HammerHead is not a Bossa Nova tool... This means that you won't find any sucky Tom-Toms, Shakers, Cowbells, Congas and Bongos in this box... What you WILL find is cool 909 shit, bad overdriven bassdrums, lotsa snaredrums, claps, and complete breakbeats to spice up the lot. Buckets-o-fun for making Jungle.

New Prorave Synthesizer V2.21 by Nick'97
/music/programs/samplers/prorv221.zip
08 Nov 1997 (catalog date)
79,857 bytes
Download FTP scene.org
Prorave is DOS-based sound synthesizer. It uses 32 overtones to create the complex sounds. You may control vibrato and amplitude variation of each overtone. Program have easy and intuitive SVGA-graphic mouse interface. Export formats: IFF, SND and WAV. GUS/SB sound output. New in 2.21: parameters library, configuration window, bugs fixed and other changes. It is FREEWARE.

ReSample v0.12a by MLF of SLI
/music/programs/samplers/resample.zip
09 Sep 1996 (catalog date)
33,915 bytes
Download FTP scene.org
Takes ST3 samples and resamples them at any rate

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

16 Fix by Zest
/music/programs/trackers/16fix.zip
14 Mar 1997 (catalog date)
4,878 bytes
Download FTP scene.org
Fixes the problem with loading *.RAW 16-bit mono sound files into fasttrackerii -- having to press "16-bit" and "no" every time you load a sound, can get boring. this program replaces all your *.RAW files with *.IFF sounds, that load into fasttracker without any fuss. The search for *.RAW files is recursive, i.e. all sub-directories beneath the one you are fix'ing, will be fix'ed too .. careful!! the original .RAW files are ERASED. also, if you have other than 16-bit sound files in your collection, you should sort them first, placing your 16-bit files in a seperate directory, before using FIX. This program is freeware. Enjoy :)

HSC-Tracker v1.5 by Electronic Rats
/music/programs/trackers/hsc15ecr.zip
09 Sep 1996 (catalog date)
151,818 bytes
Download FTP scene.org
HSC

Real Tracker 2.01 by Arnaud Hasenfratz
/music/programs/trackers/rt201.zip
25 Apr 1997 (catalog date)
448,215 bytes
Download FTP scene.org
SVGA Multi-window graphical interface - support SB, SB Pro, SB16, GUS, InterWave - load RTM, MOD, S3M, XM files - save RTM, MOD, XM files

UltraTracker v1.6 by MAS of Prophecy
/music/programs/trackers/ultra160.zip
09 Sep 1996 (catalog date)
351,833 bytes
Download FTP scene.org
ULT

Wav Reverberator V1.4 by PiCoder of Seaber Designs
/music/programs/unusual/wavrev14.zip
18 Jun 1998 (catalog date)
109,599 bytes
Download FTP scene.org
Here it is. Works great, many parameters, clipping control, crisp sound, 225 types of reverbs possible, not counting endless amount of equalization values. FLOATING-point calculations extensively used. Works with stereo and mono 16 bit WAV files of any sample frequency. C++ non-compilable sources included.

Wav Reverberator V1.5 by PiCoder of Seaber Designs
/music/programs/unusual/wavrev15.zip
21 Jun 1998 (catalog date)
162,311 bytes
Download FTP scene.org
Here it is. Works great, many parameters, clipping control, crisp sound, 225 types of reverbs possible, not counting endless amount of equalization values. FLOATING-point calculations extensively used. Works with stereo and mono 16 bit WAV files of any sample frequency. C++ non-compilable sources included.

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.

Funky Inspiration by Zombie
/music/songs/1994/finspira.zip
15 Sep 1996 (catalog date)
379,103 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Incinerated by Vogue
/music/songs/1994/incinrtd.zip
15 Sep 1996 (catalog date)
154,135 bytes
Download FTP scene.org
Rating:
(XM)

Island of Sadness by Klorathy
/music/songs/1994/isle_sad.zip
15 Sep 1996 (catalog date)
108,349 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked 11
(MOD)

Vibrations by The REW
/music/songs/1994/rew_vib2.zip
15 Sep 1996 (catalog date)
149,182 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked XX
(PTM)

Vibrations by The REW
/music/songs/1994/rew_vibr.zip
15 Sep 1996 (catalog date)
159,124 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked XX
(EXE)

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)

Accelerate by Deus.Ex
/music/songs/1995/a/acceler8.zip
20 Sep 1996 (catalog date)
369,007 bytes
Download FTP scene.org
Rating:
(XM)

Castrated Blogies by Amusic
/music/songs/1995/a/amu-blo.zip
16 Sep 1996 (catalog date)
105,599 bytes
Download FTP scene.org
Rating:
(MOD)

Celebration Generation by moT
/music/songs/1995/c/celgen.zip
16 Sep 1996 (catalog date)
140,012 bytes
Download FTP scene.org
Rating:
(S3M)

Cyberrats by Mental
/music/songs/1995/c/cyberrat.zip
16 Sep 1996 (catalog date)
138,415 bytes
Download FTP scene.org
Rating:
(S3M)

Aztec Generation Eliot+Znorz
/music/songs/1995/e/ems-aztc.zip
16 Sep 1996 (catalog date)
289,684 bytes
Download FTP scene.org
Rating:
(MOD)

Exploration by Vogue
/music/songs/1995/e/explorat.zip
21 Sep 1996 (catalog date)
38,340 bytes
Download FTP scene.org
Rating:
(XM)

Alterations by Nabo
/music/songs/1995/f/fr-alter.zip
21 Sep 1996 (catalog date)
307,778 bytes
Download FTP scene.org
Rating:
(XM)

Kuadratura Cirkular by Jak
/music/songs/1995/j/jk_kuadr.zip
21 Sep 1996 (catalog date)
119,808 bytes
Download FTP scene.org
Rating:
(XM)

Positive Vibrations by Steam
/music/songs/1995/l/ld-pvibr.zip
18 Sep 1996 (catalog date)
65,435 bytes
Download FTP scene.org
Rating:
(S3M)

Oblitirator by Vogue
/music/songs/1995/o/oblitirt.zip
21 Sep 1996 (catalog date)
430,494 bytes
Download FTP scene.org
Rating:
(XM)

Quadratic by Replay
/music/songs/1995/r/r_quad.zip
20 Sep 1996 (catalog date)
149,924 bytes
Download FTP scene.org
Rating:
(S3M)

I Remember by Ratzi
/music/songs/1995/r/remember.zip
21 Sep 1996 (catalog date)
150,377 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(XM)

Respirator by Zodiak
/music/songs/1995/r/resp-z.zip
21 Sep 1996 (catalog date)
472,540 bytes
Download FTP scene.org
Rating:
Released at event ASM95
(XM)

Seperate Ways by Clawz
/music/songs/1995/s/separate.zip
16 Sep 1996 (catalog date)
133,379 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the m4ch division and ranked 21
(MOD)

Celebrate by Ng Pei Sin
/music/songs/1996/c/cele.zip
24 Jan 1997 (catalog date)
307,837 bytes
Download FTP scene.org
Rating:
Released at event TS96 in the mmul division and ranked 03
(XM)

Tribal Celebrations by DD
/music/songs/1996/d/dd-tribl.zip
01 Jul 1996 (catalog date)
269,250 bytes
Download FTP scene.org
Rating:
(XM)

A Declaration of War by Sikamikanico, Sunday
/music/songs/1996/d/decla.zip
24 Jan 1997 (catalog date)
239,136 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the mmul division and ranked 16
(XM)

Defibliration by Luk of Dark Legions
/music/songs/1996/d/dl_defib.zip
09 Apr 1997 (catalog date)
276,698 bytes
Download FTP scene.org
(XM)

Conformity by Stavross of Damage Incorporated
/music/songs/1996/d/dmi-cnfm.zip
23 Jul 1996 (catalog date)
228,851 bytes
Download FTP scene.org
Rating:
(S3M)

Recognition by Stavross of Damage Incorporated
/music/songs/1996/d/dmirecg.zip
23 Jul 1996 (catalog date)
274,865 bytes
Download FTP scene.org
Rating:
(S3M)

Extratica, Dark Rock by Ethereal
/music/songs/1996/e/e-extrat.zip
13 Apr 1997 (catalog date)
229,030 bytes
Download FTP scene.org
(IT)

The Promise by Basehead of Five Musicians
/music/songs/1996/f/fm-promi.zip
01 Feb 1997 (catalog date)
461,534 bytes
Download FTP scene.org
Rating:
(IT) If I'm going on a technical rating, this gets at least 4 stars. For the human enjoyment factor, I'm gonna have to go 3.5.

Seperation by Mosh
/music/songs/1996/f/fsk_sept.zip
15 Mar 1997 (catalog date)
320,820 bytes
Download FTP scene.org
Released at event DML96B in the mmul division and ranked XX
(IT)

G-Cooperation by SoundMaster
/music/songs/1996/g/gcoop.zip
15 Mar 1997 (catalog date)
561,678 bytes
Download FTP scene.org
Released at event PC96 in the mmul division and ranked 01
(XM)

Marathon Runner by J.Bonnell
/music/songs/1996/j/jb-marat.zip
22 Sep 1996 (catalog date)
877,399 bytes
Download FTP scene.org
Rating:
(XM)

Saturation by Luk
/music/songs/1996/k/k_str_ok.zip
15 Mar 1997 (catalog date)
246,989 bytes
Download FTP scene.org
Released at event TP96 in the m4ch division and ranked XX
(MOD)

Karate Guns Plus by Meat
/music/songs/1996/k/kguns.zip
22 Sep 1996 (catalog date)
65,001 bytes
Download FTP scene.org
Rating:
(S3M)

Den Onde Corporation by Mystical
/music/songs/1996/m/m-denond.zip
11 Aug 1996 (catalog date)
603,595 bytes
Download FTP scene.org
Rating:
(IT)

Selenium Stratosphere by Orfeus
/music/songs/1996/o/orf_sele.zip
18 Mar 1997 (catalog date)
162,662 bytes
Download FTP scene.org
(MTM)

Feels are Changin by Pirat
/music/songs/1996/p/phd_feel.zip
11 Feb 1997 (catalog date)
305,726 bytes
Download FTP scene.org
Rating:
(MOD) great mellow-ish ambient jungle

Liquid Plastic by Pirat
/music/songs/1996/p/phd_lp.zip
20 Nov 1996 (catalog date)
63,397 bytes
Download FTP scene.org
Rating:
(MOD)

Parliament of Dreams by Pirat
/music/songs/1996/p/phd_parl.zip
20 Nov 1996 (catalog date)
200,858 bytes
Download FTP scene.org
Rating:
(MOD)

Integration (cosmix) by Phorte
/music/songs/1996/p/pht-int.zip
11 Feb 1997 (catalog date)
481,507 bytes
Download FTP scene.org
Rating:
(XM) strange demo/house music

The End Of Time by Dude
/music/songs/1996/r/rat_eot.zip
22 Sep 1996 (catalog date)
69,959 bytes
Download FTP scene.org
Rating:
(S3M)

Shattered Skye by Catspaw
/music/songs/1996/r/rat_skye.zip
22 Sep 1996 (catalog date)
293,405 bytes
Download FTP scene.org
Rating:
(IT)

Sahara Migration by Mute
/music/songs/1996/s/sahamigr.zip
01 Oct 1996 (catalog date)
215,717 bytes
Download FTP scene.org
Rating:
(IT)

Hallucinogenerate by Screamager
/music/songs/1996/s/sc_hgen.zip
22 Sep 1996 (catalog date)
177,439 bytes
Download FTP scene.org
Rating:
(XM)

Moon Walk - Smart Casual by Sublunar Laboratories
/music/songs/1996/s/sublun_2.zip
31 Jul 1996 (catalog date)
1,450,509 bytes
Download FTP scene.org
Rating:
(IT)

The Regeneration Center by DiGiSTORM
/music/songs/1996/t/trc.zip
13 Jan 1998 (catalog date)
207,149 bytes
Download FTP scene.org
(S3M)

Totun Paratiisi by Octoque
/music/songs/1996/x/xmas_elf.zip
31 Jul 1996 (catalog date)
78,100 bytes
Download FTP scene.org
Rating:
(S3M)

50 Hours Of Sleep Deprivation by Vastator of Net Generation
/music/songs/1997/0-9/50hours.zip
29 Jan 1998 (catalog date)
91,341 bytes
Download FTP scene.org
Released at event CRS97 in the m4ch division and ranked 3
(IT)

Incinerate by oscillate of 7YNIVf
/music/songs/1997/0-9/7_inc.zip
07 Jul 1997 (catalog date)
274,040 bytes
Download FTP scene.org
(IT)

Mod.a Dream by Pirate Pete
/music/songs/1997/a/adream.zip
05 Sep 1997 (catalog date)
64,641 bytes
Download FTP scene.org
(S3M)

Aboriginal Dreamscapes by Pirate Pete
/music/songs/1997/a/adreams.zip
14 Jul 1997 (catalog date)
111,500 bytes
Download FTP scene.org
(S3M)

Agent Of Destruction by Pirate Pete
/music/songs/1997/a/agent.zip
18 Mar 1997 (catalog date)
63,897 bytes
Download FTP scene.org
(S3M)

Zn_o by AMGorb of AMGorboration
/music/songs/1997/a/am-zno.zip
20 Apr 1997 (catalog date)
127,502 bytes
Download FTP scene.org
(IT)

Amy's Theme by Pirate Pete
/music/songs/1997/a/amy.zip
18 Mar 1997 (catalog date)
118,225 bytes
Download FTP scene.org
(S3M)

Armageddon Complex by Pirate Pete
/music/songs/1997/a/armgddon.zip
14 May 1997 (catalog date)
203,042 bytes
Download FTP scene.org
(XM)

Astraying Inspirations by Ben-Jam of Hypermatix
/music/songs/1997/a/astrinsp.zip
06 Jul 1997 (catalog date)
310,566 bytes
Download FTP scene.org
Released at event MEK97 in the mmul division and ranked 14
(S3M)

Auntie's Christmas Dinner by Pirate Pete
/music/songs/1997/a/auntiex.zip
18 Mar 1997 (catalog date)
81,830 bytes
Download FTP scene.org
(S3M)

Balagan by Den of KDV sounds laboratory
/music/songs/1997/b/balagan.zip
06 Nov 1997 (catalog date)
232,053 bytes
Download FTP scene.org
(XM)

Banjo Birthday by Pirate Pete
/music/songs/1997/b/banjo.zip
19 Mar 1997 (catalog date)
44,974 bytes
Download FTP scene.org
(S3M)

Beat Bop by Pirate Pete
/music/songs/1997/b/beatbop.zip
14 Jul 1997 (catalog date)
164,108 bytes
Download FTP scene.org
(S3M)

Be With Me by Pirate Pete
/music/songs/1997/b/bewithme.zip
04 Jan 1998 (catalog date)
47,561 bytes
Download FTP scene.org
(XM)

Big Day In Little Chinatown by Pirate Pete
/music/songs/1997/b/bigday.zip
05 Sep 1997 (catalog date)
101,308 bytes
Download FTP scene.org
(S3M)

Bird Blue by Tim Pratley
/music/songs/1997/b/birdblue.zip
09 Apr 1997 (catalog date)
92,821 bytes
Download FTP scene.org
(XM)

Blockade by Pirate Pete
/music/songs/1997/b/blockade.zip
19 Mar 1997 (catalog date)
154,786 bytes
Download FTP scene.org
(S3M)

Bond Still Rulez by Pirate Pete
/music/songs/1997/b/bond.zip
15 May 1997 (catalog date)
103,168 bytes
Download FTP scene.org
(XM)

Summer Breeze by Pirate Pete
/music/songs/1997/b/breeze.zip
19 Mar 1997 (catalog date)
177,233 bytes
Download FTP scene.org
(S3M)

Bubble Dance by Pirate Pete
/music/songs/1997/b/bubble.zip
19 Mar 1997 (catalog date)
69,354 bytes
Download FTP scene.org
(S3M)

Aristocrat by Balliztic
/music/songs/1997/b/bz-arist.zip
28 Jun 1997 (catalog date)
187,365 bytes
Download FTP scene.org
(IT)

Catch 22 by Tim Pratley
/music/songs/1997/c/c22.zip
09 Apr 1997 (catalog date)
103,460 bytes
Download FTP scene.org
(XM)

Carpet by Tim Pratley
/music/songs/1997/c/carpet.zip
09 Apr 1997 (catalog date)
6,943 bytes
Download FTP scene.org
(XM)

Catalina Harbor by Pirate Pete
/music/songs/1997/c/catalina.zip
29 May 1997 (catalog date)
130,046 bytes
Download FTP scene.org
(XM)

Classic Bach by Den of KDV sounds laboratory
/music/songs/1997/c/classic.zip
09 Nov 1997 (catalog date)
60,991 bytes
Download FTP scene.org
(XM)

Technotoccata by Den of KDV sounds laboratory
/music/songs/1997/c/classic1.zip
09 Nov 1997 (catalog date)
59,936 bytes
Download FTP scene.org
(XM)

Techno-Copter by Pirate Pete
/music/songs/1997/c/copter.zip
19 Mar 1997 (catalog date)
108,872 bytes
Download FTP scene.org
(S3M)

Jungle Critters by Pirate Pete
/music/songs/1997/c/critters.zip
19 Mar 1997 (catalog date)
192,552 bytes
Download FTP scene.org
(S3M)

Curley Madness by Pirate Pete
/music/songs/1997/c/curley.zip
19 Mar 1997 (catalog date)
99,895 bytes
Download FTP scene.org
(S3M)

Penetration by Urge of Danger High Voltage Records
/music/songs/1997/d/dhv_pen.zip
12 Jul 1998 (catalog date)
443,072 bytes
Download FTP scene.org
(XM)

Diablo's Love by Den of KDV sounds laboratory
/music/songs/1997/d/diablove.zip
19 Nov 1997 (catalog date)
493,659 bytes
Download FTP scene.org
(XM)

D-generation by Convertito, Vece of Dreamers
/music/songs/1997/d/dms-dgen.zip
20 Jul 1997 (catalog date)
537,704 bytes
Download FTP scene.org
(XM)

Dodger by Pirate Pete
/music/songs/1997/d/dodger.zip
19 Mar 1997 (catalog date)
127,279 bytes
Download FTP scene.org
(S3M)

Dogs Valce by Den of KDV sounds laboratory
/music/songs/1997/d/dogs.zip
19 Nov 1997 (catalog date)
370,420 bytes
Download FTP scene.org
(XM)

Dolphin Dance by Pirate Pete
/music/songs/1997/d/dolphin.zip
19 Mar 1997 (catalog date)
108,886 bytes
Download FTP scene.org
(S3M)

Dramatic Sounds by Den of KDV sounds laboratory
/music/songs/1997/d/dramatic.zip
01 Nov 1997 (catalog date)
943,164 bytes
Download FTP scene.org
(XM)

Empire Jamz by Pirate Pete
/music/songs/1997/e/empire.zip
16 May 1997 (catalog date)
342,106 bytes
Download FTP scene.org
(XM)

Everybody by Den of KDV sounds laboratory
/music/songs/1997/e/everybdy.zip
25 Nov 1997 (catalog date)
222,770 bytes
Download FTP scene.org
(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)

Eyeah by Tim Pratley
/music/songs/1997/e/eyeah.zip
09 Apr 1997 (catalog date)
183,385 bytes
Download FTP scene.org
(XM)

Four Bars Or More Groove Celebration by Urge
/music/songs/1997/e/ez-admsk.zip
19 Aug 1997 (catalog date)
250,842 bytes
Download FTP scene.org
(XM)

United Colors Of Penetration Dhv by Urge of Society of Sound
/music/songs/1997/e/ez-pene2.zip
20 Nov 1997 (catalog date)
443,082 bytes
Download FTP scene.org
(XM)

United Colors Of Penetration by Urge of Society Of Sound
/music/songs/1997/e/ez-penet.zip
18 Sep 1997 (catalog date)
464,353 bytes
Download FTP scene.org
(XM)

Flute Loops by Pirate Pete
/music/songs/1997/f/flutloop.zip
14 May 1997 (catalog date)
57,778 bytes
Download FTP scene.org
(S3M)

Get Smart by Pirate Pete
/music/songs/1997/g/getsmart.zip
30 Sep 1997 (catalog date)
255,978 bytes
Download FTP scene.org
(XM)

Giuseppe's Calling by Pirate Pete
/music/songs/1997/g/giusepp.zip
05 Sep 1997 (catalog date)
63,747 bytes
Download FTP scene.org
(S3M)

Hopeinen Kuu Remix By Pp by Pirate Pete
/music/songs/1997/h/hopeinen.zip
27 Sep 1997 (catalog date)
60,092 bytes
Download FTP scene.org
(S3M)

Incinerator by zero_overkill of The Trauma Corporation
/music/songs/1997/i/inciner8.zip
06 Apr 1997 (catalog date)
135,729 bytes
Download FTP scene.org
(S3M)

Vibrate by It-Alien
/music/songs/1997/i/it-vib.zip
11 Sep 1997 (catalog date)
198,699 bytes
Download FTP scene.org
(MOD)

Operation Milo by jacobolix
/music/songs/1997/j/jac-milo.zip
21 Dec 1997 (catalog date)
358,953 bytes
Download FTP scene.org
(XM)

Jesus Is Lord by Pirate Pete
/music/songs/1997/j/jesus.zip
19 Mar 1997 (catalog date)
90,333 bytes
Download FTP scene.org
(S3M)

Kiss In Univerce by Den of KDV sounds laboratory
/music/songs/1997/k/kissuniv.zip
15 Nov 1997 (catalog date)
401,599 bytes
Download FTP scene.org
(XM)

Ball 'n Chain by Knights and Pirates
/music/songs/1997/k/kp-bnc.zip
19 Sep 1997 (catalog date)
62,125 bytes
Download FTP scene.org
(XM)

Hookman's Revenge by Knights and Pirates
/music/songs/1997/k/kp-hookm.zip
19 Sep 1997 (catalog date)
333,368 bytes
Download FTP scene.org
(XM)

Mr. Peanut by Knights and Pirates
/music/songs/1997/k/kp-mrp.zip
19 Sep 1997 (catalog date)
271,890 bytes
Download FTP scene.org
(XM)

Surface Quest by Knights and Pirates
/music/songs/1997/k/kp-sfq.zip
19 Sep 1997 (catalog date)
129,158 bytes
Download FTP scene.org
(XM)

Thriller by Knights and Pirates
/music/songs/1997/k/kp-thril.zip
19 Sep 1997 (catalog date)
175,719 bytes
Download FTP scene.org
(XM)

Thump Dog by Knights and Pirates
/music/songs/1997/k/kp-thump.zip
19 Sep 1997 (catalog date)
88,416 bytes
Download FTP scene.org
(XM)

Long Beach Harbor by Pirate Pete
/music/songs/1997/l/lngbeach.zip
16 May 1997 (catalog date)
206,776 bytes
Download FTP scene.org
(XM)

Lost In Wood by AMGorb of AMGorboration
/music/songs/1997/l/lostinwo.zip
11 May 1997 (catalog date)
210,912 bytes
Download FTP scene.org
(IT)

Mission Impossible Remix by Denis of KDV sounds laboratory
/music/songs/1997/m/m-impos.zip
11 Jan 1998 (catalog date)
562,817 bytes
Download FTP scene.org
(XM)

Mallrat Hell Part One by William Wright
/music/songs/1997/m/mallrat1.zip
04 Aug 1997 (catalog date)
1,044,728 bytes
Download FTP scene.org
(XM)

Maranatha Rock by Pirate Pete
/music/songs/1997/m/maran.zip
05 Sep 1997 (catalog date)
163,761 bytes
Download FTP scene.org
(S3M)

Marazmikuz by AMGorb of AMGorboration
/music/songs/1997/m/marazm.zip
11 May 1997 (catalog date)
409,072 bytes
Download FTP scene.org
(IT)