Search for "Den": 264 matches(displaying first 250)

Seasick source by Draeden of VLA
/code/demosrc/intros/sea_code.zip
10 Jan 1997 (catalog date)
33,542 bytes
Download FTP scene.org
Rating:
Source for an intro with a reflecting scrollie and text writer - Old source, but well constructed. Great for those who just know asm, but don't know how to put something complete together using just asm.

2D Rotation by Draeden of VLA
/code/effects/3d/rotate.zip
25 Aug 1997 (catalog date)
7,790 bytes
Download FTP scene.org
Rating:
A clear explanation, but it doesn't explain how to do matrix rotation.

3D Rotation by Draeden of VLA
/code/effects/3d/rotate3d.zip
25 Aug 1997 (catalog date)
35,866 bytes
Download FTP scene.org
Rating:
A clear explanation, but it doesn't explain how to do matrix rotation.

Palette Rotation by Draeden of VLA
/code/effects/pallette/palrot.zip
29 May 1997 (catalog date)
2,664 bytes
Download FTP scene.org
Rating:
Just an asm file containing a palette rotation routine.

Stars by Draeden of VLA
/code/effects/stars/stars.zip
10 Jan 1997 (catalog date)
10,627 bytes
Download FTP scene.org
Rating:
A simple starfield effect - Good for the beginner.

DMA tut by Draeden of VLA
/code/hardware/dma/dma_vla.zip
10 Jan 1997 (catalog date)
2,516 bytes
Download FTP scene.org
Rating:
Some docs for DMA programming - Sufficient for learning how to program the DMA. I do believe this was part of the PCGPE 1.0.

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

Prometheus Truecolor System by Gaffer of Xtatic
/code/hardware/video/ptc071.zip
17 Jan 1999 (catalog date)
1,750,391 bytes
Download FTP scene.org
Rating:
This is a hardware independent library for dos and windows for accessing the videocard.

VGA FX by Chris Dunford
/code/hardware/video/vgafx.zip
10 Jan 1997 (catalog date)
27,128 bytes
Download FTP scene.org
Rating:
Some text effects - It's just some palette manipulations hidden (unintentionally) behind some very twisted code. Then again, it was coded in '89.

ASM Tutorials Part 0, 1, and 2 by Draeden of VLA
/code/tutors/asm/asmvla00.zip
18 Jan 1998 (catalog date)
16,905 bytes
Download FTP scene.org
Rating:
If you are totaly unexperienced with assembler this is the right one to start with.

ASM Tutorial Part 3 by Draeden of VLA
/code/tutors/asm/asmvla01.zip
18 Jan 1998 (catalog date)
10,780 bytes
Download FTP scene.org
Rating:
Explains a few of the dos interrupts. Might be handy if you are a beginner, but what you really need is a good interrupt list.

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.

Games 'n Graphics Trainer Series chapter 1 by Gerben
/code/tutors/graphics/gngtut01.zip
30 Jun 1998 (catalog date)
3,072 bytes
Download FTP scene.org
Rating:
Another trainer explaining how to get into mode 13h. Try Denthors trainers instead if you really don't know how to do this. Text

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

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.

Font Utilities by Draeden of VLA
/code/utils/fonts/vla_font.zip
29 Sep 1997 (catalog date)
75,388 bytes
Download FTP scene.org
Rating:
Contains a grabber, an editor and example sources.

Trident 9440Agi Bugfix by Type One of TFL-TDV
/code/utils/graphics/t9440fix.zip
26 Feb 1998 (catalog date)
12,873 bytes
Download FTP scene.org
Rating:
For Univbe 5.1a

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

Dentro by Ultraforce
/demos/1992/dentro.zip
29 Jun 1996 (catalog date)
246,517 bytes
Download FTP scene.org
Rating:

Headbangers Ball by Access Denied
/demos/1992/headbang.zip
29 Jun 1996 (catalog date)
398,105 bytes
Download FTP scene.org
Rating:

House of Fucking Necro by Lord Cyrix of Access Denied
/demos/1992/necro.zip
29 Jun 1996 (catalog date)
159,039 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:

Intermission Dentro by Phoenix
/demos/1993/i/intermis.zip
29 Jun 1996 (catalog date)
65,292 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 12

BBS Starbase Systems by Access Denied
/demos/1993/s/starbase.zip
29 Jun 1996 (catalog date)
74,020 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

The Accident by Axidental
/demos/1994/a/accident.zip
29 Jun 1996 (catalog date)
1,324,763 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 19

Budenza by Che Budenza
/demos/1994/b/budenza.zip
29 Jun 1996 (catalog date)
359,825 bytes
Download FTP scene.org
Rating:

Dentro for Soul Dream by Paradise
/demos/1994/d/deadtro_.zip
29 Jun 1996 (catalog date)
30,701 bytes
Download FTP scene.org
Rating:

BBS Golden Image by Legend Design
/demos/1994/l/ldbbstro.zip
29 Jun 1996 (catalog date)
24,505 bytes
Download FTP scene.org
Rating:

Plasmatic by Zden
/demos/1994/p/plasmat.zip
29 Jun 1996 (catalog date)
3,995 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 11

Forbidden Areas by Scoopex
/demos/1994/s/scx_area.zip
27 Nov 1998 (catalog date)
240,902 bytes
Download FTP scene.org
Rating:

Dentro by Void
/demos/1994/v/vdentro.zip
29 Jun 1996 (catalog date)
199,716 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the demo division and ranked 03

Condem by Condenz
/demos/1995/c/cdz_cdz.zip
29 Jun 1996 (catalog date)
46,622 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in64 division and ranked 04

Frog Fuzz Birthday by Condenz
/demos/1995/c/cdz_frog.zip
29 Jun 1996 (catalog date)
68,666 bytes
Download FTP scene.org
Rating:

Deadend by Mausis
/demos/1995/d/deadend.zip
29 Jun 1996 (catalog date)
351,122 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 26

Eden by Psychic Monks
/demos/1995/e/eden.zip
30 Jun 1996 (catalog date)
1,349,332 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the demo division and ranked ??

BBS Golden Image Reader by Mr. Patcher
/demos/1995/g/gi_tough.zip
30 Jun 1996 (catalog date)
38,665 bytes
Download FTP scene.org
Rating:

Incident by Plexus, The Cross
/demos/1995/i/incident.zip
03 May 1998 (catalog date)
56,829 bytes
Download FTP scene.org
Rating:

The Real Dentro by Red Power
/demos/1995/r/rpdentro.zip
30 Jun 1996 (catalog date)
300,289 bytes
Download FTP scene.org
Rating:

Super Reality by Golden Weeds Project
/demos/1995/s/sr1gwp.zip
30 Jun 1996 (catalog date)
1,464,726 bytes
Download FTP scene.org
Rating:

BBS Contrast & PA (Trident fix) by TFL, TDV
/demos/1995/t/tfltdvfx.zip
30 Jun 1996 (catalog date)
172,288 bytes
Download FTP scene.org

Was Geht by Dental
/demos/1995/w/wasgeht.zip
09 Jul 1996 (catalog date)
823,135 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked XX

No Garden by Complex
/demos/1996/c/clx_nog.zip
18 Dec 1996 (catalog date)
2,870,053 bytes
Download FTP scene.org
Rating:
Released at event SEN96 in the demo division and ranked ??

Wheel of Fortune by The Dennis Courtney Five
/demos/1996/d/dc5-wof.zip
11 Sep 1996 (catalog date)
37,803 bytes
Download FTP scene.org
Rating:

Beef by The Dennis Courtney Five, Force Ten
/demos/1996/d/dc_beef.zip
11 Sep 1996 (catalog date)
499,653 bytes
Download FTP scene.org
Rating:

Bomberman Attitude (final) by Dentifrice
/demos/1996/d/den-bomb.zip
20 Oct 1996 (catalog date)
59,491 bytes
Download FTP scene.org
Rating:
Released at event SAT96 in the in64 division and ranked 05

If I Was a Girl, I Would Rape Myself by Dentifrice
/demos/1996/d/den-girl.zip
20 Oct 1996 (catalog date)
52,924 bytes
Download FTP scene.org
Rating:
Released at event VOL96 in the in64 division and ranked ??

Dentaalispirantti by tAAt
/demos/1996/d/dentaali.zip
12 Jan 1997 (catalog date)
510,915 bytes
Download FTP scene.org
Rating:
Released at event TMDC96 in the demo division and ranked 03

(E) by Zden, Moshe
/demos/1996/e/e.zip
08 Dec 1996 (catalog date)
1,307,642 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the demo division and ranked 05

Independence Day by Dominetrix
/demos/1996/i/iday.zip
07 Feb 1997 (catalog date)
64,807 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 12
SB

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

Pikku v1.3 by Success Denied
/demos/1996/p/pikku13.zip
08 Nov 1996 (catalog date)
2,782 bytes
Download FTP scene.org
Rating:

Poison (final) by Zden, Moshe
/demos/1996/p/poison.zip
30 Jun 1996 (catalog date)
67,410 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 04

Lume by Success Denied
/demos/1996/s/sd_lume.zip
06 Jul 1996 (catalog date)
1,936,263 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the demo division and ranked 07

The Codering 1 Votepack Addendum
/demos/1996/t/tc1add.zip
27 Feb 1997 (catalog date)
30,073 bytes
Download FTP scene.org

Trip by Zden, Moshe of SiN
/demos/1996/t/trip.zip
30 Jun 1996 (catalog date)
33,065 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in64 division and ranked 11

XMas 3 by Rodent, Ravian, Hunz
/demos/1996/x/xmas3.zip
08 Feb 1997 (catalog date)
92,850 bytes
Download FTP scene.org
Rating:

Cack 2 by The Dennis Courtney Five
/demos/1997/d/dc5-caq2.zip
08 Feb 1998 (catalog date)
535,011 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked EE
486,,GUS,

Dead End by Theta
/demos/1997/d/deadend.zip
23 Jul 1997 (catalog date)
1,442,149 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the demo division and ranked XX

Eden by Bomb
/demos/1997/e/eden.zip
08 Feb 1998 (catalog date)
5,147,293 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked DD
,,GUS/SB,

BBS Massacre by Paul Sladen
/demos/1997/m/massacre.zip
08 Oct 1997 (catalog date)
2,284 bytes
Download FTP scene.org
Rating:

Fooler Dentro by MWB
/demos/1997/m/mwb_fdf.zip
20 Dec 1997 (catalog date)
718,623 bytes
Download FTP scene.org
Rating:
Released at event SAT97 in the demo division and ranked 03
486,VESA,GUS/SB,

Har Du H”rt Den F”rrut by Outbreak
/demos/1997/o/otb-hard.zip
05 Mar 1998 (catalog date)
641,634 bytes
Download FTP scene.org
Rating:

Pikku v1.4 by Success Denied
/demos/1997/p/pikku14.zip
29 Jun 1997 (catalog date)
2,894 bytes
Download FTP scene.org
Rating:

Psitron by Zden, Moshe
/demos/1997/p/psitron.zip
11 May 1997 (catalog date)
52,125 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in64 division and ranked 04

Jeg Bor Her I Denne Hallen by Rectum Cauda
/demos/1997/r/rc_hall.zip
07 Dec 1997 (catalog date)
75,290 bytes
Download FTP scene.org
Rating:
Released at event DST97 in the in64 division and ranked 06

Hotet I Rymden by Syntax Terror
/demos/1997/s/ste-hir.zip
06 Jul 1997 (catalog date)
98,304 bytes
Download FTP scene.org

The Snowball Sampling Incident by P100,,GUS, of United Force
/demos/1997/u/uf_ssi.zip
07 Feb 1998 (catalog date)
48,747 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the in64 division and ranked 12

Art of Noize by Zden
/demos/1998/a/aon.zip
31 Oct 1998 (catalog date)
1,715,414 bytes
Download FTP scene.org
Rating:

Suendenbock by Ethos 9, Diabolic Force
/demos/1998/e/e9-magic.zip
20 May 1998 (catalog date)
61,471 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the in64 division and ranked 03

Golden Kypersumppi by tAAt
/demos/1998/s/sumppi.zip
12 Nov 1998 (catalog date)
874,878 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the djav division and ranked 04
JAVA

The Golden Bird by ???
/graphics/images/1994/a/altecmp.zip
04 Jul 1996 (catalog date)
32,658 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Dentist by Tiedye
/graphics/images/1994/d/dentist.zip
04 Jul 1996 (catalog date)
167,901 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the grfx division and ranked 07

Sterme Machden by Jms
/graphics/images/1995/s/sternenm.zip
04 Jul 1996 (catalog date)
35,587 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the grfx division and ranked 04

Kiss Eden Goodbye by Morbid
/graphics/images/1996/b/bye_eden.zip
02 Sep 1996 (catalog date)
180,814 bytes
Download FTP scene.org
Rating:
Released at event TS96 in the grfx division and ranked 03

Eden 377 by Made
/graphics/images/1996/e/eden377.zip
22 Feb 1997 (catalog date)
32,846 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the grfx division and ranked 02

Denis by Norm of Essence
/graphics/images/1997/m/mek-134.zip
18 May 1998 (catalog date)
53,416 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the grfx division and ranked 02
368x283x256

Tears by Denn
/graphics/images/1997/p/pixel_66.zip
06 May 1998 (catalog date)
20,799 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
320x256x256

So Kys den da by Red Dream of Frisko
/graphics/images/1997/p/pixel_8.zip
16 Jun 1998 (catalog date)
77,112 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 50
320x256x256

Furry french rodent by Ds
/graphics/images/1998/d/ds-mouse.zip
09 Sep 1998 (catalog date)
41,603 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the grfx division and ranked ??
640x480x256

Just freey ya mind by Pinshead of Drudenfu
/graphics/images/1998/f/freeyami.zip
26 May 1998 (catalog date)
216,002 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 18
498x475x16m

Krimskrams by Gomorrha of Gilden
/graphics/images/1998/g/gom-krms.zip
26 May 1998 (catalog date)
455,566 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 24
640x364x16m

Hidden by Bombjack of MMU
/graphics/images/1998/h/hidden.zip
26 May 1998 (catalog date)
342,030 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 49
640x400x16m

Passion by Zoom of Independent
/graphics/images/1998/p/passion_.zip
14 Oct 1998 (catalog date)
657,478 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked 09
640x480x16m

Raiden by Junkie of TDS
/graphics/images/1998/r/raiden.zip
30 Jun 1998 (catalog date)
214,658 bytes
Download FTP scene.org
Rating:
640x480x16m

Receiver by Oden
/graphics/images/1998/r/receiver.zip
21 Oct 1998 (catalog date)
47,928 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the grtc division and ranked 19
800x600x16m

Rymden
/graphics/images/1998/r/rymden.zip
21 Oct 1998 (catalog date)
143,373 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the grtc division and ranked ??
800x600x16m

Surprise by Yoga of Independent
/graphics/images/1998/s/surprise.zip
15 Oct 1998 (catalog date)
679,819 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked 10
640x480x16m

Water Density To Wind Crystallization by Swan of The Bermuda Triangle
/graphics/images/1998/t/tbt-wdwc.zip
04 Jun 1998 (catalog date)
48,419 bytes
Download FTP scene.org
Rating:

To give evidence by Ward of Enlightenment
/graphics/images/1998/w/wrd_evid.zip
16 Jun 1998 (catalog date)
1,301,733 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grfx division and ranked 02
640x480x256

Scenial by Access Denied
/mags/1994/scenial.zip
03 Apr 1997 (catalog date)
704,858 bytes
Download FTP scene.org
Rating:
Includes 3 songs by Purple Motion

War of my mind by Accidental
/music/contests/mc2/rookie/r-war.zip
09 Nov 1996 (catalog date)
91,393 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R13

D. Tendencies by Yannis
/music/contests/mc4/veteran/m4v-disf.zip
10 Nov 1996 (catalog date)
89,162 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V07

Out in the Garden by Nabo
/music/contests/mc4/veteran/m4v-oitg.zip
10 Nov 1996 (catalog date)
212,437 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Pocket Development by Fireside of Xmp, Dental
/music/contests/mc5/intermed/m5i-ptdt.zip
29 Aug 1997 (catalog date)
157,527 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

The East Wing Study by Yehar of Sublevel 3, Success Denied
/music/contests/mc5/intermed/m5i-tews.zip
29 Aug 1997 (catalog date)
134,291 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I08

Carexidentifyerworx by Da Nme!
/music/contests/mc5/veteran/m5v-care.zip
29 Aug 1997 (catalog date)
648,586 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Goldenrod by Centurion
/music/contests/mc5/veteran/m5v-gldn.zip
29 Aug 1997 (catalog date)
443,121 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V14

Gardens Without Peace... by Dextrose
/music/contests/mc5/veteran/m5v-gwop.zip
29 Aug 1997 (catalog date)
361,834 bytes
Download FTP scene.org
Released at event MC5 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

Golden Stairway by Falco of Ophir
/music/contests/mc6/rookie/m6r-gold.zip
28 Mar 1999 (catalog date)
47,885 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Isolated Incedents by j0e_bl0w
/music/contests/mc6/rookie/m6r-isol.zip
28 Mar 1999 (catalog date)
548,392 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Disfunctional Tendencies by Yannis
/music/contests/mc_winners/m4v-disf.it
28 Mar 1999 (catalog date)
154,829 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V07

Disfunctional Tendencies by Yannis
/music/contests/mc_winners/m4v-disf.mp3
28 Mar 1999 (catalog date)
3,708,133 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V07

Eternal Gardens by Lakee
/music/disks/1996/eternal.zip
15 Sep 1996 (catalog date)
1,192,636 bytes
Download FTP scene.org
Rating:

Death Of Death Dance by It-Alien of independent
/music/disks/1997/it-ddd.zip
01 Jun 1997 (catalog date)
986,982 bytes
Download FTP scene.org

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

Attack Of The Rodents by Cosmik Druid of Beyond, Scrape, TXD
/music/disks/1998/cd_atr.zip
07 Sep 1998 (catalog date)
105,572 bytes
Download FTP scene.org

The Non-fake System Disk by axl of The Dennis Courtney Five
/music/disks/1998/dc5-made.zip
10 Jan 1998 (catalog date)
2,100,683 bytes
Download FTP scene.org

Denzogtr.zip by Alessandro De Sanctis
/music/programs/players/denzogtr.zip
11 Dec 1997 (catalog date)
93,829 bytes
Download FTP scene.org
This is the ultimate chords/scales finder: all you're looking for DenzoGtr can find. This is not a scales or chords dB, but a powerful engine that you cam program for finding all positions for both scales and chords. There is no a fix number of choice: you can find 10, 100, 1000, 10000 position for each chord depending from tunig, finger positions, inversions and other parameters. In the same way you can search for 3 notes for string scales or pentatonic pattern etc. Also arpeggios are simple to find. Remenber that DenzoGtr is designed to be expanded with your own tuning, scales and chords. So have fun, Alex.

Eb Alto Sax Samples, No Riffs by Beek of Grey, Green Grapes, Denizen
/music/samples/alto_sax.zip
14 May 1997 (catalog date)
2,518,766 bytes
Download FTP scene.org
A collection of Eb Alto Sax samples played by me, beek. All are single notes.

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.

Instrument Collection (March 95) by Golden Spud
/music/samples/xi950311.zip
10 Sep 1996 (catalog date)
1,248,224 bytes
Download FTP scene.org
XI, has subdirectories

The Banana Incident by Trap
/music/songs/1994/tbi.zip
15 Sep 1996 (catalog date)
699,565 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked 04
(XM)

House Eey #07 by Hidenori Hori
/music/songs/1995/h/hide07.zip
18 Sep 1996 (catalog date)
131,526 bytes
Download FTP scene.org
Rating:
(S3M)

House Eey #17 by Hidenori Hori
/music/songs/1995/h/hide17.zip
18 Sep 1996 (catalog date)
116,620 bytes
Download FTP scene.org
Rating:
(S3M)

House Eey #24 by Hidenori Hori
/music/songs/1995/h/hide24.zip
18 Sep 1996 (catalog date)
220,564 bytes
Download FTP scene.org
Rating:
(S3M)

You Know, It's A House-Eey by Hidenori Hori
/music/songs/1995/h/houseeey.zip
18 Sep 1996 (catalog date)
98,671 bytes
Download FTP scene.org
Rating:
(S3M)

Transcendence by Pinion
/music/songs/1995/p/pn-trans.zip
19 Sep 1996 (catalog date)
106,388 bytes
Download FTP scene.org
Rating:
(S3M)

Spritzstunden by Slide G.
/music/songs/1995/s/spritzst.zip
16 Sep 1996 (catalog date)
215,471 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the m4ch division and ranked 23
(MOD)

Sudden Impulse by Subliminal
/music/songs/1996/a/a_simp.zip
22 Sep 1996 (catalog date)
148,130 bytes
Download FTP scene.org
Rating:
(IT)

The Hidden Caves by Cygnes
/music/songs/1996/c/cgs-cave.zip
31 Jul 1996 (catalog date)
148,674 bytes
Download FTP scene.org
Rating:
(S3M)

The Wolfden by Raphael of Digitalus
/music/songs/1996/d/denf4.zip
23 Nov 1997 (catalog date)
191,872 bytes
Download FTP scene.org
(S3M)

The Hidden Empire by Karsten Koch
/music/songs/1996/i/im_empir.zip
24 Jul 1996 (catalog date)
98,056 bytes
Download FTP scene.org
Rating:
(S3M)

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

Noice Motion by Popirin Denis
/music/songs/1996/n/noicem.zip
14 Feb 1997 (catalog date)
292,509 bytes
Download FTP scene.org
Released at event ENL96 in the mmul division and ranked 28
(MED)

Evidence by Radix
/music/songs/1996/r/rdx-evid.zip
17 Nov 1996 (catalog date)
169,449 bytes
Download FTP scene.org
Rating:
(XM)

Hidden Real(m)ity by Wonderboy
/music/songs/1996/w/wb-party.zip
17 Nov 1996 (catalog date)
97,514 bytes
Download FTP scene.org
Rating:
(XM)

Made To Last by Anders Akerheden
/music/songs/1997/a/an_2lst8.zip
05 Aug 1997 (catalog date)
752,034 bytes
Download FTP scene.org
Rating:
(XM)

Usual Softness -remax- Edit by Anders Akerheden
/music/songs/1997/a/an_bbd2s.zip
30 Aug 1997 (catalog date)
632,080 bytes
Download FTP scene.org
Rating:
(XM)

Bright Skies Over Dark Waters by Anders Akerheden
/music/songs/1997/a/an_brght.zip
29 Sep 1997 (catalog date)
242,625 bytes
Download FTP scene.org
Rating:
(XM)

Millenium by Anders Akerheden
/music/songs/1997/a/an_clrip.zip
07 Aug 1997 (catalog date)
941,904 bytes
Download FTP scene.org
Rating:
(XM)

Flowerdub by Anders Akerheden
/music/songs/1997/a/an_flowr.zip
23 Aug 1997 (catalog date)
306,066 bytes
Download FTP scene.org
Rating:
(XM)

The Child Of Immortal Phantasia by Anders Akerheden
/music/songs/1997/a/an_m.zip
14 Sep 1997 (catalog date)
614,791 bytes
Download FTP scene.org
Rating:
(XM)

There Must Be More To Life Than This 1.2 by Anders Akerheden
/music/songs/1997/a/an_mrtl.zip
01 Sep 1997 (catalog date)
384,884 bytes
Download FTP scene.org
Rating:
(XM)

Void-of-solitude by Anders Akerheden
/music/songs/1997/a/an_solit.zip
10 Aug 1997 (catalog date)
968,162 bytes
Download FTP scene.org
Rating:
(XM)

Sorry For Everything by Anders Akerheden
/music/songs/1997/a/an_sorry.zip
10 Aug 1997 (catalog date)
405,700 bytes
Download FTP scene.org
Rating:
(XM)

Xtremely Xecutable by Anders Akerheden
/music/songs/1997/a/an_xecut.zip
29 Sep 1997 (catalog date)
645,510 bytes
Download FTP scene.org
Rating:
(XM)

Extra Terrestrial Lifeform by Anders Akerheden
/music/songs/1997/a/an_xtlf.zip
29 Sep 1997 (catalog date)
216,492 bytes
Download FTP scene.org
Rating:
(XM)

Echoes Of Eden by n-joy of ART
/music/songs/1997/a/art_60.zip
12 Aug 1997 (catalog date)
883,272 bytes
Download FTP scene.org
(IT)

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

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

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

Garden Of Roses by Cyanid of Total
/music/songs/1997/c/cnd_gor.zip
10 Jan 1998 (catalog date)
635,559 bytes
Download FTP scene.org
(XM)

Golden Moments '97 by CyberZip of Tidal, Nebula
/music/songs/1997/c/cz-gm97.zip
22 Sep 1997 (catalog date)
250,499 bytes
Download FTP scene.org
(XM)

Golden Moments by CyberZip of Tidal, Nebula
/music/songs/1997/c/cz-gold.zip
22 Sep 1997 (catalog date)
501,030 bytes
Download FTP scene.org
(XM)

Hidden Sorrows by epox of decay
/music/songs/1997/d/dcy_hiso.zip
06 Apr 1997 (catalog date)
277,568 bytes
Download FTP scene.org
(XM)

In My Dreams by Dent of Nocturnal
/music/songs/1997/d/den_drea.zip
06 Apr 1997 (catalog date)
239,642 bytes
Download FTP scene.org
Released at event SNS97 in the mmul division and ranked 01
(XM)

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

Hidden Hatred by Death Lord of Hellraiser Group
/music/songs/1997/d/dl-htd.zip
26 Jun 1997 (catalog date)
121,459 bytes
Download FTP scene.org
(IT)

den lille pige med trommestikkerne by Ruben of Litewerx
/music/songs/1997/d/dlpmt.zip
09 Feb 1999 (catalog date)
481,138 bytes
Download FTP scene.org
Released at event SE97 in the mmul division and ranked 10

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

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

Decadence by Elemental of Night 55
/music/songs/1997/e/ele-deca.zip
17 Sep 1997 (catalog date)
1,083,391 bytes
Download FTP scene.org
(IT)

Kinder Garden by Mental Trip of Embryo
/music/songs/1997/e/emb-kind.zip
29 Apr 1997 (catalog date)
393,826 bytes
Download FTP scene.org
(IT)

Everybody by Den of KDV sounds laboratory
/music/songs/1997/e/everybdy.zip
25 Nov 1997 (catalog date)
222,770 bytes
Download FTP scene.org
(XM)

The Golden Rings by Amadeus Voxon of Flash Inc.
/music/songs/1997/f/fl_gdrng.zip
02 Apr 1998 (catalog date)
148,317 bytes
Download FTP scene.org
(XM)

Lost Eden by DarkForce of Flash Inc.
/music/songs/1997/f/fl_lsted.zip
12 Nov 1997 (catalog date)
451,257 bytes
Download FTP scene.org
(XM)

Gliding On The Wings Of Night by Silent Vengeance MOC of Time's Edge
/music/songs/1997/g/glidente.zip
24 Apr 1997 (catalog date)
54,194 bytes
Download FTP scene.org
(S3M)

Golden Capricorn by Vision
/music/songs/1997/g/golden.zip
03 Dec 1997 (catalog date)
134,922 bytes
Download FTP scene.org
Released at event RTL97 in the mmul division and ranked XX
(IT)

Chinese Garden by JQ
/music/songs/1997/j/jq_chine.zip
11 Nov 1997 (catalog date)
644,435 bytes
Download FTP scene.org
(XM)

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

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

Fall Of The Golden Rose by MikeX
/music/songs/1997/m/mx-fall.zip
12 Oct 1997 (catalog date)
427,612 bytes
Download FTP scene.org
Released at event BP97 in the mmul division and ranked 10
(AMS)

News by Den of KDV sounds laboratory
/music/songs/1997/n/news.zip
07 Dec 1997 (catalog date)
303,533 bytes
Download FTP scene.org
(XM)

Night by Den of KDV sounds laboratory
/music/songs/1997/n/night.zip
02 Nov 1997 (catalog date)
795,484 bytes
Download FTP scene.org
(XM)

A Forbidden Affair by Smash of NOISE
/music/songs/1997/n/no-affr.zip
10 Nov 1997 (catalog date)
687,510 bytes
Download FTP scene.org
(XM)

Liquid Identity by Stote of NOISE
/music/songs/1997/n/no-liqid.zip
17 Apr 1997 (catalog date)
641,049 bytes
Download FTP scene.org
(IT)

Sudden Snow by Stereoman
/music/songs/1997/n/no-ssnow.zip
17 Mar 1997 (catalog date)
118,764 bytes
Download FTP scene.org
Rating:
(IT)

Ost Etude by Den of KDV sounds laboratory
/music/songs/1997/o/ostetude.zip
07 Dec 1997 (catalog date)
72,772 bytes
Download FTP scene.org
(XM)

Golden Crab Wig by Sinus of Renegades
/music/songs/1997/r/rng-gold.zip
06 Jul 1997 (catalog date)
664,869 bytes
Download FTP scene.org
(IT)

Residential Evil by Rhino of Torment
/music/songs/1997/r/rno-evil.zip
17 Sep 1997 (catalog date)
443,683 bytes
Download FTP scene.org
(XM)

Garden by Rhino of Torment
/music/songs/1997/r/rno-gard.zip
06 Apr 1997 (catalog date)
393,929 bytes
Download FTP scene.org
(XM)

Lana's Rock-n-roll by Den of KDV sounds laboratory
/music/songs/1997/r/rocknrol.zip
15 Dec 1997 (catalog date)
170,904 bytes
Download FTP scene.org
(XM)

Russian by Den of KDV sounds laboratory
/music/songs/1997/r/russian.zip
10 Dec 1997 (catalog date)
217,111 bytes
Download FTP scene.org
(XM)

Waves Of Sea by Den of KDV sounds laboratory
/music/songs/1997/s/sea.zip
10 Dec 1997 (catalog date)
346,537 bytes
Download FTP scene.org
(XM)

den usynlige ven... by x-otic of q!p, subtrance
/music/songs/1997/s/subc-duv.zip
09 Feb 1999 (catalog date)
308,302 bytes
Download FTP scene.org
Released at event SE97 in the mmul division and ranked 14

Sudden Death by jedi of UMC
/music/songs/1997/s/sudden.zip
13 Dec 1998 (catalog date)
409,263 bytes
Download FTP scene.org
Released at event BIZ97 in the mmul division and ranked 27

Take On Me by Den of KDV sounds laboratory
/music/songs/1997/t/takeonme.zip
21 Dec 1997 (catalog date)
649,679 bytes
Download FTP scene.org
(XM)

Summer in Denmark by varg of phobic
/music/songs/1997/v/varg_sid.zip
09 Feb 1999 (catalog date)
569,480 bytes
Download FTP scene.org
Released at event SE97 in the mmul division and ranked 09

Welcome by Den of KDV sounds laboratory
/music/songs/1997/w/welcome.zip
21 Dec 1997 (catalog date)
27,497 bytes
Download FTP scene.org
(XM)

Wooden Shavings by Optic of tPOLM, TRSI, DCS
/music/songs/1997/w/wooden.zip
30 Dec 1998 (catalog date)
601,004 bytes
Download FTP scene.org
Released at event DST97 in the mmul division and ranked 13

Sweden - The Rave by Zoda of dLO
/music/songs/1997/z/zo-swede.zip
12 Mar 1997 (catalog date)
179,130 bytes
Download FTP scene.org
Rating:
(XM) Rave cover of the swedish national anthem

Lost Identity by tricolore of rebound
/music/songs/1998/0-9/3_lost.zip
15 Jul 1998 (catalog date)
136,072 bytes
Download FTP scene.org
(IT)

Hitparadenstuermer by Addic303 of Atmozfear Wayz Music Productions
/music/songs/1998/a/a3-hitpa.zip
03 Feb 1998 (catalog date)
428,241 bytes
Download FTP scene.org
Rating:
(XM)

The Depths Within by Anders Akerheden
/music/songs/1998/a/an_depth.zip
23 Feb 1998 (catalog date)
466,107 bytes
Download FTP scene.org
Rating:
(XM)

Fragrances by Anders Akerheden of Nebula
/music/songs/1998/a/an_frag8.zip
08 May 1998 (catalog date)
678,434 bytes
Download FTP scene.org
Rating:
(XM)

Geological Disaster by Anders Akerheden
/music/songs/1998/a/an_geo.zip
06 Jan 1998 (catalog date)
124,755 bytes
Download FTP scene.org
Rating:
(XM)

Journey To Neptune by Anders Akerheden of Nebula
/music/songs/1998/a/an_jrny8.zip
02 Jun 1998 (catalog date)
487,710 bytes
Download FTP scene.org
(XM)

Lily 4 Da Lil Ladi by Anders Akerheden
/music/songs/1998/a/an_lily.zip
18 Feb 1998 (catalog date)
741,871 bytes
Download FTP scene.org
Rating:
(XM)

Sacred Grounds by Anders Akerheden
/music/songs/1998/a/an_sgrnd.zip
06 Jan 1998 (catalog date)
274,873 bytes
Download FTP scene.org
Rating:
(XM)

Zola - The Remix by Anders Akerheden of Nebula
/music/songs/1998/a/an_zolar.zip
21 Aug 1998 (catalog date)
636,339 bytes
Download FTP scene.org
(XM)

Arcane Denial by Manfex of Point Blue
/music/songs/1998/a/arcane_d.zip
13 Dec 1998 (catalog date)
302,519 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Dead end by Tempest of Damage
/music/songs/1998/d/deadend.zip
07 Dec 1998 (catalog date)
560,167 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

Pure As Maiden by Jhaze of DHV
/music/songs/1998/d/dhv_pam.zip
15 Apr 1998 (catalog date)
1,172,588 bytes
Download FTP scene.org
(IT)

The Garden by djzip of KFMF
/music/songs/1998/g/garden.zip
16 Jun 1998 (catalog date)
548,264 bytes
Download FTP scene.org
(XM)

Garden by Ren of Halcyon
/music/songs/1998/g/garden_b.zip
13 Dec 1998 (catalog date)
524,186 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

House Of Sun by DENS
/music/songs/1998/h/house.zip
06 Sep 1998 (catalog date)
475,458 bytes
Download FTP scene.org
(IT)

Swing Those Chips by Lucid of Independent
/music/songs/1998/l/lucid001.zip
23 May 1998 (catalog date)
15,600 bytes
Download FTP scene.org
(IT)

Pigs for President by Dark of MetaBolic, Breaktru
/music/songs/1998/p/pigs.zip
10 Dec 1998 (catalog date)
700,549 bytes
Download FTP scene.org
Released at event AMB98 in the mmul division and ranked 13

I'll Explain Remix by The Forbidden One of Pandamonium, BBR
/music/songs/1998/p/pnm-xpln.zip
10 Dec 1998 (catalog date)
434,117 bytes
Download FTP scene.org
Released at event AMB98 in the mhse division and ranked 05

Access Denied by i.G.O.r of Roofless
/music/songs/1998/r/roof-005.zip
03 Mar 1998 (catalog date)
698,040 bytes
Download FTP scene.org
(XM)

Drama Incident by PiCoder of Seaber Designs
/music/songs/1998/s/sed-din8.zip
14 Jun 1998 (catalog date)
1,069,961 bytes
Download FTP scene.org
(XM)

Snow - Melody by Denis of KDV sounds laboratory
/music/songs/1998/s/snow-m.zip
11 Jan 1998 (catalog date)
799,809 bytes
Download FTP scene.org
(XM)

Verboden Te Roken by Emax, Sierra of TRSI, Smash Ds
/music/songs/1998/s/sravsemx.zip
10 Dec 1998 (catalog date)
286,063 bytes
Download FTP scene.org
Released at event AMB98 in the mmul division and ranked 05

All Inside A Dream by Tempest of independen
/music/songs/1998/t/tmp-drm.zip
04 Apr 1998 (catalog date)
1,013,123 bytes
Download FTP scene.org
(XM)

Train by DENS
/music/songs/1998/t/train.zip
06 Sep 1998 (catalog date)
417,186 bytes
Download FTP scene.org
(IT)

Wesside by beek, dennisc of shadow, process5
/music/songs/1998/w/wesside.zip
14 May 1998 (catalog date)
56,358 bytes
Download FTP scene.org
(IT)

Confidential Hussy by XenoMorph of Millennia
/music/songs/1998/x/xm_hussy.zip
11 Jan 1998 (catalog date)
376,745 bytes
Download FTP scene.org
(XM)

The Party 3 Invitation Intro by Access Denied
/party/invites/1993/adparty.zip
03 Oct 1996 (catalog date)
165,976 bytes
Download FTP scene.org
Rating:
Released at event TP93

Gardening '97 Invitation Intro by Deus
/party/invites/1997/deus_g97.zip
13 Oct 1997 (catalog date)
164,300 bytes
Download FTP scene.org
Rating:
Released at event GAR97

Gardening '96 Report v1.2 by Red Power
/party/reports/1997/rpg96rep.zip
15 Feb 1997 (catalog date)
947,018 bytes
Download FTP scene.org
Rating:
Released at event GAR96
VGA,GUS/SB/PAS

Gardening '96 Results
/party/results/1996/gar96res.txt
23 Oct 1996 (catalog date)
3,304 bytes
Download FTP scene.org
Released at event GAR96

Gardening '97 Results
/party/results/1997/g97res.txt
30 Oct 1997 (catalog date)
2,830 bytes
Download FTP scene.org
Released at event GAR97

Innersides by G Hultink, M denRiet
/music/songs/1998/0-9/100pro.zip
04 Jul 2003 (catalog date)
270,076 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the mmul division and ranked 12
(XM)

Nanites by Kraiden, Quoz
/music/songs/1998/k/kqnnt.zip
04 Jul 2003 (catalog date)
224,783 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the mmul division and ranked 11
(XM)

The Garden by DJZip
/music/songs/1998/g/gardendj.zip
04 Jul 2003 (catalog date)
552,632 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the mmul division and ranked 10
(XM)

Tired by Illusion of Bytegarden
/tla/disks/1996/b/btg_tire.zip
23 Aug 1996 (catalog date)
1,281,475 bytes
Download FTP
Rating:

Fuckdasjon by Golden Chainsaw
/tla/songs/1995/mod/k/kfuck.zip
11 Sep 1996 (catalog date)
46,775 bytes
Download FTP
Rating:
Released at event BIZ95 in the mmul division and ranked XX

Sudden Inspiration by Hille
/tla/songs/1995/mod/s/suddenin.zip
16 Sep 1996 (catalog date)
334,497 bytes
Download FTP
Rating:
Released at event TP95 in the m4ch division and ranked XX

Da End by Mikrospastique
/tla/songs/1995/s3m/f/flp-dend.zip
17 Sep 1996 (catalog date)
79,422 bytes
Download FTP
Rating:

Comet Mixes by Golden Spud
/tla/songs/1995/s3m/g/gs-cmtmx.zip
17 Sep 1996 (catalog date)
100,319 bytes
Download FTP
Rating:

Mindless Journey by Golden Spud
/tla/songs/1995/s3m/g/gs-jurny.zip
17 Sep 1996 (catalog date)
79,834 bytes
Download FTP
Rating:

Mediatech Try #1 by Golden Spud
/tla/songs/1995/s3m/g/gs-mdtc1.zip
17 Sep 1996 (catalog date)
63,198 bytes
Download FTP
Rating:

Moving That Rhythm by Golden Spud
/tla/songs/1995/s3m/g/gs-movin.zip
17 Sep 1996 (catalog date)
49,814 bytes
Download FTP
Rating:

MRS-DQA (Remix) by Golden Spud
/tla/songs/1995/s3m/g/gs-msdqa.zip
17 Sep 1996 (catalog date)
76,436 bytes
Download FTP
Rating: