Search for "tri": 565 matches(displaying first 250)

3D Matrix Transformations by Voltaire of OTM
/code/3d/docs/otmmatx.zip
18 Jan 1998 (catalog date)
13,676 bytes
Download FTP scene.org
Rating:
Good tutorial on 3D transformations using matricies.

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.

Simple 3D Engine by Zjack of DCC
/code/3d/systems/toruskit.zip
17 Jan 1999 (catalog date)
104,753 bytes
Download FTP scene.org
Rating:
An outdated 3d engine in assembler using different tricks that used to be populair a few years ago, like a 50hz mode and a weird vga resolution.

Real-Time Environment Mapping Tutorial by Frenzy
/code/3d/trifill/envmap/envmap.doc
05 Oct 1996 (catalog date)
4,169 bytes
Download FTP scene.org
Rating:
Somewhat incorrect document. Parts are right, others wrong.

fx 3d kit by Dave Stampe
/code/3d/trifill/flat/fpoly256.zip
10 Jan 1997 (catalog date)
35,175 bytes
Download FTP scene.org
Rating:
A Y mode filler and line routine - Well documented and good comments. Poor asm style when it comes to stack handling. It would be difficult to learn from this code.

Trifiller Routine For Mode 13h by Mike Caruso
/code/3d/trifill/flat/trifill.zip
01 Dec 1997 (catalog date)
37,622 bytes
Download FTP scene.org
Rating:

Gouraud filler by Cazz
/code/3d/trifill/gouraud/cazzgour.zip
19 Jan 1998 (catalog date)
65,361 bytes
Download FTP scene.org
Rating:
Gouraud filler and some code for rendering an object. Incorrect x clipping. PI = 3.14159265 *3* 58979323... (you only need the first 5-7 digits anyway...)

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

Gouraud Shading by The Faker of Surprise Productions
/code/3d/trifill/gouraud/goushad.zip
25 Aug 1997 (catalog date)
16,816 bytes
Download FTP scene.org
Rating:
No explanation, but the source is very easy to understand.

Gouraud Shading by Tumblin of Bodies In Motion
/code/3d/trifill/gouraud/gvector2.zip
08 Jul 1997 (catalog date)
73,071 bytes
Download FTP scene.org
Rating:

Phong Illumination Model by FAC of Delabu Alama
/code/3d/trifill/phong/facphong.zip
02 Jun 1998 (catalog date)
32,754 bytes
Download FTP scene.org
How to use the phong model to make nice palettes you can use in lots of effects, like 3D shading, fire, particles, hicolor shading, and plasmas. Includes a cool example program to play with.

Transparent Motion Blur Phong by Rex Deathstar of Waterlogic
/code/3d/trifill/phong/mphong.zip
05 Oct 1996 (catalog date)
110,301 bytes
Download FTP scene.org
Rating:

OTM Phong by Voltaire of OTM
/code/3d/trifill/phong/otmphong.doc
08 Jun 1997 (catalog date)
23,949 bytes
Download FTP scene.org
Rating:
Good tutorial explaining how to approximate phong shading using a model based on linear interpolation of angles.

Phong Shading
/code/3d/trifill/phong/pasphong.zip
05 Oct 1996 (catalog date)
4,545 bytes
Download FTP scene.org
Rating:
Hard to read code, should have the compiled exe with it in the pack. Slow!

Phong Explanation by TimJ of Vertigo
/code/3d/trifill/phong/vgophong.zip
17 Jan 1999 (catalog date)
6,709 bytes
Download FTP scene.org
Rating:
Good tutorial about how the phong lightning algorithm works and how it can be implemented

4 Sided Polygon Texture Mapper by Alan Parker
/code/3d/trifill/texmap/bastxmap.txt
08 Jun 1997 (catalog date)
8,601 bytes
Download FTP scene.org
Rating:
Although this texture mapper is coded in GFA Basic for the Atari ST the code is comprehensible enough to be useful for PC owners.

Crappy Texture Map by Mandrill
/code/3d/trifill/texmap/ctm.zip
19 Jan 1998 (catalog date)
6,214 bytes
Download FTP scene.org
Rating:
Crappy Texture Map. At least you know what code should be doing what. The filler looks familiar (the register lay out). The texture 'swims' so I'm not sure this is a routine to emulate.

Fake Perspective Correct Texture Mapping by FAC of Delabu Alama
/code/3d/trifill/texmap/facmap.zip
04 Jun 1998 (catalog date)
43,816 bytes
Download FTP scene.org
How to do fake perspective correct texture mapping WITHOUT changing your current texture mapper function.

Fast Affine Texture Mapping Tutorial by Doomsday
/code/3d/trifill/texmap/fatmap.txt
07 Oct 1996 (catalog date)
69,730 bytes
Download FTP scene.org
Rating:

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

Texture Mapper by Lee Lorenz
/code/3d/trifill/texmap/text_eng.zip
08 Jun 1997 (catalog date)
231,920 bytes
Download FTP scene.org
Rating:
Hardly any comments included with the source, but the source is not very hard to understand.

Texture Map by Robert Schmidt of Ztiff Zox Softwear
/code/3d/trifill/texmap/textmap.zip
08 Jun 1997 (catalog date)
11,172 bytes
Download FTP scene.org
Rating:
Document on how to map a 2D texture onto a 3D parallellogram. Useful to understand the mathematics behind texture mapping, but too slow for a decent realtime implementation.

Texture Mapper by Fantom of Ultimate Brains
/code/3d/trifill/texmap/texture.zip
08 Jun 1997 (catalog date)
112,765 bytes
Download FTP scene.org
Rating:
There are no comments included with the source, so you'll need to spend some time before you totaly understand what's going on.

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

Texture Mapping Tutorial by Tumblin of Bodies In Motion
/code/3d/trifill/texmap/tmaptut.zip
08 Jun 1997 (catalog date)
66,330 bytes
Download FTP scene.org
Rating:
Excellent tutorial on texture mapping. A must for starters!

Triscan by Andrew Harvey
/code/3d/trifill/texmap/triscan.zip
19 Jan 1998 (catalog date)
11,472 bytes
Download FTP scene.org
Rating:
Some triangle fillers. Doesn't assemble as is. Uses lots of assembler macros, which is good for style and helps portability, but kills readability for people not familiar with the code.

oplid by ? of Audiotrix
/code/audio/detect/oplid.zip
11 Jan 1997 (catalog date)
31,180 bytes
Download FTP scene.org
Rating:
Detects what type of OPL chip is on your sound card - An ad for audiotrix more than anything else. No code. It looks like there should be more files in the archive than there are.

Protracker Studio 16 Module Format Specifications by CyberStrike of Renaissance
/code/audio/docs/ps16form.zip
21 Jan 1998 (catalog date)
14,375 bytes
Download FTP scene.org
Rating:

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

GTSR by CyberStrike of Renaissance
/code/audio/players/gsrc211.zip
10 Jan 1997 (catalog date)
70,125 bytes
Download FTP scene.org
Rating:
A TSR mod player for GUS - Good code, but lack of documentation makes it difficult to figure out what's going on.

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

Wavplayer Source by Francis Reynders of Genetrix
/code/audio/players/wavplay.zip
24 Apr 1998 (catalog date)
25,426 bytes
Download FTP scene.org

LZ C sources by Haruhiko Okumura
/code/compress/lz_c.zip
19 Oct 1996 (catalog date)
18,046 bytes
Download FTP scene.org
Rating:
compression routines for arithmetic, huffman and string search, few comments

8086 Compo Explanation And Rules by Trixter of Hornet
/code/contests/8086/8086_com.txt
07 Nov 1997 (catalog date)
17,870 bytes
Download FTP scene.org
Released at event 8086 in the misc division

8086 Compo Results by Trixter of Hornet
/code/contests/8086/info.html
07 Nov 1997 (catalog date)
19,386 bytes
Download FTP scene.org
Released at event 8086 in the misc division

Trixter's Voting Form by Trixter of Hornet
/code/contests/8086/trixter.frm
07 Nov 1997 (catalog date)
2,512 bytes
Download FTP scene.org
Released at event 8086 in the misc division

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.

Matrix Demo by Simon Hern
/code/effects/floor/matrix.zip
08 Jun 1997 (catalog date)
95,834 bytes
Download FTP scene.org
Rating:
An example of an infinite tiled floor effect like the one used for the floors in doom.

OTM Voxel by Voltaire of OTM
/code/effects/land/otmvoxel.zip
10 Jan 1997 (catalog date)
187,665 bytes
Download FTP scene.org
Rating:
Tries to explain what voxels really are - Most people will ignore the difference anyway. :( And this example leaves much to be desired.

Argon by Insomniac of Matrix
/code/effects/plasma/argon128.zip
27 Dec 1997 (catalog date)
4,183 bytes
Download FTP scene.org
Rating:
tri-layer plasma in 128bytes, Assembler

38 Byte Plasma by Insomniac of Matrix
/code/effects/plasma/prawn.zip
17 Jan 1999 (catalog date)
3,125 bytes
Download FTP scene.org
Rating:

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

SMK3D Effects by SMKaribou of GMF
/code/effects/various/smk3dsrc.zip
05 Oct 1996 (catalog date)
619,782 bytes
Download FTP scene.org
Rating:
Phong, Gouraud, Bump Mapping, etc. - Comments in French, lots well done trifillers

K2000 Emulator by Kli
/code/hardware/keyboard/klik2000.zip
17 Jan 1999 (catalog date)
17,822 bytes
Download FTP scene.org
Rating:
Shows a simple Knightrider effect on your screen and keyboard leds.

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

Type One's SVGA Tricks Part 1 by Type One
/code/hardware/video/t1-svga1.zip
06 Oct 1996 (catalog date)
17,713 bytes
Download FTP scene.org
Rating:
Broken english. :( Lots of very useful video card tweaking information. Text and assembler, but not compileable.

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.

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.

The Mag by Spellcaster
/code/mags/mag11.zip
01 Jul 1997 (catalog date)
95,422 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Sorting, matrix algebra, geometric transformations, more complex 3d, still adding to that game. (This magazine has come a long way since issue one and is entirely progressive.)

PMODE/DJ Binary Distribution
/code/pmode/pmode10b.zip
07 Oct 1996 (catalog date)
35,850 bytes
Download FTP scene.org
Rating:
DJGPP Port Of PMODE

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

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

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

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

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

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

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

N-Buffering Doc by Type One of Pulpe
/code/tutors/graphics/t1nbuf11.zip
17 Jan 1999 (catalog date)
10,550 bytes
Download FTP scene.org
Rating:
This doc explains everything you want to know about single, double, tripple and N buffering.

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.

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

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

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

C-- by Peter Cellik
/code/utils/compiler/c--c0203.zip
10 Jan 1997 (catalog date)
309,669 bytes
Download FTP scene.org
Rating:
C-- compiler,It's either a stripped down version of C or ASM on steriods. It was good and cool some time ago, but there are surely better development platforms available.

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

Tiny PCX by Sugar Less
/code/utils/graphics/tinypcx.zip
19 Jan 1998 (catalog date)
1,165 bytes
Download FTP scene.org
Rating:
164 byte pcx loader. Only works on 320x200x256 images (because of video mode and failing to check the image's actual size) and doesn't explain the pcx file format (which is more or less trivial)

Crystal Dream by Triton
/demos/1992/c_dream.zip
29 Jun 1996 (catalog date)
1,085,752 bytes
Download FTP scene.org
Rating:

Crystal Dream 2 by Triton
/demos/1993/c/cd2_trn.zip
29 Jun 1996 (catalog date)
2,109,034 bytes
Download FTP scene.org
Rating:
Released at event TCC93 in the demo division and ranked 01

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:

Digital Matrix by Legend Design
/demos/1993/d/dm.zip
29 Jun 1996 (catalog date)
1,180,069 bytes
Download FTP scene.org
Rating:

Gravis Ultrasound Advertisement by Triton
/demos/1993/g/gustrit.zip
29 Jun 1996 (catalog date)
1,455,419 bytes
Download FTP scene.org
Rating:

Trippin' on Megaperlz by WTB
/demos/1994/p/perlz.zip
29 Jun 1996 (catalog date)
1,526,037 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Textmode Strikes.bak by Shape!
/demos/1994/s/shape_.zip
29 Jun 1996 (catalog date)
92,579 bytes
Download FTP scene.org
Rating:

Swirl by Trinet of TSD
/demos/1994/s/swirl.zip
29 Jun 1996 (catalog date)
2,327 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

Trekmo by Patrick Aalto
/demos/1994/t/trekmo.zip
29 Jun 1996 (catalog date)
608,983 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 13

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

Into the Shadows by Triton
/demos/1995/i/itsdemo.zip
30 Jun 1996 (catalog date)
3,594,900 bytes
Download FTP scene.org
Rating:

Joint Venture by Tribit, Trance
/demos/1995/j/joint.zip
30 Jun 1996 (catalog date)
54,745 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked ??

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

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

Therapy by Trillian
/demos/1995/t/therapy.zip
30 Jun 1996 (catalog date)
639,208 bytes
Download FTP scene.org
Rating:

Trial by ORP
/demos/1995/t/trial95.zip
30 Jun 1996 (catalog date)
668,755 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 16

Triangle by Trillian
/demos/1995/t/triangle.zip
24 May 1997 (catalog date)
858,645 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked XX

Intro by Tequila
/demos/1995/t/trip.zip
30 Jun 1996 (catalog date)
45,714 bytes
Download FTP scene.org
Rating:

Wired '95 Surprise Coding Entries
/demos/1995/w/w95spcod.zip
28 Feb 1997 (catalog date)
27,984 bytes
Download FTP scene.org
Released at event WIR95

128 Byte Intro competition entries by V/A
/demos/1996/0-9/128-all.zip
30 Jun 1996 (catalog date)
15,043 bytes
Download FTP scene.org

Demo.Ita 256 Byte Compo Entries
/demos/1996/0-9/256bytes.zip
11 Oct 1997 (catalog date)
14,437 bytes
Download FTP scene.org

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

Braintrip by Dr Dyregod & Kompany
/demos/1996/b/brntrip.zip
13 Jul 1996 (catalog date)
66,615 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in80 division and ranked 03

Bugs by Trimaje
/demos/1996/b/bugs.zip
30 Jun 1996 (catalog date)
232,932 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked ??

Egg-O'Trip by Cobra Creations
/demos/1996/c/coc_muna.zip
30 Jun 1996 (catalog date)
490,383 bytes
Download FTP scene.org
Rating:
Released at event DML96 in the demo division and ranked 02

Triology by Euforia
/demos/1996/e/euforia.zip
09 Feb 1997 (catalog date)
238,760 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 18
386,SB,1MB

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

Baygles From Heaven by Trixter, Leviathan
/demos/1996/f/fast_bfh.zip
08 Jul 1996 (catalog date)
580,755 bytes
Download FTP scene.org
Rating:

Final Trip by Warm Inside
/demos/1996/f/ftrip.zip
30 Jun 1996 (catalog date)
368,359 bytes
Download FTP scene.org
Rating:
Released at event SAT96 in the demo division and ranked 10

Digital Nightmare by Master of the Matrix
/demos/1996/f/funny.zip
14 Aug 1996 (catalog date)
164,798 bytes
Download FTP scene.org
Rating:

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

Inferno by Lord Matrix
/demos/1996/i/inferno_.zip
30 Jun 1996 (catalog date)
16,401 bytes
Download FTP scene.org
Rating:

Intel Outside 3 4k Intro Compo Entries
/demos/1996/i/io3_4k.zip
02 Mar 1997 (catalog date)
16,251 bytes
Download FTP scene.org

The Astonishing Tribe by Yodel
/demos/1996/t/tat.zip
07 Feb 1997 (catalog date)
64,810 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 05

Techtronics On-Line Democompo (256-byte) entries by V/A
/demos/1996/t/told256.zip
04 Sep 1996 (catalog date)
18,273 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

Twisted by Intricate Designs
/demos/1996/t/twisted.zip
30 Jun 1996 (catalog date)
503,718 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the demo division and ranked 02

X-File 2 by Trilogy
/demos/1996/x/x-file2.zip
07 Feb 1997 (catalog date)
71,334 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 18
GUS

256 Byte Compo Entries
/demos/1997/0-9/256.zip
25 Oct 1997 (catalog date)
2,118 bytes
Download FTP scene.org
Released at event CRS97

Post-Industrial by PRSC
/demos/1997/0-9/375.zip
13 Feb 1998 (catalog date)
2,166,854 bytes
Download FTP scene.org
Rating:
COMA style again - ,,,8MB

Retribute Your Idols by NF of Bandwagon
/demos/1997/b/bw-retr.zip
20 Sep 1997 (catalog date)
5,493 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in4k division and ranked 06

Fractal Intro by Trix-Z
/demos/1997/f/frintro.zip
13 Sep 1997 (catalog date)
33,998 bytes
Download FTP scene.org
Rating:

Grizzly by Insomniac of Matrix
/demos/1997/g/grizzly.zip
05 Mar 1998 (catalog date)
3,619 bytes
Download FTP scene.org
Rating:
64 bytes

Matrix by HCL
/demos/1997/m/matrix.zip
30 Aug 1997 (catalog date)
1,601,575 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the demo division and ranked 04

Natrium by Aurinkovoodoomandariini
/demos/1997/n/natrium.zip
07 Dec 1997 (catalog date)
878,475 bytes
Download FTP scene.org
Rating:
Released at event DML97 in the demo division and ranked 05
P5,VESA,GUS/SB,12MB

Trip Into Your Mind by Norferin
/demos/1997/n/nfn_trip.zip
24 Oct 1997 (catalog date)
1,428,217 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 06
P5,VESA,GUS/SB,8MB

Retribution by Netrunner of Fauve
/demos/1997/r/retribut.zip
05 Aug 1997 (catalog date)
5,768 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the in4k division and ranked 05

Lifetronic by The Bermuda Triangle
/demos/1997/t/tbt-ltrn.zip
26 Dec 1997 (catalog date)
84,609 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

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

Tribes by Pulse, Melon
/demos/1997/t/tribes.zip
08 Feb 1998 (catalog date)
5,094,322 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 01

Trilobit by Thumbz of The Phrenetics
/demos/1997/t/trilobit.zip
12 Dec 1997 (catalog date)
6,186 bytes
Download FTP scene.org
Rating:
Released at event BP97 in the in4k division and ranked 01

? by Trio
/demos/1997/t/trio.zip
17 Mar 1997 (catalog date)
407,463 bytes
Download FTP scene.org
Rating:
Released at event P2B96 in the demo division and ranked 02
486,,GUS/SB,

Triple-S by TNT, Master M of DeeLite Demo Group
/demos/1997/t/tripls.zip
31 Dec 1997 (catalog date)
1,662,083 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Waviness by Insomniac of Matrix
/demos/1997/w/waviness.zip
05 Mar 1998 (catalog date)
3,702 bytes
Download FTP scene.org
Rating:
128 bytes

Vanishing Point by Assymetric Paranoia
/demos/1998/a/ap_vp.zip
15 Aug 1998 (catalog date)
1,135,889 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the demo division and ranked ??
,VESA,SB16,

Restriction by Chrysalis
/demos/1998/c/chs_rest.zip
21 Aug 1998 (catalog date)
10,479 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in4k division and ranked 01
P75,,GUS,

The Fulcrum (bugfix) by Matrix
/demos/1998/f/f_fix01.zip
22 May 1998 (catalog date)
167,499 bytes
Download FTP scene.org
Rating:
Released at event MEK98

First Intro by Fusion Industries
/demos/1998/f/fi_intro.zip
04 May 1998 (catalog date)
383,259 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Sleep by Fusion Industries
/demos/1998/f/fi_sleep.zip
29 Aug 1998 (catalog date)
54,403 bytes
Download FTP scene.org
Rating:

The Fulcrum by Matrix
/demos/1998/f/fulcrum.zip
22 May 1998 (catalog date)
6,104,693 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 01
P166,VESA,GUS/SB,32MB

Trilobyte (final) by Illusion
/demos/1998/i/ils_trbt.zip
30 May 1998 (catalog date)
2,438,178 bytes
Download FTP scene.org
Rating:
P100,SVGA,GUS/SB,8MB

Matrice by Fobia Design
/demos/1998/m/matrice_.zip
22 Oct 1998 (catalog date)
1,313,264 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the demo division and ranked 11
486,,,

Matrix by TSC, Net
/demos/1998/m/matrix.zip
07 Mar 1998 (catalog date)
5,203 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the in4k division and ranked EE
P5,,GUS,

Luminous by Insomniac of Matrix
/demos/1998/m/mtx-lmns.zip
05 Mar 1998 (catalog date)
2,220 bytes
Download FTP scene.org
Rating:
256 bytes

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

Slide by Triple
/demos/1998/s/slide.zip
12 Aug 1998 (catalog date)
78,325 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the in64 division and ranked 01
,,GUS,

Tribes (final) by Pulse, Melon
/demos/1998/t/tribes.zip
01 Apr 1998 (catalog date)
5,249,751 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 01

Trip by Kosmic
/demos/1998/t/trip.zip
08 Feb 1998 (catalog date)
2,548,057 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 17
P5,3Dfx opt.,GUS/SB,

Trippers Delight by Alien Prophets
/demos/1998/t/trippers.zip
06 Sep 1998 (catalog date)
644,830 bytes
Download FTP scene.org
Released at event SE98 in the demo division and ranked 06

Trivia by Kruidvat
/demos/1998/t/trivia.zip
02 Apr 1998 (catalog date)
3,222 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the in4k division and ranked 02

St. Patrick's Day by Xtatic
/demos/1998/x/x-stpat.zip
22 Apr 1998 (catalog date)
224,773 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Photoshop Inside by Swan of The Bermuda Triangle
/graphics/disks/1997/tbt-psi.zip
02 Dec 1997 (catalog date)
708,102 bytes
Download FTP scene.org
Rating:

Bad Trip by Pal
/graphics/images/1994/b/badtrip.zip
04 Jul 1996 (catalog date)
58,602 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the grfx division and ranked 09

Mercenary by Nitric
/graphics/images/1994/m/merc.zip
04 Jul 1996 (catalog date)
27,718 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Mistress of Nature by Bluebird
/graphics/images/1994/m/mistriss.zip
04 Jul 1996 (catalog date)
27,003 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Space by Celtic Matrix
/graphics/images/1995/c/cm-space.zip
04 Jul 1996 (catalog date)
133,818 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the grtc division and ranked ??

Ghoul by Nitric
/graphics/images/1995/n/nitghoul.zip
04 Jul 1996 (catalog date)
25,565 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the grfx division and ranked 11

Seen on a Trip by Prager
/graphics/images/1996/p/prg_lsd.zip
24 Aug 1996 (catalog date)
21,229 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the grfx division and ranked 04

Atrium 1 by Liquid of Future Crew
/graphics/images/1997/a/atrium1.zip
20 Oct 1997 (catalog date)
102,524 bytes
Download FTP scene.org
Rating:
640x480x16m

Atrium 2 by Liquid of Future Crew
/graphics/images/1997/a/atrium2.zip
20 Oct 1997 (catalog date)
91,068 bytes
Download FTP scene.org
Rating:
640x480x16m

Atrium 3 by Liquid of Future Crew
/graphics/images/1997/a/atrium3.zip
20 Oct 1997 (catalog date)
83,796 bytes
Download FTP scene.org
Rating:
640x480x16m

Katarina by Cyclops of Triloxy
/graphics/images/1997/c/cs-katrn.zip
08 Nov 1997 (catalog date)
68,950 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the grfx division and ranked 10
640x480x256

Tyffany by Cyclops of Triloxy
/graphics/images/1997/c/cs-tyfny.zip
08 Nov 1997 (catalog date)
70,030 bytes
Download FTP scene.org
Rating:
Released at event BIZ97 in the grfx division and ranked 01
640x480x256

Disappointment at love by Triton
/graphics/images/1997/e/exd-dipp.zip
20 Jul 1997 (catalog date)
46,519 bytes
Download FTP scene.org
Rating:
Released at event KER97 in the grtc division and ranked ??
512x486x16m

F1 anno 2034 by Cyclops of Triloxy
/graphics/images/1997/f/futur-f1.zip
23 Nov 1998 (catalog date)
343,199 bytes
Download FTP scene.org
Rating:
Released at event BIZ97 in the grtc division and ranked ??
640x480x16m

Gods fucking nightmare by Bonehead of Fuel, Triloxy, Plf
/graphics/images/1997/g/godsfuck.zip
17 Feb 1998 (catalog date)
74,418 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 13
640x480x16m

Psychedelic John by Constrictor of Intens
/graphics/images/1997/p/pixel_27.zip
28 May 1998 (catalog date)
905,543 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
607x768x16m

Tribes by Alex of Melon Dezign
/graphics/images/1997/p/pixel_45.zip
16 Jun 1998 (catalog date)
609,376 bytes
Download FTP scene.org
Released at event TP97 in the grfx division and ranked 10
640x480x16m

Trick or treat by Laika of Loonies
/graphics/images/1997/p/pixel_67.zip
16 Jun 1998 (catalog date)
101,567 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 73
311x256x16m

Shrine by Triton of Exceed
/graphics/images/1997/s/shrine.zip
21 Jun 1997 (catalog date)
51,672 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the grtc division and ranked 01

Loggia by Triphase
/graphics/images/1997/t/t-loggia.zip
07 Oct 1998 (catalog date)
87,759 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the grtc division and ranked 01
800x600x16m

Bad Trip by Kokki of Pontus
/graphics/images/1998/b/bad_trip.zip
14 Oct 1998 (catalog date)
449,084 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked ??
640x480x16m

Tribes by Warpig
/graphics/images/1998/e/exd-trip.zip
07 Apr 1998 (catalog date)
88,779 bytes
Download FTP scene.org
Rating:
Released at event CACH98 in the grfx division and ranked 01
640x480x256

Myth by Nitric
/graphics/images/1998/m/myth_by_.zip
14 Oct 1998 (catalog date)
219,459 bytes
Download FTP scene.org
Released at event ASM98 in the grfx division and ranked ??
640x480x256

Robo by Morten Johnsen of Triumph
/graphics/images/1998/r/robo.zip
21 Oct 1998 (catalog date)
327,894 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the grtc division and ranked 08

Soft Spin by Junta of Spinning kids
/graphics/images/1998/s/sk_softs.zip
21 Apr 1998 (catalog date)
755,813 bytes
Download FTP scene.org
Rating:
Released at event TRIP98 in the grfx division and ranked 06
640x480x16m

Spacefighter by Ivan Moen of Triumph
/graphics/images/1998/s/spacef.zip
21 Oct 1998 (catalog date)
543,166 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the grtc division and ranked 07
1024x768x16m

Spikey by Nitric
/graphics/images/1998/s/spikey_b.zip
07 Oct 1998 (catalog date)
286,890 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked ??
640x480x16m

Thebermudatriangle by Swan of The Bermuda Triangle
/graphics/images/1998/t/tbt-logo.zip
04 Jun 1998 (catalog date)
102,740 bytes
Download FTP scene.org
Rating:

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:

Tribal Dance by Blaise of Savage
/graphics/images/1998/t/tribal.zip
14 Sep 1998 (catalog date)
531,856 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 24
640x480x16m

Noname by Nytrik of Fuel, Cocoon
/graphics/images/1998/t/try5d.zip
06 May 1998 (catalog date)
54,243 bytes
Download FTP scene.org
Released at event AMB98 in the grfx division and ranked ??
320x200x16m

Fractal Arts by Cyberlight Matrix
/graphics/programs/players/cybrshow.zip
22 Sep 1996 (catalog date)
1,444,755 bytes
Download FTP scene.org

VGA Hardware Tricks 1 by Trixter of Hornet
/info/demonews/other/vgahard1.zip
09 Nov 1996 (catalog date)
33,335 bytes
Download FTP scene.org
from DemoNews.107

VGA Hardware Tricks 2 by Trixter of Hornet
/info/demonews/other/vgahard2.zip
09 Nov 1996 (catalog date)
96,100 bytes
Download FTP scene.org
from DemoNews.108

VGA Hardware Tricks 3 by Trixter of Hornet
/info/demonews/other/vgahard3.zip
09 Nov 1996 (catalog date)
325,638 bytes
Download FTP scene.org
from DemoNews.111

VGA Hardware Tricks 4 by Trixter of Hornet
/info/demonews/other/vgahard4.zip
09 Nov 1996 (catalog date)
193,955 bytes
Download FTP scene.org
from DemoNews.116

VGA Hardware Tricks 2.5 by Trixter of Hornet
/info/demonews/other/vgahrd25.zip
09 Nov 1996 (catalog date)
214,759 bytes
Download FTP scene.org
from DemoNews.110

Trip 5 by Trip
/mags/1997/trip5.zip
30 Jan 1998 (catalog date)
65,019 bytes
Download FTP scene.org
Rating:

Trip 9
/mags/1998/trip9.zip
29 Nov 1998 (catalog date)
548,290 bytes
Download FTP scene.org
Rating:

Trip 9 (article fix)
/mags/1998/trip9fix.zip
29 Nov 1998 (catalog date)
197,724 bytes
Download FTP scene.org

Cruelization 01 Entries
/music/contests/cruel/cr01_vot.zip
01 Feb 1997 (catalog date)
2,622,133 bytes
Download FTP scene.org

Cruelization 02 Entries
/music/contests/cruel/cr02_vot.zip
01 Feb 1997 (catalog date)
1,592,049 bytes
Download FTP scene.org

Cruelization 03 Entries (additional)
/music/contests/cruel/cr03_add.zip
01 Feb 1997 (catalog date)
492,119 bytes
Download FTP scene.org

Cruelization 03 Entries
/music/contests/cruel/cr03_vot.zip
01 Feb 1997 (catalog date)
2,180,479 bytes
Download FTP scene.org

Cruelization 04 Entries
/music/contests/cruel/cr04_vot.zip
01 Feb 1997 (catalog date)
3,375,373 bytes
Download FTP scene.org

Cruelization 05 Entries
/music/contests/cruel/cr05_vot.zip
01 Feb 1997 (catalog date)
3,705,369 bytes
Download FTP scene.org

Cruelization 06 Entries
/music/contests/cruel/cr06_vot.zip
05 Mar 1997 (catalog date)
1,616,305 bytes
Download FTP scene.org

Cruelization 07 Entries
/music/contests/cruel/cr07_vot.zip
07 Aug 1997 (catalog date)
3,099,056 bytes
Download FTP scene.org

Cruelization 08 Entries
/music/contests/cruel/cr08_vot.zip
07 Aug 1997 (catalog date)
5,518,530 bytes
Download FTP scene.org

Cruelization 09 Entries
/music/contests/cruel/cr09_vot.zip
07 Aug 1997 (catalog date)
4,574,418 bytes
Download FTP scene.org

Backfire by Ryuzo Akano
/music/contests/mc1/entries/__backfi.zip
09 Nov 1996 (catalog date)
31,656 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 12

A Cold Day in Hell by Glenn Fricker
/music/contests/mc1/entries/__cold.zip
09 Nov 1996 (catalog date)
192,237 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 20

Killing the Death by Screepie
/music/contests/mc1/entries/__death.zip
09 Nov 1996 (catalog date)
155,125 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 21

Port Delta X by Soundwave
/music/contests/mc1/entries/__deltax.zip
09 Nov 1996 (catalog date)
175,359 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 09

Everchanging Dream by Nakita
/music/contests/mc1/entries/__dream.zip
09 Nov 1996 (catalog date)
151,556 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 04

Etheral Nebula by Kenzaburo Ito
/music/contests/mc1/entries/__etherl.zip
09 Nov 1996 (catalog date)
176,650 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 19

Forgotten Past by RJC
/music/contests/mc1/entries/__forgpa.zip
09 Nov 1996 (catalog date)
133,503 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 05

The Grinding Shame by K.Q.Delirium
/music/contests/mc1/entries/__grind.zip
09 Nov 1996 (catalog date)
144,876 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 07

In the Grave (of you) by LoC
/music/contests/mc1/entries/__itgoy.zip
09 Nov 1996 (catalog date)
188,918 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 15

Lost Souls Dead by Jonte
/music/contests/mc1/entries/__lostsd.zip
09 Nov 1996 (catalog date)
93,820 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 14

M31 by Tatekuni Ito
/music/contests/mc1/entries/__m31.zip
09 Nov 1996 (catalog date)
113,166 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 17

Digital Orgasm by Boomer the Bass Pig
/music/contests/mc1/entries/__orgasm.zip
09 Nov 1996 (catalog date)
173,795 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 08

Pond of Pythagoras by David Geoffrion
/music/contests/mc1/entries/__pond.zip
09 Nov 1996 (catalog date)
95,679 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 10

Residual Ambient Amperage by Daniel Potter
/music/contests/mc1/entries/__raa.zip
09 Nov 1996 (catalog date)
73,112 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked EE

Refused Again by Lloyd Yoon
/music/contests/mc1/entries/__refuse.zip
09 Nov 1996 (catalog date)
171,072 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 03

Romp by Mark McGee
/music/contests/mc1/entries/__romp.zip
09 Nov 1996 (catalog date)
81,096 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 22

Out of the Severed Head by Out of Place
/music/contests/mc1/entries/__sevhed.zip
09 Nov 1996 (catalog date)
164,277 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 16

A Journey Into Sound by Kueppenshreck
/music/contests/mc1/entries/__sound.zip
09 Nov 1996 (catalog date)
187,997 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 02

Symphony #1 by Krystall
/music/contests/mc1/entries/__symph1.zip
09 Nov 1996 (catalog date)
99,692 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 01

Power Syndicate by Clement Poon
/music/contests/mc1/entries/__syndi.zip
09 Nov 1996 (catalog date)
144,966 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 06

SynTheme by Mike Brown
/music/contests/mc1/entries/__synthm.zip
09 Nov 1996 (catalog date)
114,014 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 13

Technical Dreams by Richard Sirois
/music/contests/mc1/entries/__tecdrm.zip
09 Nov 1996 (catalog date)
68,876 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked DD

The Techno Riders by Dirty Jester
/music/contests/mc1/entries/__techri.zip
09 Nov 1996 (catalog date)
121,115 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 18

Thank U 4 $$s by Snowman
/music/contests/mc1/entries/__thanx.zip
09 Nov 1996 (catalog date)
211,259 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked EE

The Cutting Edge by Boomer the Bass Pig
/music/contests/mc1/entries/__thecut.zip
09 Nov 1996 (catalog date)
158,909 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked EE

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

Variations by The Doctor
/music/contests/mc1/entries/__variat.zip
09 Nov 1996 (catalog date)
175,159 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 23

Wizard by Matrix, AMc
/music/contests/mc2/rookie/r-wizard.zip
09 Nov 1996 (catalog date)
176,574 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R10

Eppur Si Muove by Petri Lammi
/music/contests/mc2/veteran/v-esm.zip
09 Nov 1996 (catalog date)
242,712 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V16

O-41152 by NightStrike, Red Penguin
/music/contests/mc3/rookie/o-41152.zip
09 Nov 1996 (catalog date)
140,632 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R59

Coencentricity by Fred
/music/contests/mc4/rookie/m4r-coen.zip
10 Nov 1996 (catalog date)
191,270 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked R08

Fur Trimmed Seats by Schizoid
/music/contests/mc4/veteran/m4v-furt.zip
10 Nov 1996 (catalog date)
538,335 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Larndow (Starfield) by Dangtrin
/music/contests/mc4/veteran/m4v-larn.zip
10 Nov 1996 (catalog date)
283,334 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

Medievel Journey by Mental Trip of Embryo
/music/contests/mc5/intermed/m5i-medi.zip
29 Aug 1997 (catalog date)
576,832 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I05

Another Production by Mufka of Rave Crew, Musick Industries, Cbi
/music/contests/mc5/rookie/m5r-anpd.zip
29 Aug 1997 (catalog date)
85,727 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

Earth Sought Imni by Ganesha of Antimetric Resolventation
/music/contests/mc5/rookie/m5r-esi.zip
29 Aug 1997 (catalog date)
290,359 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Lust Maker by McScooter of TRANCEMATRIX
/music/contests/mc5/rookie/m5r-lust.zip
29 Aug 1997 (catalog date)
116,083 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Six Trillion Feet Over by Salo of Atomic Love Seat Army
/music/contests/mc5/rookie/m5r-stfo.zip
29 Aug 1997 (catalog date)
367,743 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Funk Thing by Trinity
/music/contests/mc6/intermed/m6i-ftng.zip
28 Mar 1999 (catalog date)
539,611 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked I14

I Love You by Captain Trip
/music/contests/mc6/intermed/m6i-lyou.zip
28 Mar 1999 (catalog date)
364,135 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Tribal 1 by Johell
/music/contests/mc6/intermed/m6i-trb1.zip
28 Mar 1999 (catalog date)
744,055 bytes
Download FTP scene.org
Released at event MC6 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

Follow The Faithless by Tricolore
/music/contests/mc6/rookie/m6r-ftfl.zip
28 Mar 1999 (catalog date)
394,609 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked R05

Old Memory by tricky
/music/contests/mc6/rookie/m6r-oldm.zip
28 Mar 1999 (catalog date)
441,465 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

One Way Trip by setteragic
/music/contests/mc6/rookie/m6r-owtr.zip
28 Mar 1999 (catalog date)
576,426 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Tropical Island by Prophecy
/music/contests/mc6/rookie/m6r-tris.zip
28 Mar 1999 (catalog date)
419,646 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Trim Me by Caramel
/music/contests/mc6/veteran/m6v-trim.zip
28 Mar 1999 (catalog date)
359,142 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

TV Under Cover by Flatrich of Flatdisk Softworks
/music/disks/1994/5_tvmods.zip
12 Aug 1997 (catalog date)
563,902 bytes
Download FTP scene.org
Rating:

Lim-0-NAID Compo Entries by Various
/music/disks/1995/lim0std.zip
26 Jul 1996 (catalog date)
180,739 bytes
Download FTP scene.org
Rating:
Released at event NAID95

Mazurka NAID Entries by Mazurka
/music/disks/1995/maz-naid.zip
26 Jul 1996 (catalog date)
1,393,153 bytes
Download FTP scene.org
Rating:
Released at event NAID95

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

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

Future Crew Tribute by Various Artists
/music/disks/1996/fc-trib.zip
19 Nov 1996 (catalog date)
2,585,293 bytes
Download FTP scene.org
Rating:

Tripout 1 by Trip
/music/disks/1996/tripout1.zip
15 Sep 1996 (catalog date)
2,947,411 bytes
Download FTP scene.org
Rating:

Tripout 2 by Trip
/music/disks/1996/tripout2.zip
29 Sep 1996 (catalog date)
2,994,861 bytes
Download FTP scene.org
Rating:

Robotik by Matrix Cubed of Ultrabeat
/music/disks/1996/u-robot.zip
27 Jun 1997 (catalog date)
2,386,403 bytes
Download FTP scene.org
Rating:

Dark Aura Ep by tricolore of tsa
/music/disks/1997/3_aura.zip
16 Nov 1997 (catalog date)
1,735,927 bytes
Download FTP scene.org