Search for "IV": 727 matches(displaying first 250)

Zed 3D by Zed
/code/3d/docs/zed3d060.zip
10 Jan 1997 (catalog date)
357,811 bytes
Download FTP scene.org
Rating:
A comprehensive doc on many aspects of 3d math and programming - Designed for those comfortable with math. It spells out the math concepts needed and shows their application, but by no means spoon feeds the information to you.

Zed 3D by Zed
/code/3d/docs/zed3d095.zip
19 Jan 1998 (catalog date)
697,450 bytes
Download FTP scene.org
Rating:
Zed 3d - a document explaining the maths you'll need for 3d. Word and postscript formats of the same file. Zed has an attention to detail and a great way to explain all the math. I highly recommend this to anyone starting to make a 3d engine who doesn't know where to start (start with the math, not the polygon fillers, believe me! the fillers are trivial in comparison). See the bibliography for where to go next.

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

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.

Raw GFX Lib by Ghyll of TGA
/code/3d/systems/tgarx2b1.zip
02 Jul 1997 (catalog date)
34,488 bytes
Download FTP scene.org
Rating:
An elementary graphics system. The functions are very base and it's a good idea for anyone coding graphics engines either to understand how those functions work or to be given higher level functions to work with.

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

GUS Environment by Patch
/code/audio/detect/gusenv.zip
10 Jan 1997 (catalog date)
1,481 bytes
Download FTP scene.org
Rating:
Grabs the Ultrasnd environment for you - Good for those who don't know how to find an environment variable, but it doesn't tell you much. It may give you a place to start.

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.

AWE 32 "documentation" by Judge Dred
/code/audio/docs/awe32prg.zip
10 Jan 1997 (catalog date)
37,028 bytes
Download FTP scene.org
Rating:
Useful documents for AWE 32 programming - Beats the shit out of Creative Lab's released information.

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.

Jorian Mod Player by Nathan Hand
/code/audio/players/jmp.zip
10 Jan 1997 (catalog date)
4,332 bytes
Download FTP scene.org
Rating:
Crap Mod Player - Give this man a pointer! Doesn't parse any of the effects either. Oh yeah, globals abound.

MikMod 0.30 by MikMak
/code/audio/players/mikdx030.zip
01 Jul 1997 (catalog date)
282,898 bytes
Download FTP scene.org
Rating:
A mod player for use with Direct Sound. Judging by MikIT, the player is nice. I prefer MikIT to mod4win. Give this a shot if you're doing windows sound coding.

Mod Play by ? of VLA
/code/audio/players/modplay.zip
11 Jan 1997 (catalog date)
41,424 bytes
Download FTP scene.org
Rating:
Broken mod player - Doesn't say who wrote it in the archive, but says to greet VLA if you use it. Doesn't work right.

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.

Npmod32 Windows Mfc Player by Olivier Lapicque
/code/audio/players/npwinply.zip
24 Apr 1998 (catalog date)
186,572 bytes
Download FTP scene.org
MFC-Based MOD/S3M/XM/IT Win95/NT Player, using NPMOD32.DLL - the Mod-Plugin DLL

StarPlayer by Jedi of Oxygen
/code/audio/players/sp-code.zip
25 Aug 1997 (catalog date)
125,394 bytes
Download FTP scene.org
Rating:
A mod/s3m player with source. THIS is the player you want to pick up if you're doing a 100% asm intro with Tran's pmode v2.xx and need SB support. It's easily tweakable to play your tune from memory, though the code given loads from disk. If you don't need SB support, also check out Robban's GUSPlay.

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.

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.

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

Boardz source by Vulture
/code/demosrc/bbsintro/vga-vul1.zip
10 Jan 1997 (catalog date)
11,913 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with a star field and scrollie - I never thought I'd give this high a rating for source to a BBS loader, but I figure there's got to be some way for people to know what to look for. The source is beautiful and there are more comments than there are lines of source! *Perfect* for the beginner, though not a tutorial.

Live 4kb Source by Pulpe
/code/demosrc/intros/plp_lvsr.zip
17 Jan 1999 (catalog date)
30,147 bytes
Download FTP scene.org
Rating:
All sources for a very nice kb containing a 3d scene of a playing band and some General Midi music.

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.

Asm Fire 2 by Legend
/code/effects/fire/asmfire2.zip
19 Jan 1998 (catalog date)
1,184 bytes
Download FTP scene.org
Rating:
Fire Example. No useful comments and not that impressive looking.

Sprite Editor by Discordis of Insecabilis
/code/effects/sprites/spriv103.zip
26 Jun 1997 (catalog date)
30,746 bytes
Download FTP scene.org
Rating:
Very simple sprite editor with mouse support.

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

Textmode Plasma by David Thornley
/code/effects/text/plsmatxt.zip
26 Jun 1997 (catalog date)
59,842 bytes
Download FTP scene.org
Rating:
Not very impressive.

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!

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.

100 byte water effect by Programmer of Universe Group
/code/effects/water/unv-100b.zip
27 Dec 1997 (catalog date)
2,237 bytes
Download FTP scene.org
Rating:
Assembler

256 Byte Water by Cagdas Calik
/code/effects/water/w256.zip
24 May 1998 (catalog date)
786 bytes
Download FTP scene.org
A 256 byte water effect coded in pure assembly by Cagdas Calik, moreover with 286 instructions. It's recommended that you're mouse driver is load before you run the program, otherwise it will crash. Click left mouse button to go back to dos. Have fun...

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.

X-Master v2.0 by Joey Mukherjee
/code/fileutil/xmstr201.zip
26 Feb 1998 (catalog date)
88,124 bytes
Download FTP scene.org
Rating:
A menu driven file manager for multimedia files like mod-files, fli-files and demos that allows you to keep them all archived on your harddisk.

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

Drive detection for IBM & compatibles by Paul Schlyter
/code/hardware/drives/drivesex.zip
10 Jan 1997 (catalog date)
9,312 bytes
Download FTP scene.org
Rating:
Source to detect drives on a system - It didn't detect my drives properly. :(

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.

Keyboard Routines by Sean Werkema
/code/hardware/keyboard/keyboard.zip
26 Feb 1998 (catalog date)
10,166 bytes
Download FTP scene.org
Rating:
Gives you lowlevel access to the keyboard.

EMS specs by Dick Flanagan
/code/hardware/memory/ems4spec.zip
10 Jan 1997 (catalog date)
67,864 bytes
Download FTP scene.org
Rating:
A comprehensive doc on EMS - Has the Expanded Memory Specification details and some Pascal and Asm source for acessing EMS memory.

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.

Flat Real Mode by Nix of Massive
/code/hardware/memory/mass-frm.zip
10 Jan 1997 (catalog date)
8,248 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.

System 64 by Simm of Analogue
/code/hardware/pmode/s64.zip
10 Jan 1997 (catalog date)
61,037 bytes
Download FTP scene.org
Rating:
A DOS protected mode extender - Comes with full source and looks fairly complete including real mode call back support. Worth giving a look at if you'll find it easier to use than Tran's pmode or DOS32.

Windows GDI Killer by Kiyone of Galaxy Police
/code/hardware/video/killgdi.zip
17 Jan 1999 (catalog date)
15,938 bytes
Download FTP scene.org
Rating:
This .DLL gives you full access to the VGA card under Windows'95. Very useful if you want to port your demos to windows.

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.

Interactive 3D Library
/code/library/i3ddemo2.exe
01 Dec 1997 (catalog date)
590,355 bytes
Download FTP scene.org
Rating:
For creating a 3d world like the one in Wolfenstein. Very fast but a little bit dated.

Tale Graphics Driver by Tale Software
/code/library/tlp4v11c.zip
01 Dec 1997 (catalog date)
388,738 bytes
Download FTP scene.org
Rating:
Graphics library with a lot of different functions and tools.

Wordup Graphics Toolkit v5.1 by Egerter Software
/code/library/wgt5.zip
01 Dec 1997 (catalog date)
3,065,737 bytes
Download FTP scene.org
Rating:
A comprehensive graphics library.

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

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.

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

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.

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.

GEMA by ? of Sector One
/code/utils/compiler/gema16.zip
10 Jan 1997 (catalog date)
118,143 bytes
Download FTP scene.org
Rating:
An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(

GEMA by ? of Sector One
/code/utils/compiler/gema26aa.zip
10 Jan 1997 (catalog date)
148,691 bytes
Download FTP scene.org
Rating:
An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(

MikDLL library by MikMak
/code/utils/compiler/mikdll.zip
10 Jan 1997 (catalog date)
20,844 bytes
Download FTP scene.org
Rating:
A dynamic library loader for BC/DOS - This is a rather complex piece of code not designed for the beginner. It shows you how you could create a dynamic library so that you can load code at runtime. Suggested use is for a mod player to load the specific sound card's drivers run time.

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

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

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.

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

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

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

Alive! by Rebels
/demos/1993/a/alive_.zip
29 Jun 1996 (catalog date)
62,485 bytes
Download FTP scene.org
Rating:

BBS Hysteric Visions by Topaz Beerline
/demos/1993/h/hivminus.zip
29 Jun 1996 (catalog date)
134,010 bytes
Download FTP scene.org

Textro by InterActive
/demos/1993/i/intr_act.zip
29 Jun 1996 (catalog date)
54,919 bytes
Download FTP scene.org
Rating:

Jata Kelivaraa by Jeskola
/demos/1993/j/jp_nam.zip
10 Jun 1998 (catalog date)
53,056 bytes
Download FTP scene.org
Rating:
,,GUS,

Privtro by Irresistible Works
/demos/1993/p/privtro.zip
29 May 1998 (catalog date)
126,253 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 11
,,SB,

Dead on Arrival by Acme
/demos/1994/a/acme_doa.zip
29 Jun 1996 (catalog date)
722,493 bytes
Download FTP scene.org
Rating:

Black Liquids by Native Force
/demos/1994/b/bliq.zip
15 Jan 1997 (catalog date)
1,422,379 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Copper by Nix of Massive
/demos/1994/c/copper.zip
29 Jun 1996 (catalog date)
34,488 bytes
Download FTP scene.org
Rating:

Digital Dreams by Divine
/demos/1994/d/dd.zip
29 Jun 1996 (catalog date)
376,285 bytes
Download FTP scene.org
Rating:

Digital Delight by Divine
/demos/1994/d/digitald.zip
29 Jun 1996 (catalog date)
371,657 bytes
Download FTP scene.org
Rating:

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

Fatal Fantasies by Massive
/demos/1994/f/fatal.zip
29 Jun 1996 (catalog date)
798,531 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the demo division and ranked 05

Hasakone by PilviVeikot
/demos/1994/h/hasakone.zip
29 Jun 1996 (catalog date)
62,722 bytes
Download FTP scene.org
Rating:

Incentiv by DID
/demos/1994/i/incentiv.zip
29 Jun 1996 (catalog date)
210,067 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Infinite Space Dreams by Massive
/demos/1994/i/isd.zip
29 Jun 1996 (catalog date)
56,097 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Rivers of Suggestion
/demos/1994/r/riversos.zip
29 Jun 1996 (catalog date)
625,110 bytes
Download FTP scene.org
Rating:

Live by The Sahara Surfers
/demos/1994/s/s2live_f.zip
29 Jun 1996 (catalog date)
74,112 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 10

Scud by Collective Systems
/demos/1994/s/scud.zip
29 Jun 1996 (catalog date)
176,106 bytes
Download FTP scene.org
Rating:

Super Unknown by Five and Then Some
/demos/1994/s/sunknown.zip
29 Jun 1996 (catalog date)
1,611,721 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the demo division and ranked 01

West Virginia University by ???
/demos/1994/w/wvu.zip
29 Jun 1996 (catalog date)
53,851 bytes
Download FTP scene.org
Rating:

Four Magic Kaas by The Natives
/demos/1995/0-9/4magic.zip
29 Jun 1996 (catalog date)
2,377 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Aivopesu by Cannibal
/demos/1995/a/aivopesu.zip
29 Jun 1996 (catalog date)
3,235 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Positive by Coral
/demos/1995/c/c_posi_p.zip
29 Jun 1996 (catalog date)
118,312 bytes
Download FTP scene.org
Rating:
Released at event AGR95 in the demo division and ranked ??

Divine by Fatal Justice
/demos/1995/d/divine.zip
29 Jun 1996 (catalog date)
70,505 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked ??

Divergence by Xtatic
/demos/1995/d/divr_xtc.zip
29 Jun 1996 (catalog date)
410,366 bytes
Download FTP scene.org
Rating:

Hive by Fascination
/demos/1995/f/fsn_hive.zip
30 Jun 1996 (catalog date)
881,683 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the demo division and ranked 01

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

Hemp Hemp Hemp by Live
/demos/1995/h/hemp.zip
21 Feb 1998 (catalog date)
277,634 bytes
Download FTP scene.org
Rating:
,,GUS,

Improvice by TLOTB
/demos/1995/i/ivice.zip
17 Jun 1997 (catalog date)
646,210 bytes
Download FTP scene.org
Rating:
Released at event EUS95 in the demo division and ranked 02

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

Arabicum (bugfix) by Massive
/demos/1995/m/mass_arf.zip
30 Jun 1996 (catalog date)
731,100 bytes
Download FTP scene.org
Rating:
Released at event BIZ95

Flexible by Massive
/demos/1995/m/mass_flx.zip
30 Jun 1996 (catalog date)
66,600 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the in64 division and ranked 03

Jewelry by Massive
/demos/1995/m/mass_jwl.zip
30 Jun 1996 (catalog date)
61,656 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the in64 division and ranked 05

Ultimate Possibilities by Massive
/demos/1995/m/mass_ult.zip
30 Jun 1996 (catalog date)
320,614 bytes
Download FTP scene.org
Rating:
Released at event X95 in the demo division and ranked 04

Kiss FM by Motivate
/demos/1995/m/mtv_kfm.zip
30 Jun 1996 (catalog date)
492,431 bytes
Download FTP scene.org
Rating:

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

Reservoir Rangers by Live
/demos/1995/r/rangers.zip
24 May 1998 (catalog date)
101,894 bytes
Download FTP scene.org
Rating:
386,,GUS,

Textmode Windows by Five Coders
/demos/1996/0-9/5c_tw.zip
12 Jan 1997 (catalog date)
643,979 bytes
Download FTP scene.org
Rating:
Released at event TMDC96 in the demo division and ranked 06

Alive by Orca
/demos/1996/a/alive.zip
07 Feb 1997 (catalog date)
60,807 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 10
386,GUS

Massive by Amable
/demos/1996/a/amb_mass.zip
31 Aug 1996 (catalog date)
70,474 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the in64 division and ranked 06

RaveDemo Ankka by Five Coders
/demos/1996/a/ankka.zip
30 Jun 1996 (catalog date)
429,527 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the demo division and ranked 04

Negative by Coral
/demos/1996/c/c-ngtive.zip
30 Jun 1996 (catalog date)
78,728 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the in64 division and ranked 08

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,

Rebel (As Perceived) by Complex
/demos/1996/c/clx_rebe.zip
16 Nov 1996 (catalog date)
2,650,420 bytes
Download FTP scene.org
Rating:
Released at event SKE96 in the demo division and ranked 04

Corrosive 3 by Exmortis
/demos/1996/c/corrsive.zip
22 Nov 1996 (catalog date)
1,864,145 bytes
Download FTP scene.org
Rating:

Cosmos by Live
/demos/1996/c/cosmos_.zip
03 Jul 1996 (catalog date)
489,722 bytes
Download FTP scene.org
Rating:

Window To Oblivion by Craw Productions
/demos/1996/c/craw_wto.zip
30 Jun 1996 (catalog date)
170,359 bytes
Download FTP scene.org
Rating:

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

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

Dive (final) by Xevius
/demos/1996/d/dive_fin.zip
30 Jun 1996 (catalog date)
612,098 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 16

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

FZ by Excessive Force
/demos/1996/e/efc_fz.zip
19 Oct 1996 (catalog date)
71,547 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the in64 division and ranked 05

First release pack by Exclusive
/demos/1996/e/exc01.zip
17 Jul 1996 (catalog date)
77,592 bytes
Download FTP scene.org
Rating:

Negative Zero by FTS
/demos/1996/f/fts_neg0.zip
22 Nov 1996 (catalog date)
617,688 bytes
Download FTP scene.org
Released at event COV96 in the demo division and ranked ??

H8 by Primativos
/demos/1996/h/h8.zip
07 Feb 1997 (catalog date)
50,627 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 22

Corrosive by Kloon
/demos/1996/k/k_coro.zip
15 Nov 1996 (catalog date)
69,826 bytes
Download FTP scene.org
Rating:
Released at event FDG96 in the in64 division and ranked 02

Keltaiset Sivut by MFX
/demos/1996/m/mfx_kel.zip
30 Jun 1996 (catalog date)
44,865 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the in64 division and ranked XX

Dive by Neutron
/demos/1996/n/ntr-dive.zip
30 Jun 1996 (catalog date)
701,640 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the demo division and ranked 01

Potion by Radioactive Design
/demos/1996/p/potion.zip
27 Oct 1996 (catalog date)
332,483 bytes
Download FTP scene.org
Rating:

Inklusive Panda by Phase Voice
/demos/1996/p/pr96-ipa.zip
06 Jul 1996 (catalog date)
164,081 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the infs division and ranked ??

Digestive Flour by Proxima
/demos/1996/p/prx_flou.zip
30 Jun 1996 (catalog date)
2,687 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in4k division and ranked 02

Shaolin by Live
/demos/1996/s/shaolin_.zip
31 Jan 1997 (catalog date)
556,897 bytes
Download FTP scene.org
Rating:
GUS/SB

Univormu by Skraappa Skruuppi
/demos/1996/s/skr_hcuv.zip
30 Jun 1996 (catalog date)
243,174 bytes
Download FTP scene.org
Rating:

Sperm by Five Coders
/demos/1996/s/sperm.zip
14 Sep 1996 (catalog date)
935,657 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked 05

BBS Shoebox Universe 2 by ???
/demos/1996/s/su2-new.zip
30 Jun 1996 (catalog date)
8,850 bytes
Download FTP scene.org
Rating:

Taivas by Aurinkovoodoomandariini
/demos/1996/t/taivas.zip
11 Jan 1997 (catalog date)
1,747,852 bytes
Download FTP scene.org
Released at event DML96B in the demo division and ranked 02

Vivid Experiment by Doomsday Productions
/demos/1996/v/vividexp.zip
14 Sep 1996 (catalog date)
2,307,606 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked 03

Yoda Lives by Blup
/demos/1996/y/yoda.zip
06 Dec 1996 (catalog date)
64,920 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in64 division and ranked 13

Overdrive by Astroidea
/demos/1997/a/ai_overd.zip
06 Aug 1997 (catalog date)
2,890,200 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the demo division and ranked 03
486,,GUS/SB,16MB

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,

Sarga Bogre by Agressive Giants, Byteam
/demos/1997/b/bogre.zip
11 May 1997 (catalog date)
88,342 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in64 division and ranked 12

Cardrive by Paunch
/demos/1997/c/cardrive.zip
13 Sep 1997 (catalog date)
1,017 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in1k division and ranked 05

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

BBS Divine by DNA
/demos/1997/d/dna_divn.zip
26 May 1997 (catalog date)
7,983 bytes
Download FTP scene.org
Rating:
,,Adlib,

Deep by Excessive Force
/demos/1997/e/efc_deep.zip
09 Nov 1997 (catalog date)
6,449 bytes
Download FTP scene.org
Rating:
Released at event BIZ97 in the in4k division and ranked 01

Fly by Excessive Force
/demos/1997/e/efc_fly.zip
06 May 1997 (catalog date)
1,022,848 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 11

BBS Asylum by Emotive
/demos/1997/e/emv_asy.zip
26 Dec 1997 (catalog date)
9,375 bytes
Download FTP scene.org

Gene by Fudge
/demos/1997/f/fdg_live.zip
28 Apr 1997 (catalog date)
62,392 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in64 division and ranked 01

Fusion by Excessive Force
/demos/1997/f/fusion.zip
27 Dec 1997 (catalog date)
57,495 bytes
Download FTP scene.org
Rating:
486,,GUS,

Alive by Inspire
/demos/1997/i/ins_aliv.zip
19 May 1997 (catalog date)
399,392 bytes
Download FTP scene.org
Rating:
486DX,,GUS/SB/PAS,

Huono Volvo by ISO
/demos/1997/i/iso_hiv.zip
22 Jul 1997 (catalog date)
52,562 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the in64 division and ranked XX

Massiivinen Tirskahdus by tAAt
/demos/1997/i/isonauru.zip
23 Jul 1997 (catalog date)
1,373,836 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the demo division and ranked 06
486,,GUS/SB,

Jointro by Karma of Creative Illusions
/demos/1997/j/jointro.zip
11 Mar 1997 (catalog date)
78,718 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Livid by Nowadays
/demos/1997/l/livid.zip
06 Sep 1997 (catalog date)
201,616 bytes
Download FTP scene.org
486,50hzVGA,GUS,

Mindsiege by Oblivion
/demos/1997/o/obv_mind.zip
12 Jan 1998 (catalog date)
1,023,412 bytes
Download FTP scene.org
Rating:
,VESA,,

The Search by Oblivion
/demos/1997/o/obv_srch.zip
01 Apr 1998 (catalog date)
1,021,482 bytes
Download FTP scene.org
Rating:

Live by Pulp Productions
/demos/1997/p/plp_live.zip
22 Apr 1997 (catalog date)
5,391 bytes
Download FTP scene.org
Rating:
486DX,,GMIDI,

Explosive by Satire
/demos/1997/s/sat_expl.zip
25 Oct 1997 (catalog date)
3,195,867 bytes
Download FTP scene.org
Rating:
Released at event CRS97 in the demo division and ranked 02
P5,,GUS/SB,

History of the Universe by Dave of Silicon Brain
/demos/1997/s/sb_hoftu.zip
13 Sep 1997 (catalog date)
5,736 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in1k division and ranked 08
256 bytes!

Severe by Excessive Force
/demos/1997/s/severe.zip
27 Dec 1997 (catalog date)
79,111 bytes
Download FTP scene.org
Rating:
Released at event BIZ97 in the in64 division and ranked 03
,,GUS,

BBS Bytefall #2 by Universe Group
/demos/1997/u/unv-bfg2.zip
11 Aug 1997 (catalog date)
12,864 bytes
Download FTP scene.org
Rating:
,,Adlib,

BBS Brain Coma by Universe Group
/demos/1997/u/unv-brco.zip
24 Nov 1997 (catalog date)
10,075 bytes
Download FTP scene.org
Rating:

BBS Neverland by Universe Group
/demos/1997/u/unv-nlnd.zip
11 Aug 1997 (catalog date)
11,190 bytes
Download FTP scene.org
Rating:
,,Adlib,

BBS SCHACHT by Universe Group
/demos/1997/u/unv-scha.zip
11 Aug 1997 (catalog date)
12,850 bytes
Download FTP scene.org
Rating:
,,Adlib,

Vaiva 1.0 Final by Flo
/demos/1997/v/vaiva10f.zip
07 Dec 1997 (catalog date)
62,675 bytes
Download FTP scene.org
Rating:
Released at event SEN97 in the in64 division and ranked 03
,,GUS,

March 1st by The Sands, Universe
/demos/1998/0-9/1stmarch.zip
29 Apr 1998 (catalog date)
285,171 bytes
Download FTP scene.org
Rating:

Tikapuut Taivaasen by 3G Design
/demos/1998/0-9/3g_tikap.zip
24 Jun 1998 (catalog date)
40,247 bytes
Download FTP scene.org
Rating:
Released at event JUH98 in the in64 division and ranked 02
,,GUS/SB,

Bumpgeci by Buzz Armpit of Brutal Core Division
/demos/1998/b/bcd-bump.zip
21 Aug 1998 (catalog date)
635 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in1k division and ranked 15

Twisted by Thomas Carrot of Brutal Core Division
/demos/1998/b/bcd-twst.zip
21 Aug 1998 (catalog date)
1,048 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in1k division and ranked 06

Distortion by Emotive
/demos/1998/e/emv_dist.zip
17 Apr 1998 (catalog date)
172,463 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the demo division and ranked 07
486,,,

Poisoned by Emotive
/demos/1998/e/emv_psn.zip
22 Jun 1998 (catalog date)
66,008 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the in64 division and ranked 04

Funtro by Universe
/demos/1998/f/funtro_b.zip
18 Oct 1998 (catalog date)
62,965 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in64 division and ranked 11

I Want to Believe by Primitive
/demos/1998/i/i_want_t.zip
22 Oct 1998 (catalog date)
704,816 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the demo division and ranked 16

Living Online (final) by Boar
/demos/1998/l/lol_boar.zip
18 Oct 1998 (catalog date)
62,455 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in64 division and ranked 07
,,GUS,

Oblivion by Danie Conradie
/demos/1998/o/oblivion.zip
23 Jun 1998 (catalog date)
1,705,245 bytes
Download FTP scene.org
Rating:
Win95, ripped music - P5,3dfx,,

Oblivion by Outbreak
/demos/1998/o/otb-obli.zip
05 Aug 1998 (catalog date)
1,827,198 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the demo division and ranked 03
P100,,GUS/SB,16MB

Jive 2 by Sublogic
/demos/1998/s/sl_jive2.zip
16 May 1998 (catalog date)
108,015 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the in64 division and ranked 01
,VESA,GUS/SB,

Raivo by TDC
/demos/1998/t/tdc-rage.zip
07 Mar 1998 (catalog date)
1,307,448 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the demo division and ranked 03
P5,VESA,GUS/SB/PAS,12MB

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

Armor of Gods e-mag intro by Universe Group
/demos/1998/u/unv-aog.zip
04 Jul 1998 (catalog date)
15,105 bytes
Download FTP scene.org
Rating:

Smoke by Live
/graphics/disks/1997/smoke.zip
05 Apr 1997 (catalog date)
615,768 bytes
Download FTP scene.org
Rating:
Artwork by Ukko and Haplo (8 pictures each), music by Shad.

Divergence by Neuron
/graphics/images/1994/d/divergen.zip
04 Jul 1996 (catalog date)
53,895 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 45

Divers Dream by Merlin
/graphics/images/1994/d/divers.zip
04 Jul 1996 (catalog date)
106,650 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 08

Fish Food by Fiven
/graphics/images/1994/f/fishfood.zip
04 Jul 1996 (catalog date)
99,721 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 09

Just Around Corner by Ivarzon
/graphics/images/1994/j/justarou.zip
04 Jul 1996 (catalog date)
121,611 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Red Divil by Menace
/graphics/images/1994/r/redivil.zip
04 Jul 1996 (catalog date)
22,897 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Tete Final by Slaine of Ivory
/graphics/images/1994/s/slaine.zip
04 Jul 1996 (catalog date)
149,158 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked ??

Champagne by Fiver
/graphics/images/1995/c/champagn.zip
04 Jul 1996 (catalog date)
64,473 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the grfx division and ranked 55

Queen of Rain by Balex-T of Natives
/graphics/images/1995/n/natqueen.zip
04 Jul 1996 (catalog date)
113,258 bytes
Download FTP scene.org
Rating:

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

Brud by Carnivore
/graphics/images/1996/b/brud.zip
15 Sep 1996 (catalog date)
6,863 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the grfx division and ranked 13

Oliver by Ng Pei Sin
/graphics/images/1996/o/olivert.zip
04 Jul 1996 (catalog date)
135,638 bytes
Download FTP scene.org
Rating:
Released at event TS96 in the grfx division and ranked 02

Sivatag by Gora
/graphics/images/1996/s/sivatag.zip
16 May 1997 (catalog date)
99,286 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the grfx division and ranked XX

Total Agressive by Mindeye
/graphics/images/1996/t/totalagr.zip
05 Jun 1997 (catalog date)
43,624 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the grfx division and ranked 03

Universe 2 by Horn
/graphics/images/1996/u/univers2.zip
08 Dec 1996 (catalog date)
120,811 bytes
Download FTP scene.org
Rating:

Universe by Horn
/graphics/images/1996/u/universe.zip
08 Dec 1996 (catalog date)
67,908 bytes
Download FTP scene.org
Rating:

Five o' clock in the morning by Neutron
/graphics/images/1997/f/fiveoclk.zip
20 Jul 1997 (catalog date)
216,856 bytes
Download FTP scene.org
Rating:
Released at event KER97 in the grtc division and ranked ??
640x480x16m

Kreivi perkele by Damaq of Doomsday
/graphics/images/1997/k/kreivi_p.zip
16 Feb 1998 (catalog date)
29,916 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the grfx division and ranked ??
320x200x256

Symbiotech IV by Felidae of Roflex 64
/graphics/images/1997/p/pixel_37.zip
28 May 1998 (catalog date)
28,885 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 13
800x600x16

Milk and Honey by Fiver2, Apu Nahasa of Feb, Artwork
/graphics/images/1997/p/pixel_43.zip
16 Jun 1998 (catalog date)
527,899 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 05
736x512x256

Horst+Harnold Beckenbauer+Compopic by Sting, MDB, Rayman of Bonzai Revival
/graphics/images/1998/a/arnold_b.zip
26 May 1998 (catalog date)
162,469 bytes
Download FTP scene.org
Released at event MEK98 in the grfx division and ranked ??

Harnold Beckenbauer by MDB of Bonzai Revival
/graphics/images/1998/a/arnoldb2.zip
26 May 1998 (catalog date)
25,743 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 32
320x256x128

Living Atoms by DLight, Baloo, Optic, Ilke, derPunkt
/graphics/images/1998/a/atom30.zip
21 Apr 1998 (catalog date)
67,978 bytes
Download FTP scene.org
30Min Gfx Compo on chPixel

Compopic by Rayman of Bonzai Revival
/graphics/images/1998/c/compopic.zip
26 May 1998 (catalog date)
112,923 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 12
640x512x256

Gates by Powl of Bonzai Revival
/graphics/images/1998/g/gates.zip
26 May 1998 (catalog date)
10,687 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 45
320x256x64

Dizh by Glazer of K2 Oblivion X-ZoNe
/graphics/images/1998/g/glz_dizh.zip
12 Jun 1998 (catalog date)
207,209 bytes
Download FTP scene.org
Rating:

Velvet Warriors by Glazer of K2 Oblivion X-ZoNe
/graphics/images/1998/g/glz_velv.zip
11 Jun 1998 (catalog date)
515,749 bytes
Download FTP scene.org
Rating:

Horst by Sting of Bonzai Revival
/graphics/images/1998/h/horst.zip
28 May 1998 (catalog date)
29,350 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 25
640x512x128

Advanced Gravis Ultrasound Card by Carnival
/graphics/images/1998/i/inq-grav.zip
05 Nov 1998 (catalog date)
265,673 bytes
Download FTP scene.org
Released at event FLAG98 in the grtc division and ranked ??
800x600x16m

Interactivity by Immortal Rat of Black Rainbow, Profuse
/graphics/images/1998/i/interact.zip
14 Sep 1998 (catalog date)
98,796 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 16
640x480x256

Native by JCS of Haujobb, Sector7, Abyss
/graphics/images/1998/j/jcs_nati.zip
28 May 1998 (catalog date)
132,857 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 06
640x512x256

Kreivita by Lenta
/graphics/images/1998/k/kreivita.zip
14 Oct 1998 (catalog date)
111,376 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked ??
494x424x256

Kristus by Ivy
/graphics/images/1998/k/kristus_.zip
07 Oct 1998 (catalog date)
1,078,300 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked 09
800x600x16m

Live your life to the MMX by Devotion of Panlogic
/graphics/images/1998/l/live_you.zip
14 Oct 1998 (catalog date)
1,490,603 bytes
Download FTP scene.org
Released at event ASM98 in the grfx division and ranked ??

Rat Poison by Greenpix7 of Universe, Level-D
/graphics/images/1998/l/lvd-ratp.zip
07 Apr 1998 (catalog date)
48,287 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the grfx division and ranked ??
320x240x256

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

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

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

Young World by Greenpix of Universe, Ex
/graphics/images/1998/y/young_wo.zip
15 Oct 1998 (catalog date)
39,377 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked ??
320x240x128

Spriter v1.03 by Discordis
/graphics/programs/editors/spriv103.zip
22 Sep 1996 (catalog date)
24,331 bytes
Download FTP scene.org

The Day - 01 March 1998 by Snowman of Hornet
/info/demonews/other/the_day.txt
18 Mar 1998 (catalog date)
5,458 bytes
Download FTP scene.org
Announcement about the acceptance of Windows Demos on The Hornet Archive

TraxWeekly 026 Jive Version - 26 Sep 1995
/info/traxweek/other/tw26jive.txt
25 Jul 1996 (catalog date)
35,791 bytes
Download FTP scene.org

20 Meehnutz Chipcompo Alternative
/music/contests/20mc/autocomp.zip
11 Sep 1996 (catalog date)
13,730 bytes
Download FTP scene.org

Deliverance by JeDi
/music/contests/mc2/rookie/r-delivr.zip
09 Nov 1996 (catalog date)
273,431 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R02

Ren and Stimpy RaveMix by Woody
/music/contests/mc2/rookie/r-revive.zip
09 Nov 1996 (catalog date)
199,391 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R17

Revival by Rafael Lucero
/music/contests/mc2/rookie/r-rnstmp.zip
09 Nov 1996 (catalog date)
236,973 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R15

E-43864 by Esper Division
/music/contests/mc3/veteran/e-43864.zip
09 Nov 1996 (catalog date)
274,917 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V11

E-45153 by Vivid
/music/contests/mc3/veteran/e-45153.zip
09 Nov 1996 (catalog date)
175,221 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V28

E-91042 by Hukkart Live
/music/contests/mc3/veteran/e-91042.zip
09 Nov 1996 (catalog date)
172,952 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V20

Across the Way by River
/music/contests/mc4/rookie/m4r-acro.zip
10 Nov 1996 (catalog date)
346,660 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Conductor's Wand by High Dive
/music/contests/mc4/rookie/m4r-cond.zip
10 Nov 1996 (catalog date)
361,254 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Hatchet at Five by Rhythm Greene
/music/contests/mc4/rookie/m4r-hatc.zip
10 Nov 1996 (catalog date)
206,007 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked R04

Burning Symbols by Vivid
/music/contests/mc4/veteran/m4v-burn.zip
10 Nov 1996 (catalog date)
398,174 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V17

Divided n' Conquered by Alca
/music/contests/mc4/veteran/m4v-divi.zip
10 Nov 1996 (catalog date)
437,516 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Nautical by IV
/music/contests/mc4/veteran/m4v-naut.zip
10 Nov 1996 (catalog date)
167,936 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Universe Electric by Siren
/music/contests/mc4/veteran/m4v-univ.zip
10 Nov 1996 (catalog date)
834,247 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V03

Blind World Living by Black
/music/contests/mc5/intermed/m5i-bwl.zip
29 Aug 1997 (catalog date)
545,193 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Daemon Girl by Smash of NOISE, Introspective
/music/contests/mc5/intermed/m5i-daem.zip
29 Aug 1997 (catalog date)
259,044 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Five-Five Time by Quantum Porcupine of Grey
/music/contests/mc5/intermed/m5i-fft.zip
29 Aug 1997 (catalog date)
415,029 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I12

Ivan by Fish17 of Grif
/music/contests/mc5/intermed/m5i-ivan.zip
29 Aug 1997 (catalog date)
123,145 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Midnight Ensemble by River
/music/contests/mc5/intermed/m5i-midn.zip
29 Aug 1997 (catalog date)
234,928 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Reliving by Anpe of Melancholy
/music/contests/mc5/intermed/m5i-re.zip
29 Aug 1997 (catalog date)
393,844 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Remembrance by Wark of Leitmotiv
/music/contests/mc5/intermed/m5i-rmbr.zip
29 Aug 1997 (catalog date)
467,228 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I10

Stan Colella: Private Eye by Rhythm Greene of Immortal Coil
/music/contests/mc5/intermed/m5i-scpi.zip
29 Aug 1997 (catalog date)
301,854 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Secrets Of The Mind - Dream by The Unknown of The Fredscape Mod Collective
/music/contests/mc5/intermed/m5i-sotm.zip
29 Aug 1997 (catalog date)
579,128 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

But She Said No by Multivac of Melancholy
/music/contests/mc5/intermed/m5i-ssno.zip
29 Aug 1997 (catalog date)
250,027 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Tame by Beek of Grey, Green Grapes, 7YNIVf, Xantis
/music/contests/mc5/intermed/m5i-tame.zip
29 Aug 1997 (catalog date)
641,353 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

The Suplana Revival by Mr.Sanders of HRg
/music/contests/mc5/intermed/m5i-thsr.zip
29 Aug 1997 (catalog date)
507,755 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Mirror Universe (MC5 short version) by Decker of Outworlders
/music/contests/mc5/rookie/m5r-mirr.zip
29 Aug 1997 (catalog date)
279,217 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Vomit by Marauder of Oblivion
/music/contests/mc5/rookie/m5r-vom.zip
29 Aug 1997 (catalog date)
225,545 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Antechamber by Jrice of Introspective, Landslide
/music/contests/mc5/veteran/m5v-antc.zip
29 Aug 1997 (catalog date)
418,777 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Bliss by Vivid of Radical Rhythms, D-lusion
/music/contests/mc5/veteran/m5v-blss.zip
29 Aug 1997 (catalog date)
776,610 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Digital Ritual by Basehead, Hunz of Five Musicians, Analogue Music
/music/contests/mc5/veteran/m5v-digi.zip
29 Aug 1997 (catalog date)
523,309 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V05

Flow Moon by Mellow-D of Five Musicians, Tpolm, Imphobia, Cute
/music/contests/mc5/veteran/m5v-flow.zip
29 Aug 1997 (catalog date)
477,158 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V07

Martian Lovesong by Necros of Five Musicians, Psychic Monks
/music/contests/mc5/veteran/m5v-mars.zip
29 Aug 1997 (catalog date)
699,700 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V02

Nine One One by WAVE of Maniacs Of Noise, Five Musicians
/music/contests/mc5/veteran/m5v-nine.zip
29 Aug 1997 (catalog date)
596,815 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V01

Gate Of Universe by rP2
/music/contests/mc6/intermed/m6i-gate.zip
28 Mar 1999 (catalog date)
322,038 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Living With Stress by Dante
/music/contests/mc6/intermed/m6i-livi.zip
28 Mar 1999 (catalog date)
503,524 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX