Search for "92": 2518 matches(displaying first 250)

3D Coding tutorial by Ica of Hubris
/code/3d/docs/3dica221.zip
30 Jun 1998 (catalog date)
422,704 bytes
Download FTP scene.org
Rating:
This tutorial is very easy to understand and describes everything you need to know like the mathematical basics, the different kind of polyfillers, shading methods, camera movement, sorting and backface culling and much much more. A must-have for every 3d coder! Text

3D example by Andrew Harvey
/code/3d/systems/exampl3d.zip
30 Jun 1998 (catalog date)
385,953 bytes
Download FTP scene.org
Rating:
Good looking texturemapped 3d engine, but unfortunately there is no documentation included. Assembler

GFXFX3: Inertia 3d engine by Alex Chalfin and Jeroen Bouwens
/code/3d/systems/gfx3i099.zip
30 Jun 1998 (catalog date)
1,148,321 bytes
Download FTP scene.org
Rating:
Goodlooking 3d engine, with very complete documentation. Unfortunately only the libraries are included, while the actual source is missing. Pascal

Rotating 3d escher-knot by Oliver Nash
/code/3d/systems/gsescher.zip
30 Jun 1998 (catalog date)
19,895 bytes
Download FTP scene.org
Rating:
The author says he appreciates a mention when you "steal" his formula, but "his" formula was already used on the amiga a long time ago. It might be useful downloading though if you're a starting 3d coder because the flatshaded 3d engine is very easy to understand. C

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

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.

Description of the GT2 and GTK module formats by L. de Soras
/code/audio/docs/gt2-form.txt
30 Jun 1998 (catalog date)
22,995 bytes
Download FTP scene.org
Rating:
This document is partly written in french! Text

MOD Format Specifications by Ian Tweedie
/code/audio/docs/modform.zip
21 Jan 1998 (catalog date)
5,923 bytes
Download FTP scene.org
Rating:

GDM module player by Raphius of Anubis
/code/audio/players/gdmkit10.zip
30 Jun 1998 (catalog date)
183,070 bytes
Download FTP scene.org
Rating:
GUS and Soundblaster sound totaly different with this player. Pascal

Tiny Play by pascal of Cubic Team
/code/audio/players/mxmp12.zip
11 Jan 1997 (catalog date)
92,697 bytes
Download FTP scene.org
Rating:
Tiny Gus Play - Has source for the player, but can interface with asm and watcom. GUS only. requires that music be run through a converter and the playback is similar to FT2 when it comes to s3ms (but it will play xm's!)

BBS Addy source by TCP of Diablo Force
/code/demosrc/bbsintro/d4z_etad.zip
30 Jun 1998 (catalog date)
9,555 bytes
Download FTP scene.org
Rating:
Very simple BBS addy. Assembler

BBS Addy source by Shadow Bandit, Magic van Lam of Diablo Force
/code/demosrc/bbsintro/d4z_meta.zip
30 Jun 1998 (catalog date)
107,146 bytes
Download FTP scene.org
Rating:
Pascal

Divine BBS addy source by Dawn of New Age
/code/demosrc/bbsintro/dna_dsrc.zip
30 Jun 1998 (catalog date)
21,201 bytes
Download FTP scene.org
Rating:
Contains a nice vertical voxel bar effect. Assembler

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

What Source by Niklas Beisert, Nils Piepenbrink of Cubic Team, $een
/code/demosrc/demos/wht95src.zip
10 Jul 1997 (catalog date)
46,092 bytes
Download FTP scene.org
Rating:
Notably DOES NOT come with a makefile. Uncommented, but nice code style. Awkward synching style.

The Freedom CD Intro (source) by Kneebiter of Threesome
/code/demosrc/intros/free_src.zip
05 Oct 1996 (catalog date)
139,257 bytes
Download FTP scene.org
Rating:

128 byte fire by Gaffer of Prometheus
/code/effects/fire/flame128.zip
30 Jun 1998 (catalog date)
2,363 bytes
Download FTP scene.org
Rating:
Assembler

Palette Routines by Esak
/code/effects/pallette/fadecode.zip
29 May 1997 (catalog date)
31,921 bytes
Download FTP scene.org
Rating:
Smooth palette fading routines, palette rotation, etc.

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

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.

123 Byte Tiny Star Field by Rex Deathstar of Waterlogic
/code/effects/stars/tinystar.zip
06 Oct 1996 (catalog date)
1,929 bytes
Download FTP scene.org
Rating:
The 3d version of what Matt and Pascal did. Could conceivably be much smaller

Free direction tunnel tutorial by Blackaxe of Kolor
/code/effects/tunnel/fdtunnel.zip
30 Jun 1998 (catalog date)
4,008 bytes
Download FTP scene.org
Rating:
A good tutorial about coding free direction tunnels using the realtime raytracing method. Text

Free direction tunnel tutorial by Kombat
/code/effects/tunnel/freedir.zip
30 Jun 1998 (catalog date)
48,954 bytes
Download FTP scene.org
Rating:
Basicaly the same info as can be found in fdtunnel.zip by Blackaxe of Kolor. Text, C

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

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

Water Effect by Konrad Olejnik
/code/effects/water/paswater.zip
17 Jan 1999 (catalog date)
91,458 bytes
Download FTP scene.org
Rating:
Contains a pure pascal version and a faster pascal with inline assembler version.

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

EXEDAT v1.0 by Rene Olsthoorn
/code/fileutil/exedat.zip
06 Oct 1996 (catalog date)
77,087 bytes
Download FTP scene.org
Rating:
Use WAD-Like Files For Your EXE Data

Internal Library File System v2.00 by Dark Fiber
/code/fileutil/ilfs.zip
06 Oct 1996 (catalog date)
149,486 bytes
Download FTP scene.org
Rating:
WAD File System

LinkIT v1.0 Beta by Michael Badichi
/code/fileutil/linkit.zip
06 Oct 1996 (catalog date)
11,286 bytes
Download FTP scene.org
Rating:
Link COM/EXE files into one big EXE - no sources

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

CDROM audio library by Cyrid
/code/hardware/audio/e-cda1b.zip
30 Jun 1998 (catalog date)
48,577 bytes
Download FTP scene.org
Rating:
Unfortunately it does not contain a function to play the cd using your soundcard instead of the cdrom output. C

Joystick axis reading code by Peter Wan
/code/hardware/joystick/joysdk11.zip
10 Jan 1997 (catalog date)
35,092 bytes
Download FTP scene.org
Rating:
Source to read joystick positions for the Gravis Game Pad - *This* is how source should be written, especially for an SDK. If only we were all this diligent.

Dos extender by Supernar Systems Intl.
/code/hardware/pmode/dos32a_5.zip
30 Jun 1998 (catalog date)
606,774 bytes
Download FTP scene.org
Rating:
Very good dos extender, also extends the most popular mouse and vesa functions.

Dos32 extension package for DJGPP by Rasputin
/code/hardware/pmode/dpfd110.zip
30 Jun 1998 (catalog date)
1,211,794 bytes
Download FTP scene.org
Rating:
C

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

VESA 1.x tutorial for dos32 by Peter Stuge of XiA
/code/hardware/video/dos32vbe.zip
30 Jun 1998 (catalog date)
8,951 bytes
Download FTP scene.org
Rating:
Assembler

LBM viewer by Ash of Devotion Productions
/code/images/dvt-lbmv.zip
30 Jun 1998 (catalog date)
186,637 bytes
Download FTP scene.org
Rating:
Supports all resolutions and colordepths. C

A simple FLI/FLC viewer by Noerror of Ph7media
/code/images/flcfli.zip
30 Jun 1998 (catalog date)
28,880 bytes
Download FTP scene.org
Rating:
C

88 byte pcx viewer by Gyr
/code/images/gyrpcx.zip
30 Jun 1998 (catalog date)
10,937 bytes
Download FTP scene.org
Rating:
A nice example of size optimalisation. Assembler.

Micropcx
/code/images/micropcx.zip
15 Apr 1997 (catalog date)
1,921 bytes
Download FTP scene.org
Source code in assembler and .com executable of the shortest pcx viewer in the whole world (made in Poland!).

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

76 Byte Pcx Viewer by Saint
/code/images/saintpcx.zip
03 Jul 1998 (catalog date)
7,169 bytes
Download FTP scene.org
Saint's revenge: Another example of size optimization, beating Gyr's viewer by 12 (.) bytes. Hey, will I get four stars, too? :-)

Graphics Engine by Matthew Hildebrand
/code/library/tge129d.zip
01 Dec 1997 (catalog date)
192,250 bytes
Download FTP scene.org
Rating:
Graphics library that supports multiple resolutions.

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.

Free Direction Rendering by kombat of immortals
/code/tutors/graphics/freedir.zip
15 May 1998 (catalog date)
49,280 bytes
Download FTP scene.org
This document gives information on how to render various objects in high quality and in real time.

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

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

Serie De Tutoriales Fac 7 by FAC of Delabu Alama
/code/tutors/graphics/tut7.zip
25 Apr 1998 (catalog date)
92,107 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Seventh tutorial: Basic effects (plasma, fire, interference).

N-Buffering Doc by Type One of TFL-TDV
/code/tutors/video/t1-nbuf.zip
02 Jul 1997 (catalog date)
15,924 bytes
Download FTP scene.org
Rating:
A doc for video buffering. Explains the draw backs of using only one video buffer and how to use 2 or more buffers effectively.

The MAKEFILE Maker v1.3 (Watcom) by Kwanny
/code/utils/compiler/mm13.zip
06 Oct 1996 (catalog date)
30,985 bytes
Download FTP scene.org
Rating:

Cirrus 542x Booster.
/code/utils/graphics/cirboost.zip
26 Feb 1998 (catalog date)
88,929 bytes
Download FTP scene.org
Rating:
TSR that accelerates vga cards with a Cirrus 542x chipset.

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

WIN95 And Demos Starter by Cute Elf
/code/windows/ce-win95.zip
19 Jan 1998 (catalog date)
18,929 bytes
Download FTP scene.org
Rating:
Library for using DirectDraw for making demo effects. Use Winzip to decompress archive because of the long file names. If using DirectX 5, you have to change two lines in DirectXConversion.cpp to type cast to (DirectDrawSurface2 *). When you try to compile, you'll know which lines those are. Hmm... maybe wince stands for Win-CuteElf. (If you see this, are you going back there?)

Coldcut by Ultraforce
/demos/1990/coldcut.zip
29 Jun 1996 (catalog date)
254,092 bytes
Download FTP scene.org
Rating:

Dunno by Sorcerers
/demos/1990/dunno.zip
29 Jun 1996 (catalog date)
13,005 bytes
Download FTP scene.org
Rating:

Megademo by The Space Pigs
/demos/1990/megademo.zip
29 Jun 1996 (catalog date)
304,217 bytes
Download FTP scene.org
Rating:

Nope by Sorcerers
/demos/1990/nope.zip
29 Jun 1996 (catalog date)
17,921 bytes
Download FTP scene.org
Rating:

Space by Ultraforce
/demos/1990/space.zip
29 Jun 1996 (catalog date)
263,785 bytes
Download FTP scene.org
Rating:

Spacefun by Ultraforce
/demos/1990/spacefun.zip
05 Jun 1998 (catalog date)
91,592 bytes
Download FTP scene.org
Rating:
,,SB,

Ultrawow by Ultraforce
/demos/1990/ultrawow.zip
29 Jun 1996 (catalog date)
13,663 bytes
Download FTP scene.org
Rating:

Vega by Ultraforce
/demos/1990/vega.zip
29 Jun 1996 (catalog date)
44,588 bytes
Download FTP scene.org
Rating:

Xmas Demo by Cascada
/demos/1990/xmasdemo.zip
29 Jun 1996 (catalog date)
316,466 bytes
Download FTP scene.org
Rating:

Yo by Future Crew
/demos/1990/yo.zip
29 Jun 1996 (catalog date)
26,496 bytes
Download FTP scene.org
Rating:

Ball Mania by Sorcerers
/demos/1991/balmania.zip
29 Jun 1996 (catalog date)
46,139 bytes
Download FTP scene.org
Rating:

Ace Demo by Ace
/demos/1992/acedemo.zip
29 Jun 1996 (catalog date)
247,384 bytes
Download FTP scene.org
Rating:

Acidwarp by Noah Spurrier
/demos/1992/acidwarp.zip
29 Jun 1996 (catalog date)
28,218 bytes
Download FTP scene.org
Rating:

Amnesia by Renaissance
/demos/1992/amnesia.zip
29 Jun 1996 (catalog date)
809,926 bytes
Download FTP scene.org
Rating:

Amnesia Music Player by Renaissance
/demos/1992/amnesiam.zip
29 Jun 1996 (catalog date)
18,484 bytes
Download FTP scene.org
Rating:

Antibar by Mr. Fanatic of SMA Posse
/demos/1992/antibar.zip
29 Jun 1996 (catalog date)
4,313 bytes
Download FTP scene.org
Rating:

Big Bigger Biggest by Infernals
/demos/1992/bigbig.zip
29 Jun 1996 (catalog date)
185,828 bytes
Download FTP scene.org
Rating:

Boing by Illusion
/demos/1992/boing.zip
29 Jun 1996 (catalog date)
40,671 bytes
Download FTP scene.org
Rating:

Brushwood by Illusion
/demos/1992/brshwood.zip
29 Jun 1996 (catalog date)
7,220 bytes
Download FTP scene.org
Rating:

Buster by TRB, TWC
/demos/1992/buster.zip
29 Jun 1996 (catalog date)
210,809 bytes
Download FTP scene.org
Rating:

Buttman by Twilight Zone
/demos/1992/buttman.zip
29 Jun 1996 (catalog date)
508,233 bytes
Download FTP scene.org
Rating:

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

X-Mas '92 by Cascada
/demos/1992/cda_xm92.zip
29 Jun 1996 (catalog date)
278,641 bytes
Download FTP scene.org
Rating:

Chaos 3D by Dodger
/demos/1992/chaos3d.zip
29 Jun 1996 (catalog date)
176,727 bytes
Download FTP scene.org
Rating:

Copper by Surprise Productions
/demos/1992/copper.zip
29 Jun 1996 (catalog date)
150,837 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

CPU by Ultraforce
/demos/1992/cpu_uf.zip
29 Jun 1996 (catalog date)
320,806 bytes
Download FTP scene.org
Rating:

Cycling by Abaddon
/demos/1992/cycling.zip
30 May 1998 (catalog date)
238,171 bytes
Download FTP scene.org
Rating:
,,SB,

BBS Dead Beat by Shadow Productions
/demos/1992/deadbeat.zip
29 Jun 1996 (catalog date)
33,106 bytes
Download FTP scene.org
Rating:

Delta001 by Delta
/demos/1992/delta001.zip
29 Jun 1996 (catalog date)
151,329 bytes
Download FTP scene.org
Rating:

Two Demos by El Gorgo
/demos/1992/delta1_2.zip
29 Jun 1996 (catalog date)
17,389 bytes
Download FTP scene.org
Rating:

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

Future of Miracle by Digitech
/demos/1992/digiteck.zip
29 Jun 1996 (catalog date)
102,675 bytes
Download FTP scene.org
Rating:

BBS Restaurant At End Of The Universe by Zak
/demos/1992/dineout.zip
29 Jun 1996 (catalog date)
23,543 bytes
Download FTP scene.org
Rating:

Preview by Dust
/demos/1992/dust_pre.zip
29 Jun 1996 (catalog date)
414,889 bytes
Download FTP scene.org
Rating:

EKB by Skull
/demos/1992/ekb.zip
29 Jun 1996 (catalog date)
295,026 bytes
Download FTP scene.org
Rating:

Internal Damage by EMF
/demos/1992/emf_id.zip
29 Jun 1996 (catalog date)
151,237 bytes
Download FTP scene.org
Rating:
Released at event ASM92 in the demo division and ranked 03

Eniac by Lightning Technologies
/demos/1992/eniac.zip
29 Jun 1996 (catalog date)
216,125 bytes
Download FTP scene.org
Rating:

Eterno Sucker by Eterno
/demos/1992/esucker.zip
29 Jun 1996 (catalog date)
11,317 bytes
Download FTP scene.org
Rating:

Eterno 1 by Eterno
/demos/1992/eterno_i.zip
29 Jun 1996 (catalog date)
22,366 bytes
Download FTP scene.org
Rating:

Eterno J by Eterno
/demos/1992/etr_j.zip
29 Jun 1996 (catalog date)
19,730 bytes
Download FTP scene.org
Rating:

Evil by CSG
/demos/1992/evil.zip
29 Jun 1996 (catalog date)
108,820 bytes
Download FTP scene.org
Rating:

Fairlight by Necromancer
/demos/1992/fairlig.zip
29 Jun 1996 (catalog date)
82,341 bytes
Download FTP scene.org
Rating:

Falling by CSG
/demos/1992/falling.zip
29 Jun 1996 (catalog date)
260,652 bytes
Download FTP scene.org
Rating:

BBS Fantasia/Vector Balls 2 by Jan Ole Suhr
/demos/1992/fantasia.zip
29 Jun 1996 (catalog date)
62,447 bytes
Download FTP scene.org
Rating:

Fishtro by Future Crew
/demos/1992/fishtro.zip
29 Jun 1996 (catalog date)
227,650 bytes
Download FTP scene.org
Rating:

Facts of Life by Witan
/demos/1992/fo_life.zip
29 Jun 1996 (catalog date)
1,121,846 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked 01

Frantic by Confusion
/demos/1992/frantic.zip
29 Jun 1996 (catalog date)
131,572 bytes
Download FTP scene.org
Rating:

Funny by CSG
/demos/1992/funny.zip
29 Jun 1996 (catalog date)
103,546 bytes
Download FTP scene.org
Rating:

Hackdemo by Hacker
/demos/1992/hackdemo.zip
29 Jun 1996 (catalog date)
166,395 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:

How-How by Twilight Zone
/demos/1992/how_how.zip
29 Jun 1996 (catalog date)
208,368 bytes
Download FTP scene.org
Rating:

Human Intro by Human
/demos/1992/humanint.zip
29 Jun 1996 (catalog date)
106,108 bytes
Download FTP scene.org
Rating:

Digital Ice by Lord Cyrix
/demos/1992/inc_ad3.zip
29 Jun 1996 (catalog date)
171,521 bytes
Download FTP scene.org
Rating:

Joop #2 Loader by INC Europe
/demos/1992/joopinc2.zip
29 Jun 1996 (catalog date)
18,914 bytes
Download FTP scene.org
Rating:

Jump by Public NMI
/demos/1992/jump.zip
29 Jun 1996 (catalog date)
288,316 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

Lamer by DEA
/demos/1992/lamer.zip
29 Jun 1996 (catalog date)
320,299 bytes
Download FTP scene.org
Rating:

Late Easter by Sonic PC
/demos/1992/leaster.zip
29 Jun 1996 (catalog date)
149,421 bytes
Download FTP scene.org
Rating:

Love Demo (must be over 18) by ???
/demos/1992/lovedemo.zip
29 Jun 1996 (catalog date)
23,297 bytes
Download FTP scene.org
Rating:

Mantaray by CSG
/demos/1992/mantaray.zip
29 Jun 1996 (catalog date)
182,023 bytes
Download FTP scene.org
Rating:

Monstra by Flash Productions
/demos/1992/monstra.zip
29 Jun 1996 (catalog date)
1,326,106 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

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:

Nintendo by Typhoon
/demos/1992/nintendo.zip
29 Jun 1996 (catalog date)
169,543 bytes
Download FTP scene.org
Rating:

Omicron Xmas '92 Demo by Omicron
/demos/1992/omc_xmas.zip
29 Jun 1996 (catalog date)
355,247 bytes
Download FTP scene.org
Rating:

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

Plasma by Raven, Brain
/demos/1992/plasma.zip
29 Jun 1996 (catalog date)
9,428 bytes
Download FTP scene.org
Rating:

Rave Explosion by Synergy Design
/demos/1992/rave_exp.zip
29 Jun 1996 (catalog date)
64,777 bytes
Download FTP scene.org
Rating:

Xmas '92 by Razor 1911
/demos/1992/razor.zip
29 Jun 1996 (catalog date)
224,985 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

Black Glass Demo 1 by Renaissance
/demos/1992/rbgdemo1.zip
29 Jun 1996 (catalog date)
209,642 bytes
Download FTP scene.org
Rating:

Black Glass Demo 2 by Renaissance
/demos/1992/rbgdemo2.zip
29 Jun 1996 (catalog date)
88,893 bytes
Download FTP scene.org
Rating:

Even Better Than The Real Thing by Phoney Coders
/demos/1992/realthng.zip
29 Jun 1996 (catalog date)
132,513 bytes
Download FTP scene.org
Rating:

RQ Demo 0 by Renaissance
/demos/1992/rqdemo0.zip
29 Jun 1996 (catalog date)
93,169 bytes
Download FTP scene.org
Rating:

Sinus Scroll Demo by Brain Slayer
/demos/1992/sinus.zip
29 Jun 1996 (catalog date)
16,804 bytes
Download FTP scene.org
Rating:

Sonic-A by Sonic INC
/demos/1992/sonic_a.zip
29 Jun 1996 (catalog date)
344,851 bytes
Download FTP scene.org
Rating:

Demo 3 by The Space Pigs
/demos/1992/spdemo3.zip
05 Jun 1998 (catalog date)
151,149 bytes
Download FTP scene.org
Rating:
,,SB/DAC,

Super VGA by Rebellition
/demos/1992/supervga.zip
29 Jun 1996 (catalog date)
346,078 bytes
Download FTP scene.org
Rating:

Takeover by Epical
/demos/1992/takeover.zip
29 Jun 1996 (catalog date)
700,786 bytes
Download FTP scene.org
Rating:

BBS Hack's by The Brain Slayer
/demos/1992/tbs1.zip
29 Jun 1996 (catalog date)
12,991 bytes
Download FTP scene.org
Rating:

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

Ork Intro by The Brain Slayer
/demos/1992/tbs_ork.zip
29 Jun 1996 (catalog date)
210,438 bytes
Download FTP scene.org
Rating:

TCB Loader 1 by The Code Blasters
/demos/1992/tcbldr1.zip
29 Jun 1996 (catalog date)
35,782 bytes
Download FTP scene.org
Rating:

Titswinkle, Lost in Space by Shadow Productions
/demos/1992/tls.zip
29 Jun 1996 (catalog date)
59,817 bytes
Download FTP scene.org
Rating:

Demo by The Napalm Star
/demos/1992/tnsdemo.zip
29 Jun 1996 (catalog date)
76,610 bytes
Download FTP scene.org
Rating:

Ecargxus by The Phoney Coders
/demos/1992/tpcdemo.zip
29 Jun 1996 (catalog date)
232,652 bytes
Download FTP scene.org
Rating:

Shoot by The Phoney Coders
/demos/1992/tpcshoot.zip
29 Jun 1996 (catalog date)
190,173 bytes
Download FTP scene.org
Rating:

BBS The Sound Barrier by Renaissance
/demos/1992/tsbdemo1.zip
29 Jun 1996 (catalog date)
92,089 bytes
Download FTP scene.org
Rating:

Demo by The Square
/demos/1992/tsci.zip
29 Jun 1996 (catalog date)
135,678 bytes
Download FTP scene.org
Rating:

Intro by The Toxic Dream
/demos/1992/ttdintro.zip
29 Jun 1996 (catalog date)
65,588 bytes
Download FTP scene.org
Rating:

Xmas '92 by The Yellow Ones
/demos/1992/tyo_xmas.zip
29 Jun 1996 (catalog date)
223,063 bytes
Download FTP scene.org
Rating:

Final Demo by The Yellow Ones
/demos/1992/tyofinal.zip
29 Jun 1996 (catalog date)
133,725 bytes
Download FTP scene.org
Rating:

Techno Freaks by Twilight Zone
/demos/1992/tztechno.zip
29 Jun 1996 (catalog date)
221,337 bytes
Download FTP scene.org
Rating:

Unreal (v1.0) by Future Crew
/demos/1992/unreal.zip
29 May 1998 (catalog date)
1,354,565 bytes
Download FTP scene.org
Rating:
Released at event ASM92 in the demo division and ranked 01
386,,SB,

Vectors 1993 by The Untouchables, Extacy
/demos/1992/vect1993.zip
29 Jun 1996 (catalog date)
151,071 bytes
Download FTP scene.org
Rating:

Sea by VLA
/demos/1992/vla_sea.zip
29 Jun 1996 (catalog date)
14,665 bytes
Download FTP scene.org
Rating:

Snow by VLA
/demos/1992/vlasnow.zip
29 Jun 1996 (catalog date)
55,614 bytes
Download FTP scene.org
Rating:

Virtual Vectors by Boris Ottlewski
/demos/1992/vv.zip
29 Jun 1996 (catalog date)
245,063 bytes
Download FTP scene.org
Rating:

Wargasm by Extreme
/demos/1992/wargasm.zip
29 Jun 1996 (catalog date)
299,343 bytes
Download FTP scene.org
Rating:

Warlock by Warlock
/demos/1992/warlock.zip
29 Jun 1996 (catalog date)
1,294,438 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

Xmas '92 by The Phoney Coders
/demos/1992/x_mas92.zip
29 Jun 1996 (catalog date)
266,201 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

Yardemo by Renaissance
/demos/1992/yardemo.zip
29 Jun 1996 (catalog date)
123,181 bytes
Download FTP scene.org
Rating:

8k by The Svilit Two
/demos/1993/0-9/8192.zip
29 Jun 1996 (catalog date)
7,265 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 13
Ansi - AdLib - techno party. Just swapping some ansi-screens with FM muzax.

The Art of Noise by Sonix
/demos/1993/a/artnoise.zip
29 Jun 1996 (catalog date)
690,692 bytes
Download FTP scene.org
Rating:

Caveira by Beanix Brothers
/demos/1993/c/caveira.zip
29 Jun 1996 (catalog date)
47,921 bytes
Download FTP scene.org
Rating:

Delusion by Sonic PC
/demos/1993/d/delusion.zip
29 Jun 1996 (catalog date)
645,946 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked 03

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

Lameness Loader by Jello
/demos/1993/j/jifs.zip
29 Jun 1996 (catalog date)
22,920 bytes
Download FTP scene.org
Rating:

Jungly Kitchen by Twilight Zone
/demos/1993/j/jungly.zip
29 Jun 1996 (catalog date)
763,191 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked EE

Locomotion by Onyx
/demos/1993/l/locom.zip
29 Jun 1996 (catalog date)
64,077 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 04

Loomtro by The Loom Syndicate
/demos/1993/l/loomtro.zip
29 Jun 1996 (catalog date)
80,312 bytes
Download FTP scene.org
Rating:

Lunatic by Extreme
/demos/1993/l/lunatic.zip
29 Jun 1996 (catalog date)
192,425 bytes
Download FTP scene.org
Rating:
Released at event TCC93 in the demo division and ranked 02

Atomic Energy by Omicron
/demos/1993/o/omc_atom.zip
29 Jun 1996 (catalog date)
1,134,592 bytes
Download FTP scene.org
Rating:

Optic Nerve by Silents PC
/demos/1993/o/opticnrv.zip
29 Jun 1996 (catalog date)
1,289,928 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 02

Panic by Future Crew
/demos/1993/p/panic.zip
29 Jun 1996 (catalog date)
928,725 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked 02

Rectum by Onyx
/demos/1993/r/rectum.zip
29 Jun 1996 (catalog date)
150,922 bytes
Download FTP scene.org
Rating:

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

Monty Python by Twilight Zone
/demos/1993/t/tzpython.zip
29 Jun 1996 (catalog date)
854,924 bytes
Download FTP scene.org
Rating:
Released at event TG93 in the demo division and ranked 01

Unreal v1.1 by Future Crew
/demos/1993/u/unreal11.zip
29 Jun 1996 (catalog date)
1,335,455 bytes
Download FTP scene.org
Rating:
Released at event ASM92 in the demo division and ranked 01

Xmas '93 by Yodel
/demos/1993/x/xmas93_y.zip
13 Oct 1997 (catalog date)
299,771 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 11
386,,SB,

Anodyne by Deus
/demos/1994/a/anodyne.zip
03 May 1998 (catalog date)
143,592 bytes
Download FTP scene.org
Rating:
386,,GUS/SB,

Banaani by ???
/demos/1994/b/banaani.zip
29 Jun 1996 (catalog date)
4,288 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

4k Intro by Barti of Nooon
/demos/1994/b/barti.zip
29 Jun 1996 (catalog date)
4,049 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

Black Ice by SuccesS
/demos/1994/b/black.zip
29 Jun 1996 (catalog date)
1,422,370 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked 11

BBS Blastersound #2 by Iguana
/demos/1994/b/blaster2.zip
29 Jun 1996 (catalog date)
49,843 bytes
Download FTP scene.org
Rating:

Blinky Vectors by Masters of Puppets
/demos/1994/b/blinky.zip
29 Jun 1996 (catalog date)
33,780 bytes
Download FTP scene.org
Rating:

Blow by Sprudel Productions
/demos/1994/b/blow.zip
29 Jun 1996 (catalog date)
52,741 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Vector Shock by BlackTech
/demos/1994/b/bltdemo.zip
29 Jun 1996 (catalog date)
394,383 bytes
Download FTP scene.org
Rating:

BBS Blue Obzession by Keen Like Frogs
/demos/1994/b/blueobz.zip
29 Jun 1996 (catalog date)
40,241 bytes
Download FTP scene.org
Rating:

Beer Makes Girls Look Prettier by Black Rain
/demos/1994/b/bmglp.zip
29 Jun 1996 (catalog date)
70,065 bytes
Download FTP scene.org
Rating:

Black Nite Demo 1 by Black Nite
/demos/1994/b/bndemo1.zip
29 Jun 1996 (catalog date)
11,542 bytes
Download FTP scene.org
Rating:

BBS Boem by Spirit
/demos/1994/b/boem.zip
29 Jun 1996 (catalog date)
49,980 bytes
Download FTP scene.org
Rating:

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

Bushtro by Gollum
/demos/1994/b/bushtro.zip
29 Jun 1996 (catalog date)
35,557 bytes
Download FTP scene.org
Rating:
Released at event BP94

The Byron Question by DDD
/demos/1994/b/byron.zip
29 Jun 1996 (catalog date)
266,952 bytes
Download FTP scene.org
Rating:

Bytes & Kisses by JL Enterprises
/demos/1994/b/bytekiss.zip
29 Jun 1996 (catalog date)
232,529 bytes
Download FTP scene.org
Rating:

Chaos 486 by Noxious
/demos/1994/c/chaos486.zip
29 Jun 1996 (catalog date)
2,092 bytes
Download FTP scene.org
Rating:

Message From the Cosmic Brothers by Complex
/demos/1994/c/clx_cbro.zip
03 May 1998 (catalog date)
1,300,920 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 09
386,,GUS,

Contrast by TFL, TDV
/demos/1994/c/contrast.zip
29 Jun 1996 (catalog date)
923,163 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the demo division and ranked 02

BBS Downtown by The Universal Coders
/demos/1994/d/downtown.zip
29 Jun 1996 (catalog date)
14,692 bytes
Download FTP scene.org
Rating:

BBS Digital Forces #2 by Force 2
/demos/1994/f/forces2.zip
29 Jun 1996 (catalog date)
8,926 bytes
Download FTP scene.org
Rating:

Fudged Insanity by Razor 1911
/demos/1994/f/fudge.zip
29 Jun 1996 (catalog date)
55,923 bytes
Download FTP scene.org
Rating:

Gnouc by Genuine
/demos/1994/g/gnouc.zip
29 Jun 1996 (catalog date)
92,576 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the in64 division and ranked 05

Hmmmm by Joystick of Improvers
/demos/1994/h/hmmmm.zip
29 Jun 1996 (catalog date)
2,924 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

32k by Hoplite
/demos/1994/h/hpl_32k.zip
29 Jun 1996 (catalog date)
28,922 bytes
Download FTP scene.org
Rating:

Leif by Somebody
/demos/1994/l/leif.zip
29 Jun 1996 (catalog date)
4,292 bytes
Download FTP scene.org
Rating:
Released at event BP94

BBS Immortal Syndicate #2 by Immortal Syndicate
/demos/1994/l/loader20.zip
29 Jun 1996 (catalog date)
7,923 bytes
Download FTP scene.org
Rating:

Total Malfunction by Progrex
/demos/1994/m/malfunc.zip
29 Jun 1996 (catalog date)
1,183,928 bytes
Download FTP scene.org
Rating:

Myth by Data Warriors
/demos/1994/m/myth_dw.zip
29 Jun 1996 (catalog date)
533,927 bytes
Download FTP scene.org
Rating:

Passion by Doomsday Productions
/demos/1994/p/passion.zip
29 Jun 1996 (catalog date)
53,078 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 08

Paula Faked by Jamm
/demos/1994/p/paula.zip
29 Jun 1996 (catalog date)
37,177 bytes
Download FTP scene.org
Rating:
Released at event ABD94 in the demo division and ranked 08

Debut by Przemek Krokosz
/demos/1994/p/pdebut.zip
29 Jun 1996 (catalog date)
1,050 bytes
Download FTP scene.org
Rating:

BBS Pentium by Immortal Syndicate
/demos/1994/p/pentium.zip
29 Jun 1996 (catalog date)
294,265 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

BBS The Power Grid by iCE
/demos/1994/p/pgloader.zip
29 Jun 1996 (catalog date)
80,967 bytes
Download FTP scene.org
Rating:

BBS Phantom by Lithium
/demos/1994/p/phantom.zip
29 Jun 1996 (catalog date)
7,912 bytes
Download FTP scene.org
Rating:

BBS The Phoenix Rising by Force 2
/demos/1994/p/phoenix_.zip
29 Jun 1996 (catalog date)
4,981 bytes
Download FTP scene.org
Rating:

Placebo by Complex
/demos/1994/p/placebo.zip
29 Jun 1996 (catalog date)
54,216 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 04

Planets by Simon Hern
/demos/1994/p/planets.zip
29 Jun 1996 (catalog date)
244,536 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

Plenty by WE
/demos/1994/p/plenty.zip
29 Jun 1996 (catalog date)
56,764 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Poor by Majic 12
/demos/1994/p/poor_m12.zip
29 Jun 1996 (catalog date)
233,999 bytes
Download FTP scene.org
Rating:

Wave by Priests of Power
/demos/1994/p/popwave.zip
29 Jun 1996 (catalog date)
187,427 bytes
Download FTP scene.org
Rating:

Washandje by Progress
/demos/1994/p/prg_whs.zip
29 Jun 1996 (catalog date)
65,845 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the in64 division and ranked 04

Orkkitro by Prodigal
/demos/1994/p/prodigal.zip
29 Jun 1996 (catalog date)
48,128 bytes
Download FTP scene.org
Rating:
Released at event ASM94

Prologue by Logic Design
/demos/1994/p/prologue.zip
29 Jun 1996 (catalog date)
627,732 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the demo division and ranked 02

Psychotic Dream by Sorrox
/demos/1994/p/psy_drm.zip
29 Jun 1996 (catalog date)
43,658 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the in64 division and ranked 06

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

Final Option by Phantom Design
/demos/1994/p/ptm_tfo.zip
29 Jun 1996 (catalog date)
2,046,216 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 11

First Intro (bugfixed) by Phantom Design
/demos/1994/p/ptmdfina.zip
29 Jun 1996 (catalog date)
100,684 bytes
Download FTP scene.org
Rating:

Flame by Hoplite of Orange
/demos/1994/p/puu.zip
29 Jun 1996 (catalog date)
1,710 bytes
Download FTP scene.org
Rating:

Quiktro by Immortal Syndicate
/demos/1994/q/quiktro.zip
29 Jun 1996 (catalog date)
417,929 bytes
Download FTP scene.org
Rating:

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

Smiley by Excellnet
/demos/1994/s/smiley.zip
29 Jun 1996 (catalog date)
691,922 bytes
Download FTP scene.org
Rating:

Supremacy by Supreme
/demos/1994/s/supreme.zip
29 Jun 1996 (catalog date)
92,084 bytes
Download FTP scene.org
Rating:

Sushi Bar Z by Wonder Monkey
/demos/1994/s/sushibar.zip
29 Jun 1996 (catalog date)
9,927 bytes
Download FTP scene.org
Rating:
Released at event BBS

Xmas 1994 by The Last Hackers
/demos/1994/t/tlhxmas.zip
21 Jul 1996 (catalog date)
269,923 bytes
Download FTP scene.org
Rating:

The Spinning Wheel by Remal
/demos/1994/t/tsw.zip
30 May 1998 (catalog date)
362,359 bytes
Download FTP scene.org
Rating:
386,SVGA,GUS/SB,

Yellow by Andreas of Enigma
/demos/1994/y/yellow.zip
29 Jun 1996 (catalog date)
3,920 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

BBS Yes! by Dwhurl
/demos/1994/y/yes.zip
29 Jun 1996 (catalog date)
21,926 bytes
Download FTP scene.org
Rating:

Second Christianity by INF
/demos/1995/0-9/2ndchrst.zip
03 May 1998 (catalog date)
554,023 bytes
Download FTP scene.org
Rating:
386,,GUS,

Colors by A-Men
/demos/1995/a/acolors.zip
29 Jun 1996 (catalog date)
1,192,075 bytes
Download FTP scene.org
Rating:

Act by Placidia
/demos/1995/a/act.zip
29 Jun 1996 (catalog date)
8,292 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

The Unreal Thing by Capacala
/demos/1995/c/cc_ureah.zip
29 Jun 1996 (catalog date)
947,392 bytes
Download FTP scene.org
Rating:

Countdown by Realtech
/demos/1995/c/countdwn.zip
29 Jun 1996 (catalog date)
925,447 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 04

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

Avena Kinetik by Distorsion
/demos/1995/d/dst_knk.zip
29 Jun 1996 (catalog date)
465,792 bytes
Download FTP scene.org
Rating:

Lisa by Eclipse
/demos/1995/e/e_lisa.zip
30 Jun 1996 (catalog date)
976,592 bytes
Download FTP scene.org

BBS Einstein by Zion
/demos/1995/e/einstein.zip
30 Jun 1996 (catalog date)
9,216 bytes
Download FTP scene.org
Rating:

Vastaaja by Fascination
/demos/1995/f/fsn_vast.zip
30 Jun 1996 (catalog date)
180,692 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 06

Groove Action (buggy) by Plant
/demos/1995/f/ftj_act.zip
30 Jun 1996 (catalog date)
159,270 bytes
Download FTP scene.org
Rating:

Lifeforms by Halcyon
/demos/1995/h/h_life.zip
30 Jun 1996 (catalog date)
297,920 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 03

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

BBS iCE Advertisements by Blazer of iCE
/demos/1995/i/ice_bz.zip
30 Jun 1996 (catalog date)
50,800 bytes
Download FTP scene.org
Rating:

24-Bits Intro by Masqwe
/demos/1995/m/maqcolor.zip
30 Jun 1996 (catalog date)
46,921 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked ??

Motion by Zealots
/demos/1995/m/motion.zip
14 May 1997 (catalog date)
56,928 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked XX
,,Adlib,

Mr. Black Snake by Bonzai
/demos/1995/m/mrblk_bz.zip
30 Jun 1996 (catalog date)
61,927 bytes
Download FTP scene.org
Rating:
Released at event I95 in the in64 division and ranked 11