Search for "ele": 373 matches(displaying first 250)

Raw GFX Lib by Ghyll of TGA
/code/3d/systems/tgarx2b1.zip
02 Jul 1997 (catalog date)
34,488 bytes
Download FTP scene.org
Rating:
An elementary graphics system. The functions are very base and it's a good idea for anyone coding graphics engines either to understand how those functions work or to be given higher level functions to work with.

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.

AWE 32 "documentation" by Judge Dred
/code/audio/docs/awe32prg.zip
10 Jan 1997 (catalog date)
37,028 bytes
Download FTP scene.org
Rating:
Useful documents for AWE 32 programming - Beats the shit out of Creative Lab's released information.

Omega AWE32 Mod player by Cygnus x-1
/code/audio/players/omega060.zip
11 Jan 1997 (catalog date)
60,741 bytes
Download FTP scene.org
Rating:
A mod player for AWE32 - Just released for the hell of it.

Useless Module Player v1.04 by FreddyV of Useless
/code/audio/players/u_smp104.zip
17 Jan 1999 (catalog date)
441,910 bytes
Download FTP scene.org
Rating:
Not as useless as the name might suggest. Supports STM,S3M,MOD,XM, IT and GUS and Soundblaster cards, DOS32, EOS, KERNEL 386 and Watcom.

Useless Module Player v1.11 beta by FreddyV of Useless
/code/audio/players/u_smp11b.zip
17 Jan 1999 (catalog date)
387,890 bytes
Download FTP scene.org
Rating:
Newer version of u_smp104.zip.

Bugfix for Useless Module Player v1.11 beta by FreddyV of Useless
/code/audio/players/u_smp11f.zip
17 Jan 1999 (catalog date)
131,112 bytes
Download FTP scene.org
Rating:

Hell source by Tran
/code/demosrc/demos/hellsrc.zip
10 Jan 1997 (catalog date)
62,331 bytes
Download FTP scene.org
Rating:
Source for Tran's demo Hell - Like most of Tran's released source, it makes a good example, but is difficult for people to read unless you've already done something similarly complex.

Inconexia sources by JCAB, JARE of Iguana
/code/demosrc/demos/incosrc.zip
10 Jan 1997 (catalog date)
242,043 bytes
Download FTP scene.org
Rating:
A collection of sources from Inconexia - A collection of effects. Get gallery.zip for the museum part which the .txt file says won't be released. :)

Timeless source by Tran
/code/demosrc/demos/timesrc.zip
10 Jan 1997 (catalog date)
356,568 bytes
Download FTP scene.org
Rating:
Source for Tran's timeless demos - Curiously better than Tran's other source releases. If you intend to figure out how it works, I suggest you start at line 127 of v.asm. Few comments, but excellent source.

3D Tutorial v1.8 by fh of GODS
/code/effects/3d/fh-3dt18.zip
06 Oct 1996 (catalog date)
25,489 bytes
Download FTP scene.org
Rating:
Useless. Very poor way of making a 3d system. 100% hard coded objects, non-portable slow code.

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.

Alias by Minimalist
/code/effects/rotozoom/alias.zip
25 Aug 1997 (catalog date)
164,287 bytes
Download FTP scene.org
Rating:
Scaling, rotating, anti-aliasing. There's a turboC, WatcomC, and Pascal version of this program all included. Admittedly, he cheats the palette on anti-aliasing (as shown by using most any non-grayscale image), the programming is good nonetheless.

Tunnel by Gedge
/code/effects/tunnel/tunnele.zip
25 Aug 1997 (catalog date)
41,102 bytes
Download FTP scene.org
Rating:
Another tunnel example

Peroxide Trainer Part 1 by Telemachos of Peroxide
/code/effects/worlds/pxdtut1.zip
17 Jan 1999 (catalog date)
73,945 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code 3d mazes like the ones used in old games like dungeon master and eye of the beholder.

List/Execute Executables Utility by SAM of TFL
/code/fileutil/direxe.zip
06 Oct 1996 (catalog date)
26,546 bytes
Download FTP scene.org
Rating:
Nice code, almost useless util. Makes a perfect example though.

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.

Ralf Brown's Interrupt List
/code/hardware/general/telerama.zip
17 Jan 1999 (catalog date)
827,866 bytes
Download FTP scene.org
Rating:
Every coder should download this, it's the best interrupt list around.

Peroxide Trainer Part 6 by Telemachos of Peroxide
/code/hardware/keyboard/pxdtut6.zip
17 Jan 1999 (catalog date)
20,234 bytes
Download FTP scene.org
Rating:
This tutorial explains how to program interrupts, timers and keyboard handlers.

Peroxide Trainer Part 2 by Telemachos of Peroxide
/code/hardware/memory/pxdtut2.zip
17 Jan 1999 (catalog date)
11,137 bytes
Download FTP scene.org
Rating:
This tutorial explains how to use ems memory.

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.

Asychronous communitcations code by Lord Logics
/code/hardware/serial/ll_comm.zip
10 Jan 1997 (catalog date)
56,754 bytes
Download FTP scene.org
Rating:
Source for "asynchronous" comm connections - A library meant for opening COM lines and other serial line connections. It's supposedly asynchronous (but maybe in a later version for this only supports one). Not too demo scene relevant, but it could make for great modem-modem networking in a game.

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.

VidBlitz by Zax
/code/hardware/video/vblitz13.zip
10 Jan 1997 (catalog date)
184,347 bytes
Download FTP scene.org
Rating:
A utility to give you bliting times from your video card - Useless?

Television Viewer by Bullhead of Plastic Surgery
/code/images/ps_tvv.zip
17 Jan 1999 (catalog date)
99,252 bytes
Download FTP scene.org
Rating:
Displays a bmp,pcx,tga or lbm picture on the screen using a fake hicolor mode.

The Mag by Spellcaster
/code/mags/mag08.zip
01 Jul 1997 (catalog date)
41,938 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Random stuff, game design, more on pointers, some elementary data structuring.

The Mag by Spellcaster
/code/mags/mag10.zip
01 Jul 1997 (catalog date)
114,192 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Sorting, matrix algebra, geometric transformations, elementary 3d, other stuff.

MIDAS Sound System v0.5 Release Candidate 1 by Alfred, Guru of S2
/code/sound/mds05rc1.zip
05 Oct 1996 (catalog date)
1,055,321 bytes
Download FTP scene.org
Rating:

Tutorial 1 in C by Snowman of Hornet
/code/tutors/denthor/tut01new.zip
11 Jan 1997 (catalog date)
16,337 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 1 in C:The basics - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 2 in C by Snowman of Hornet
/code/tutors/denthor/tut02new.zip
11 Jan 1997 (catalog date)
37,007 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 2 in C:Palette handling - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 3 in C by Snowman of Hornet
/code/tutors/denthor/tut03new.zip
11 Jan 1997 (catalog date)
37,311 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 3 in C:Circles - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 4 in C by Snowman of Hornet
/code/tutors/denthor/tut04new.zip
11 Jan 1997 (catalog date)
20,085 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 4 in C:Virtual screens - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 5 in C by Snowman of Hornet
/code/tutors/denthor/tut05new.zip
11 Jan 1997 (catalog date)
26,798 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 5 in C:scrollers - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 6 in C by Snowman of Hornet
/code/tutors/denthor/tut06new.zip
11 Jan 1997 (catalog date)
34,374 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 6 in C:Look up tables - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 7 in C by Snowman of Hornet
/code/tutors/denthor/tut07new.zip
11 Jan 1997 (catalog date)
37,949 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 7 in C:Animation - Includes Denthor's original tutorial release within and has the compiled exe.

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

Tutorial 9 in C by Snowman of Hornet
/code/tutors/denthor/tut09new.zip
11 Jan 1997 (catalog date)
43,863 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 9 in C:polygons - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 10 in C by Snowman of Hornet
/code/tutors/denthor/tut10new.zip
11 Jan 1997 (catalog date)
45,338 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 10 in C:Chain-4 and scrolling - Includes Denthor's original tutorial release within and has the compiled exe. (This is lysdexic. Bonus. :)

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.

Peroxide Trainer Part 3 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut3.zip
17 Jan 1999 (catalog date)
26,393 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code 3d vectors using flatshading and glenzing.

Peroxide Trainer Part 4 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut4.zip
17 Jan 1999 (catalog date)
27,821 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code different kind of polyfillers including gouraudshaded, texturemapped and environmapped polygons.

Peroxide Trainer Part 7 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut7.zip
17 Jan 1999 (catalog date)
50,278 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code a wolfenstein 3d engine.

Serie De Tutoriales Fac 11 by FAC of Delabu Alama
/code/tutors/graphics/tut11.zip
14 Aug 1998 (catalog date)
51,279 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Eleventh tutorial: Flat shading and light sources.

3d Lib by deks
/code/tutors/math/3dlib.zip
19 Jan 1998 (catalog date)
6,095 bytes
Download FTP scene.org
Rating:
Simple vector and matrix functions. Useless unless you know what they do, and easier to make than use if you do know. Correct code (and math) at the very least.

Peroxide Trainer Part 5 by Telemachos of Peroxide
/code/tutors/video/pxdtut5.zip
17 Jan 1999 (catalog date)
22,362 bytes
Download FTP scene.org
Rating:
This tutorial explains how to access the vesa 1.2 modes.

Peroxide Trainer Part 5, C-version by Telemachos of Peroxide
/code/tutors/video/pxdtut5c.zip
17 Jan 1999 (catalog date)
33,744 bytes
Download FTP scene.org
Rating:
This tutorial explains how to access the vesa 1.2 modes.

3D Modeler by T.Lewis
/code/utils/3d/clay235.zip
26 Feb 1998 (catalog date)
167,316 bytes
Download FTP scene.org
Contains a nasty display bug.

Inc Pro by KeLewAN
/code/utils/compiler/incpro3.zip
12 Aug 1997 (catalog date)
6,818 bytes
Download FTP scene.org
Rating:
A bin 2 include util. A word to the coder, learn to read/write double values, it'll help speed up the assembler. If you were really cool, you'd write a binary to .OBJ converter.

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.

FLI/FLC player
/code/video/flplay.zip
05 Oct 1996 (catalog date)
6,213 bytes
Download FTP scene.org
Rating:
Useless. No docs, no comments, no description. Doesn't even state the author.

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.

Gear by The Brain Slayer, Sonic, Careless
/demos/1992/tbs_gear.zip
29 Jun 1996 (catalog date)
357,561 bytes
Download FTP scene.org
Rating:

Elements by Xography
/demos/1993/e/elements.zip
29 Jun 1996 (catalog date)
1,422,854 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 03

BBS Breakdown by Electron
/demos/1993/m/megacool.zip
29 Jun 1996 (catalog date)
2,953 bytes
Download FTP scene.org
Rating:

Selectro by Select
/demos/1993/s/selectro.zip
29 Jun 1996 (catalog date)
126,669 bytes
Download FTP scene.org
Rating:

BBS Eleutheria by The Faker of Aardvark
/demos/1993/s/sr_intro.zip
29 Jun 1996 (catalog date)
5,483 bytes
Download FTP scene.org
Rating:

1st Infection by N-Factor
/demos/1994/0-9/1infect.zip
29 Jun 1996 (catalog date)
788,796 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the demo division and ranked ??
N-Factor's first production, released at Wired'94 - a good "first-time" production for a new group. Lots of vector objects, some unlimited bobs, and textured planes - a top and bottom of the screen - but they are doing many things with this simple transform table: like really interesting flight of space ship over you (like in 2nd Reality), but textured (looks much-much better).

Ambience (Timeless 2) by Tran
/demos/1994/a/ambience.zip
29 Jun 1996 (catalog date)
361,610 bytes
Download FTP scene.org
Rating:

Fractal Genesis by Aristoteles Designs
/demos/1994/f/fg.zip
29 Jun 1996 (catalog date)
5,151 bytes
Download FTP scene.org
Rating:

Outta Time by Select
/demos/1994/s/slt_ot.zip
29 Jun 1996 (catalog date)
72,158 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the in64 division and ranked 03

Timeless (fix) by Tran
/demos/1994/t/timefix.zip
29 Jun 1996 (catalog date)
883 bytes
Download FTP scene.org
Rating:

Timeless by Tran
/demos/1994/t/timeless.zip
29 Jun 1996 (catalog date)
156,741 bytes
Download FTP scene.org
Rating:

Electrical Movement (GUS) by Amorphous
/demos/1995/a/ams_emg.zip
29 Jun 1996 (catalog date)
696,288 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the demo division and ranked 02

Electrical Movement (SB) by Amorphous
/demos/1995/a/ams_ems.zip
29 Jun 1996 (catalog date)
706,504 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the demo division and ranked 02

Elegance by Simplicity
/demos/1995/e/elegance.zip
24 May 1997 (catalog date)
1,432,916 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 15

Elements by ???
/demos/1995/e/elements.zip
30 Jun 1996 (catalog date)
3,299 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Nameless by Laserdance
/demos/1995/n/nameless.zip
30 Jun 1996 (catalog date)
68,516 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the in64 division and ranked 03

Sargasso Meera on Monday by Dimension
/demos/1995/s/sargasso.zip
05 Mar 1998 (catalog date)
58,781 bytes
Download FTP scene.org
Rating:
I suspect they lied about the release date - could've been made in 1996?

BBS Underworld Elements by Sanxion
/demos/1995/s/sxn_uwel.zip
30 Jun 1996 (catalog date)
7,135 bytes
Download FTP scene.org
Rating:

BBS Teletro by Fiction
/demos/1995/t/teletro.zip
30 Jun 1996 (catalog date)
18,478 bytes
Download FTP scene.org
Rating:

Television by Orange
/demos/1995/t/tv.zip
14 Aug 1997 (catalog date)
676,443 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 07

Alto Knallo by Free Electric Band
/demos/1996/a/alto.zip
09 Feb 1997 (catalog date)
1,218,641 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 01
GUS/SB/PAS

Hopeless by Cronix
/demos/1996/c/cnx_hope.zip
19 Oct 1996 (catalog date)
63,005 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the in64 division and ranked 03

Lasse Reinbong (re-release) by Cubic Team, $een
/demos/1996/c/ctslrw95.zip
08 Feb 1997 (catalog date)
124,079 bytes
Download FTP scene.org
Rating:
Win95

First release pack by Exclusive
/demos/1996/e/exc01.zip
17 Jul 1996 (catalog date)
77,592 bytes
Download FTP scene.org
Rating:

Wobbly Face Demo by Electric Wig
/demos/1996/f/facedemo.zip
25 Dec 1996 (catalog date)
334,933 bytes
Download FTP scene.org
Rating:

Elemental Illusions by JiNX
/demos/1996/j/jx_ei.zip
22 Nov 1996 (catalog date)
1,483,106 bytes
Download FTP scene.org
Rating:
Released at event COV96 in the demo division and ranked ??

Kun Silmissa Kirvelee by Taat
/demos/1996/p/puiseva.zip
30 Jun 1996 (catalog date)
72,341 bytes
Download FTP scene.org
Rating:

XMas 96 by RelE
/demos/1996/r/rle_xs96.zip
08 Feb 1997 (catalog date)
133,254 bytes
Download FTP scene.org
Rating:

Spaceless Spot by tAAt
/demos/1996/s/spspot.zip
12 Jan 1997 (catalog date)
1,255,159 bytes
Download FTP scene.org
Rating:
Released at event TMDC96 in the demo division and ranked 05

Super Television by Orange
/demos/1996/s/stv.zip
14 Sep 1996 (catalog date)
1,271,170 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked 04

Use It As An Illusion by Useless
/demos/1996/u/useit.zip
08 Dec 1996 (catalog date)
1,453,393 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the demo division and ranked 07

Spiceless by Astroidea
/demos/1997/a/ai_spice.zip
13 Sep 1997 (catalog date)
2,447,001 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the demo division and ranked 01
P5,VESA,GUS1M/SB,16MB

What (rerelease) by pascal
/demos/1997/c/ctswht95.zip
17 Mar 1997 (catalog date)
79,281 bytes
Download FTP scene.org
Rating:
Win95 - ,,,

Degreelessness by Mork
/demos/1997/d/degree.zip
13 Sep 1997 (catalog date)
684,209 bytes
Download FTP scene.org
Rating:

NPI by Elerium Core
/demos/1997/e/ec-npi.zip
01 Nov 1997 (catalog date)
557,535 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the demo division and ranked 06
486,,GUS/SB,

Eternal (pre-release version) by Peon
/demos/1997/e/eternalp.zip
05 Aug 1997 (catalog date)
139,435 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in64 division and ranked 07

Mat by Electrocution, The Lost Souls
/demos/1997/m/mat_te.zip
27 Apr 1997 (catalog date)
3,358,676 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the infs division and ranked 05

Phenomena by Timeless
/demos/1997/p/phenomna.zip
12 Dec 1997 (catalog date)
582,660 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

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

Spaceless by Portal Project
/demos/1997/p/pp_sless.zip
21 Jan 1998 (catalog date)
1,389,003 bytes
Download FTP scene.org
Rating:
Released at event TMDC97 in the demo division and ranked 02
486,GUS/SB,EGA,

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

Sika Ja Perkele by KSM
/demos/1997/s/sika.zip
23 Jul 1997 (catalog date)
2,191,961 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the demo division and ranked 13
486,,GUS/SB,

Solar Aggression by Useless
/demos/1997/u/u_solar.zip
30 Aug 1997 (catalog date)
431,104 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the demo division and ranked 15
,VESA,,

Codeless by Atomik
/demos/1998/c/codeless.zip
07 Mar 1998 (catalog date)
5,714 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the in4k division and ranked 03

Digital Element by Zien of Nocturnal
/demos/1998/d/digielem.zip
16 May 1998 (catalog date)
4,597 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the in4k division and ranked 05

Plast by Elefantklubben
/demos/1998/e/efk-plas.zip
25 Jul 1998 (catalog date)
772,998 bytes
Download FTP scene.org
Rating:
,VESA,GUS/SB/PAS,

Elektroniks (final) by Doomsday
/demos/1998/e/elekfin.zip
22 Mar 1998 (catalog date)
2,783,886 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 08
486DX,VESA,GUS1M/SB/PAS,8MB

iXalance Loader System by The Black Lotus
/demos/1998/i/ixalance.zip
01 Mar 1998 (catalog date)
97,132 bytes
Download FTP scene.org
Win95, Used to play Win95 releases by TBL

Baker Selection by Replay
/demos/1998/r/rplbaker.zip
09 Nov 1998 (catalog date)
1,058,678 bytes
Download FTP scene.org
Rating:
,VESA,GUS/SB,

Senseless Trip On Da Earth by Interror
/demos/1998/s/sense.zip
04 Jul 1998 (catalog date)
143,252 bytes
Download FTP scene.org
Rating:
Released at event RH98 in the in64 division and ranked ??
P166,,GUS/SB,16MB

Laterna Magica by Surprise Productions
/graphics/disks/1992/laterna.zip
18 Jun 1998 (catalog date)
297,537 bytes
Download FTP scene.org
Rating:
gfx by JOE, released on Amiga in 1991 - ,,SB,

Elektra by The Guide
/graphics/images/1994/e/elektra.zip
04 Jul 1996 (catalog date)
79,139 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Elemental Power by Sanctum
/graphics/images/1994/e/elementa.zip
04 Jul 1996 (catalog date)
47,267 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Jellyfish by Electron
/graphics/images/1994/j/jellyfis.zip
04 Jul 1996 (catalog date)
48,979 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 12

Comme a la tele by Krystal of MWB
/graphics/images/1996/c/comme.zip
06 May 1998 (catalog date)
151,322 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the grfx division and ranked 30
640x480x256

Elements by MikPos
/graphics/images/1996/e/elements.zip
04 Jul 1996 (catalog date)
620,300 bytes
Download FTP scene.org
Rating:

Gebissenne Toele by Cyclone of Abyss
/graphics/images/1996/g/gebissen.zip
06 May 1998 (catalog date)
31,830 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the grfx division and ranked 03
320x200x256

Useless to Run Bitch by Rendall
/graphics/images/1996/r/runbitch.zip
13 Sep 1996 (catalog date)
168,868 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the grfx division and ranked 09

Elegance by Marvel of Future Crew
/graphics/images/1997/e/elegance.zip
20 Oct 1997 (catalog date)
155,546 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the grtc division and ranked 03
640x480x16m

Kreivi perkele by Damaq of Doomsday
/graphics/images/1997/k/kreivi_p.zip
16 Feb 1998 (catalog date)
29,916 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the grfx division and ranked ??
320x200x256

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

Beta The Fifth Elephant by Motu
/graphics/images/1998/f/fifth.zip
09 Sep 1998 (catalog date)
42,346 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the grfx division and ranked 08
640x480x16m

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

Skeleton Knight by Zhalafi of Ostebulen
/graphics/images/1998/s/skeleton.zip
11 Sep 1998 (catalog date)
157,947 bytes
Download FTP scene.org
Rating:
Released at event SE98 in the grfx division and ranked 04
640x480x16m

Rip Paint Editor by Telegrafix
/graphics/programs/editors/ripaint.zip
22 Sep 1996 (catalog date)
2,192,477 bytes
Download FTP scene.org

Master Modeler 1.0 by Arkham
/graphics/programs/vector/akm-mm10.zip
22 Sep 1996 (catalog date)
85,171 bytes
Download FTP scene.org

Electronic Humangods by TheFear
/music/contests/mc4/veteran/m4v-amus.zip
10 Nov 1996 (catalog date)
473,994 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Relish by Elemental
/music/contests/mc4/veteran/m4v-reli.zip
10 Nov 1996 (catalog date)
686,026 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Universe Electric by Siren
/music/contests/mc4/veteran/m4v-univ.zip
10 Nov 1996 (catalog date)
834,247 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V03

The Elephant Stomp by Silke of Xeed, Echo Off
/music/contests/mc5/intermed/m5i-tes.zip
29 Aug 1997 (catalog date)
215,691 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I01

This Is Your Towelette by Rockoon
/music/contests/mc5/intermed/m5i-tiyt.zip
29 Aug 1997 (catalog date)
86,158 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Electric Ladyshave by Recc of Radio
/music/contests/mc5/rookie/m5r-elys.zip
29 Aug 1997 (catalog date)
324,873 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

We Smoken Da Weed by Element
/music/contests/mc5/rookie/m5r-wsdw.zip
29 Aug 1997 (catalog date)
664,643 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Electric Planet by vision
/music/contests/mc6/rookie/m6r-elec.zip
28 Mar 1999 (catalog date)
514,340 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Moving My Elevator by Tompa do Pompa
/music/contests/mc6/rookie/m6r-mome.zip
28 Mar 1999 (catalog date)
769,918 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Ode To Emilie Bui by ElenDiL
/music/contests/mc6/rookie/m6r-ode.zip
28 Mar 1999 (catalog date)
688,012 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Texas Wind by Irrelevant
/music/contests/mc6/rookie/m6r-txw.zip
28 Mar 1999 (catalog date)
396,008 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Buffalo Fences by elemental
/music/contests/mc6/veteran/m6v-buff.zip
28 Mar 1999 (catalog date)
607,832 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Universe Electric by Siren
/music/contests/mc_winners/m4v-univ.it
28 Mar 1999 (catalog date)
997,780 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V03

Universe Electric by Siren
/music/contests/mc_winners/m4v-univ.mp3
28 Mar 1999 (catalog date)
3,931,324 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V03

Drums & Pipes by Surprise Productions
/music/disks/1993/dnp.zip
10 Jun 1998 (catalog date)
695,734 bytes
Download FTP scene.org
Rating:
music+gfx by JOE, released on Amiga in 1991 - ,,SB/DAC,

Drums & Pipes (GUS version) by Surprise Productions
/music/disks/1994/dnp_gus.zip
10 Jun 1998 (catalog date)
680,981 bytes
Download FTP scene.org
Rating:
music+gfx by JOE, released on Amiga in 1991 - ,,GUS,

Go For the Record 2 by Majic 12
/music/disks/1994/goforthe.zip
11 Jun 1998 (catalog date)
885,423 bytes
Download FTP scene.org
Rating:
music by Chorus & Sid, released on Amiga in 1993 - ,,GUS/SB,

Maxi-Release 3 by Eliot Music Systems
/music/disks/1995/ems-mx03.zip
26 Jul 1996 (catalog date)
1,216,477 bytes
Download FTP scene.org
Rating:

Unreleased - The Lost Collection by DNA
/music/disks/1996/dna-unre.zip
29 Jan 1997 (catalog date)
1,310,262 bytes
Download FTP scene.org
Rating:
The file DNA-UNRE.EXE inside this .zip contained the Alfons.1344 virus. The executable was removed on 29 Jan 1997 and repacked.

Elements by Darius of Outworlders
/music/disks/1996/elements.zip
02 Oct 1997 (catalog date)
1,106,793 bytes
Download FTP scene.org
Rating:

Soul Elements by Basehead of Five Musicians
/music/disks/1996/fm-soul.zip
15 Sep 1996 (catalog date)
1,633,566 bytes
Download FTP scene.org
Rating:

Ancient Tracks by Tangerine of T-Rex
/music/disks/1996/tan-ant.zip
23 Jan 1997 (catalog date)
2,023,579 bytes
Download FTP scene.org
Rating:
This guy is consistenly good and even samples some of his own stuff (a lost art). This pack was released in 1996 but contains his tunes from 1995. I wish I knew what he was doing these days.

Max Release #5 by EMS
/music/disks/1997/ems-mu05.zip
14 Mar 1997 (catalog date)
609,894 bytes
Download FTP scene.org

Electronic Ear Candy For The Masses by scin lenina of intellicore
/music/disks/1997/ic-candy.zip
06 Sep 1997 (catalog date)
544,250 bytes
Download FTP scene.org

Artificial by Lionheart of Pantheon Music Releases
/music/disks/1997/lion01a.zip
26 Feb 1998 (catalog date)
517,123 bytes
Download FTP scene.org

Useless Bomber Games by Useless
/music/disks/1997/u_bombg.zip
22 Jul 1997 (catalog date)
2,908,619 bytes
Download FTP scene.org

Voiceless by Zymosis
/music/disks/1997/zy-vocls.zip
08 Sep 1997 (catalog date)
1,408,422 bytes
Download FTP scene.org

Different Dreams by Bedrael of Elemental Forces
/music/disks/1998/ddreams.zip
20 Aug 1998 (catalog date)
2,125,535 bytes
Download FTP scene.org

The Four Elements by dj zip of kombo
/music/disks/1998/elements.zip
06 Feb 1998 (catalog date)
1,465,505 bytes
Download FTP scene.org

Voices From Above by Warrior X, Klm, Lionheart of Unity, Inc., Pantheon Music Releases
/music/disks/1998/jv01a.zip
07 Apr 1998 (catalog date)
1,486,094 bytes
Download FTP scene.org

Shapeless by SPRiTE
/music/disks/1998/sp_shape.zip
10 Apr 1998 (catalog date)
2,785,432 bytes
Download FTP scene.org

Amp For Windows V1.22 by Grinus of casa
/music/programs/players/ampw122.zip
19 Jan 1998 (catalog date)
124,292 bytes
Download FTP scene.org
Module player for SB AWE32/64 cards. IT/XM/S3M/MOD/MTM/PTM modules supported. The best possible sound quality. A minimal processor and memory usage. Internal file selector and playlist editor. Optimized for running in background. NEWS: enhanced IT support, a faster loader, fixes. Requirements: 386+, Windows 3.1+, SB AWE32+

Capamod V3.13b by Flap of Capacala
/music/programs/players/cmod313b.zip
14 May 1997 (catalog date)
160,485 bytes
Download FTP scene.org
MOD/S3M/XM player for GUS (final release)

Cubic Player 2 Appe Long Filename Support by pascal
/music/programs/players/cpfslfn1.zip
22 Jul 1997 (catalog date)
37,489 bytes
Download FTP scene.org
Cubic Player 2 alpha plus plus long filename support release 1: shows long filenames in the fileselector.

Cubic Player 2 Appe .mpx Decoder Update 2 by pascal
/music/programs/players/cpmpxpl2.zip
02 Aug 1997 (catalog date)
55,209 bytes
Download FTP scene.org
Cubic Player 2 alpha plus plus .MPx Decoder update 2: IT player beta release 3 required (CPITPL3B.ZIP). -Layer 3 .WAV support -.MP3 to Layer 3 .WAV converter with source included

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

The Unchained Melody 2.20 by Mak
/music/programs/players/mld220.zip
28 Apr 1997 (catalog date)
42,491 bytes
Download FTP scene.org
ProTracker and Scream Tracker 3 (MOD/S3M) music module player for Gravis soundcards with file selector and everything..

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)

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

Impulse Tracker Font Editor V2.12 by ZaStaR
/music/programs/trackers/itf212.zip
19 Aug 1997 (catalog date)
43,399 bytes
Download FTP scene.org
Edits the font Impulse Tracker uses. Tired of the illegible DOS fonts IT is forced to use? Load from a new selection of fonts or make your own.

Vibe Control Center V1.01 by Logos of Charlie Brown Records
/music/programs/unusual/vibe101.zip
06 Jun 1997 (catalog date)
618,214 bytes
Download FTP scene.org
Vibe Control Center is a program which enlightens the work of the (music-)group manager. VCC has a powerful (paradox-based) database in which all the group- data can be entered. With this information VCC can easily print fancy text-files in the format you have designed with the powerful (html-alike) text-structuring language. VCC can also pack your releases or disks with the push of a button, WITH the info-files that carry the latest of your group its information. No more endlessly preparing an info-file for a musicdisk or release, just push that button. By downloading Vibe, you have earned a good night sleep, Logos

Guitar Chords by pOOgle, djzip
/music/samples/chords.zip
04 Jun 1998 (catalog date)
2,005,898 bytes
Download FTP scene.org
These are some verious guitar chords in .XI format sampled in 16-bit off an expensive electric guitar :) Performed by pOOgle and edited by djzip.

Various Guitar Pieces by poogle, djzip
/music/samples/guit_var.zip
04 Jun 1998 (catalog date)
3,135,673 bytes
Download FTP scene.org
16-bit .XI samples sampled off an electric guitar. Contains high quality bassguitars but also some famous riffs and plays. Fun but still useful in our opinion.

Kurzweil K2000 Rom Bank Basses by Lala
/music/samples/k2k_bass.zip
25 Jun 1997 (catalog date)
934,645 bytes
Download FTP scene.org
Selected ROM Bank basses from my Kurzweil K2000. All are in 22 kHz, 16-bit mono WAV format. The *_c?.WAV denotes that these are multisample instruments.

Kurzweil K2000 Rom Bank Drums by Lala
/music/samples/k2kdrums.zip
25 Jun 1997 (catalog date)
967,382 bytes
Download FTP scene.org
Selected ROM Bank drums sampled from my Kurzweil K2000. Most of it is in 22 kHz, 16-bit mono WAV format, except for some high-frequency content drums.

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

Broken Dreams by Captain
/music/songs/1993/brokendr.zip
01 Feb 1997 (catalog date)
164,857 bytes
Download FTP scene.org
Rating:
(MOD) Released at Assembly '93.

Electrification by ???
/music/songs/1993/electrif.zip
23 Sep 1996 (catalog date)
163,062 bytes
Download FTP scene.org
Rating:
(MOD)

Belewian by Dizzy of CNCD
/music/songs/1994/belewian.zip
01 Feb 1997 (catalog date)
80,818 bytes
Download FTP scene.org
Rating:
(MOD)

Electric Church by Hithansen
/music/songs/1994/elechurc.zip
15 Sep 1996 (catalog date)
147,701 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked 01
(MOD)

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

Bass by Noiseless
/music/songs/1995/b/bass.zip
16 Sep 1996 (catalog date)
942,022 bytes
Download FTP scene.org
Rating:
Released at event TG95
(MOD)

Slimeless Joe by Crimson Tide
/music/songs/1995/b/boring.zip
23 Sep 1996 (catalog date)
85,450 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)

Conceled Dreams by Cerulean
/music/songs/1995/d/d-cnldrm.zip
17 Sep 1996 (catalog date)
242,370 bytes
Download FTP scene.org
Rating:
(S3M)

Celestial Vibes by DNA-Groove
/music/songs/1995/d/dna-cele.zip
21 Nov 1996 (catalog date)
103,576 bytes
Download FTP scene.org
Rating:
(S3M)

Elephant Droppings by DNA-Groove
/music/songs/1995/d/dna-elep.zip
21 Nov 1996 (catalog date)
69,996 bytes
Download FTP scene.org
Rating:
(S3M)

Planet On Acid by Elemental
/music/songs/1995/e/ele-plan.zip
17 Sep 1996 (catalog date)
237,580 bytes
Download FTP scene.org
Rating:
(S3M)

Sandstorm by Elemental
/music/songs/1995/e/ele-redm.zip
17 Sep 1996 (catalog date)
311,993 bytes
Download FTP scene.org
Rating:
(S3M)

Desert Sky by Electric Sheep
/music/songs/1995/e/es_sky.zip
21 Sep 1996 (catalog date)
576,712 bytes
Download FTP scene.org
Rating:
(XM)

Trance by Electric Sheep
/music/songs/1995/e/es_tranc.zip
21 Sep 1996 (catalog date)
240,091 bytes
Download FTP scene.org
Rating:
(XM)

Electronic Corrida by Future Assassin
/music/songs/1995/f/fa-elect.zip
17 Sep 1996 (catalog date)
213,226 bytes
Download FTP scene.org
Rating:
(S3M)

Timeless Voyage by Fred
/music/songs/1995/f/fred-kmg.zip
17 Sep 1996 (catalog date)
220,202 bytes
Download FTP scene.org
Rating:
(S3M)

The Groovy Element by Vinnie
/music/songs/1995/g/groovy.zip
16 Sep 1996 (catalog date)
1,037,203 bytes
Download FTP scene.org
Rating:
(MOD)

Party 5 Releases by HBE
/music/songs/1995/h/hbe_p5re.zip
21 Sep 1996 (catalog date)
427,421 bytes
Download FTP scene.org
Rating:
(XM)

Llenties Accelerades by Jak
/music/songs/1995/j/jk_llent.zip
21 Sep 1996 (catalog date)
102,228 bytes
Download FTP scene.org
Rating:
(XM)

Celestial Lullabye by Basehead
/music/songs/1995/k/k-celest.zip
18 Sep 1996 (catalog date)
334,080 bytes
Download FTP scene.org
Rating:
(S3M)

Tears by Lionheart of Pantheon Music Releases
/music/songs/1995/l/lion07.zip
12 Nov 1997 (catalog date)
244,538 bytes
Download FTP scene.org
Rating:
(ULT)

Electric Yuppie by Mystical
/music/songs/1995/m/m-electr.zip
16 Sep 1996 (catalog date)
84,201 bytes
Download FTP scene.org
Rating:
(MOD)

I Know, My Friend by Megatrends of Pantheon Music Releases
/music/songs/1995/m/mega01.zip
06 Nov 1997 (catalog date)
55,442 bytes
Download FTP scene.org
Rating:
(ULT)

Running Away by Megatrends of Pantheon Music Releases
/music/songs/1995/m/mega02.zip
12 Nov 1997 (catalog date)
101,207 bytes
Download FTP scene.org
Rating:
(ULT)

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)

Electrik James by Warp
/music/songs/1995/s/sr-elect.zip
16 Sep 1996 (catalog date)
157,325 bytes
Download FTP scene.org
Rating:
(MTM)

Celestial Vision by Sybaris
/music/songs/1995/t/t-vision.zip
16 Sep 1996 (catalog date)
331,039 bytes
Download FTP scene.org
Rating:
(MTM)

Teleportation by Gizmo
/music/songs/1995/t/teleport.zip
21 Sep 1996 (catalog date)
315,844 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked 17
(XM)

Timeless Lullaby by Mozart
/music/songs/1995/t/timlslul.zip
20 Sep 1996 (catalog date)
269,252 bytes
Download FTP scene.org
Rating:
(S3M)

Rave Da Nation Pre-release by Codeblaster of The Lost Patrol
/music/songs/1996/c/cb-rvedn.zip
20 Sep 1997 (catalog date)
195,247 bytes
Download FTP scene.org
Rating:
(S3M)

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)

Electromagnetic Pulse by Hector of Defy
/music/songs/1996/d/def-elec.zip
31 Jul 1996 (catalog date)
231,823 bytes
Download FTP scene.org
Rating:
(S3M)

Defining by Electric Lucidity
/music/songs/1996/e/el-defin.zip
22 Sep 1996 (catalog date)
100,652 bytes
Download FTP scene.org
Rating:
(XM)

Scorpion Winter by Electric Lucidity
/music/songs/1996/e/el-scorp.zip
22 Sep 1996 (catalog date)
384,739 bytes
Download FTP scene.org
Rating:
(XM)

She Is Once More by Electric Lucidity
/music/songs/1996/e/el-shiom.zip
22 Sep 1996 (catalog date)
82,793 bytes
Download FTP scene.org
Rating:
(XM)

Elekfunk by Moby
/music/songs/1996/e/elekfunk.zip
22 Sep 1996 (catalog date)
151,816 bytes
Download FTP scene.org
Rating:
(MOD)

Element 138 by G-Force
/music/songs/1996/e/element.zip
21 Nov 1996 (catalog date)
272,029 bytes
Download FTP scene.org
Rating:
(S3M)

Elements by Griffin
/music/songs/1996/e/elements.zip
22 Sep 1996 (catalog date)
81,688 bytes
Download FTP scene.org
Rating:
(S3M)

Glass Elephant by Sivu
/music/songs/1996/e/elephant.zip
22 Sep 1996 (catalog date)
465,682 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the mmul division and ranked 01
(XM)

Electronic Tricks by Slate
/music/songs/1996/e/etricks.zip
13 Apr 1997 (catalog date)
158,430 bytes
Download FTP scene.org
(IT)

Business Song by Erno Helen
/music/songs/1996/e/ez-bizns.zip
06 Apr 1997 (catalog date)
437,862 bytes
Download FTP scene.org
(XM)

Heart-Shaped Box (remix) by Erno Helen
/music/songs/1996/e/ez-heart.zip
06 Apr 1997 (catalog date)
296,488 bytes
Download FTP scene.org
(XM)

Hardhitting Madness And Insanity by Erno Helen
/music/songs/1996/e/ez-kermo.zip
06 Apr 1997 (catalog date)
580,301 bytes
Download FTP scene.org
(XM)

Spaceman Franticized by Erno Helen
/music/songs/1996/e/ez-spcmn.zip
06 Apr 1997 (catalog date)
328,939 bytes
Download FTP scene.org
(XM)

Electric City by Huffman
/music/songs/1996/h/hm-ecity.zip
15 Mar 1997 (catalog date)
146,993 bytes
Download FTP scene.org
Released at event DML96B in the mmul division and ranked 03
(IT)

Daydream by Warrior X, Klm, Lionheart of Unity, Inc., Pantheon Music Releases
/music/songs/1996/j/jv01.zip
30 Oct 1997 (catalog date)
87,328 bytes
Download FTP scene.org
(MOD)

Technoelektrix II by B00mer
/music/songs/1996/k/k_elect2.zip
08 Oct 1996 (catalog date)
218,538 bytes
Download FTP scene.org
Rating:
(S3M)

Dance of the Electric Willows by Mental Floss
/music/songs/1996/k/k_willow.zip
23 Sep 1996 (catalog date)
154,796 bytes
Download FTP scene.org
Rating:
(ULT)

Stomping on Elephantus by Mystical
/music/songs/1996/m/m-stomp.zip
08 Oct 1996 (catalog date)
411,321 bytes
Download FTP scene.org
Rating:
(S3M)

Electronic Journey 3 - Analogue Dreams by Stote
/music/songs/1996/n/no-analo.zip
22 Sep 1996 (catalog date)
214,567 bytes
Download FTP scene.org
Rating:
(IT)

Daveangelesque by Jimmy Redfern
/music/songs/1996/n/no-davea.zip
23 Jul 1996 (catalog date)
472,882 bytes
Download FTP scene.org
Rating:
(XM)

Dawn of a New Man by Chris Meland
/music/songs/1996/n/noiseles.zip
01 Oct 1996 (catalog date)
171,341 bytes
Download FTP scene.org
Rating:
(XM)

Helen by Hoax of Oceanic Records
/music/songs/1996/o/or-helen.zip
08 Apr 1997 (catalog date)
552,076 bytes
Download FTP scene.org
(XM)

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

Electrophotography by Ovan
/music/songs/1996/o/ovn-elec.zip
18 Mar 1997 (catalog date)
1,230,365 bytes
Download FTP scene.org
(DMF)

Perkele Remix by Hegaxon
/music/songs/1996/p/perkeler.zip
15 Mar 1997 (catalog date)
353,514 bytes
Download FTP scene.org
Released at event DML96B in the mmul division and ranked XX
(S3M)

Elesium 115 by Juice
/music/songs/1996/p/phd_e115.zip
11 Feb 1997 (catalog date)
145,083 bytes
Download FTP scene.org
Rating:
(MOD) laid back triphop

Elements by Phorte
/music/songs/1996/p/pht-elem.zip
24 Jul 1996 (catalog date)
480,397 bytes
Download FTP scene.org
Rating:
(XM)

Electric Heating by Reptile of PFS
/music/songs/1996/r/rep-heat.zip
08 Apr 1997 (catalog date)
335,301 bytes
Download FTP scene.org
(XM)

Telephonic Soulsap by Bucklehead
/music/songs/1996/t/telephon.zip
19 Mar 1997 (catalog date)
454,334 bytes
Download FTP scene.org
(S3M)

First Release by Visage of TFM
/music/songs/1996/t/tfm_1rel.zip
08 Apr 1997 (catalog date)
159,872 bytes
Download FTP scene.org
(XM)

Visual Power by Warrior X of Unity, Inc., Pantheon Music Releases
/music/songs/1996/v/visualp.zip
03 Dec 1997 (catalog date)
65,322 bytes
Download FTP scene.org
(MOD)

Teppelegger'n II by Xerxes
/music/songs/1996/x/xr-tepp.zip
22 Sep 1996 (catalog date)
134,248 bytes
Download FTP scene.org
Rating:
(XM)

Fuck Electronica by oscillate of 7YNIVf
/music/songs/1997/0-9/7_elec.zip
25 Aug 1997 (catalog date)
408,443 bytes
Download FTP scene.org
(IT)

The Fifth Element by Autolycus
/music/songs/1997/a/a1_fifth.zip
06 Jan 1998 (catalog date)
783,352 bytes
Download FTP scene.org
(IT)

Timeless by n-joy of ART
/music/songs/1997/a/art_101.zip
17 Oct 1997 (catalog date)
1,136,461 bytes
Download FTP scene.org
(IT)

As Revenge by Warrior X of Unity, Inc., Pantheon Music Releases
/music/songs/1997/a/as_reven.zip
01 Nov 1997 (catalog date)
74,495 bytes
Download FTP scene.org
(XM)

Electrify'd by Farmer
/music/songs/1997/a/aw_elect.zip
17 Mar 1997 (catalog date)
167,005 bytes
Download FTP scene.org
(IT)

Bioelectric Poem by Fricky
/music/songs/1997/b/bioelec.zip
23 Dec 1997 (catalog date)
104,656 bytes
Download FTP scene.org
(XM)

Bioelectric Poem - Round The Corner Remix by Fricky
/music/songs/1997/b/bioremix.zip
29 Dec 1997 (catalog date)
111,014 bytes
Download FTP scene.org
(XM)

In A Black Mood by Klm of Unity, Inc., Pantheon Music Releases
/music/songs/1997/b/bla_mood.zip
04 Oct 1997 (catalog date)
42,704 bytes
Download FTP scene.org
(XM)

Blue Sky by Warrior X of Unity, Inc., Pantheon Music Releases
/music/songs/1997/b/blue_sky.zip
04 Oct 1997 (catalog date)
59,585 bytes
Download FTP scene.org
(XM)

Electronica Ii by BassQ of Cloud Nine
/music/songs/1997/b/bq-elec2.zip
22 May 1997 (catalog date)
447,230 bytes
Download FTP scene.org
(XM)

Broken Hearts... by Klm of Unity, Inc., Pantheon Music Releases
/music/songs/1997/b/bro_hea.zip
08 Oct 1997 (catalog date)
96,592 bytes
Download FTP scene.org
(XM)

Electronica Ii by BassQ of Cloud Nine
/music/songs/1997/c/c9_elec2.zip
17 May 1997 (catalog date)
398,809 bytes
Download FTP scene.org
(XM)

Celestial Fantasia by BeaT of Osmosys
/music/songs/1997/c/celesfnt.zip
06 Apr 1997 (catalog date)
251,964 bytes
Download FTP scene.org
(S3M)

Delecate by Salvorite
/music/songs/1997/d/delecate.zip
26 Apr 1997 (catalog date)
181,686 bytes
Download FTP scene.org
(MOD)

Electric Symphony by Distortion
/music/songs/1997/d/dist-es.zip
03 Dec 1997 (catalog date)
351,559 bytes
Download FTP scene.org
Released at event RTL97 in the mmul division and ranked ??
(XM)

Celestial World by Convertito of Dreamers
/music/songs/1997/d/dms-cest.zip
20 Jul 1997 (catalog date)
158,338 bytes
Download FTP scene.org
(XM)

Electrical Dream by Convertito of Dreamers
/music/songs/1997/d/dms-elec.zip
20 Jul 1997 (catalog date)
198,577 bytes
Download FTP scene.org
(XM)