Search for "ty": 1207 matches(displaying first 250)

Polyfiller Tutorial by Karma of TFL-TDV
/code/3d/docs/ttka3ddo.zip
18 Jan 1998 (catalog date)
15,613 bytes
Download FTP scene.org
Rating:
A good explanation of different types of polyfillers.

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.

Powerrender v2.5 by Egerter Software
/code/3d/systems/pwrndr25.zip
17 Jan 1999 (catalog date)
4,315,320 bytes
Download FTP scene.org
Rating:
Pretty good and professional 3d system.

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.

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.

IW SDK
/code/audio/docs/iw_sdk20.zip
10 Jul 1997 (catalog date)
2,796,518 bytes
Download FTP scene.org
Rating:
The SDK for the IW chip. The docs are Adobe Acrobat files and are probably meant for printing out. I didn't try yet, but the "univerval translator" at CMU should be able to convert the files to a text format, which would be infinitely more useful. This is one of those everything you needed to know and more type docs.

Bells, Whistles, and Sound Boards by Lee Schlunder
/code/audio/players/bwsb120a.zip
10 Jan 1997 (catalog date)
326,365 bytes
Download FTP scene.org
Rating:
A Music player library - Interfaces from Pascal. Has support for a few formats and a decent variety of sound cards.

Bells, Whistles, and Sound Boards by Lee Schlunder
/code/audio/players/bwsb120b.zip
10 Jan 1997 (catalog date)
517,142 bytes
Download FTP scene.org
Rating:
A Music player library - Interfaces from Pascal. Has support for a few formats and a decent variety of sound cards.

Gold Play by Sourcer of CodeBlasters
/code/audio/players/goldp101.zip
10 Jan 1997 (catalog date)
77,277 bytes
Download FTP scene.org
Rating:
A mod player - Predates the popularity of st3 and GUS and has no support for either. No sound playing code, but has a few simple examples. Knowledge of Swedish helpful.

Module Player For Borland/Turbo Pascal 7.0 by Charles Attard.
/code/audio/players/modunit2.zip
17 Jan 1999 (catalog date)
176,078 bytes
Download FTP scene.org
Rating:
Supports 699/mod/mtm/nst/s3m/wav/xi/xm on all SoundBlaster Pro cards and compatibles. Quality could be better.

MOD Units by Charles Attard
/code/audio/players/modunits.zip
01 Jul 1997 (catalog date)
98,726 bytes
Download FTP scene.org
Rating:
TPU units for music playback. Supports a nice variety of file formats, but doens't support the GUS natively.

Tnt's Mod Player by ByteRaver of TNT, NO-ID
/code/audio/players/tnt-mp11.zip
10 Jun 1998 (catalog date)
306,622 bytes
Download FTP scene.org
This is a .MOD, .WOW player for DOS or a W95 DOS BOX. It supports the GUS and SoundBlaster. Features are interpolative mixing routines (stereo with panning effects), 5 octaves, 1 to 32 channels, _ALL_ MOD types supported, very powerful .MOD loader, MIDAS-alike setup. full pascal and asm source is included. Info about programming mixing routines is included, too.

Module Detector by Harald Zappe
/code/audio/utils/detect.zip
26 Feb 1998 (catalog date)
6,894 bytes
Download FTP scene.org
Rating:
Determines the module type of any file. Module types invented after 1994 are not supported.

MPEG Player by MikMak
/code/audio/utils/maplaypc.zip
10 Jan 1997 (catalog date)
212,398 bytes
Download FTP scene.org
Rating:
An MPEG audio player for PC - Has the source to the original MAPLAY utility and the source for the MSDOS port is available upon request.

Kukoo2 source by Type One of TFL-TDV
/code/demosrc/bbsintro/kuk2src.zip
10 Jan 1997 (catalog date)
159,048 bytes
Download FTP scene.org
Rating:
Source for the second part of kukoo2 (A BBS ad) with multiple parallax-esque scrollers - Refuses to recompile for me, though it looks as if it should. I didn't try MASM though.

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.

Contrast source by Type One, Gopi, Bismark, Karma, Sam of TFL-TDV
/code/demosrc/demos/contrsrc.zip
10 Jan 1997 (catalog date)
1,105,116 bytes
Download FTP scene.org
Rating:
Sources for Contrast - Comments variable on the coder, but on the whole, they are good. This is a good example of how to get a multi-coder demo made. The .exe will not run under Win'95.

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.

VGAless source by Quantum Porcupine
/code/demosrc/demos/src_less.zip
10 Jan 1997 (catalog date)
10,853 bytes
Download FTP scene.org
Rating:
Source for a 8086/CGA demo - Nifty that the demo runs on an 8086. The source won't recompile. One file without comments.

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.

Chaos by Consub of CSB
/code/demosrc/intros/csb_csrc.zip
10 Jul 1997 (catalog date)
24,328 bytes
Download FTP scene.org
Rating:
Simple 4k intro. Shadebobs, fire, some random stuff. Nifty idea for using 7 segment displays for all the text.

Hooray by Neon of Spetsnaz
/code/demosrc/intros/hooray.zip
19 Jan 1998 (catalog date)
31,077 bytes
Download FTP scene.org
Rating:
Hooray 4-k intro (raytracing). Good code style for assembler, well commented functions, poorly commented math.

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.

Sine Creator by Zyric
/code/editors/sc10f.zip
26 Feb 1998 (catalog date)
45,053 bytes
Download FTP scene.org
Rating:
Mouse driven utility to create nice sine curves to use for your demo effects.

Bump Map Routine by Ollie of Kalvados
/code/effects/bump/bumptut.zip
19 Jan 1998 (catalog date)
67,998 bytes
Download FTP scene.org
Rating:
Dirty pixels in the light map. Some useful comments.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/textps.zip
18 Jan 1998 (catalog date)
75,676 bytes
Download FTP scene.org
Rating:
Postscript version. Explains how to make a 3D engine like the one used in Doom.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/texttext.zip
18 Jan 1998 (catalog date)
9,162 bytes
Download FTP scene.org
Rating:
Text version. Explains how to make a 3D engine like the one used in Doom. This version does not include any illustrations!

bglass by Konrad Olejnik of K!O
/code/effects/lens/bglass.zip
19 Jan 1998 (catalog date)
50,803 bytes
Download FTP scene.org
Rating:
Bumped glass routine. For TMT pascal. You might call this a bump map type effect. The difference I'm going to call is that bump map routines alter light intensity while lens routines change your position in a texture map. Interesting way to get the timer! :) For C users, that would be int *time = 0x046C. See a BIOS data reference for further details.

ANuBiS DeMo TUtORs by RaPhiuS of ANubIS
/code/effects/plasma/anutut1.zip
19 Jan 1998 (catalog date)
71,746 bytes
Download FTP scene.org
Rating:
Simple Plasma Example. For Watcom, poor code style.

Vertical Copper Bars by Type One of TFL-TDV
/code/effects/raster/intro5.zip
25 Aug 1997 (catalog date)
21,193 bytes
Download FTP scene.org
Rating:
No explanation, comments are in French.

Rasters Bars by Type One of TFL-TDV
/code/effects/raster/raster9.zip
29 May 1997 (catalog date)
32,595 bytes
Download FTP scene.org
Rating:
A classic raster bar effect with some vector balls moving on the foreground.

Fullscreen Rotozoomer by Scott A. Deming
/code/effects/rotozoom/fullr_1.zip
26 Jun 1997 (catalog date)
17,886 bytes
Download FTP scene.org
Rating:
The algorithm is mathematicaly correcty, but it can be done faster.

Scaling Routines by John A. Slagel
/code/effects/scaling/scale.zip
08 Jul 1997 (catalog date)
6,996 bytes
Download FTP scene.org
Rating:
Some pretty flexible scaling routines for modeX and mode 13h.

Star 97 by Deathlock
/code/effects/stars/star97.zip
19 Jan 1998 (catalog date)
3,299 bytes
Download FTP scene.org
Rating:
97 byte starfield. You were outdone on the concept for this one. Looks much better than the twentysomethings starfields. Well commented.

Tunnel Source by bca of Karva
/code/effects/tunnel/bca_tnl.zip
19 Jan 1998 (catalog date)
19,956 bytes
Download FTP scene.org
Rating:
A texture mapped tunnel effect. Has holes in the tunnel. No useful comments in the source. One nifty (old!) idea of taking advantage of mirrors in the lookup table. FYI - vasen=left, oikea=right, yl„=upper, ala=lower.

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

Wormhole by Lucifer of Lucifer
/code/effects/wormhole/1luc_wrm.zip
10 Jan 1997 (catalog date)
10,614 bytes
Download FTP scene.org
Rating:
Qbasic sources for a wormhole - QBasic?!? Nifty! :)

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.

Data File Extractor by Patch
/code/fileutil/fcdemoex.zip
26 Feb 1998 (catalog date)
10,022 bytes
Download FTP scene.org
Rating:
Extractor for Future Crew demos. Extracts the data from Fishtro, Theparty, Unreal and Panic.

File (de)concatenator by Kli
/code/fileutil/klitar10.zip
17 Jan 1999 (catalog date)
19,344 bytes
Download FTP scene.org
Rating:
Puts separate files in one big file and separates them again. Not very useful, unless you want to use it as a utility for your own virtual file system.

PCX To RAW Converter by Jinx
/code/fileutil/slpcxraw.zip
26 Feb 1998 (catalog date)
43,706 bytes
Download FTP scene.org
Rating:
Menu driven utility to convert pcx files to a raw picture file and a vga palette file.

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

CPUID for intel by Intel engineer(s)
/code/hardware/cpu/cpuid3.zip
10 Jan 1997 (catalog date)
6,402 bytes
Download FTP scene.org
Rating:
Source to detect which intel chip is in a computer - Useful, but not much to look at. It's there for you to use if you ever need to detect what type of processor is in a machine.

CPUID for intel by Doctor Sludge
/code/hardware/cpu/cputest2.zip
10 Jan 1997 (catalog date)
10,953 bytes
Download FTP scene.org
Rating:
Source to detect which intel chip is in a computer - Detects the processor for sure, but does it by checking for invalid opcodes. If you need to detect CPU type, I suggest /code/hardware/processor/cpuid3.zip.

Xi Development System by Fysx
/code/hardware/pmode/xids0815.zip
19 Jan 1998 (catalog date)
43,131 bytes
Download FTP scene.org
Rating:
Xi Development System, a pmode extender. Uses tlink in the end, but works from watcom and tasm. Possibly a contender if you're writing a 64k intro and need a pmode extender. I'm unsure of it's stability, but it's small.

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.

VidBlitz by Zax
/code/hardware/video/vblitz13.zip
10 Jan 1997 (catalog date)
184,347 bytes
Download FTP scene.org
Rating:
A utility to give you bliting times from your video card - Useless?

VidTimer by Zax
/code/hardware/video/vtime110.zip
10 Jan 1997 (catalog date)
179,797 bytes
Download FTP scene.org
Rating:
A utility to give you bliting times from your video card - Same as vblitz13.zip, just a different version.

PCX to Cpp converstion utility by Tumblin of Bodies In Motion
/code/images/pcx2csrc.zip
15 Apr 1997 (catalog date)
21,714 bytes
Download FTP scene.org
For use with XLIB.

Tweak VGA Library by Type One of TFL-TDV
/code/library/flamoot.zip
01 Dec 1997 (catalog date)
14,836 bytes
Download FTP scene.org
Rating:
Supports a lot of different tweaked vga modes.

Multipage VGA Library by Lin Ke-Fong
/code/library/mpvga10.zip
01 Dec 1997 (catalog date)
84,061 bytes
Download FTP scene.org
Rating:
VGA library by Lin Ke-Fong. Very good tweaked vga library. It automaticaly detects the vga card to offer as much functionality as possible instead of using the standard vga settings only like most libraries do.

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.

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.

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.

3DS converter by MRI of Doomsday
/code/utils/3d/3dsco20.zip
25 Aug 1997 (catalog date)
14,233 bytes
Download FTP scene.org
Rating:
Reads a 3ds file and outputs an easier to read format. Good utility with full source for reading .3DS files. It's easily tweakable (with a #define) to read from a file or memory and not that difficult to tweak for your own 3d structures. It's also done well enough that adding support for more features of the .3ds format should not be that difficult from a coding standpoint. Specs are admittedly hard to find.

3DS converter by MRI of Doomsday
/code/utils/3d/3dsrdr13.zip
25 Aug 1997 (catalog date)
6,754 bytes
Download FTP scene.org
Rating:
Reads a 3ds file and outputs an easier to read format. An update of Jare's 3dsrdr12. Get the above for usefulness, get Jare's original version for posterity or more complete informations.

3D Modeler by T.Lewis
/code/utils/3d/clay235.zip
26 Feb 1998 (catalog date)
167,316 bytes
Download FTP scene.org
Contains a nasty display bug.

Font3D v1.5 by Todd A. Prater
/code/utils/3d/f3d150.zip
26 Feb 1998 (catalog date)
322,012 bytes
Download FTP scene.org
Rating:
Converts truetype fonts into 3d fonts.

Boot by ? of Ooze
/code/utils/boot/0l_boot.zip
25 Aug 1997 (catalog date)
81,135 bytes
Download FTP scene.org
Rating:
Reboots & boot sector util. A utility that'll reboot your computer (which isn't terribly useful) and to read/write boot sectors. It's a good, hard to find utility for someone just poking into that sort of stuff.

DeKompress DOS32 by Dark Fibre
/code/utils/compiler/dkd32.zip
10 Jan 1997 (catalog date)
12,414 bytes
Download FTP scene.org
Rating:
Decompresses files made with and compressed via DOS32 - This utility could be useful for rippers faced with intros coded with DOS32. It will unpack the exe and one can use further programs to extract mod files or graphics.

Byteraper 2000 v4.0b by Litening
/code/utils/graphics/byterape.zip
26 Feb 1998 (catalog date)
165,061 bytes
Download FTP scene.org
Rating:
A utility to rip graphics and mods out of demos. Doesn't work when compression is used, and it also doesn't support modern module formats.

Palette Generator by BlackBob
/code/utils/graphics/palgen.zip
01 Jul 1997 (catalog date)
11,178 bytes
Download FTP scene.org
Rating:
A utility to generate palettes. Clumsy text mode interface, using dp2e to generate a palette would be much easier.

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.

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

DFMAKE by Alessandro Job
/code/utils/packers/dfmake.zip
10 Jan 1997 (catalog date)
39,904 bytes
Download FTP scene.org
Rating:
A program and library for accessing data from a datafile from Watcom - Useful little utility. Very simple.

FLI/FLC Compressing Utility by Goto64 of Purple
/code/video/lzakit90.zip
17 Jan 1999 (catalog date)
286,808 bytes
Download FTP scene.org
Rating:
Very useful if you want to include animations in your demo.

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

Nintendo by Typhoon
/demos/1992/nintendo.zip
29 Jun 1996 (catalog date)
169,543 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:

Second Reality by Future Crew
/demos/1993/0-9/2ndreal.zip
29 Jun 1996 (catalog date)
2,084,666 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 01
Watch: YouTube

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.

Radioactivity by ICSPC
/demos/1993/a/activity.zip
29 Jun 1996 (catalog date)
899,170 bytes
Download FTP scene.org
Rating:

Carrier by Tyrant
/demos/1993/c/carrier.zip
29 Jun 1996 (catalog date)
7,253 bytes
Download FTP scene.org
Rating:

Diftro by Digital Infinity
/demos/1993/d/diftro.zip
29 Jun 1996 (catalog date)
183,045 bytes
Download FTP scene.org
Rating:

Diftro 2 by Digital Infinity
/demos/1993/d/diftro2.zip
29 Jun 1996 (catalog date)
272,461 bytes
Download FTP scene.org
Rating:

Mentality by Mental Design
/demos/1993/m/md_mtlty.zip
29 Jun 1996 (catalog date)
311,415 bytes
Download FTP scene.org
Rating:

Purity by Distorsion
/demos/1993/p/purity.zip
29 Jun 1996 (catalog date)
1,280,640 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 06

Stereo Type by TEI
/demos/1993/s/stereo.zip
29 Jun 1996 (catalog date)
406,747 bytes
Download FTP scene.org
Rating:

Typhoid (fix) by Symptom
/demos/1993/t/typhfix.zip
29 Jun 1996 (catalog date)
6,116 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 07

Typhoid by Symptom
/demos/1993/t/typhoid.zip
29 Jun 1996 (catalog date)
46,557 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 07

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

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

Xmas '93 by Superiority Complex
/demos/1993/x/xmas_93.zip
29 Jun 1996 (catalog date)
278,744 bytes
Download FTP scene.org
Rating:

1st Infection by N-Factor
/demos/1994/0-9/1infect.zip
29 Jun 1996 (catalog date)
788,796 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the demo division and ranked ??
N-Factor's first production, released at Wired'94 - a good "first-time" production for a new group. Lots of vector objects, some unlimited bobs, and textured planes - a top and bottom of the screen - but they are doing many things with this simple transform table: like really interesting flight of space ship over you (like in 2nd Reality), but textured (looks much-much better).

Second Reality (fix) by Future Crew
/demos/1994/0-9/2ndpatch.zip
29 Jun 1996 (catalog date)
36,816 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 01

Fairy Tale by Styx
/demos/1994/f/fairy.zip
29 Jun 1996 (catalog date)
781,530 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 18

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

Inspiration by Reality
/demos/1994/i/inspirat.zip
29 Jun 1996 (catalog date)
146,483 bytes
Download FTP scene.org
Rating:

Michelletro by Digital Infinity
/demos/1994/m/mictro.zip
23 Aug 1996 (catalog date)
506,464 bytes
Download FTP scene.org

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

Inside Insanity by Ozone
/demos/1994/s/saneins.zip
29 Jun 1996 (catalog date)
261,507 bytes
Download FTP scene.org
Rating:

Tylsae by Tarzan Tuotanto
/demos/1994/t/tylsae.zip
29 Jun 1996 (catalog date)
55,524 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Virtually Reality by Vacant Space
/demos/1994/v/vs_vreal.zip
29 Jun 1996 (catalog date)
671,291 bytes
Download FTP scene.org
Rating:

West Virginia University by ???
/demos/1994/w/wvu.zip
29 Jun 1996 (catalog date)
53,851 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,

Answer by Warlock of Amnesty
/demos/1995/a/answer.zip
29 Jun 1996 (catalog date)
40,613 bytes
Download FTP scene.org
Rating:

Charity by Symptom
/demos/1995/c/charf.zip
29 Jun 1996 (catalog date)
62,296 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 17

Complexity by Byteam
/demos/1995/c/clxfinal.zip
29 Jun 1996 (catalog date)
9,686 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 07

Elegance by Simplicity
/demos/1995/e/elegance.zip
24 May 1997 (catalog date)
1,432,916 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 15

Randomize by Tyhmat Juntit
/demos/1995/e/elitintr.zip
30 Jun 1996 (catalog date)
6,452 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the in64 division and ranked 08

Equality by Trance
/demos/1995/e/equality.zip
24 May 1998 (catalog date)
87,528 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the demo division and ranked EE

Fruit Cake by Deus
/demos/1995/f/fruity.zip
30 Jun 1996 (catalog date)
57,524 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked ??

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

Divine Booty by Plant
/demos/1995/f/ftj_love.zip
30 Jun 1996 (catalog date)
3,080,190 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked DD

Hardboiled by Reality
/demos/1995/h/hardboil.zip
30 Jun 1996 (catalog date)
20,691 bytes
Download FTP scene.org
Rating:

Incompatibility by Byteam
/demos/1995/i/incompa.zip
24 May 1998 (catalog date)
66,694 bytes
Download FTP scene.org
Rating:
386,,GUS,

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

Mighty by Xtacy
/demos/1995/m/mighty.zip
30 Jun 1996 (catalog date)
1,061,600 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the demo division and ranked 02

PartyPix by Saturday Night Live
/demos/1995/p/partypix.zip
30 Jun 1996 (catalog date)
221,450 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the demo division and ranked 06

Perfect Balance by Wild Style
/demos/1995/p/perfect.zip
30 Jun 1996 (catalog date)
1,185,766 bytes
Download FTP scene.org
Rating:

Phenotype (bugfix) by Purge
/demos/1995/p/phenofix.zip
30 Jun 1996 (catalog date)
609,635 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 03

Reality Impact by Halo
/demos/1995/r/realimp.zip
14 May 1997 (catalog date)
63,078 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 08
,,GUS/SB,

Reality by Funk
/demos/1995/r/reality.zip
30 Jun 1996 (catalog date)
65,172 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 16

BBS Mindflux by Reality
/demos/1995/r/rty_flux.zip
30 Jun 1996 (catalog date)
17,481 bytes
Download FTP scene.org
Rating:

Scoop by Reality
/demos/1995/s/scoop_.zip
24 Jul 1996 (catalog date)
89,018 bytes
Download FTP scene.org
Rating:

Semtex City by Jeskola
/demos/1995/s/semtex.zip
30 Jun 1996 (catalog date)
410,694 bytes
Download FTP scene.org
Rating:
Released at event JUH95A in the demo division and ranked 01

Serenity by Immortal Syndicate
/demos/1995/s/serenity.zip
30 Jun 1996 (catalog date)
44,207 bytes
Download FTP scene.org
Rating:

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

Startro by Reality
/demos/1995/s/startro.zip
30 Jun 1996 (catalog date)
18,190 bytes
Download FTP scene.org
Rating:

Party 5 by Strontium 90
/demos/1995/t/tp5_st90.zip
30 Jun 1996 (catalog date)
42,601 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the ???? division and ranked ??

Dong by Velocity
/demos/1995/v/vlc_dong.zip
14 May 1997 (catalog date)
45,752 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked DD

Sqrt(2) Reality by Future Screw
/demos/1996/0-9/14ndreal.zip
04 Dec 1996 (catalog date)
1,490,499 bytes
Download FTP scene.org
Released at event ABD96 in the demo division and ranked 15

Pain by Amnesty
/demos/1996/a/ame_pain.zip
30 Jun 1996 (catalog date)
5,551 bytes
Download FTP scene.org
Rating:
Released at event GP96 in the in4k division and ranked 01

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,

Synd Pa Fuglemannen by Calamity
/demos/1996/c/cmy-bird.zip
06 Jul 1996 (catalog date)
76,212 bytes
Download FTP scene.org
Rating:

AU by Calamity
/demos/1996/c/cmy-demo.zip
13 Jul 1996 (catalog date)
137,319 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the demo division and ranked ??

XMas Greetings by Circle of Tyrants
/demos/1996/c/cotxmas.zip
08 Feb 1997 (catalog date)
50,247 bytes
Download FTP scene.org
Rating:
VGA,GUS

Infinity by Craw Productions
/demos/1996/c/craw_inf.zip
30 Jun 1996 (catalog date)
799,842 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked 02

In Activity by Dinasty
/demos/1996/d/dny-inac.zip
17 Dec 1996 (catalog date)
72,275 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the in64 division and ranked ??

Dirty Old People by Fuel
/demos/1996/d/dop.zip
06 Dec 1996 (catalog date)
20,234 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in64 division and ranked 13

Cracktro by Dynasty
/demos/1996/d/dynasty.zip
15 Jul 1997 (catalog date)
37,981 bytes
Download FTP scene.org
Rating:
,,GUS,

Embraced by Circle of Tyrants
/demos/1996/e/embraced.zip
19 Oct 1996 (catalog date)
68,767 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the in64 division and ranked 07

Deform by Faculty
/demos/1996/f/fcy-dfrm.zip
12 Aug 1996 (catalog date)
1,379,972 bytes
Download FTP scene.org
Rating:
Released at event FLAG96 in the demo division and ranked 02

Levitations by Faculty
/demos/1996/f/fcy_lvtt.zip
09 Feb 1997 (catalog date)
2,575,999 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 17
P5,VESA,GUS.8MB

Full Motion by Spirit New Style
/demos/1996/f/fmotion.zip
19 Oct 1996 (catalog date)
2,149,454 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the demo division and ranked 02

Frosty by Sir Hes
/demos/1996/f/frosty.zip
30 Jun 1996 (catalog date)
19,648 bytes
Download FTP scene.org
Rating:

Empty by Halcyon
/demos/1996/h/h_empty.zip
18 Dec 1996 (catalog date)
67,940 bytes
Download FTP scene.org
Rating:
Released at event SEN96 in the in64 division and ranked 01

John's X-ray Party by Pint, Craptain of Joy
/demos/1996/j/joy_jxp.zip
30 Jun 1996 (catalog date)
229,216 bytes
Download FTP scene.org
Rating:

Kvalitet by Fidgety, Thumbz of TP, ??
/demos/1996/k/kvalitet.zip
13 Jul 1996 (catalog date)
4,381 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in4k division and ranked ??

Manty the Ambient by Aurinkovoodoomandariini
/demos/1996/m/manty.zip
03 Jul 1996 (catalog date)
47,185 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the in64 division and ranked 04

Maximum Reality by Unique PC
/demos/1996/m/maxreal.zip
30 Jun 1996 (catalog date)
10,931 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the in4k division and ranked 01

Mosquito by Faculty
/demos/1996/m/mosquito.zip
30 Jun 1996 (catalog date)
1,053,294 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the demo division and ranked 05

Perplexity by Noice
/demos/1996/n/noc_perp.zip
20 Jan 1997 (catalog date)
531,144 bytes
Download FTP scene.org
Rating:

Originality by Vector
/demos/1996/o/original.zip
30 Jun 1996 (catalog date)
174,534 bytes
Download FTP scene.org
Rating:

Pseudoreality by Darkness
/demos/1996/p/psreal.zip
18 Jul 1996 (catalog date)
115,042 bytes
Download FTP scene.org
Rating:

Pure Spirit by The Counsellor of Spirit New Style
/demos/1996/p/pure.zip
14 Sep 1996 (catalog date)
9,542 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in4k division and ranked 01

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

Revolt by Amnesty
/demos/1996/r/revolt.zip
30 Jun 1996 (catalog date)
64,444 bytes
Download FTP scene.org
Rating:
Released at event GP96 in the in64 division and ranked 01

Toasty by Red Power
/demos/1996/r/rptoasty.zip
12 Oct 1996 (catalog date)
951,029 bytes
Download FTP scene.org
Rating:
Released at event GAR96 in the demo division and ranked 06

Shorty by The Russian of The Clan
/demos/1996/s/shorty.zip
14 Sep 1996 (catalog date)
6,880 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in4k division and ranked 06

Ropotys by Skraappa Skruuppi
/demos/1996/s/skr_ropo.zip
16 Nov 1996 (catalog date)
45,543 bytes
Download FTP scene.org
Released at event SKE96 in the in64 division and ranked ??

Sleek Society by Gelica
/demos/1996/s/ssociety.zip
06 Jul 1996 (catalog date)
367,335 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked ??

State by Spirit New Style
/demos/1996/s/state.zip
19 Oct 1996 (catalog date)
55,671 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the in64 division and ranked 01

Depravity by United Force
/demos/1996/u/uf_depr.zip
17 Dec 1996 (catalog date)
1,326,771 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the demo division and ranked ??

Reality Bytes by Velvet
/demos/1996/v/vlt_byte.zip
30 Jun 1996 (catalog date)
3,222,196 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the demo division and ranked 03

Water by Spirit New Style
/demos/1996/w/water.zip
14 Sep 1996 (catalog date)
188,045 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in64 division and ranked 06

Zero Gravity by Blasphemy
/demos/1996/z/zerograv.zip
09 Feb 1997 (catalog date)
2,036,526 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 13
P5,GUS/SB/PAS,4MB

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

Party Coding by Axioma
/demos/1997/a/aa_pcode.zip
11 Apr 1997 (catalog date)
84,491 bytes
Download FTP scene.org
Rating:
Released at event KER97 in the in64 division and ranked 01

Trutymo by Axioma
/demos/1997/a/aa_truty.zip
13 Sep 1997 (catalog date)
1,041,767 bytes
Download FTP scene.org
Released at event ANT97 in the demo division and ranked 03

Shitty Shit by BlackHack
/demos/1997/b/blk_shit.zip
17 Jan 1998 (catalog date)
61,888 bytes
Download FTP scene.org
Rating:
Released at event AST97 in the in64 division and ranked 01

Ich Hat Ein Cap by Calamity
/demos/1997/c/cmy-ich.zip
07 Dec 1997 (catalog date)
782,577 bytes
Download FTP scene.org
Released at event DST97 in the demo division and ranked 05

Odontolog by Calamity
/demos/1997/c/cmy_odon.zip
12 Jan 1998 (catalog date)
61,036 bytes
Download FTP scene.org
Rating:

Liity Kerhoon by COMA
/demos/1997/c/comaclub.zip
22 Jul 1997 (catalog date)
65,107 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the in64 division and ranked 06
,,GUS,

Commander Culp 5 by Grinders
/demos/1997/c/culp_5.zip
28 Mar 1997 (catalog date)
2,292,757 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the demo division and ranked EE
gory guy-anim-style cartoon - DX/33,,GUS/SB/PAS,

Motions by Faculty
/demos/1997/f/fcy-moti.zip
07 Aug 1997 (catalog date)
3,013,540 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the demo division and ranked 01
P5,VESA,GUS,8MB

Firgbump by Matyi of Keen Team
/demos/1997/f/firgbump.zip
11 May 1997 (catalog date)
5,336 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in4k division and ranked 03

Dirty Old People 2 by Fuel
/demos/1997/f/fl-dop2.zip
09 Nov 1997 (catalog date)
59,823 bytes
Download FTP scene.org
Rating:
Released at event BIZ97 in the in64 division and ranked 05

Autyzm by Fuse
/demos/1997/f/fse_auty.zip
24 Oct 1997 (catalog date)
3,083,847 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 05
P5,,GUS1M,12MB

Shame On Us by Guilty of Design
/demos/1997/g/god_sham.zip
22 Mar 1998 (catalog date)
322,440 bytes
Download FTP scene.org
Rating:
,,SB,

Typhoid by React of Gyroscope
/demos/1997/g/grc-typh.zip
13 Sep 1997 (catalog date)
4,218 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in4k division and ranked 02

Ice by Entity
/demos/1997/i/ice.zip
17 Jun 1997 (catalog date)
194,454 bytes
Download FTP scene.org
,,GUS/SB/PAS,

IFS 3D by Jilt of Liberty
/demos/1997/i/ifs3d.zip
27 Mar 1997 (catalog date)
4,251 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in4k division and ranked 02

Fast Food by Jestyr
/demos/1997/j/js-ff.zip
14 Jan 1998 (catalog date)
151,332 bytes
Download FTP scene.org
Rating:

Gone by Liberty
/demos/1997/l/lbt_gone.zip
22 Nov 1997 (catalog date)
3,551,013 bytes
Download FTP scene.org
Rating:
Released at event IO97 in the demo division and ranked ??
,,GUS/SB,8MB

Megacity x2000 by The Phrenetics
/demos/1997/m/mega_rel.zip
14 Jan 1998 (catalog date)
64,314 bytes
Download FTP scene.org
Rating:

Netty by TPOLM
/demos/1997/m/mensverk.zip
25 Jul 1997 (catalog date)
368,698 bytes
Download FTP scene.org
Rating:
Released at event REM97 in the demo division and ranked 02

Motions (VESA fix) by Faculty
/demos/1997/m/motfix.zip
07 Aug 1997 (catalog date)
12,066 bytes
Download FTP scene.org
Released at event RAGE97 in the demo division and ranked 01

Acid Becomes Reality by Micropyle
/demos/1997/m/mpl-abr.zip
11 May 1997 (catalog date)
79,019 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in64 division and ranked 09

Onfris by Inopia, Deadline, Sagacity
/demos/1997/o/onfris.zip
27 Dec 1997 (catalog date)
70,406 bytes
Download FTP scene.org
Rating:
Released at event BIZ97 in the in64 division and ranked 02
,,GUS,

Qrash by Queue Members Group
/demos/1997/q/qrash.zip
15 Nov 1997 (catalog date)
2,120,307 bytes
Download FTP scene.org
Rating:
Yet another COMA-type demo, supports DOS/Win32/Unix/OS2 - 486,VESA,GUS/SB,

How Can You Get Yours? by Reality Benders
/demos/1997/r/rb_how.zip
02 Sep 1998 (catalog date)
302,528 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the demo division and ranked XX
486,,GUS/SB/PAS,

Saturday by Spirit New Style
/demos/1997/s/sns_sday.zip
06 May 1997 (catalog date)
2,854,633 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 03
P5,,GUS/SB,

The Dream by Spirit New Style
/demos/1997/s/sns_tdrm.zip
13 Sep 1997 (catalog date)
4,467 bytes
Download FTP scene.org
Rating:
Released at event X97 in the in4k division and ranked 01

Stupidity by N-Zone
/demos/1997/s/stupid_.zip
06 Apr 1997 (catalog date)
1,225,467 bytes
Download FTP scene.org
Rating:
Released at event VOL97 in the demo division and ranked 07

Sweety by Blabla
/demos/1997/s/sweety.zip
30 Aug 1997 (catalog date)
1,620,327 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the demo division and ranked 11
,VESA,,

Torso 2 by Mutante
/demos/1997/t/torso2.zip
11 Jun 1997 (catalog date)
184,967 bytes
Download FTP scene.org
Rating:
COMA style - ,,GUS@210-240,

Trzecie Tysiaclecie by Hellcore
/demos/1997/t/tt.zip
24 Oct 1997 (catalog date)
60,471 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the in64 division and ranked 07
,,GUS,

Tytot by Tarzan Tuotanto
/demos/1997/t/tytot.zip
08 Feb 1998 (catalog date)
4,649,530 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 12

Donna by Velocity
/demos/1997/v/vlc_dnna.zip
23 Jul 1997 (catalog date)
1,075,664 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the demo division and ranked 11
486,,GUS/SB/PAS,

Inmate by Calamity
/demos/1998/c/cmy-inm.zip
12 Aug 1998 (catalog date)
553,742 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the demo division and ranked 01

Rize by Dinasty
/demos/1998/d/dny-rize.zip
07 Mar 1998 (catalog date)
60,906 bytes
Download FTP scene.org
Released at event FLAG98 in the in64 division and ranked 03

Final Reality by Remedy
/demos/1998/f/fr101.exe
01 Mar 1998 (catalog date)
7,964,246 bytes
Download FTP scene.org
Rating:
Win95

The Gaffer Experience by Jestyr, Black Fox
/demos/1998/g/gafexp.zip
15 Aug 1998 (catalog date)
184,498 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the infs division and ranked ??
,,GUS/SB,

Immortality by The Solar Group
/demos/1998/i/immort.zip
23 Jun 1998 (catalog date)
1,582,765 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the demo division and ranked 08
486-66,,GUS/SB/PAS,8MB

Insanity by Paranoid Productions
/demos/1998/i/insanity.zip
23 Jun 1998 (catalog date)
2,926,767 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the demo division and ranked 05
slow precalc - ,,GUS/SB,

BBS Metal Grave by Infinity Spectrum, Xylem
/demos/1998/i/is_grave.zip
04 Jun 1998 (catalog date)
7,526 bytes
Download FTP scene.org
Rating:
,,Adlib,

Easter Intro by Jestyr
/demos/1998/j/js-east.zip
16 May 1998 (catalog date)
171,912 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Germany's Pride by Accept Party Posse
/demos/1998/k/kalli.zip
22 May 1998 (catalog date)
685,677 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 19

Bindu by Cheo of Liberty
/demos/1998/l/lbt_bind.zip
30 Oct 1998 (catalog date)
5,928 bytes
Download FTP scene.org
Rating:

Gravity by Liberty
/demos/1998/l/lbt_grav.zip
30 Oct 1998 (catalog date)
3,303,399 bytes
Download FTP scene.org
Rating:
Released at event RH98 in the demo division and ranked 02
P5,VESA,,16MB

Lockdown by Reality Benders
/demos/1998/l/lockdown.zip
18 Oct 1998 (catalog date)
38,010 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in64 division and ranked 05
,,GUS,

Revolution by Priority
/demos/1998/p/pr_revol.zip
07 Mar 1998 (catalog date)
51,454 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the in64 division and ranked 06
,,GUS,

Black Magic by Reality Benders
/demos/1998/r/rb_black.zip
04 Jul 1998 (catalog date)
35,367 bytes
Download FTP scene.org
Rating:
,,GUS,

Twenty-four Seven by Sonik Clique, Pulse
/demos/1998/s/s-24_7.zip
19 May 1998 (catalog date)
184,643 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the demo division and ranked 13
,,GUS/SB/PAS,

Senility by Gyr, Zoon
/demos/1998/s/senility.zip
15 Aug 1998 (catalog date)
94,618 bytes
Download FTP scene.org
Released at event COV98 in the in64 division and ranked ??
,,GUS/SB,

Styler 2 by Knights
/demos/1998/s/styler2.zip
03 Oct 1998 (catalog date)
1,123,448 bytes
Download FTP scene.org
Rating:
P100,VESA,GUS/SB/PAS,16MB

This is How We Party by M.A.D.
/demos/1998/t/this_is_.zip
24 Oct 1998 (catalog date)
2,253,949 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the dwin division and ranked 02
Win95

Sanity Logo by Ra
/graphics/images/1993/ra-sanit.zip
13 Sep 1997 (catalog date)
10,196 bytes
Download FTP scene.org
Rating:
320x256x256

Al Bundy by Tyshdomos
/graphics/images/1994/a/albundy.zip
04 Jul 1996 (catalog date)
42,748 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 04

Party Animal by Dice
/graphics/images/1994/p/partyan2.zip
04 Jul 1996 (catalog date)
26,016 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Raped Aga-Comp by Tyshdomos
/graphics/images/1994/r/rapedaga.zip
04 Jul 1996 (catalog date)
61,386 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 11

Spaghetti Bolognese by Tyoata
/graphics/images/1994/s/spaghett.zip
04 Jul 1996 (catalog date)
1,475 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Tygron by Shanedog
/graphics/images/1994/t/tygrons.zip
04 Jul 1996 (catalog date)
102,913 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

The Two Oddity by Mazor
/graphics/images/1995/0-9/2oddity.zip
04 Jul 1996 (catalog date)
34,928 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the grfx division and ranked 08

Grandma by Tyshdomolo
/graphics/images/1995/g/grandma.zip
04 Jul 1996 (catalog date)
35,738 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked 12

Misty Dream by Prayer
/graphics/images/1995/m/mistydrm.zip
04 Jul 1996 (catalog date)
27,877 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the grfx division and ranked 01

No Gravity by Vivaldee
/graphics/images/1995/n/nogravit.zip
04 Jul 1996 (catalog date)
201,633 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the grfx division and ranked ??

Party Pig by Contrast
/graphics/images/1995/p/partypig.zip
12 Sep 1996 (catalog date)
27,296 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the grfx division and ranked 03

You Too Can Be a Graphics Dude by Blue Gravity
/graphics/images/1996/b/bg-naid1.zip
24 Aug 1996 (catalog date)
133,864 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the grfx division and ranked 01

Supertea by Tyby
/graphics/images/1996/s/supertea.zip
24 Jun 1997 (catalog date)
334,689 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the grtc division and ranked 04
640x480x16m

Laying With the Brutality by Ward
/graphics/images/1996/w/wrd_layn.zip
23 Nov 1996 (catalog date)
40,929 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the grfx division and ranked 01

Bay 51 by Infinity
/graphics/images/1997/b/bay51.zip
02 Jun 1997 (catalog date)
130,892 bytes
Download FTP scene.org
Rating:
Released at event SNY97 in the grtc division and ranked 01
640x480x16m

Bigkitty by F Kaye of Vixen Design
/graphics/images/1997/b/bigkitty.zip
17 Feb 1998 (catalog date)
56,070 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 15
640x480x16m

Bubble City by Dice of Doomsday
/graphics/images/1997/b/bubble.zip
09 Mar 1998 (catalog date)
509,338 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the grtc division and ranked 05
640x480x16m

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

Frontier by Unreal of Faculty
/graphics/images/1997/f/fcy-fron.zip
16 Feb 1998 (catalog date)
134,173 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the grfx division and ranked ??
640x512x128

Sensuality by Unreal of Faculty
/graphics/images/1997/f/fcy-sens.zip
21 Apr 1998 (catalog date)
168,591 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the grfx division and ranked ??
640x512x256

Floaty by Das
/graphics/images/1997/f/floaty.zip
04 Jun 1997 (catalog date)
65,161 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the grfx division and ranked 01

Purity of essence by Doc Holiday
/graphics/images/1997/g/gfxpure.zip
10 Mar 1998 (catalog date)
48,033 bytes
Download FTP scene.org
Rating:
Released at event MOV97 in the grfx division and ranked 07
640x480x256

Guten Apetit by Stynger of Peon
/graphics/images/1997/g/gtnaptit.zip
21 Apr 1998 (catalog date)
30,036 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
640x480x256

Auricom's Anti Gravity Machine by Kazumix
/graphics/images/1997/i/ix970301.zip
17 Jun 1997 (catalog date)
73,185 bytes
Download FTP scene.org
Rating:
1024x768x16m - Rendered image

Kathleen by Infinity
/graphics/images/1997/k/kathleen.zip
02 Jun 1997 (catalog date)
60,779 bytes
Download FTP scene.org
Rating:
Released at event SNY97 in the grfx division and ranked 01
320x256x256

Masquoty by Bombjack of MMU
/graphics/images/1997/m/masquoty.zip
10 Mar 1998 (catalog date)
207,305 bytes
Download FTP scene.org
Rating:
400x400x16m

Party by Nighthawk of Wild Designs
/graphics/images/1997/p/party.zip
25 Nov 1998 (catalog date)
121,311 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grtc division and ranked 11
640x480x16m

Unreal's girlfriend by Unreal of Faculty
/graphics/images/1997/p/pixel_35.zip
06 May 1998 (catalog date)
157,100 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
640x512x256

A Tale of animosity by Ward of Enlightenment
/graphics/images/1997/p/pixel_85.zip
16 Jun 1998 (catalog date)
588,204 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 07
640x480x16m

The Temple of Humanity by Ron, Dan of Breeze
/graphics/images/1997/r/ronandda.zip
25 Nov 1998 (catalog date)
157,048 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the grtc division and ranked 02
1024x768x16m

Void to Reality by Waverider
/graphics/images/1997/w/wavevoid.zip
05 Apr 1997 (catalog date)
53,775 bytes
Download FTP scene.org
Rating:

Eternity by Beast of Astroidea, Kangooroo
/graphics/images/1998/a/ai_etern.zip
16 Jun 1998 (catalog date)
94,684 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grfx division and ranked 03
640x256x256

Bioreality by Kal of Astroidea
/graphics/images/1998/b/bioreali.zip
14 Oct 1998 (catalog date)
424,903 bytes
Download FTP scene.org
Released at event ASM98 in the grfx division and ranked 12
363x480x16m

Corolla Powers by Vaapukka of Mighty muumies
/graphics/images/1998/c/corolla.zip
07 Oct 1998 (catalog date)
287,723 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the grtc division and ranked 05
640x480x16m

Cybercity
/graphics/images/1998/c/cybercit.zip
23 Nov 1998 (catalog date)
239,141 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the grtc division and ranked 03
640x480x16m

Dirty Bitch by Binary Bitch of 3 Stockarna Snuse
/graphics/images/1998/d/dbitch.zip
09 Sep 1998 (catalog date)
208,894 bytes
Download FTP scene.org
Rating:
Released at event I98 in the grfx division and ranked 03
640x480x16m

Deep Vision by Stynger of Peon
/graphics/images/1998/d/deep.zip
26 May 1998 (catalog date)
555,053 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 44
640x480x16m

Don't bother me coz... by Stynger of Peon
/graphics/images/1998/d/dontboth.zip
14 Sep 1998 (catalog date)
30,032 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 35
640x480x256