Search for "hy": 391 matches(displaying first 250)

Zed 3D by Zed
/code/3d/docs/zed3d095.zip
19 Jan 1998 (catalog date)
697,450 bytes
Download FTP scene.org
Rating:
Zed 3d - a document explaining the maths you'll need for 3d. Word and postscript formats of the same file. Zed has an attention to detail and a great way to explain all the math. I highly recommend this to anyone starting to make a 3d engine who doesn't know where to start (start with the math, not the polygon fillers, believe me! the fillers are trivial in comparison). See the bibliography for where to go next.

3d vectors by John McCarthy
/code/3d/systems/3dvect39.zip
10 Jan 1997 (catalog date)
382,175 bytes
Download FTP scene.org
Rating:
A complete 3d vector system - No complex shading, but has a full camera model, gif loader, object loader, etc, etc... Takes some time to figure out.

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.

Rad C by Zephyr of Darkness, Plasm
/code/audio/players/radc_v11.zip
12 Aug 1997 (catalog date)
27,883 bytes
Download FTP scene.org
Rating:
Lib for playing Rad files from C. Who uses rad files and Borland C? Well, it's here if you need it.

1k source by Frenzy of SparC
/code/demosrc/intros/1k_sourc.zip
18 Mar 1997 (catalog date)
11,052 bytes
Download FTP scene.org
Rating:
source to a 1k intro (911 bytes). Easy to follow code, but it's ideal you understand it all in the first place. Odd use of fpu (uses lots of fi[blah] instructions... why not take advantage of extra precision?)

Cache Optimized Roto-Zoomer by pascal of Cubic Team
/code/effects/rotozoom/pasroto.zip
05 Oct 1996 (catalog date)
29,419 bytes
Download FTP scene.org
Rating:
Nice, fast, tight code with a good explanation of why it is so fast.

An "effect" in only 15 bytes by Grax
/code/effects/various/15bytes.zip
30 Jun 1998 (catalog date)
378 bytes
Download FTP scene.org
Rating:
By looking at the quality of this effect you understand why it fits in only 15 bytes. Assembler

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.

Wave Pic by Quo Vadis
/code/effects/water/wavepic.zip
10 Jul 1997 (catalog date)
63,093 bytes
Download FTP scene.org
Rating:
Wave Pic. Difficult to understand the source code. It's more asm than C and I wonder why it wasn't just turned into a pure asm file.

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

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

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

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.

Asphyxia VGA demo trainer series by Denthor of Asphyxia
/code/tutors/denthor/tut1-9.zip
11 Jan 1997 (catalog date)
96,798 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer series - Everything to help the beginner get started in graphics coding.

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

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

Tutorial #11 by Denthor of Asphyxia
/code/tutors/denthor/tut11.zip
11 Jan 1997 (catalog date)
15,291 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Cross fading - Only works on pictures with limited colors.

Tutorial #12 by Denthor of Asphyxia
/code/tutors/denthor/tut12.zip
11 Jan 1997 (catalog date)
12,770 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Scrolling in X-mode - Only covers vertical screen scrolling.

Tutorial #13 by Denthor of Asphyxia
/code/tutors/denthor/tut13.zip
11 Jan 1997 (catalog date)
9,823 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:3d starfields - We've seen these time and time again. Check out /code/effects/stars for more examples.

Tutorial #14 by Denthor of Asphyxia
/code/tutors/denthor/tut14.zip
11 Jan 1997 (catalog date)
11,496 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Glenz - More complex polygon fillers.

Tutorial #15 by Denthor of Asphyxia
/code/tutors/denthor/tut15.zip
11 Jan 1997 (catalog date)
7,663 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Plasmas - So-so. Check out /code/effects/plasma/jclplasm.zip for more.

Tutorial #16 by Denthor of Asphyxia
/code/tutors/denthor/tut16.zip
11 Jan 1997 (catalog date)
11,630 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Scaling - One of those things you'll need time and time and time and time again in demo coding.

Tutorial #17 by Denthor of Asphyxia
/code/tutors/denthor/tut17.zip
11 Jan 1997 (catalog date)
18,411 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Pixel Morphing & Static - Pixel Morphing is similar to the one of the first few things in Crystal Dream II, or imagine the IFS fractal morphing of Verses or Hex Appeal.

Tutorial #18 by Denthor of Asphyxia
/code/tutors/denthor/tut18.zip
11 Jan 1997 (catalog date)
59,119 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Packing and pcx loading - check out /code/utils/packers for some further examples.

Tutorial #19 by Denthor of Asphyxia
/code/tutors/denthor/tut19.zip
11 Jan 1997 (catalog date)
11,620 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:full assembler - for a quick and painless (?) switch from pascal/asm to full assembler. Has a simple fire effect as an example.

Tutorial #20 by Denthor of Asphyxia
/code/tutors/denthor/tut20.zip
11 Jan 1997 (catalog date)
19,099 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:face sorting and back face removal - The tutorials are finally getting into more complex 3d.

Asphyxia VGA Demo Trainer #21 by Denthor of Asphyxia
/code/tutors/denthor/tut21.zip
06 Oct 1996 (catalog date)
26,721 bytes
Download FTP scene.org
Rating:
Free Direction Texture Mapping

Tutorial in C by Steve Pinault
/code/tutors/denthor/tutorc.zip
11 Jan 1997 (catalog date)
59,478 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:C versions of the PAS source - Needs MSVC to compile, which most people simply don't have.

Flat Square Root by Noble Roman
/code/tutors/math/sqrt.zip
18 Jan 1998 (catalog date)
1,569 bytes
Download FTP scene.org
Rating:
Only explains how to do it, not why it works, so it is not great for people with hardly any math knowledge.

Font Grabber by Denthor of Asphyxia
/code/utils/fonts/texter5.zip
29 Sep 1997 (catalog date)
34,741 bytes
Download FTP scene.org
Rating:
Allows you to grab 256 color fonts from .GIF, .CEL, .BMP and .PCX files. Mouse only. Example source included.

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

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

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut2.zip
19 Jan 1998 (catalog date)
26,572 bytes
Download FTP scene.org
Rating:
Windows Tutorial 2. Resources, bitmaps, and blitting to the screen. (bit-maps aren't transparent... as an exercise to the reader, correct this.)

Physical by Physical Crew
/demos/1991/physical.zip
30 May 1998 (catalog date)
172,477 bytes
Download FTP scene.org
Rating:
,,DAC,

Overload by Hysteria
/demos/1992/overload.zip
29 Jun 1996 (catalog date)
286,213 bytes
Download FTP scene.org
Rating:
Released at event ASM92 in the demo division and ranked 02

BBS Intro by Anarchy
/demos/1993/b/bbsintro.zip
29 Jun 1996 (catalog date)
170,571 bytes
Download FTP scene.org
Rating:

Dizzy Sensations (fix Trident 512k) by Anarchy
/demos/1993/d/dizzyfix.zip
29 Jun 1996 (catalog date)
44,955 bytes
Download FTP scene.org
Rating:

Dizzy Sensations by Anarchy
/demos/1993/d/dizzysen.zip
29 Jun 1996 (catalog date)
296,851 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 Hysteric Visions by Topaz Beerline
/demos/1993/h/hivminus.zip
29 Jun 1996 (catalog date)
134,010 bytes
Download FTP scene.org

Hyla by Onyx
/demos/1993/h/hyla.zip
29 Jun 1996 (catalog date)
52,860 bytes
Download FTP scene.org
Rating:

Hyper 1 by Hypernova
/demos/1993/h/hyper1.zip
29 Jun 1996 (catalog date)
25,963 bytes
Download FTP scene.org
Rating:

BBS Shadetro by Hysteria
/demos/1993/s/shadetro.zip
05 Jun 1998 (catalog date)
88,506 bytes
Download FTP scene.org
Rating:
,,SB,

Silky by Asphyxia
/demos/1993/s/silky.zip
29 Jun 1996 (catalog date)
12,909 bytes
Download FTP scene.org
Rating:

Vanity and Apathy by Doomsday Productions
/demos/1993/v/va.zip
29 Jun 1996 (catalog date)
84,013 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 07

Abcdefg by Anarchy
/demos/1994/a/abcdefg.zip
29 Jun 1996 (catalog date)
5,184 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division

BBS Anarchy Online by Rex Deathstar
/demos/1994/a/anarchy_.zip
29 Jun 1996 (catalog date)
153,559 bytes
Download FTP scene.org
Rating:

BBS Core-Add by Hypernova
/demos/1994/c/core_add.zip
29 Jun 1996 (catalog date)
14,335 bytes
Download FTP scene.org

Crystal #2 by Xography
/demos/1994/c/crystal2.zip
29 Jun 1996 (catalog date)
20,235 bytes
Download FTP scene.org
Rating:
Released at event BBS

Fractal Revolution by Xography
/demos/1994/f/frev.zip
29 Jun 1996 (catalog date)
3,969 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division

BBS Ad Pack by Hypernova
/demos/1994/h/hn_bbs.zip
29 Jun 1996 (catalog date)
36,999 bytes
Download FTP scene.org
Rating:

Wired Plasma by Hypernova
/demos/1994/h/hn_surpr.zip
29 Jun 1996 (catalog date)
5,944 bytes
Download FTP scene.org
Rating:

Voyages by Hypernova
/demos/1994/h/hn_voya.zip
29 Jun 1996 (catalog date)
403,190 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the demo division and ranked 03

Hypernova by Hypernova
/demos/1994/h/hnjoinus.zip
29 Jun 1996 (catalog date)
12,424 bytes
Download FTP scene.org
Rating:

Silence by Hysteria
/demos/1994/h/hsa_silc.zip
29 Jun 1996 (catalog date)
890,885 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 08

Pentagram Intro by Hypnosis
/demos/1994/h/hyp_ptg.zip
29 Jun 1996 (catalog date)
177,879 bytes
Download FTP scene.org
Rating:

Hypnosis by Twilite FX
/demos/1994/h/hypnosis.zip
29 Jun 1996 (catalog date)
188,270 bytes
Download FTP scene.org
Rating:

Legalize It by Patte of Xography
/demos/1994/l/legalize.zip
29 Jun 1996 (catalog date)
5,254 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

Stop Nazism by Hybrid
/demos/1994/n/nazi.zip
29 Jun 1996 (catalog date)
66,414 bytes
Download FTP scene.org
Rating:

Psycho Neurosis by Asphyxia
/demos/1994/p/psycho.zip
29 Jun 1996 (catalog date)
1,322,370 bytes
Download FTP scene.org
Rating:

Hyytelo by Symptom
/demos/1994/y/y_hyy.zip
29 Jun 1996 (catalog date)
77,390 bytes
Download FTP scene.org
Rating:

Why by Adrar Design
/demos/1995/a/adr_why.zip
29 Jun 1996 (catalog date)
102,657 bytes
Download FTP scene.org
Rating:

Alchymid by Mist
/demos/1995/a/alchymia.zip
29 Jun 1996 (catalog date)
132,284 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 07

Anarchy by Tx
/demos/1995/a/ana_tx.zip
29 Jun 1996 (catalog date)
5,455 bytes
Download FTP scene.org
Released at event WIR95 in the in4k division and ranked 05

!ex by Hyperopia
/demos/1995/e/ex.zip
30 Jun 1996 (catalog date)
575,102 bytes
Download FTP scene.org
Rating:

BBS Maniax Dream by Hypnosis
/demos/1995/h/hyp_md.zip
30 Jun 1996 (catalog date)
45,001 bytes
Download FTP scene.org
Rating:

Hysterics by Exhumers
/demos/1995/h/hysteric.zip
30 Jun 1996 (catalog date)
51,792 bytes
Download FTP scene.org
Rating:
Released at event EXE95 in the in64 division and ranked 03

Marcang by Hydrogen, Zed of Dlux, Remal
/demos/1995/m/marcang.zip
30 Jun 1996 (catalog date)
89,341 bytes
Download FTP scene.org
Rating:

Money by Hyperopia
/demos/1995/m/money.zip
30 Jun 1996 (catalog date)
978,355 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 13

Static Hype by Proxima
/demos/1995/p/prx_hype.zip
30 Jun 1996 (catalog date)
849,786 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the demo division and ranked 04

Psychedelic Mind by Scoop
/demos/1995/p/pshycho.zip
30 Jun 1996 (catalog date)
62,107 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in64 division and ranked 04

Tam by Anarchy
/demos/1995/t/tam.zip
14 May 1997 (catalog date)
31,355 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 13
,,GUS/SB,

Zoantrophy by Mist
/demos/1995/z/zntrphy.zip
30 Jun 1996 (catalog date)
2,036,836 bytes
Download FTP scene.org
Rating:

1 Frame by Hydrogen
/demos/1996/0-9/1frame.zip
30 Jun 1996 (catalog date)
7,003 bytes
Download FTP scene.org
Rating:

Claustrophobia by Hypnotize
/demos/1996/c/claustro.zip
05 Nov 1997 (catalog date)
63,890 bytes
Download FTP scene.org
Rating:
486,,GUS/SB,

Why? by Elfsong
/demos/1996/e/elf_why.zip
30 Jun 1996 (catalog date)
1,578,607 bytes
Download FTP scene.org
Rating:
Released at event I96 in the demo division and ranked 01

Exine by Anarchy
/demos/1996/e/exine.zip
30 Jun 1996 (catalog date)
1,313,593 bytes
Download FTP scene.org
Rating:
Released at event VOL96 in the demo division and ranked ??

Bela the Firestarter by Fishy of Hoe
/demos/1996/h/hoe_bela.zip
18 Sep 1996 (catalog date)
4,167 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in1k division and ranked ??

Cracktro 1 by Hybrid
/demos/1996/h/hybrid1.zip
15 Jul 1997 (catalog date)
35,534 bytes
Download FTP scene.org
Rating:
,,GUS,

Cracktro 2 by Hybrid
/demos/1996/h/hybrid2.zip
15 Jul 1997 (catalog date)
15,594 bytes
Download FTP scene.org
Rating:
,,Adlib,

BBS A.C.E. by FatBoy of Hyperopia
/demos/1996/h/hyp_ace.zip
30 Jun 1996 (catalog date)
4,097 bytes
Download FTP scene.org
Rating:

Hyper TV by P!
/demos/1996/h/hypertv.zip
30 Jun 1996 (catalog date)
40,369 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the in64 division and ranked XX

Hypochondriac by Tundra
/demos/1996/h/hypochon.zip
15 Nov 1996 (catalog date)
55,507 bytes
Download FTP scene.org
Rating:
Released at event FDG96 in the in64 division and ranked 06

Hype by Inner Option
/demos/1996/i/io_hype.zip
17 Jul 1996 (catalog date)
314,764 bytes
Download FTP scene.org
Rating:
Released at event TS96 in the demo division and ranked 06

Hypnoman by TPOLM
/demos/1996/m/monapyhn.zip
30 Jun 1996 (catalog date)
58,041 bytes
Download FTP scene.org
Rating:
Released at event DML96 in the in64 division and ranked 03

Nutz by Hyperopia
/demos/1996/n/nutz.zip
14 Sep 1996 (catalog date)
1,700,876 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked 11

Natural by Sympathy
/demos/1996/s/smp-natu.zip
09 Feb 1997 (catalog date)
1,055,102 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 22
486DX4,VESA.GUS/SB,4MB

The Cube by Fishy
/demos/1996/t/the_cube.zip
17 Dec 1996 (catalog date)
19,901 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the in4k division and ranked 01

Water by Hypnos of Axioma
/demos/1997/a/aa_water.zip
13 Sep 1997 (catalog date)
7,190 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in1k division and ranked 03

Hypnotic by Exobit
/demos/1997/e/exo-hyp.zip
09 Apr 1997 (catalog date)
1,562,683 bytes
Download FTP scene.org
Rating:
Released at event EUS96 in the demo division and ranked 02
486,,GUS/SB,4MB

Food Anarchy by Darklite
/demos/1997/f/foodanrc.zip
27 Apr 1997 (catalog date)
434,001 bytes
Download FTP scene.org
Released at event TG97 in the infs division and ranked 08

Sanitation Felling by Radio
/demos/1997/h/hyks62sf.zip
04 Mar 1997 (catalog date)
87,137 bytes
Download FTP scene.org
Rating:
Released at event DMC97 in the in64 division and ranked 01
486,VGA,SB/GUS,

Hypnoman 2 by TPOLM
/demos/1997/h/hypno2.zip
09 Nov 1997 (catalog date)
799,823 bytes
Download FTP scene.org
Rating:
Released at event BIZ97 in the demo division and ranked 05

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

Maximum Overdrift by Hypnotica
/demos/1997/m/maxover.zip
16 Apr 1997 (catalog date)
271,406 bytes
Download FTP scene.org
Rating:

Morphium by Anarchy Buthas
/demos/1997/m/morphium.zip
11 May 1997 (catalog date)
74,142 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in64 division and ranked 06

Phystix by Quad, EFC
/demos/1997/p/phystix.zip
30 Aug 1997 (catalog date)
54,480 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the in64 division and ranked 04

4k Intro by Camel, Sachy of Pulse, Skid Row
/demos/1997/p/pls-skid.zip
17 Jan 1998 (catalog date)
7,185 bytes
Download FTP scene.org
Rating:
Released at event AST97 in the in4k division and ranked 03

Unfinished by Sympathy
/demos/1997/s/smp-unfd.zip
23 Mar 1997 (catalog date)
79,752 bytes
Download FTP scene.org
Rating:
Released at event SNS97 in the in64 division and ranked 02
,,GUS,

Traho Anima by Sympathy
/demos/1997/s/smp_anim.zip
04 May 1997 (catalog date)
733,357 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the demo division and ranked 07
P5,,GUS/SB,8MB

Tower by Hypnotize
/demos/1997/t/tower.zip
28 Mar 1997 (catalog date)
64,916 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in64 division and ranked 04
DX4/100,,GUS/SB,4MB

Hyperventilation by Byterapers
/demos/1998/b/b-hyper.zip
05 Aug 1998 (catalog date)
3,875,257 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the demo division and ranked 02
P5,VESA,GUS/SB/PAS,

Eigen by Phymosys
/demos/1998/e/eigenv4.zip
06 Sep 1998 (catalog date)
64,771 bytes
Download FTP scene.org
Rating:
Released at event EUS98 in the in64 division and ranked ??
486,,GUS/SB,

Fireworks by Picard of Hydrogen
/demos/1998/h/h2_firew.zip
21 Aug 1998 (catalog date)
5,626 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in1k division and ranked 01

It's All Your Fault by Hypercube
/demos/1998/h/hpqbiayf.zip
05 Aug 1998 (catalog date)
1,156,725 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the demo division and ranked 09
,VESA,GUS/SB/PAS,

Mesha by Picard of Rhyme
/demos/1998/m/mesha_by.zip
26 Sep 1998 (catalog date)
10,211 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in4k division and ranked 01

Warp into Hyperspace by The Spantobi Family
/demos/1998/w/warp_.zip
09 Nov 1998 (catalog date)
308,593 bytes
Download FTP scene.org
Rating:

Xacob by Phymosys
/demos/1998/x/xacob.zip
06 Sep 1998 (catalog date)
104,661 bytes
Download FTP scene.org
Rating:
Released at event EUS98 in the in4k division and ranked 03
386DX,,,

Helge Schneider by Peachy
/graphics/images/1994/h/helge.zip
04 Jul 1996 (catalog date)
170,718 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 01

Ranma by Hypernova
/graphics/images/1994/h/hn-ranma.zip
04 Jul 1996 (catalog date)
20,553 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the grfx division and ranked ??

Mr. Hyde by Titan
/graphics/images/1994/m/mr_hyde.zip
04 Jul 1996 (catalog date)
36,569 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 38

Why? by Pixie
/graphics/images/1994/w/why.zip
04 Jul 1996 (catalog date)
68,334 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 26

HyperNova by Salterello
/graphics/images/1995/h/hncraft.zip
04 Jul 1996 (catalog date)
1,194,860 bytes
Download FTP scene.org
Rating:

Indian Queen by Peachy
/graphics/images/1995/i/iqueen-s.zip
04 Jul 1996 (catalog date)
136,034 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the grfx division and ranked 01

Atrophy by Schizosynth
/graphics/images/1995/o/oddy.zip
04 Jul 1996 (catalog date)
239,736 bytes
Download FTP scene.org
Rating:
Released at event OD95 in the grfx division and ranked ??

Strange Bondage by Tenshy, Shocker
/graphics/images/1995/s/strange.zip
04 Jul 1996 (catalog date)
40,368 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the grfx division and ranked 07

Book by Aphys
/graphics/images/1996/b/book.zip
16 May 1997 (catalog date)
86,893 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the grfx division and ranked XX

Chantal by Peachy
/graphics/images/1996/c/chantal.zip
04 Jul 1996 (catalog date)
250,763 bytes
Download FTP scene.org
Rating:
Released at event SYM96 in the grtc division and ranked 01

I Hate Cats by Peachy
/graphics/images/1996/i/ihatecat.zip
04 Sep 1996 (catalog date)
40,335 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the grfx division and ranked 05

Hygiene by Mario
/graphics/images/1996/m/marzusat.zip
23 Nov 1996 (catalog date)
262,059 bytes
Download FTP scene.org
Rating:
Released at event SAT96B in the grtc division and ranked ??

Tech. Devil by Mitchy Mit
/graphics/images/1996/t/techdevl.zip
04 Jul 1996 (catalog date)
68,775 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the grfx division and ranked 09

The Holy Schyzo by Devil Debil
/graphics/images/1997/b/bible.zip
21 Jun 1997 (catalog date)
48,052 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the grtc division and ranked XX

Always Coca Cola by Kolckhy of Contract
/graphics/images/1997/c/cnt-ice.zip
25 Nov 1998 (catalog date)
102,489 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the grtc division and ranked 05
640x480x16m

Dorothy by Bonifacy
/graphics/images/1997/d/dorothy.zip
21 Jun 1997 (catalog date)
99,043 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the grfx division and ranked ??
640x480x256

Break The Wall by Thy Pyroo of The Spantobi Family
/graphics/images/1998/b/breakw.zip
09 Sep 1998 (catalog date)
86,189 bytes
Download FTP scene.org
Rating:
800x600x16m

Cellblock 666 V 0.2 by Thy Pyroo of The Spantobi Family
/graphics/images/1998/c/cellb.zip
07 Sep 1998 (catalog date)
106,301 bytes
Download FTP scene.org
Rating:
800x600x16m

Der Roboter by Thy Pyroo of The Spantobi Family
/graphics/images/1998/d/derrobot.zip
16 Sep 1998 (catalog date)
214,292 bytes
Download FTP scene.org
Rating:

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

Fantasy by Peachy of Haujobb
/graphics/images/1998/f/fantasy.zip
26 May 1998 (catalog date)
398,741 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 03
640x480x16m

Hypnothease by Mirage
/graphics/images/1998/h/hyptease.zip
08 Oct 1998 (catalog date)
346,911 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the grfx division and ranked 03
640x480x16m

Intergalactic Blowup by Thy Pyroo of The Spantobi Family
/graphics/images/1998/i/intblow.zip
16 Sep 1998 (catalog date)
445,388 bytes
Download FTP scene.org
Rating:

Kanon by Thy Pyroo of The Spantobi Family
/graphics/images/1998/k/kanon.zip
26 Aug 1998 (catalog date)
57,978 bytes
Download FTP scene.org
Rating:

Loading by BestHyper
/graphics/images/1998/l/loading.zip
05 Nov 1998 (catalog date)
237,328 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grtc division and ranked 09
800x600x16m

Shadow In The Night by Thy Pyroo of The Spantobi Family
/graphics/images/1998/s/shadow.zip
10 Aug 1998 (catalog date)
22,049 bytes
Download FTP scene.org
Rating:

Why Levitate by Jcole of Milk, Radio
/graphics/images/1998/w/whylevit.zip
07 Oct 1998 (catalog date)
255,397 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the grtc division and ranked 01
640x512x16m

Fontography 1.0 by Itec
/graphics/programs/convert/fontog10.zip
21 Apr 1998 (catalog date)
153,232 bytes
Download FTP scene.org
.ttf into .bmp. Win32 only.

Preview of Channel Mag #2 by Grif
/mags/1995/chyztro.zip
11 Jul 1996 (catalog date)
37,710 bytes
Download FTP scene.org
Rating:

Estranged by Khyron
/music/contests/mc2/veteran/v-estrng.zip
09 Nov 1996 (catalog date)
219,589 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V03

E-54752 by Khyron
/music/contests/mc3/veteran/e-54752.zip
09 Nov 1996 (catalog date)
345,304 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V44

Hatchet at Five by Rhythm Greene
/music/contests/mc4/rookie/m4r-hatc.zip
10 Nov 1996 (catalog date)
206,007 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked R04

Hysteria by Cylus
/music/contests/mc4/rookie/m4r-hyst.zip
10 Nov 1996 (catalog date)
131,198 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Algorhythm by TheHacker
/music/contests/mc4/veteran/m4v-algo.zip
10 Nov 1996 (catalog date)
165,572 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Why All This Pain by Black Lotion
/music/contests/mc4/veteran/m4v-whya.zip
10 Nov 1996 (catalog date)
640,896 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Stan Colella: Private Eye by Rhythm Greene of Immortal Coil
/music/contests/mc5/intermed/m5i-scpi.zip
29 Aug 1997 (catalog date)
301,854 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Below The Surface by Zephyr of Darkness, Plasm
/music/contests/mc5/rookie/m5r-bts.zip
29 Aug 1997 (catalog date)
407,213 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked R04

Downfall by Hydro of Aquatica
/music/contests/mc5/rookie/m5r-dnf.zip
29 Aug 1997 (catalog date)
124,763 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Rocktherythymthat'll makeyourbodydrop by Iago
/music/contests/mc5/rookie/m5r-rock.zip
29 Aug 1997 (catalog date)
170,843 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Bliss by Vivid of Radical Rhythms, D-lusion
/music/contests/mc5/veteran/m5v-blss.zip
29 Aug 1997 (catalog date)
776,610 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Sinnenglut by Assign of Ethos 9, Tokyo Dawn Recs, Radical Rhythms
/music/contests/mc5/veteran/m5v-glut.zip
29 Aug 1997 (catalog date)
567,888 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

The Shadow Exploded by Screamager of KFMF, Radical Rhythms
/music/contests/mc5/veteran/m5v-shad.zip
29 Aug 1997 (catalog date)
83,450 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Song Of The Winds by Warder of Hypothermia, Crystalline
/music/contests/mc5/veteran/m5v-sotw.zip
29 Aug 1997 (catalog date)
524,425 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V15

Dusseldorf by hyg
/music/contests/mc6/intermed/m6i-duss.zip
28 Mar 1999 (catalog date)
230,757 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

The Peach by zephyr
/music/contests/mc6/intermed/m6i-tpch.zip
28 Mar 1999 (catalog date)
271,284 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Why Cry by Crazy
/music/contests/mc6/intermed/m6i-ycry.zip
28 Mar 1999 (catalog date)
574,782 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Condensed Rhythm 16 by Apex
/music/contests/mc6/rookie/m6r-cr16.zip
28 Mar 1999 (catalog date)
149,356 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Forbode by Hypno
/music/contests/mc6/rookie/m6r-fbod.zip
28 Mar 1999 (catalog date)
75,778 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Chlorophyllicessence
/music/contests/mc6/veteran/m6v-chlr.zip
28 Mar 1999 (catalog date)
355,334 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Estranged by Khyron
/music/contests/mc_winners/v-estrng.mod
28 Mar 1999 (catalog date)
311,858 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V03

Estranged by Khyron
/music/contests/mc_winners/v-estrng.mp3
28 Mar 1999 (catalog date)
2,312,986 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V03

Jangle by Onyx
/music/disks/1993/jangle.zip
10 Jun 1998 (catalog date)
2,142,691 bytes
Download FTP scene.org
Rating:
music by Tirana, Tonza, Viba, & Hydra - ,,SB,

The Adlib Delight by Anarchy
/music/disks/1994/delight.zip
26 Jul 1996 (catalog date)
74,352 bytes
Download FTP scene.org
Rating:

Winter Melodies by Anarchy
/music/disks/1994/winter_m.zip
18 Jun 1998 (catalog date)
2,340,723 bytes
Download FTP scene.org
Rating:
music by NHP - 386,,GUS/SB/PAS,

Legacy vol. 1 by Neophyte Productions
/music/disks/1995/legacy.zip
26 Jul 1996 (catalog date)
1,403,539 bytes
Download FTP scene.org
Rating:

Chapter 8 by Radical Rhythms
/music/disks/1995/rr_chap8.zip
26 Jul 1996 (catalog date)
7,876,091 bytes
Download FTP scene.org
Rating:

Quiver by Apathy
/music/disks/1996/apa-qvr1.zip
11 Aug 1996 (catalog date)
1,712,419 bytes
Download FTP scene.org
Rating:

Exposure by Rhythm Greene
/music/disks/1996/exposure.zip
29 Sep 1996 (catalog date)
1,516,178 bytes
Download FTP scene.org
Rating:

Chapter X by Radical Rhythms
/music/disks/1996/rr_chapx.zip
27 Jan 1997 (catalog date)
9,857,222 bytes
Download FTP scene.org
Rating:
Includes 574k UNIVBE .zip file, compressed and uncompressed x-play/x-shell. Most of the music is ok, but they did a _really_ nice job with the interface... give 'em a star just for that. For a disk this large, it's well put together.

Hyperion Music Disk Ii - May 1997 by Tutankhamun, Dawn, Neptune of Hyperion Music Group
/music/disks/1997/hprm0597.zip
16 Aug 1997 (catalog date)
3,864,338 bytes
Download FTP scene.org

.xm Pack by Pyc of Hyperopia
/music/disks/1997/hyp-xmpa.zip
07 Jan 1998 (catalog date)
3,328,287 bytes
Download FTP scene.org

Bathysiderodromophobia by Maple Leaf, Xplore of Plastic Surgery
/music/disks/1997/ps-bathy.zip
12 Nov 1997 (catalog date)
3,804,087 bytes
Download FTP scene.org

Turbulent Mixture by Ben-Jam of Hypermatix, Scope
/music/disks/1997/t_mixtur.zip
28 Sep 1997 (catalog date)
1,880,172 bytes
Download FTP scene.org

Decay by hyperfuzz
/music/disks/1998/decay.zip
08 Feb 1998 (catalog date)
1,111,241 bytes
Download FTP scene.org

Helium Beats by phlow, hyperlite, distaint, perrra of xmp
/music/disks/1998/xmp-heli.zip
14 Mar 1998 (catalog date)
3,758,109 bytes
Download FTP scene.org
Rating:

Several _nifty_ conversion utilities by Bushy
/music/programs/convert/convert.zip
09 Sep 1996 (catalog date)
79,060 bytes
Download FTP scene.org

Why Can't You Remember by Marvel of Future Crew
/music/songs/1993/cant.zip
14 Oct 1997 (catalog date)
128,927 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the mmul division and ranked 02

Agony of Despair by Hypno
/music/songs/1994/agony_od.zip
15 Sep 1996 (catalog date)
102,513 bytes
Download FTP scene.org
Rating:
(MOD)

Anthygony by Jonny
/music/songs/1994/anthygo.zip
15 Sep 1996 (catalog date)
145,164 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Infinity by Necros, Khyron
/music/songs/1994/infinity.zip
25 Nov 1996 (catalog date)
140,951 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the mmul division and ranked ??
(S3M)

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)

Nimbus by Hypnotic
/music/songs/1995/b/b13-0009.zip
21 Sep 1996 (catalog date)
189,791 bytes
Download FTP scene.org
Rating:
(XM)

Hypnosis by Aahz
/music/songs/1995/c/ccs-hypn.zip
16 Sep 1996 (catalog date)
261,840 bytes
Download FTP scene.org
Rating:
(S3M)

Zoantrophy by Gurun
/music/songs/1995/g/gurun_zn.zip
17 Sep 1996 (catalog date)
433,185 bytes
Download FTP scene.org
Rating:
(S3M)

Hexagram by HyperUnknown
/music/songs/1995/h/hexagram.zip
21 Sep 1996 (catalog date)
287,988 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(XM)

Hyperdrive by Scirocco
/music/songs/1995/h/hyperdrv.zip
21 Sep 1996 (catalog date)
438,578 bytes
Download FTP scene.org
Rating:
(XM)

Hybernaculum by Epsilon
/music/songs/1995/h/hyperna.zip
21 Sep 1996 (catalog date)
307,847 bytes
Download FTP scene.org
Rating:
(XM)

Hypothermia by Hadji
/music/songs/1995/h/hypo-had.zip
18 Sep 1996 (catalog date)
71,675 bytes
Download FTP scene.org
Rating:
(S3M)

Hypnosis 3D Demo by Wave
/music/songs/1995/j/jt_hyp95.zip
02 Feb 1997 (catalog date)
234,523 bytes
Download FTP scene.org
Rating:
(XM)

Dirt by Khyron
/music/songs/1995/k/k-dirt.zip
21 Sep 1996 (catalog date)
308,150 bytes
Download FTP scene.org
Rating:
(XM)

IndusTrance by Khyron
/music/songs/1995/k/k_indust.zip
21 Sep 1996 (catalog date)
276,130 bytes
Download FTP scene.org
Rating:
(XM)

Summer Days by Khyron
/music/songs/1995/k/k_summer.zip
21 Sep 1996 (catalog date)
141,271 bytes
Download FTP scene.org
Rating:
(XM)

Synergistic by Khyron
/music/songs/1995/k/k_synerg.zip
21 Sep 1996 (catalog date)
420,705 bytes
Download FTP scene.org
Rating:
(XM)

Eternal Vortex 3 Khyron
/music/songs/1995/k/k_vortx3.zip
21 Sep 1996 (catalog date)
334,943 bytes
Download FTP scene.org
Rating:
(XM)

WormHole by Khyron
/music/songs/1995/k/k_worm.zip
21 Sep 1996 (catalog date)
586,169 bytes
Download FTP scene.org
Rating:
(XM)

Love Anarchy by Heatbeat
/music/songs/1995/l/loveana.zip
16 Sep 1996 (catalog date)
95,146 bytes
Download FTP scene.org
Rating:
(MOD)

Emphysia by Hawk
/music/songs/1995/n/ntr-emph.zip
20 Nov 1996 (catalog date)
62,501 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the m4ch division and ranked 04
(MOD)

Physiognomy by Trajic
/music/songs/1995/p/physiogn.zip
21 Sep 1996 (catalog date)
293,888 bytes
Download FTP scene.org
Rating:
(XM)

Physiology Theme by Lizardking
/music/songs/1995/p/physiolo.zip
16 Sep 1996 (catalog date)
119,516 bytes
Download FTP scene.org
Rating:
(MOD)

Hydropressure by Procyon
/music/songs/1995/p/pr-hydro.zip
19 Sep 1996 (catalog date)
153,845 bytes
Download FTP scene.org
Rating:
(S3M)

Hypnosis by Sikamikanico
/music/songs/1995/s/si_hypno.zip
21 Sep 1996 (catalog date)
216,238 bytes
Download FTP scene.org
Rating:
(XM)

Hyperspace Odyssey by Sybaris
/music/songs/1995/t/t-odysey.zip
16 Sep 1996 (catalog date)
166,965 bytes
Download FTP scene.org
Rating:
(MTM)

The Underground Beckons by Hypnoti
/music/songs/1995/v/v-beckon.zip
20 Sep 1996 (catalog date)
377,078 bytes
Download FTP scene.org
Rating:
(S3M)

Static by Virtual Rhythm
/music/songs/1995/v/vrstatic.zip
20 Sep 1996 (catalog date)
310,852 bytes
Download FTP scene.org
Rating:
(S3M)

Substance by Virtual Rhythm
/music/songs/1995/v/vrsubst.zip
20 Sep 1996 (catalog date)
295,727 bytes
Download FTP scene.org
Rating:
(S3M)

Guiding Light by Virtual Rhythm
/music/songs/1995/x/xtd_040.zip
21 Sep 1996 (catalog date)
311,427 bytes
Download FTP scene.org
Rating:
(XM)

Allegorie by Virtual Rhythm
/music/songs/1995/x/xtd_046.zip
21 Sep 1996 (catalog date)
400,957 bytes
Download FTP scene.org
Rating:
(XM)

Genetic Brothers Hymn by Sixtus
/music/songs/1996/a/abc_gen.zip
19 Nov 1996 (catalog date)
90,863 bytes
Download FTP scene.org
Rating:
(MOD)

Vendetta - The Abused 909 Remix by Assign of Radical Rhythms
/music/songs/1996/a/agn-b20v.zip
09 Apr 1997 (catalog date)
739,776 bytes
Download FTP scene.org
Rating:
(XM)

Wahnsignale by Assign of Radical Rhythms
/music/songs/1996/a/agn-tt26.zip
09 Apr 1997 (catalog date)
84,020 bytes
Download FTP scene.org
Rating:
(XM)

Hyper Mad Helium Blast by Darkhalo
/music/songs/1996/b/blast_.zip
21 Nov 1996 (catalog date)
692,713 bytes
Download FTP scene.org
Rating:
(S3M)

The Droid's Mix by Fallacy of Captivating Rhythm
/music/songs/1996/c/cr-droid.zip
09 Apr 1997 (catalog date)
397,230 bytes
Download FTP scene.org
(XM)

Mind Grinder by Fallacy of Captivating Rhythm
/music/songs/1996/c/cr-mgrnd.zip
09 Apr 1997 (catalog date)
381,718 bytes
Download FTP scene.org
(XM)

Refund, Finckle Mix by Fallacy of Captivating Rhythm
/music/songs/1996/c/cr-refnd.zip
09 Apr 1997 (catalog date)
354,499 bytes
Download FTP scene.org
(XM)

New Daze by Fallacy of Captivating Rhythm
/music/songs/1996/c/cr_newdz.zip
09 Apr 1997 (catalog date)
156,081 bytes
Download FTP scene.org
(XM)

Dream Sequence Part 2 by Hypno
/music/songs/1996/d/dream_s2.zip
22 Sep 1996 (catalog date)
97,050 bytes
Download FTP scene.org
Rating:
(MOD)

Eternity by Khyron
/music/songs/1996/e/eternity.zip
22 Sep 1996 (catalog date)
573,754 bytes
Download FTP scene.org
Rating:
(XM)

Hyper Does Hyper by HyperUnknown
/music/songs/1996/h/hu-hyper.zip
21 Jan 1997 (catalog date)
326,499 bytes
Download FTP scene.org
Rating:
(XM)

Ant Reunion - Club Mix by Hybris of Beam
/music/songs/1996/h/hyb_antc.zip
13 Sep 1997 (catalog date)
489,696 bytes
Download FTP scene.org
(XM)

I Wish by Hybris of Beam
/music/songs/1996/h/hyb_wish.zip
13 Sep 1997 (catalog date)
324,536 bytes
Download FTP scene.org
(XM)

You Just Keep On Hurting Me by Hybris of Beam
/music/songs/1996/h/hyb_yked.zip
13 Sep 1997 (catalog date)
526,201 bytes
Download FTP scene.org
(XM)

Anarchy by RaVeMaTeJ of iNTERLACED bytes
/music/songs/1996/i/ib-rmana.zip
08 Nov 1997 (catalog date)
315,397 bytes
Download FTP scene.org
Rating:
(XM)

Itchy Feet by Smash of IO
/music/songs/1996/i/io_itch.zip
23 Aug 1996 (catalog date)
129,672 bytes
Download FTP scene.org
Rating:
(XM)

Hymn, Happy Hardcore Version by Vladimir JD Sopot
/music/songs/1996/j/jd-hymn.zip
02 Aug 1997 (catalog date)
125,919 bytes
Download FTP scene.org
(XM)

Hymn, House Version by Vladimir JD Sopot
/music/songs/1996/j/jd-hymnh.zip
02 Aug 1997 (catalog date)
129,437 bytes
Download FTP scene.org
(XM)

Apocolyptic Mind by Khyron
/music/songs/1996/k/k_apoc.zip
22 Sep 1996 (catalog date)
452,994 bytes
Download FTP scene.org
Rating:
(XM)

200 Miles from Earth by Khyron
/music/songs/1996/k/k_earth.zip
16 Nov 1996 (catalog date)
530,731 bytes
Download FTP scene.org
Rating:
(XM)

Frothy Moo Jooce by Lord Pegasus
/music/songs/1996/k/k_frothy.zip
22 Sep 1996 (catalog date)
264,732 bytes
Download FTP scene.org
Rating:
(XM)

Rhythm Seclusion by Siren
/music/songs/1996/k/k_rhythm.zip
22 Sep 1996 (catalog date)
420,750 bytes
Download FTP scene.org
Rating:
(S3M)

Hypnosis by Kotivalo
/music/songs/1996/k/koti_02.zip
22 Sep 1996 (catalog date)
345,784 bytes
Download FTP scene.org
Rating:
(XM)

Pleidean.hypnosystem by Kxmode
/music/songs/1996/k/kx-pleid.zip
31 Jul 1996 (catalog date)
289,770 bytes
Download FTP scene.org
Rating:
(IT)

The Unworthy Soul-Mystery Mix by Mysterium
/music/songs/1996/n/n_uwsm.zip
04 Aug 1996 (catalog date)
88,877 bytes
Download FTP scene.org
Rating:
(S3M)

Where's The Rhythm by Drutten
/music/songs/1996/n/no-wtr.zip
22 Sep 1996 (catalog date)
187,128 bytes
Download FTP scene.org
Rating:
(S3M)

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

HyperElation v2.0 by Pfister
/music/songs/1996/p/pf-hypr2.zip
18 Nov 1996 (catalog date)
57,880 bytes
Download FTP scene.org
Rating:
(IT)

Revolution by hyperion
/music/songs/1996/r/revo.zip
08 Apr 1997 (catalog date)
510,942 bytes
Download FTP scene.org
(XM)

Thiry Minutes Too Far by Rhythm Greene of Analogue Music
/music/songs/1996/r/rg-thirt.zip
05 Mar 1997 (catalog date)
363,103 bytes
Download FTP scene.org
Rating:
(IT)

Rise of the Tides by Rhythm Greene
/music/songs/1996/r/rg-tides.zip
20 Nov 1996 (catalog date)
547,408 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the mmul division and ranked 18
(S3M)

Rhythm Take Control by Reepicheep
/music/songs/1996/r/rthmctrl.zip
18 Mar 1997 (catalog date)
194,906 bytes
Download FTP scene.org
(669)

The Void by Screamager of Radical Rhythms
/music/songs/1996/s/sc-void.zip
13 Apr 1997 (catalog date)
366,012 bytes
Download FTP scene.org
(XM)

Snowflake Hymn by Lala
/music/songs/1996/s/snowflak.zip
22 Sep 1996 (catalog date)
414,342 bytes
Download FTP scene.org
Rating:
(XM)

Suomalainen Jylhyys by Lakeuksien
/music/songs/1996/s/suomalai.zip
21 Jan 1997 (catalog date)
5,918 bytes
Download FTP scene.org
Rating:
(MOD)

When I Hold You (Dance Style) by The Borg
/music/songs/1996/t/tb-wihy.zip
01 Oct 1996 (catalog date)
667,114 bytes
Download FTP scene.org
Rating:
(XM)