Search for "58": 2050 matches(displaying first 250)

3D Shadow Tutorial by Fuzzel of Haujobb
/code/3d/docs/shadows.zip
17 Jan 1999 (catalog date)
121,258 bytes
Download FTP scene.org
Rating:
Explains how to do shadows in 3d using a zbuffer algorithm.

Panard-Vision 3D Engine by Olivier Brunet
/code/3d/systems/pvsdk95d.zip
17 Jan 1999 (catalog date)
915,862 bytes
Download FTP scene.org
I couldn't get it to work unfortunately, but it seems pretty good.

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

3D Studio .3DS File Reader v1.2 by Jare of Iguana
/code/3ds/3dsrdr12.zip
07 Oct 1996 (catalog date)
5,858 bytes
Download FTP scene.org
Rating:

GUS SDK by Gravis, FORTE
/code/audio/docs/gusdk222.zip
10 Jan 1997 (catalog date)
945,826 bytes
Download FTP scene.org
Rating:
GUS SDK - Everything you've ever wanted to know about the GUS but were afraid to ask.

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:

PS32 S3M Gusplayer for Watcom/C by PGM of Extravaganze
/code/audio/docs/ps32-wc.zip
21 Jan 1998 (catalog date)
65,253 bytes
Download FTP scene.org
Rating:
Full sources included.

Platinum Play by TechnoMaestro
/code/audio/players/pp3src.zip
11 Jan 1997 (catalog date)
247,758 bytes
Download FTP scene.org
Rating:
Source for a mod player - Doesn't support GUS nor XM.

Internal Speaker Acid Generator by R. Schultz
/code/audio/utils/zreso11.zip
21 Jan 1998 (catalog date)
16,402 bytes
Download FTP scene.org
Rating:
Not very useful.

4.77MHz by Joe Snow
/code/contests/8086/477mhz.zip
07 Nov 1997 (catalog date)
85,978 bytes
Download FTP scene.org
Released at event 8086 in the demo division and ranked 01

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 Feet Under by ASMonger
/code/contests/8086/8086feet.zip
07 Nov 1997 (catalog date)
10,277 bytes
Download FTP scene.org
Released at event 8086 in the demo division and ranked 03

8086 Feet Under (optimization) by Shadowlord
/code/contests/8086/fast!.com
07 Nov 1997 (catalog date)
3,848 bytes
Download FTP scene.org
Released at event 8086 in the demo division and ranked EE
Runs 300% faster.

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

Shadowlord's Voting Form by Shadowlord
/code/contests/8086/shdwlord.frm
07 Nov 1997 (catalog date)
3,005 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

VGA_Less by Quantum Porcupine
/code/contests/8086/vga_less.zip
07 Nov 1997 (catalog date)
19,454 bytes
Download FTP scene.org
Released at event 8086 in the demo division and ranked 02

Underworld BBS by Dake of Devotion
/code/demosrc/bbsintro/dk_uwsrc.zip
26 Jan 1998 (catalog date)
17,240 bytes
Download FTP scene.org
Rating:
Simple BBS addy. Not very impressive but has good commenting. Helpful for those learning assembler.

Hobbit BBS Intro by Master Of Darkness of Deathstar
/code/demosrc/bbsintro/hobb1src.zip
06 Oct 1996 (catalog date)
11,801 bytes
Download FTP scene.org
Rating:

Source of Lasse Reinbong by Cubic Team
/code/demosrc/demos/lassesrc.zip
17 Jan 1999 (catalog date)
129,636 bytes
Download FTP scene.org
Rating:
The full source of the intro that won at The Party'95.

Bullet by Earwax of Realm
/code/demosrc/demos/src_bull.zip
05 Oct 1996 (catalog date)
900,295 bytes
Download FTP scene.org
Rating:

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

Shorty 4kb Source by The Clan
/code/demosrc/intros/shorty.zip
17 Jan 1999 (catalog date)
145,990 bytes
Download FTP scene.org
Rating:
Source for a 4kb intro containing a tunnel and some gouraud shaded and texturemapped 3d vectors.

ASM Edit v1.8 by Olaf Krusche
/code/editors/asmedit8.zip
05 Oct 1996 (catalog date)
703,058 bytes
Download FTP scene.org
Rating:
DOS IDE for Assembly Coders

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.

2d bump mapping by HELiX
/code/effects/bump/bumpsrc.zip
18 Mar 1997 (catalog date)
63,540 bytes
Download FTP scene.org
Rating:
Simple example and explanation of how to do 2d bump mapping. Looks like it was written by a beginner (because of the code optimization, or lack there of), but is fairly nicely commented, which is a big plus!

blaze source by Gopher
/code/effects/fire/blaze.zip
18 Mar 1997 (catalog date)
10,702 bytes
Download FTP scene.org
Rating:
Source and macros for fire routines. For a86 compilation, should be easy to tweak for TASM, but this is nothing special we haven't seen before.

small flame by Gaffer of PRoMETHEUS
/code/effects/fire/flame160.zip
18 Mar 1997 (catalog date)
2,964 bytes
Download FTP scene.org
Rating:
Source for a small fire routine. Doesn't actually work on my computer. To answer a question proposed by the author about size optimization, inc al is bigger than inc ax because intel doesn't have an inc /r8 instruction. inc ax is of the form inc /r16 which compiles to db 40+rw, where rw = 0 for ax, 1 for cx, 2 for dx, 3 for bx, ... inc al is of the form inc r/m8 and compiles to db FE /1 where /1 = c0 for al, c4 for ah, c1 for bl..., 05 for a memory reference.... See an intel document for more details.

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.

Circle Interference by Keith of Pixel Magic
/code/effects/interfer/ks_cwarp.zip
21 Sep 1997 (catalog date)
38,975 bytes
Download FTP scene.org
Rating:

Circle Interference by Kaos of Black Magic
/code/effects/interfer/techfun.zip
21 Sep 1997 (catalog date)
32,451 bytes
Download FTP scene.org
Rating:

Iguana Landscape by JCAB, Jare of Iguana
/code/effects/land/ign_land.zip
10 Jan 1997 (catalog date)
23,458 bytes
Download FTP scene.org
Rating:
The voxel landscape from Heartquake - No explaination of the effect, non-recompileable. The code is largely dependant on code libraries that the coders have developed and is thus somewhat difficult to follow.

Crossfade by Esak
/code/effects/pallette/crosfade.zip
21 Sep 1997 (catalog date)
55,071 bytes
Download FTP scene.org
Rating:
Includes a good explanation of how it works.

Pallette Fade and Grab Routines by Mike Schutz
/code/effects/pallette/fade2.zip
21 Sep 1997 (catalog date)
3,032 bytes
Download FTP scene.org
Rating:

Fade Routines by Ash of Bunghole Productions
/code/effects/pallette/nlb-fade.zip
21 Sep 1997 (catalog date)
11,523 bytes
Download FTP scene.org
Rating:

Pallette Resampler by Jason Nunn of Superreal, Hornet
/code/effects/pallette/presamp.zip
21 Sep 1997 (catalog date)
85,884 bytes
Download FTP scene.org
Rating:
Fits multiple 256 color palettes into one.

Plasma Tutorial by Spansh of Dynamix
/code/effects/plasma/plastut.zip
17 Jan 1999 (catalog date)
47,158 bytes
Download FTP scene.org
Rating:
Dynamix. Definately the best tutorial on coding plasmas, also focuses on optimizing.

Fullscreen Rotozoomer by The Faker of Aardvark
/code/effects/rotozoom/tf-texmp.zip
08 Jun 1997 (catalog date)
35,805 bytes
Download FTP scene.org
Rating:

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

Source for Tunnel Effect by PlastiikkiPaketti of Skraappa Skruuppi
/code/effects/tunnel/araidsrc.zip
06 Oct 1996 (catalog date)
28,319 bytes
Download FTP scene.org
Rating:
used in Stars/Nooon and Paimen/Coma, Doesn't explain the algorithm, not very optimized, low resolution

tunnel by ?
/code/effects/tunnel/tunnel.zip
10 Jan 1997 (catalog date)
37,658 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - That it was done in basic is about the only plus. Looks so-so, no comments.

Various Demo Effects by Bjarke Viksoe
/code/effects/various/demostuf.zip
21 Sep 1997 (catalog date)
80,945 bytes
Download FTP scene.org
Rating:
Basic stuff like rotators, fire effects, starfields, etc.

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

Vector Flag by David Hedly
/code/effects/vector/flag.zip
21 Sep 1997 (catalog date)
116,063 bytes
Download FTP scene.org
Rating:
The movement of this flatshaded vectorflag is very impressive!

Voxel Scape 2.0 by Rex Deathstar of Waterlogic
/code/effects/voxel/voxelsp2.zip
06 Oct 1996 (catalog date)
110,511 bytes
Download FTP scene.org
Rating:

Voxel Space Landscape by Rex Deathstar of Waterlogic
/code/effects/voxel/voxelspc.zip
06 Oct 1996 (catalog date)
109,779 bytes
Download FTP scene.org
Rating:

Smooth Voxel Terrain Tutorial by Phred of OTM
/code/effects/voxel/voxeltut.zip
06 Oct 1996 (catalog date)
46,211 bytes
Download FTP scene.org
Rating:

Heart Quake's water source by ARM of Iguana
/code/effects/water/hq_water.zip
10 Jan 1997 (catalog date)
370,188 bytes
Download FTP scene.org
Rating:
The authoratative source on the water effect - Includes a description of the physics behind the effect and the simplifications done to make the routine run quickly.

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.

Water by De-Phassed
/code/effects/water/water.zip
10 Jan 1997 (catalog date)
14,565 bytes
Download FTP scene.org
Rating:
An example of water - Nothing more than a copy of Iguana's water routine done in full assembler.

wormhole by John Cloninger of IND
/code/effects/wormhole/wormhole.zip
10 Jan 1997 (catalog date)
118,586 bytes
Download FTP scene.org
Rating:
A wormhole example - Slow generation of the wormhole itself then it loads the wormhole from a file for the actual effect. You have to figure most of the effect out for yourself though.

Binary To Datafile Converter by Eminent Doom
/code/fileutil/bin2arr.zip
26 Feb 1998 (catalog date)
29,580 bytes
Download FTP scene.org
Rating:
Converts a binary file into a c array or into an assembly include file.

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

AWE-DIP-01-ENG by Creative Labs engineers
/code/hardware/audio/adip.zip
10 Jan 1997 (catalog date)
708,753 bytes
Download FTP scene.org
Rating:
Examples and API for using the AWE32 - And people wonder why there's not much SB support. The information in the packet is contorted. I could go on this for days. Comments like /* main - here's where the fun begins */ are misleading. The fun actually began several hundred lines ago (starting at line 134). It's late. I'm not exactly bored, but this bit of code is frustrating. I wonder why CL even bothered. There are no technical docs of any sort and the code that is here *REEKS* of bad style. For extra frustration, I unzipped the file which had a self extracting .exe in it, which gave me 4 zips which when each extracted with the -d option finally gives me the SDK. Kneebiter - at 1:30 in the morning. Need more tea...

Collection of ASM sources by ? of Blue Nose Productions
/code/hardware/general/asm_good.zip
10 Jan 1997 (catalog date)
118,612 bytes
Download FTP scene.org
Rating:
Lots of ASM sources, mostly for hardware and BIOS routines - It's somewhat difficult to find what you want, but the comments tell you what you need to know (but not what you have to do) to get everything compiled. Looks like a great source for the cut & paste coder. Given the nature of the routines, I'd say that was the intended purpose of this release.

Obbuf v3.2 by Ondrej Blazek
/code/hardware/keyboard/obbuf.zip
26 Feb 1998 (catalog date)
12,658 bytes
Download FTP scene.org
Rating:
Fills the keyboard buffer with specific keystrokes before running a program. Very useful if you often use the same functions of a program when you start it.

Flat Real by Herman Dullink
/code/hardware/memory/flat.zip
10 Jan 1997 (catalog date)
11,758 bytes
Download FTP scene.org
Rating:
A flat real mode interface - For those who'd rather kludge real mode than switch to protected mode. Conceivably useful for 4k intros which may need a quick and cheap entry into a flat memory model.

Hi Res by Ash of Bunghole Productions
/code/hardware/video/bp-hires.zip
21 Sep 1997 (catalog date)
14,582 bytes
Download FTP scene.org
Rating:
Example of how to use mode 12h (640x480x16)

MOD v1.0 by Dake of Devotion
/code/hardware/video/dk-mod10.zip
26 Jan 1998 (catalog date)
5,010 bytes
Download FTP scene.org
Rating:
Source to change to different text modes. More complex than necessary. Good commenting.

VESA 2.00 Development Kit v2.10 by Realtech
/code/hardware/video/rtvbe210.zip
30 Jan 1999 (catalog date)
58,278 bytes
Download FTP scene.org

PCX Decoder
/code/images/decpcx.zip
15 Apr 1997 (catalog date)
35,851 bytes
Download FTP scene.org

Quill v1.0 by Quantum Porcupine
/code/library/quill1_0.zip
30 Jan 1999 (catalog date)
5,881 bytes
Download FTP scene.org
gfx lib for linux/X

XMas pack by Capella of Escape
/code/mags/xmaspack.zip
01 Jul 1997 (catalog date)
273,587 bytes
Download FTP scene.org
Rating:
A whole bunch of misc. codes. Mostly crap.

DOS32 v3.5 Beta by Adam Seychell
/code/pmode/dos32b35.zip
06 Oct 1996 (catalog date)
473,793 bytes
Download FTP scene.org
Rating:
32bit DOS Extender

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

Adrenalin Module Player v0.96 by Beta of A-Men
/code/sound/amod096.zip
06 Oct 1996 (catalog date)
120,534 bytes
Download FTP scene.org
Rating:

Music Format Description Library v2.0 by fh of GODS
/code/sound/fh-mfdl2.zip
06 Oct 1996 (catalog date)
87,094 bytes
Download FTP scene.org
Rating:

GUS Programming Info v3.02
/code/sound/gusin302.zip
06 Oct 1996 (catalog date)
13,723 bytes
Download FTP scene.org
Rating:

LousyPlayer v1.20 by Cascada
/code/sound/lplay120.zip
06 Oct 1996 (catalog date)
94,539 bytes
Download FTP scene.org
Rating:
GUS XM Player In 32bit ASM

MIDAS Sound System v0.5 by Alfred, Guru of S2
/code/sound/m32abd.zip
06 Oct 1996 (catalog date)
571,738 bytes
Download FTP scene.org
Rating:

MOD/S3M/XM Player For Win95
/code/sound/mpw100.zip
05 Oct 1996 (catalog date)
158,661 bytes
Download FTP scene.org
Rating:
w/Delphi32 Source

Sound Master v1.0 by Ziggy
/code/sound/smaster.zip
05 Oct 1996 (catalog date)
20,296 bytes
Download FTP scene.org
Rating:
SoundBlaster Library

ULT Module File Format
/code/sound/ultform.zip
06 Oct 1996 (catalog date)
2,966 bytes
Download FTP scene.org
Rating:

XMS-Object FM File Player by Madoken
/code/sound/xmspobj.zip
06 Oct 1996 (catalog date)
26,510 bytes
Download FTP scene.org
Rating:

Serie De Tutoriales Fac. Ejemplos En C by FAC of Delabu Alama
/code/tutors/graphics/tutc.zip
26 Apr 1998 (catalog date)
33,718 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. C/C++ examples for the first 4 tutorials.

SWAG by SourceWare Archival Group
/code/tutors/swag/swag.zip
18 Mar 1997 (catalog date)
4,975,456 bytes
Download FTP scene.org
Rating:
Programing sources and information for PASCAL programmers - A veritable must for PASCAL programmers, especially those still on the lower end of the learning curve.

SWAG by SourceWare Archival Group
/code/tutors/swag/swag9505.zip
18 Mar 1997 (catalog date)
1,088,456 bytes
Download FTP scene.org
Rating:
Updated swag.zip file

Windows Utilities for Powerrender by Egerter Software
/code/utils/3d/prwinutl.zip
17 Jan 1999 (catalog date)
2,598,584 bytes
Download FTP scene.org
Rating:
See pwrndr25.zip

tinyRTL by Solar Designer
/code/utils/compiler/bpc-trtl.zip
10 Jan 1997 (catalog date)
13,314 bytes
Download FTP scene.org
Rating:
A pas TPU with source for creating small exes - A TPU that replaces the system TPU in Turbo Pascal so that small .exes can be made. The example .exes are deceiving as there is no built in support for writing text and other such things. Knowledge of assembler will be necessary for most programs you'd write with this.

C-- examples by Peter Cellik
/code/utils/compiler/c--ex103.zip
10 Jan 1997 (catalog date)
213,584 bytes
Download FTP scene.org
Rating:
C-- example sources - A must get for c--0203.zip

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:

Font Editor by Sunrise Software
/code/utils/fonts/fonted12.zip
29 Sep 1997 (catalog date)
58,371 bytes
Download FTP scene.org
Rating:
For 2 colored fonts. An example source is included, but no documentation.

PCX shade by Quark of Prone
/code/utils/graphics/pcxshade.zip
01 Jul 1997 (catalog date)
176,588 bytes
Download FTP scene.org
Rating:
A utility to generate a shade table from pcx files. Doesn't say exactly that the format of the output file is, which would be convenient, though it is obvious enough.

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.

Text Mode FLI/FLC Player
/code/video/txtfli.zip
06 Oct 1996 (catalog date)
99,695 bytes
Download FTP scene.org
Rating:
Buggy mode set, only worked in a dos box from win '95. Had information about the text mode demo compo and was rather impressive for what it did. Otherwise, tight code for what it does, sparce, useless comments.

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

Drunken by Drunken ROM Group
/demos/1991/drunken.zip
29 Jun 1996 (catalog date)
58,822 bytes
Download FTP scene.org
Rating:

Xmas '91 by The Skyhawks
/demos/1991/tsh_xmas.zip
29 Jun 1996 (catalog date)
303,658 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:

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

Change Disk by Arkham
/demos/1993/a/akm-chan.zip
17 Jan 1997 (catalog date)
334,458 bytes
Download FTP scene.org
Rating:

BBS Day of Rebellion by Ron of Arsenic
/demos/1993/d/d_o_r.zip
29 Jun 1996 (catalog date)
49,584 bytes
Download FTP scene.org
Rating:

Debut by Darkzone
/demos/1993/d/dzdebcde.zip
29 Jun 1996 (catalog date)
258,410 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 03

Phenomenon by Alpha Force
/demos/1993/p/phenom.zip
29 Jun 1996 (catalog date)
358,161 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 08

Rikiki by Zuul Design
/demos/1993/r/rikiki.zip
05 Jun 1998 (catalog date)
158,315 bytes
Download FTP scene.org
Rating:
,,SB,

Saga by Dust
/demos/1993/s/sagadust.zip
29 Jun 1996 (catalog date)
1,864,581 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 04

Cybernetic Adaption by Public NMI
/demos/1993/s/scifimag.zip
20 Oct 1996 (catalog date)
80,161 bytes
Download FTP scene.org
Rating:

Sonic by DEA
/demos/1993/s/sonic.zip
29 Jun 1996 (catalog date)
2,958 bytes
Download FTP scene.org
Rating:

BBS Kilroy by Surprise Productions
/demos/1993/s/sp_bbs.zip
29 Jun 1996 (catalog date)
30,588 bytes
Download FTP scene.org
Rating:

Techno Holic by Extreme
/demos/1993/t/t_holic.zip
29 Jun 1996 (catalog date)
158,102 bytes
Download FTP scene.org
Rating:

1993 by The Dream Team
/demos/1993/t/tdt1993.zip
03 May 1998 (catalog date)
305,849 bytes
Download FTP scene.org
Rating:
,,SB,

4 Kings by Orange
/demos/1994/0-9/4kings.zip
29 Jun 1996 (catalog date)
57,584 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 10
A nice, unique look to this demo sets it apart from others. Lots of mathematical based code. Opens up with four grahpics in the corners and a bouncing pixel that opens up to the title. Good design doesn't stay with any one routine for too long.

??? by ???
/demos/1994/d/d.zip
29 Jun 1996 (catalog date)
5,058 bytes
Download FTP scene.org
Rating:
Released at event ASM94

Delirium by EMF
/demos/1994/d/delirium.zip
29 Jun 1996 (catalog date)
115,873 bytes
Download FTP scene.org
Rating:

Drain by ???
/demos/1994/d/drain.zip
29 Jun 1996 (catalog date)
5,858 bytes
Download FTP scene.org
Rating:
Released at event ASM94

Untitled by Dust
/demos/1994/d/dust_unt.zip
29 Jun 1996 (catalog date)
858,303 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 01

Fractal Zoom by ???
/demos/1994/f/fraczoom.zip
29 Jun 1996 (catalog date)
5,832 bytes
Download FTP scene.org
Rating:
Released at event ASM94

Grey by Abaddon
/demos/1994/g/grey.zip
29 Jun 1996 (catalog date)
68,580 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 11

Heart-Quake by Iguana
/demos/1994/h/heartq.zip
29 Jun 1996 (catalog date)
1,835,825 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 03

Jubileum by Capacala
/demos/1994/j/jubileum.zip
29 Jun 1996 (catalog date)
35,586 bytes
Download FTP scene.org
Rating:

The Will of God by Legend
/demos/1994/l/legend.zip
29 Jun 1996 (catalog date)
115,812 bytes
Download FTP scene.org
Rating:

Lost In Space by Hemoroids
/demos/1994/l/lostspac.zip
13 Oct 1997 (catalog date)
839,581 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 09
386,,GUS,

The Magic Circle by TET
/demos/1994/m/magic.zip
29 Jun 1996 (catalog date)
58,421 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 06

Martian Terrain Demo (pallette change) by Tim Clarke
/demos/1994/m/marspal.zip
29 Jun 1996 (catalog date)
5,823 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

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

Bamses Revenge by Satsuma
/demos/1994/r/revenge_.zip
14 Jan 1997 (catalog date)
58,120 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX

Show (secret part) by Majic 12
/demos/1994/s/showsecr.zip
29 Jun 1996 (catalog date)
15,803 bytes
Download FTP scene.org
Rating:

Sin After Sin by A-Men
/demos/1994/s/sin_amen.zip
05 Jun 1998 (catalog date)
58,819 bytes
Download FTP scene.org
Rating:
,,GUS,

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

Logical Thoughts by TDS
/demos/1994/t/tdslogic.zip
29 Jun 1996 (catalog date)
588,263 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 16

Christmas Demo by Paralytic Minds
/demos/1994/x/xmas_dem.zip
29 Jun 1996 (catalog date)
658,219 bytes
Download FTP scene.org
Rating:

Attack by Fobia Design
/demos/1995/a/attack.zip
29 Jun 1996 (catalog date)
415,837 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked XX

Bunny by SRK
/demos/1995/b/bunny.zip
29 Jun 1996 (catalog date)
58,483 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in64 division and ranked 03

Cassiopeia by ???
/demos/1995/c/cass.zip
29 Jun 1996 (catalog date)
3,586 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in4k division and ranked 06

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,

Faces Slideshow Demo by Rex Deathstar
/demos/1995/f/faces_.zip
30 Jun 1996 (catalog date)
582,556 bytes
Download FTP scene.org
Rating:

Fixed by Bug 2 Fix
/demos/1995/f/fixed.zip
09 Jul 1996 (catalog date)
58,126 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked XX

Fruit Cake by Deus
/demos/1995/f/fruityfn.zip
30 Jun 1996 (catalog date)
69,586 bytes
Download FTP scene.org
Rating:

Pomme by JFF
/demos/1995/j/jff-pomm.zip
18 Jan 1997 (catalog date)
58,070 bytes
Download FTP scene.org
Rating:

Jungle Party '95 by Mingo
/demos/1995/j/jparty95.zip
20 Oct 1996 (catalog date)
124,095 bytes
Download FTP scene.org
Rating:

Kiddo by Apex
/demos/1995/k/kiddo.zip
30 Jun 1996 (catalog date)
132,582 bytes
Download FTP scene.org
Rating:

Who Else Upgrade a Robot by Orange
/demos/1995/k/korso.zip
30 Jun 1996 (catalog date)
54,258 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 01

Love by Live
/demos/1995/l/livelove.zip
30 Jun 1996 (catalog date)
376,589 bytes
Download FTP scene.org
Rating:

Mansikka by Fit
/demos/1995/m/mansikka.zip
14 May 1997 (catalog date)
125,868 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked XX
,,GUS/SB,

Maple by Dark Zone
/demos/1995/m/maple_dz.zip
30 Jun 1996 (catalog date)
48,058 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in64 division and ranked 03

Escape by MWB
/demos/1995/m/mwb_esc.zip
30 Jun 1996 (catalog date)
865,879 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 06

NET by Jisi, Le Fongus Jaune
/demos/1995/n/net.zip
14 May 1997 (catalog date)
8,587 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked XX

Opticron by Craw Productions
/demos/1995/o/opticron.zip
30 Jun 1996 (catalog date)
580,298 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the demo division and ranked 01

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

Semiotic Semblance by Fit
/demos/1995/s/sembla.zip
30 Jun 1996 (catalog date)
58,242 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 03

Cocoon by Surprise Productions
/demos/1995/s/spcocoo.zip
30 Jun 1996 (catalog date)
2,202,958 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 10

Tan by Marlon Berlin
/demos/1995/t/tan.zip
30 Jun 1996 (catalog date)
3,581 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

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

Tro by Remal
/demos/1995/t/tro.zip
30 Jun 1996 (catalog date)
58,655 bytes
Download FTP scene.org
Rating:

New Generation by Wild Boys
/demos/1995/w/wbn_gene.zip
20 Oct 1996 (catalog date)
53,661 bytes
Download FTP scene.org
Rating:

Xorgasm by Genuine
/demos/1995/x/xorgasm.zip
30 Jun 1996 (catalog date)
583,840 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

First Offense by Saw Tooth Distortion
/demos/1996/0-9/1stoff.zip
06 Jan 1997 (catalog date)
155,843 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the i128 division and ranked ??

Gammon by Absence
/demos/1996/a/abc_gmon.zip
23 Oct 1996 (catalog date)
58,612 bytes
Download FTP scene.org
Rating:

Mutha by Astroidea
/demos/1996/a/ai_mutha.zip
17 Dec 1996 (catalog date)
958,796 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the demo division and ranked 01

Amitro by Damage PC
/demos/1996/a/amitro.zip
11 Dec 1996 (catalog date)
4,515 bytes
Download FTP scene.org
Rating:

Anima by Dave of Byteam
/demos/1996/a/anima.zip
18 Sep 1996 (catalog date)
4,528 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in4k division and ranked 06

Ashes by Tate
/demos/1996/a/ashes.zip
11 Dec 1996 (catalog date)
66,623 bytes
Download FTP scene.org
Rating:

Blasphemy by Fatal Justice
/demos/1996/b/blasph.zip
30 Jun 1996 (catalog date)
1,895,816 bytes
Download FTP scene.org
Released at event MEK96 in the demo division and ranked 01

Bomb by Woland of Exhumers
/demos/1996/b/bomb.zip
18 Sep 1996 (catalog date)
15,530 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in4k division and ranked 03

BBS Attityd Negativ by Mr Bananmos, Phlum-Dumb of The Real NERDS 'R' US
/demos/1996/c/call_a-.zip
15 Nov 1997 (catalog date)
9,356 bytes
Download FTP scene.org
Rating:
,,Adlib,

Homo by COMA
/demos/1996/c/comahomo.zip
18 Dec 1996 (catalog date)
580,834 bytes
Download FTP scene.org
Rating:
Released at event SEN96 in the demo division and ranked 03

Dazzle by Warm Inside
/demos/1996/d/dazzle.zip
20 Oct 1996 (catalog date)
1,082,888 bytes
Download FTP scene.org
Rating:

Dreams by DDT
/demos/1996/d/ddt-drms.zip
02 Oct 1996 (catalog date)
2,580,666 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the demo division and ranked 03

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

Desert by Exosworm of Enlightenment
/demos/1996/d/desert.zip
18 Sep 1996 (catalog date)
9,256 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in4k division and ranked 01

The Elite Demo by Intra
/demos/1996/e/elite.zip
11 Dec 1996 (catalog date)
281,148 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 Quasars by Brainlez Coders
/demos/1996/f/finalqbc.zip
03 Jul 1996 (catalog date)
295,824 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the demo division and ranked XX

How Do You Do by Fascination
/demos/1996/f/fsn_hdyd.zip
30 Jun 1996 (catalog date)
585,441 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the demo division and ranked 07

Gluk2 by PaR of Future Hackers
/demos/1996/g/gluk2.zip
02 Oct 1996 (catalog date)
5,821 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the in8k division and ranked 04

Equation by The Grid
/demos/1996/g/grd_eqtn.zip
11 Dec 1996 (catalog date)
59,870 bytes
Download FTP scene.org
Rating:

Hippies Promo by Hippie
/demos/1996/h/hippromo.zip
11 Mar 1997 (catalog date)
84,245 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Haikaiseva Teboil by Supermies
/demos/1996/h/htb.zip
20 Oct 1996 (catalog date)
57,784 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the in64 division and ranked 09

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

KFMTV 2 (Nightvision) by Kosmic
/demos/1996/k/ktv_1296.zip
20 Jan 1997 (catalog date)
585,405 bytes
Download FTP scene.org
Rating:

Patachou by Lego System
/demos/1996/l/lgs-pata.zip
17 Mar 1997 (catalog date)
72,471 bytes
Download FTP scene.org
Rating:
DX4,,GUS,

Machines of Madness (SB fix) by Dubius
/demos/1996/m/machifix.zip
28 Oct 1996 (catalog date)
21,381 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked 01

Machines of Madness by Dubius
/demos/1996/m/machines.zip
28 Oct 1996 (catalog date)
3,867,049 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked 01

Mathro by Technolord of Chaotic Visions
/demos/1996/m/mathro.zip
20 Jan 1997 (catalog date)
19,758 bytes
Download FTP scene.org
Rating:

Maximum by Bear
/demos/1996/m/maximum.zip
04 Dec 1996 (catalog date)
20,172 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in4k division and ranked 04

Methodology by Blala of Byteam
/demos/1996/m/method.zip
18 Sep 1996 (catalog date)
9,841 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in4k division and ranked 05

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

Muna by Hirmu
/demos/1996/m/muna.zip
18 Dec 1996 (catalog date)
1,079,258 bytes
Download FTP scene.org
Rating:
Released at event SEN96 in the demo division and ranked 01

Glow by Nebula
/demos/1996/n/neb_glow.zip
13 Jul 1996 (catalog date)
59,589 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in80 division and ranked ??

The Lynch by Nuclear Meltdown
/demos/1996/n/nm_lynch.zip
30 Jun 1996 (catalog date)
575,813 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked 08

Palcika by Tomcat of Abaddon
/demos/1996/p/palcika.zip
18 Sep 1996 (catalog date)
4,184 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in4k division and ranked 02

Pearl by Poison
/demos/1996/p/pearl.zip
11 Dec 1996 (catalog date)
61,993 bytes
Download FTP scene.org
Rating:

Pum by Proxima
/demos/1996/p/pum.zip
30 Jun 1996 (catalog date)
58,021 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in64 division and ranked 06

Kamikaze by Quad
/demos/1996/q/qd_kmkze.zip
30 Jun 1996 (catalog date)
581,200 bytes
Download FTP scene.org
Rating:
Released at event X96 in the demo division and ranked 08

Search For Quality by Mingo
/demos/1996/q/quality.zip
20 Oct 1996 (catalog date)
81,603 bytes
Download FTP scene.org

Sand by Rectum Cauda
/demos/1996/r/rc-sand.zip
17 Mar 1997 (catalog date)
270,774 bytes
Download FTP scene.org
Rating:
,,,

Sand 2 by Rectum Cauda
/demos/1996/r/rc-sand2.zip
17 Mar 1997 (catalog date)
276,509 bytes
Download FTP scene.org
Rating:
,,,

Jordgubbs Sylt by Rectum Cauda
/demos/1996/r/rc-sylt.zip
03 Jul 1996 (catalog date)
455,812 bytes
Download FTP scene.org
Rating:
Released at event I96 in the infs division and ranked 06

Astronautical by Silicon Brain
/demos/1996/s/sb_astro.zip
18 Sep 1996 (catalog date)
4,421 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in4k division and ranked ??

Cracktro by Scandal
/demos/1996/s/scandal.zip
15 Jul 1997 (catalog date)
20,586 bytes
Download FTP scene.org
Rating:
,,Adlib,

School Demo by Theta
/demos/1996/s/scdemo.zip
06 Jan 1997 (catalog date)
182,616 bytes
Download FTP scene.org
Rating:

Alien by Shock
/demos/1996/s/sck-aln.zip
30 Jun 1996 (catalog date)
1,055,846 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the demo division and ranked 02

Onyx by Shock
/demos/1996/s/sck-onyx.zip
17 Dec 1996 (catalog date)
1,583,525 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the demo division and ranked 02

Interstellar Phenomenon by Sensorium
/demos/1996/s/sen-isp.zip
20 Jul 1996 (catalog date)
181,558 bytes
Download FTP scene.org
Rating:

Simple by Spanish Lords
/demos/1996/s/simplesl.zip
30 Jun 1996 (catalog date)
1,458,002 bytes
Download FTP scene.org
Rating:

Semtex 1-2-3 by Jeskola
/demos/1996/s/sm123.zip
30 Jun 1996 (catalog date)
58,696 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the in64 division and ranked 16

Little Big Demo 2 by Sanction
/demos/1996/s/snc_lbd2.zip
04 Dec 1996 (catalog date)
9,371 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in4k division and ranked 01

Superman Fantasies by TPOLM
/demos/1996/s/spermafa.zip
03 Jul 1996 (catalog date)
65,801 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the demo division and ranked ??

Extasy by Substance
/demos/1996/s/stc-ext.zip
04 Dec 1996 (catalog date)
813,643 bytes
Download FTP scene.org
Rating:

N0ll 8tta by Syntax Terror
/demos/1996/s/ste-08.zip
11 Dec 1996 (catalog date)
126,731 bytes
Download FTP scene.org
Rating:

Doo by Syntax Terror
/demos/1996/s/ste-die.zip
11 Dec 1996 (catalog date)
114,384 bytes
Download FTP scene.org
Rating:

Don't Get Stajlish (final) by Syntax Terror
/demos/1996/s/ste-stlf.zip
11 Dec 1996 (catalog date)
433,993 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the demo division and ranked 04

Core (bugfixed) by Stasis
/demos/1996/s/sts_core.zip
20 Oct 1996 (catalog date)
896,866 bytes
Download FTP scene.org
Released at event SE96 in the demo division and ranked 10

40 Km Funtro by United Force
/demos/1996/u/uf_40km.zip
03 Jul 1996 (catalog date)
545,874 bytes
Download FTP scene.org
Rating:
Released at event RAGE96 in the demo division and ranked 01

? by Vostorus
/demos/1996/v/vostorus.zip
11 Mar 1997 (catalog date)
265,289 bytes
Download FTP scene.org
Rating:
,,,

Zauron Is 16 by Index
/demos/1996/z/zrn-16.zip
30 Jan 1997 (catalog date)
152,526 bytes
Download FTP scene.org
Rating:
386,GUS/SB

Zwemband by Fyr, Sentinel of Image, Infuse
/demos/1996/z/zwemband.zip
19 Oct 1996 (catalog date)
15,587 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the in4k division and ranked 02

21st Century Digital Boy by Spanish Lords
/demos/1997/0-9/21st.zip
31 Aug 1997 (catalog date)
1,569,073 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the demo division and ranked 05
,,GU1M/SB,8MB

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

36.6 Hello From Heaven by Screwbolt
/demos/1997/0-9/36_6.zip
10 Apr 1997 (catalog date)
5,828,529 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the demo division and ranked 03
COMA ripoff

A by Anakata
/demos/1997/a/a.zip
27 Apr 1997 (catalog date)
10,358 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in4k division and ranked 09

Albert on E by TPOLM
/demos/1997/a/aoe.zip
15 Nov 1997 (catalog date)
48,270 bytes
Download FTP scene.org
Rating:

Apocolypse by TLOTB
/demos/1997/a/apocalyp.zip
31 Aug 1997 (catalog date)
1,965,211 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the demo division and ranked 09
486,,GUS/SB,8MB

Arnie by BadSector
/demos/1997/a/arnie.zip
01 Sep 1997 (catalog date)
888,358 bytes
Download FTP scene.org
Rating:
Released at event SE97 in the demo division and ranked 08
,,GUS/SB,

Ballistic by Creative Illusions
/demos/1997/b/balistic.zip
17 Mar 1997 (catalog date)
524,371 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Basic by DFF
/demos/1997/b/basic.zip
06 Sep 1997 (catalog date)
664,256 bytes
Download FTP scene.org
Rating:
486,,GUS/SB,8MB

Beamed by Blasphemy
/demos/1997/b/beamed.zip
01 Sep 1997 (catalog date)
58,969 bytes
Download FTP scene.org
Rating:
Released at event SE97 in the in64 division and ranked 03

Bambino by Bamboosh
/demos/1997/b/bmb_bino.zip
30 Apr 1997 (catalog date)
87,583 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the dtxt division and ranked 04

Dislocated by Bandwagon
/demos/1997/b/bw-disl.zip
22 Sep 1997 (catalog date)
65,865 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked 03
386,,GUS/SB,

Chaos by Chaos
/demos/1997/c/chaos.zip
25 Oct 1997 (catalog date)
1,134 bytes
Download FTP scene.org
Rating:
Released at event CRS97 in the in1k division and ranked 04

4k Intro by CLM
/demos/1997/c/clmintro.zip
31 Aug 1997 (catalog date)
8,322 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the in4k division and ranked 04
,,Adlib,

Exposure by COMA
/demos/1997/c/cma_expo.zip
04 Mar 1997 (catalog date)
1,945,802 bytes
Download FTP scene.org
Rating:
Released at event DMC97 in the demo division and ranked ??
486,VGA,GUS/SB,8MB

Crazy by ??
/demos/1997/c/crazy.zip
15 Aug 1997 (catalog date)
305,828 bytes
Download FTP scene.org
Rating:
Released at event Z97 in the demo division and ranked ??

Alvin Stardust by Cryonics
/demos/1997/c/crs-alvn.zip
19 Dec 1997 (catalog date)
2,437,297 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the demo division and ranked 01
,VESA,GUS/SB,16+MB

Oxel by Wezo, Reactor of Caterpillar
/demos/1997/c/ctp-oxen.zip
13 Sep 1997 (catalog date)
3,584 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in1k division and ranked 06

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

Beyond the Sea by Control Unit
/demos/1997/c/cu_btsea.zip
15 Nov 1997 (catalog date)
60,233 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Out of Mind by Cyclone
/demos/1997/c/cyc_oom.zip
12 Mar 1997 (catalog date)
528,718 bytes
Download FTP scene.org
Rating:
Released at event LTP97 in the demo division and ranked 05
486DX2,,GUS,

Kissa by Deck Blasters
/demos/1997/d/db_kissa.zip
12 Apr 1997 (catalog date)
931,077 bytes
Download FTP scene.org
Rating:
Released at event JUH97 in the demo division and ranked 05
,,GUS/SB/PAS,

DJ Obsession by Nova
/demos/1997/d/djob.zip
31 Aug 1997 (catalog date)
64,171 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the in64 division and ranked 03

Genesis by Dosis
/demos/1997/d/dss_gnss.zip
31 Aug 1997 (catalog date)
1,566,044 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the demo division and ranked 04
486,,GUS/SB,

BBS Comitek by Ethos 9
/demos/1997/e/e9-comad.zip
20 Apr 1997 (catalog date)
16,289 bytes
Download FTP scene.org
Rating:

Radio Hits (EXE fix) by The End
/demos/1997/e/endrdfix.zip
08 Oct 1997 (catalog date)
184,586 bytes
Download FTP scene.org

Form by Epoxy
/demos/1997/e/epx-form.zip
17 Jul 1997 (catalog date)
269,197 bytes
Download FTP scene.org
Rating:

Ethereal Xperience by Alien
/demos/1997/e/ethereal.zip
31 Aug 1997 (catalog date)
3,332 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the in4k division and ranked 03

Eunectex by Anaconda
/demos/1997/e/eunectex.zip
31 Aug 1997 (catalog date)
3,254,678 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the demo division and ranked 03
P5,VESA,,

First Attempt by Infinite Darkness
/demos/1997/f/firstatt.zip
31 Aug 1997 (catalog date)
47,676 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the in64 division and ranked 09
,,SB,

Fish Life by Croc, Djamm, Nono
/demos/1997/f/fishlife.zip
17 Mar 1997 (catalog date)
666,259 bytes
Download FTP scene.org
Rating:
,,,

Time Zone +13:00 by Eufrosyne
/demos/1997/f/frs_tz13.zip
12 Apr 1997 (catalog date)
706,506 bytes
Download FTP scene.org
Rating:
Released at event JUH97 in the demo division and ranked 03
,,GUS/SB/PAS,

Warning by Fuse
/demos/1997/f/fse_warn.zip
06 May 1997 (catalog date)
57,158 bytes
Download FTP scene.org
Rating:
Released at event X97 in the in64 division and ranked 05

Dome by Flava
/demos/1997/f/fva-dome.zip
15 May 1997 (catalog date)
225,831 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Mara Project/Borntro by G&G Demoswarez
/demos/1997/g/gg_brn.zip
21 Mar 1997 (catalog date)
696,656 bytes
Download FTP scene.org
Rating:
,,,