Search for "64": 3402 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.

D00 Format by Joachim Fenkes
/code/audio/docs/d00form.zip
10 Jul 1997 (catalog date)
3,642 bytes
Download FTP scene.org
Rating:
D00 format. Needed if you want to write a player for the adlib files produced by EdLib by JCH/Vibrants. As a side note, EdLib comes with a description of the file format.

DSIK by Carlos Hassan
/code/audio/players/dsikdemo.zip
10 Jan 1997 (catalog date)
52,964 bytes
Download FTP scene.org
Rating:
DSIK music player library - A reasonably good music playing library.

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

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

Vibrants Adlib Player
/code/audio/players/vib-asm.zip
21 Jan 1998 (catalog date)
10,744 bytes
Download FTP scene.org
Rating:
Great for BBS intros.

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

Squid source by tlc, The Doctor
/code/demosrc/bbsintro/sqd1_src.zip
10 Jan 1997 (catalog date)
21,591 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with copper bars, a scrollie, altered text characters, and an adlib player - Copious comments and tight source. They even do checks for the proper equipment, i.e. VGA and a 386. Comes with docs on programming the adlib and SB fm chips. Comments are in Portuguese.

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.

Underworld source by Air Richter
/code/demosrc/bbsintro/uwloader.zip
10 Jan 1997 (catalog date)
24,930 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with star field, fire, some graphincs and a text writer - Good comments.

Source of Mayhem by Incognita
/code/demosrc/demos/mayhmsrc.zip
17 Jan 1999 (catalog date)
276,437 bytes
Download FTP scene.org
Rating:
No documentation, but it contains some modern effects like metaballs and realtime raytracing.

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.

Timeless source by Tran
/code/demosrc/demos/timesrc.zip
10 Jan 1997 (catalog date)
356,568 bytes
Download FTP scene.org
Rating:
Source for Tran's timeless demos - Curiously better than Tran's other source releases. If you intend to figure out how it works, I suggest you start at line 127 of v.asm. Few comments, but excellent source.

Snow Effects by Natas of Lithium
/code/demosrc/intros/snowtro.zip
29 May 1997 (catalog date)
65,044 bytes
Download FTP scene.org
Rating:
Ugly, I have seen much better snow effects. This looks more like a buggy diagonal starfield.

Injection music disk source by Orthodox of Red Power
/code/demosrc/musdisks/rpinjsrf.zip
10 Jan 1997 (catalog date)
193,146 bytes
Download FTP scene.org
Rating:
Source for a music disk with a midas interface. - The version of midas used with this music disk is included. Rather simple code for anyone wanting to use a good music play from within Pascal.

Assembly Body for TSR Programs by Sam of TFL-TDV
/code/dos/tsr_xmpl.zip
21 Jan 1998 (catalog date)
36,141 bytes
Download FTP scene.org
Rating:

Real-Time Phong Bump Mapping Tutorial by Frenzy
/code/effects/bump/bump.doc
05 Oct 1996 (catalog date)
3,877 bytes
Download FTP scene.org
Rating:
Incorrect ideas, it's not done this way.

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

Lens Effect by Coldstar of Outworlders
/code/effects/lens/lenz.zip
17 Jan 1999 (catalog date)
36,431 bytes
Download FTP scene.org
Rating:
Dated effect.

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

Palette Rotation by Draeden of VLA
/code/effects/pallette/palrot.zip
29 May 1997 (catalog date)
2,664 bytes
Download FTP scene.org
Rating:
Just an asm file containing a palette rotation routine.

Raster Routines by Krazy One of Chaos
/code/effects/raster/rastdemo.zip
29 May 1997 (catalog date)
196,623 bytes
Download FTP scene.org
Rating:
3 different raster effects, made for a never finished demo.

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.

Alias by Minimalist
/code/effects/rotozoom/alias.zip
25 Aug 1997 (catalog date)
164,287 bytes
Download FTP scene.org
Rating:
Scaling, rotating, anti-aliasing. There's a turboC, WatcomC, and Pascal version of this program all included. Admittedly, he cheats the palette on anti-aliasing (as shown by using most any non-grayscale image), the programming is good nonetheless.

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.

shadebobs by NutCracker
/code/effects/shadebob/shadebob.zip
11 Jan 1997 (catalog date)
6,468 bytes
Download FTP scene.org
Rating:
Source for some shadebobs - No docs, no comments. Looks good. (the exe, that is)

Sprite Editor by Karma
/code/effects/sprites/sprited.zip
17 Jan 1999 (catalog date)
40,732 bytes
Download FTP scene.org
Rating:
Unfortunately this editor misses a load option which makes it not very useful.

C Horizontal Stars by Darion
/code/effects/stars/hstar_c.zip
29 May 1997 (catalog date)
18,275 bytes
Download FTP scene.org
Rating:
Displays a very basic horizontal starfield.

3D Starfield by Legend of Blitz
/code/effects/stars/ldstars.zip
29 May 1997 (catalog date)
9,942 bytes
Download FTP scene.org
Rating:
This is just a basic starfield. What makes it special is the 3D glasses support.

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

Stars by The Darkman
/code/effects/stars/stars3d.zip
10 Jan 1997 (catalog date)
15,164 bytes
Download FTP scene.org
Rating:
A nicely done starfield - Nicely done (in appearance) but shoddy code. Globals abound, poor understanding of what to make functions. Made by a professed beginner.

TV by Perisoft
/code/effects/text/tv10.zip
11 Jan 1997 (catalog date)
45,667 bytes
Download FTP scene.org
Rating:
A text viewer with "docs" - Not code... I'm not sure where it should go. Best ask Screech himself for ideas.

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

Texture Mapped Wormhole by Death Star of Waterlogic
/code/effects/wormhole/stargate.zip
07 Oct 1996 (catalog date)
64,805 bytes
Download FTP scene.org
Rating:

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

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.

Pentium Stuff
/code/hardware/cpu/pentium.zip
01 Jul 1997 (catalog date)
164,896 bytes
Download FTP scene.org
Rating:
A collection of files on Pentium optimization. Some of these files look very useful, especially for optimizing information and truly esoteric stuff for the terminally curious.

Keyboard handler by Patch
/code/hardware/keyboard/kbdhand9.zip
10 Jan 1997 (catalog date)
26,409 bytes
Download FTP scene.org
Rating:
Source for making a keyboard handler (int 9) and reading the keyboard from the handler - Doesn't tell you much, but is a good demonstration. I'd suggest for those needing to write a keyboard handler is to get a hardware reference for the keyboard and see what other options are available and how the code works.

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.

Real Memory by Chatter
/code/hardware/memory/realmem.zip
10 Jan 1997 (catalog date)
10,850 bytes
Download FTP scene.org
Rating:
Supposedly gets you past the 64k barrier in real mode - I have no clue what compiler this is supposed to compile for. It uses opcodes not allowed in BC's inline assembler, watcom doesn't use that kind of inline assembler (and doesn't need this extender anyway), and this is pointless for djgpp which only compiles 32bit pmode apps. I have neither TC (but considering that's a sub-set of BC I can assume it won't work) nor Quick C (but that's so old, it's inline assembler's probably incomplete too).

Flat Maquina by Morbid Iadalboath of MUTANTE
/code/hardware/pmode/fm32_v2.zip
02 Jul 1997 (catalog date)
6,647 bytes
Download FTP scene.org
Rating:
A Pascal TPU for getting flat mode memory. People really should be moving away from dealing with segmented memory. Get this if you're still using Pascal or something similar.

Protect by Denis Marer
/code/hardware/pmode/protect.zip
10 Jan 1997 (catalog date)
15,056 bytes
Download FTP scene.org
Rating:
Some source code for getting into pmode - Good comments, but doesn't set up much of a programming environment. Has no support for DPMI nor real mode call backs.

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.

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.

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

S3 TPU unit by Dietmar Meschede
/code/hardware/video/s3unit3.zip
10 Jan 1997 (catalog date)
16,549 bytes
Download FTP scene.org
Rating:
Source to set 320x240x256 and 640x480x256 modes with 1MB addressing on S3 chips - Doesn't directly say how to access that video memory or what to do with it. Now adays one should simply use the VESA BIOS.

The Mag by Spellcaster
/code/mags/mag06.zip
01 Jul 1997 (catalog date)
13,564 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing into Pascal, records, file handling, PCX loading, text mode scrolling.

PMODE/W v1.24 DOS Extender for Watcom C/C++ by Daredevil, Tran of Renaissance
/code/pmode/pmw124.zip
21 Apr 1997 (catalog date)
136,756 bytes
Download FTP scene.org

PSM Module Specification by Joshua Jensen
/code/sound/psm-form.zip
05 Oct 1996 (catalog date)
6,440 bytes
Download FTP scene.org
Rating:

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)

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.

Demo 1 by The Space Pigs
/demos/1990/spdemo1.zip
05 Jun 1998 (catalog date)
166,455 bytes
Download FTP scene.org
Rating:

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

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

Bart's Law by Ultraforce
/demos/1991/bartslaw.zip
29 May 1998 (catalog date)
70,416 bytes
Download FTP scene.org
Rating:
286,,SB,

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

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

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

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

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.

Black Zone by Masque
/demos/1993/b/blackzon.zip
29 Jun 1996 (catalog date)
79,683 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 03

Snowtro by CiA
/demos/1993/c/cia_snow.zip
29 Jun 1996 (catalog date)
76,494 bytes
Download FTP scene.org
Rating:

Copper Faked by Aardvark
/demos/1993/c/copperfa.zip
29 Jun 1996 (catalog date)
61,383 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 05

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

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

Eclipse by EMF
/demos/1993/e/emf_ecl.zip
29 Jun 1996 (catalog date)
73,648 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 01

Eradicator by Ground Zero
/demos/1993/e/eradicat.zip
29 Jun 1996 (catalog date)
44,209 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 10

Fleet 1 by Fleet
/demos/1993/f/fleet1.zip
29 Jun 1996 (catalog date)
100,385 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked XX

Instant by Xtacy
/demos/1993/i/instant.zip
29 Jun 1996 (catalog date)
54,566 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 08

Intermission Dentro by Phoenix
/demos/1993/i/intermis.zip
29 Jun 1996 (catalog date)
65,292 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 12

Calorie Free Diet by Jeskola
/demos/1993/j/jp.zip
29 Jun 1996 (catalog date)
44,560 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 08

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

Motion by Avalanche
/demos/1993/m/motion.zip
29 Jun 1996 (catalog date)
74,136 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 05

Plan B by Sonic PC
/demos/1993/p/planb.zip
29 Jun 1996 (catalog date)
64,105 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 06

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,

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

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

Stardream by Surprise Productions
/demos/1993/s/sp.zip
29 Jun 1996 (catalog date)
57,821 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 09

Spiral by Dataction
/demos/1993/s/spiral.zip
29 Jun 1996 (catalog date)
87,746 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked XX

Symbology by Admire
/demos/1993/s/symbolog.zip
29 Jun 1996 (catalog date)
78,394 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 02

Tangle by Epical
/demos/1993/t/tangle.zip
29 Jun 1996 (catalog date)
68,414 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 02

Timeout by Epical
/demos/1993/t/timeout.zip
29 Jun 1996 (catalog date)
64,211 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 04

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

Urgent by Pentagon
/demos/1993/u/urgent.zip
29 Jun 1996 (catalog date)
88,994 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 12

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

Wiered by Space Station
/demos/1993/w/wiered.zip
29 Jun 1996 (catalog date)
52,626 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 11

Xmas '93 by Dante
/demos/1993/x/xmas93.zip
29 Jun 1996 (catalog date)
27,709 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 06

2 Cents by Mental Design
/demos/1994/0-9/2cents.zip
14 Jan 1997 (catalog date)
598,201 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 10

3461 Bytes by Razor of Flatline
/demos/1994/0-9/3461.zip
29 Jun 1996 (catalog date)
6,417 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

42 by Halcyon
/demos/1994/0-9/42.zip
29 Jun 1996 (catalog date)
67,994 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX
Good beginning on this demo. Blue fire effect, going into zooming routines to delay dots, to 3-d fire. There are other interesting effects. To get past some parts of the demo the user must press Escape. The music is also a little repetitve at times... Without a GUS I couldn't get the entire demo.

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

Clairvoyance by Acme
/demos/1994/a/acme_clr.zip
24 May 1998 (catalog date)
182,646 bytes
Download FTP scene.org
Rating:
386,,GUS,

Mental Masturbation Intro by Acme
/demos/1994/a/acme_mmi.zip
29 Jun 1996 (catalog date)
98,803 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the in64 division and ranked 01

Airframe by Prime
/demos/1994/a/airframe.zip
29 Jun 1996 (catalog date)
61,108 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 01

Zorlac by Arkham
/demos/1994/a/akm_zorl.zip
29 Jun 1996 (catalog date)
73,700 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Anorexia by Hazard
/demos/1994/a/anorexia.zip
29 Jun 1996 (catalog date)
52,834 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 14

Bees and Honey by Mindprobe
/demos/1994/b/b_h.zip
29 Jun 1996 (catalog date)
59,691 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 07

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

Chaos by Codex of Extend
/demos/1994/c/chaos.zip
29 Jun 1996 (catalog date)
6,408 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

Shortcircuit by COMA
/demos/1994/c/cma_shrt.zip
03 Jul 1996 (catalog date)
856,235 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Critical by Occult
/demos/1994/c/critical.zip
29 Jun 1996 (catalog date)
191,649 bytes
Download FTP scene.org
Rating:

PolyChromatic Dreams by Creation
/demos/1994/c/crn_pcd.zip
29 Jun 1996 (catalog date)
64,352 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX

Cult by ISCH Crew
/demos/1994/c/cult.zip
29 Jun 1996 (catalog date)
91,972 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the in64 division and ranked 01

Bagger by Crapware
/demos/1994/c/cwbagger.zip
29 Jun 1996 (catalog date)
29,765 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the in64 division and ranked 06

Cyboman by Gazebo
/demos/1994/c/cybofin.zip
29 Jun 1996 (catalog date)
76,495 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 01

Cyboman 2 by Complex
/demos/1994/c/cyboman2.zip
29 Jun 1996 (catalog date)
67,533 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 01

Dash by Paragon
/demos/1994/d/dash.zip
29 Jun 1996 (catalog date)
44,519 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 09

Dawn by TEI
/demos/1994/d/dawn.zip
14 Jan 1997 (catalog date)
744,293 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 20

Other Dimension by Dubius
/demos/1994/d/dbs-od.zip
29 May 1998 (catalog date)
404,709 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX
2nd version of same-named demo by Midnight Moon - ,,GUS,

Excide is Dead by Fairlight
/demos/1994/d/deadtro.zip
29 Jun 1996 (catalog date)
64,123 bytes
Download FTP scene.org
Rating:

Dragon by Core Image
/demos/1994/d/dragon.zip
29 Jun 1996 (catalog date)
64,790 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 06

Intro by Xenogenesis
/demos/1994/e/exenogen.zip
29 Jun 1996 (catalog date)
71,533 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the in64 division and ranked 05

Face by Majic 12
/demos/1994/f/face_m12.zip
29 Jun 1996 (catalog date)
64,201 bytes
Download FTP scene.org
Rating:

Fear by Laserdance
/demos/1994/f/fear_lsd.zip
29 Jun 1996 (catalog date)
72,679 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the in64 division and ranked 02

Finkel by Jamm
/demos/1994/f/finkel.zip
29 Jun 1996 (catalog date)
71,088 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 03

Space Jam by Fascination
/demos/1994/f/fsn_sj.zip
29 Jun 1996 (catalog date)
61,494 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 02

Abraham by Project Plant
/demos/1994/f/ftj_eros.zip
29 Jun 1996 (catalog date)
69,838 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 04

Full Intro by ???
/demos/1994/f/fullintr.zip
29 Jun 1996 (catalog date)
38,415 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Fun by Sorrox
/demos/1994/f/fun.zip
29 Jun 1996 (catalog date)
67,093 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Fyvush by Jamm
/demos/1994/f/fyvush.zip
29 Jun 1996 (catalog date)
54,340 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 03

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

Das Grelle by Gollum
/demos/1994/g/grelle.zip
29 Jun 1996 (catalog date)
84,319 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the in64 division and ranked 01

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

Son of a Gun by Inquisition
/demos/1994/h/hn_son.zip
29 Jun 1996 (catalog date)
80,064 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

I by Information
/demos/1994/i/i.zip
29 Jun 1996 (catalog date)
51,512 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 15

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

Basic Instinct by B-Ware
/demos/1994/i/instinct.zip
14 Jan 1997 (catalog date)
677,278 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

In Tropic by Mikki
/demos/1994/i/intropic.zip
14 Jan 1997 (catalog date)
59,669 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 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

2nd Little Intro by JFF
/demos/1994/j/jff-int2.zip
18 Jan 1997 (catalog date)
17,649 bytes
Download FTP scene.org
Rating:

First Intro by JFF
/demos/1994/j/jff-intr.zip
18 Jan 1997 (catalog date)
18,057 bytes
Download FTP scene.org
Rating:

Jocketro by JFF
/demos/1994/j/jff-jckt.zip
18 Jan 1997 (catalog date)
83,829 bytes
Download FTP scene.org
Rating:

Journey by Keen Like Frogs
/demos/1994/j/journey.zip
29 Jun 1996 (catalog date)
1,564,878 bytes
Download FTP scene.org
Rating:

Akesdisk by Kone
/demos/1994/k/kone.zip
14 Jan 1997 (catalog date)
87,566 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Demo by Lammas
/demos/1994/l/lammas.zip
14 Jan 1997 (catalog date)
42,134 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Lands by Natex
/demos/1994/l/lands.zip
29 Jun 1996 (catalog date)
13,664 bytes
Download FTP scene.org
Rating:

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

Manifestation by 3rd Foundation
/demos/1994/m/manifest.zip
14 Jan 1997 (catalog date)
630,563 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Manju by ???
/demos/1994/m/manju.zip
29 Jun 1996 (catalog date)
6,466 bytes
Download FTP scene.org
Released at event ASM94 in the in4k division

Meltdown by SPA
/demos/1994/m/meltdown.zip
14 Jan 1997 (catalog date)
677,698 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 17

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

Miopia by Rising Sun
/demos/1994/m/miopia20.zip
29 Jun 1996 (catalog date)
619,649 bytes
Download FTP scene.org
Rating:

Mountain by Scarfman
/demos/1994/m/mountain.zip
29 Jun 1996 (catalog date)
4,964 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division

Soap by Proxima
/demos/1994/m/muq_soap.zip
29 Jun 1996 (catalog date)
64,070 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 08

Stop Nazism by Hybrid
/demos/1994/n/nazi.zip
29 Jun 1996 (catalog date)
66,414 bytes
Download FTP scene.org
Rating:

Once 64k Intro by Laserdance of Acme
/demos/1994/o/once_lsd.zip
29 Jun 1996 (catalog date)
87,894 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the in64 division and ranked 02

Other Dimension by Midnight Moon
/demos/1994/o/otherd.zip
14 Jan 1997 (catalog date)
213,178 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

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

The Penguin Experiment by Zweilight Tone
/demos/1994/p/penguin.zip
14 Jan 1997 (catalog date)
1,411,355 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

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

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

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

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

ASCII Dreams II by Remal
/demos/1994/r/remal.zip
29 Jun 1996 (catalog date)
52,604 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Remote Control by Neurotica
/demos/1994/r/remote.zip
14 Jan 1997 (catalog date)
322,086 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Revenge by Real-Time
/demos/1994/r/revenge.zip
29 Jun 1996 (catalog date)
54,952 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 09

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

Rising by Blank
/demos/1994/r/rising.zip
29 Jun 1996 (catalog date)
61,546 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 05

Robot by Orange
/demos/1994/r/ro_bot.zip
29 Jun 1996 (catalog date)
68,062 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

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

Shadow by Surprise Productions
/demos/1994/s/shadow.zip
29 Jun 1996 (catalog date)
72,216 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 13

SIN by ???
/demos/1994/s/sin.zip
29 Jun 1996 (catalog date)
79,664 bytes
Download FTP scene.org
Rating:

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

Soppa by Future Crew
/demos/1994/s/soppa.zip
29 Jun 1996 (catalog date)
61,952 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX

Starlite by Nordic Vision
/demos/1994/s/starlite.zip
14 Jan 1997 (catalog date)
493,089 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Elite Demo by Syntax Terror
/demos/1994/s/ste-elit.zip
03 Jul 1996 (catalog date)
87,906 bytes
Download FTP scene.org
Rating:

Stronken by Post Mortem
/demos/1994/s/stronken.zip
29 Jun 1996 (catalog date)
764,101 bytes
Download FTP scene.org
Rating:
Released at event ASM94

Chalie Manson is Immortal by Ground Zero of TFA
/demos/1994/t/tfa_man.zip
29 Jun 1996 (catalog date)
66,486 bytes
Download FTP scene.org
Rating:

Toddlers Terror by Spirit
/demos/1994/t/toddlers.zip
29 Jun 1996 (catalog date)
73,578 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the in64 division and ranked 08

Too Big by Phoenix
/demos/1994/t/toobig.zip
29 Jun 1996 (catalog date)
56,741 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Trapped by GLP
/demos/1994/t/trapped.zip
29 Jun 1996 (catalog date)
716,439 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Trendy by Inzane PC
/demos/1994/t/trendy.zip
29 Jun 1996 (catalog date)
34,555 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division

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

Ugly by Morrari
/demos/1994/u/ugly.zip
29 Jun 1996 (catalog date)
38,515 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Virtual Shock by Virtual Shock
/demos/1994/v/v_shock.zip
29 Jun 1996 (catalog date)
22,640 bytes
Download FTP scene.org
Rating:

Peripheral Vision by Valhalla
/demos/1994/v/val_pv.zip
29 Jun 1996 (catalog date)
72,321 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 02

Vex Intro by Pascal, DOJ
/demos/1994/v/vexintro.zip
29 Jun 1996 (catalog date)
69,496 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division

Vomit by Cryonics
/demos/1994/v/vomit.zip
29 Jun 1996 (catalog date)
27,556 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 07

Way To Finland by Real-Time
/demos/1994/w/waytofin.zip
14 Jan 1997 (catalog date)
1,825,600 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Weird by SPA
/demos/1994/w/weird.zip
29 Jun 1996 (catalog date)
67,912 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the in64 division and ranked 03

Wasteland by SCC
/demos/1994/w/wl.zip
14 Jan 1997 (catalog date)
1,612,130 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Daze by Symptom
/demos/1994/y/y_daze.zip
29 Jun 1996 (catalog date)
45,479 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division

Huutaja by Symptom
/demos/1994/y/y_shout.zip
29 Jun 1996 (catalog date)
32,170 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division

Back to the Past by Yakuza
/demos/1994/y/yakuza.zip
29 Jun 1996 (catalog date)
62,253 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Zetor by Hirmu
/demos/1994/z/zetor.zip
29 Jun 1996 (catalog date)
45,516 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 12

The King of the Round Table by Zweilight Tone
/demos/1994/z/ztround.zip
29 Jun 1996 (catalog date)
61,406 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the in64 division and ranked 02

15 Min by Mewlers
/demos/1995/0-9/15min.zip
29 Jun 1996 (catalog date)
43,945 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the in64 division and ranked 03

Dispepsia by Blank
/demos/1995/0-9/255_disp.zip
27 Nov 1998 (catalog date)
762,864 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

48 Hours by Mercurite
/demos/1995/0-9/48h.zip
29 Jun 1996 (catalog date)
48,910 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in64 division and ranked 08

Be There! by Antares
/demos/1995/a/abether.zip
29 Jun 1996 (catalog date)
66,820 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked ??

Big Deal by Acme
/demos/1995/a/acme_big.zip
29 Jun 1996 (catalog date)
676,408 bytes
Download FTP scene.org
Rating:
Released at event X95 in the demo division and ranked 01

Acme Blows Your Nose by Acme
/demos/1995/a/acme_byn.zip
29 Jun 1996 (catalog date)
52,378 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the in64 division and ranked 06

Acme Sucks by Acme
/demos/1995/a/acme_sux.zip
29 Jun 1996 (catalog date)
28,269 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the in64 division and ranked EE

1st Smoke Yellow Weed by Acme
/demos/1995/a/acme_syw.zip
29 Jun 1996 (catalog date)
56,446 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the in64 division and ranked 01

Alchymid by Mist
/demos/1995/a/alchymia.zip
29 Jun 1996 (catalog date)
132,284 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 07

Alku by Vehje
/demos/1995/a/alku.zip
24 May 1997 (catalog date)
185,020 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked XX

Lola by Amable
/demos/1995/a/amb_lola.zip
29 Jun 1996 (catalog date)
66,202 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked EE

Circuit by Analogue
/demos/1995/a/an_circf.zip
29 Jun 1996 (catalog date)
1,446,483 bytes
Download FTP scene.org
Released at event TP95 in the demo division and ranked 17

Astro by Astroidea
/demos/1995/a/astro.zip
29 Jun 1996 (catalog date)
66,622 bytes
Download FTP scene.org
Rating:
Released at event EXE95 in the in64 division and ranked 01

Die Ausgeburt by Xenogenesis
/demos/1995/a/ausgebur.zip
29 Jun 1996 (catalog date)
49,030 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in64 division and ranked 05

Autumn by Epsilon
/demos/1995/a/autumn.zip
29 Jun 1996 (catalog date)
61,621 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the in64 division and ranked 02

Fix for babytro.arj by Nostalgia
/demos/1995/b/babyfix.zip
29 Jun 1996 (catalog date)
64,186 bytes
Download FTP scene.org
Rating:

The Babytro by Nostalgia
/demos/1995/b/babytro.zip
29 Jun 1996 (catalog date)
564,079 bytes
Download FTP scene.org
Rating:

Barf by Widget, Malvern
/demos/1995/b/barf___.zip
29 Jun 1996 (catalog date)
47,977 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked ??

64k Waste by Brainless Coders
/demos/1995/b/bc_64kb.zip
29 Jun 1996 (catalog date)
38,634 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the in64 division and ranked 04

Black Dawn by Asathor
/demos/1995/b/bdawn.zip
24 May 1997 (catalog date)
618,379 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked XX

Believe by Valhalla
/demos/1995/b/believe.zip
29 Jun 1996 (catalog date)
63,719 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 06

Morbid by Bunghole Productions
/demos/1995/b/bhmorbid.zip
29 Jun 1996 (catalog date)
67,448 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the in64 division and ranked 04

Biolan by Abua
/demos/1995/b/biolan.zip
29 Jun 1996 (catalog date)
44,644 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 10

Kewl Intro by Bit Killers
/demos/1995/b/bkillers.zip
29 Jun 1996 (catalog date)
64,637 bytes
Download FTP scene.org
Rating:

Ozone by Bunghole Productions
/demos/1995/b/bp_ozone.zip
29 Jun 1996 (catalog date)
65,104 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked ??

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

Burma by Proxima
/demos/1995/b/burma.zip
29 Jun 1996 (catalog date)
64,809 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in64 division and ranked 02

Byte Me by @
/demos/1995/b/byteme.zip
29 Jun 1996 (catalog date)
104,030 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 15

Intro by Cascada
/demos/1995/c/cda_tp5i.zip
29 Jun 1996 (catalog date)
63,007 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 05

Condem by Condenz
/demos/1995/c/cdz_cdz.zip
29 Jun 1996 (catalog date)
46,622 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in64 division and ranked 04

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

Bill G Force by Complex
/demos/1995/c/clx_bgfr.zip
29 Jun 1996 (catalog date)
65,528 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 03

Stickman's World by Coma
/demos/1995/c/cma_stik.zip
29 Jun 1996 (catalog date)
50,134 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 02

Cocaholic by Hazard
/demos/1995/c/cocaholc.zip
29 Jun 1996 (catalog date)
67,847 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 12

Coffee Overdose by Cool Productions
/demos/1995/c/coffee.zip
29 Jun 1996 (catalog date)
36,183 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 09

Coffee Overdose 2 by Cool Productions
/demos/1995/c/cp_cof2.zip
29 Jun 1996 (catalog date)
55,010 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the in64 division and ranked 05

Crap by Phrenetics
/demos/1995/c/crap.zip
29 Jun 1996 (catalog date)
23,544 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in64 division and ranked 06

Lasse Reinbong by Cubic Team
/demos/1995/c/ctslasse.zip
29 Jun 1996 (catalog date)
64,578 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 01

Dandruff by YeTi
/demos/1995/d/dandruff.zip
29 Jun 1996 (catalog date)
37,763 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in64 division and ranked 07

Donitsi by Digitize Design Group
/demos/1995/d/ddgdonut.zip
29 Jun 1996 (catalog date)
648,861 bytes
Download FTP scene.org
Rating:

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

Detour by Halcyon
/demos/1995/d/detour.zip
29 Jun 1996 (catalog date)
61,199 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 05

BBS Developer's Site by Waterlogic
/demos/1995/d/devsite.zip
29 Jun 1996 (catalog date)
649,348 bytes
Download FTP scene.org
Rating:

Distance by Radon
/demos/1995/d/distance.zip
24 May 1997 (catalog date)
1,422,501 bytes
Download FTP scene.org
Released at event ASM95 in the demo division and ranked XX

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

Drift by Wild Light
/demos/1995/d/drift.zip
29 Jun 1996 (catalog date)
70,941 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 01

Jade by Eclipse
/demos/1995/e/e_jade.zip
30 Jun 1996 (catalog date)
62,518 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked EE

Elastic by Scoop
/demos/1995/e/elastic.zip
24 May 1998 (catalog date)
42,719 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in64 division and ranked 07
,,SB,

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

Oops by Elfsong
/demos/1995/e/elf_oops.zip
30 Jun 1996 (catalog date)
50,917 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 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

Envy by The Clan
/demos/1995/e/envy.zip
30 Jun 1996 (catalog date)
56,425 bytes
Download FTP scene.org
Rating:
Released at event X95 in the in64 division and ranked 02

Dream by Epsilon
/demos/1995/e/eps_drea.zip
30 Jun 1996 (catalog date)
67,661 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 11

Fatal by Extreme
/demos/1995/f/fatal_.zip
30 Jun 1996 (catalog date)
56,521 bytes
Download FTP scene.org
Rating:
Released at event I95 in the in64 division and ranked 03

Final Boom by Spirit
/demos/1995/f/fboom.zip
30 Jun 1996 (catalog date)
60,014 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked 01

Feeling 69 by Nightsky
/demos/1995/f/feeling.zip
30 Jun 1996 (catalog date)
50,255 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 11

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

Foam by Digression
/demos/1995/f/foam.zip
30 Jun 1996 (catalog date)
34,306 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 12

For Morroskvld by Illuminati
/demos/1995/f/formor.zip
30 Jun 1996 (catalog date)
38,211 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in64 division and ranked 05

Fractia by Euxinus
/demos/1995/f/fractia.zip
09 Jul 1996 (catalog date)
33,769 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked XX

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

Daisy by Fascination
/demos/1995/f/fsn_dsy.zip
30 Jun 1996 (catalog date)
356,422 bytes
Download FTP scene.org
Rating: