Search for "Ba": 1037 matches(displaying first 250)

3d basics by Synergist
/code/3d/docs/3dbasics.zip
10 Jan 1997 (catalog date)
2,745 bytes
Download FTP scene.org
Rating:
Some basic 3d documentation - I'd never want to tell someone that this doc is a good place to start. The person writing this has no concept of structures, which severely ease the programming of complex things such as 3d systems.

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

3D Camera Tutorial by Shadow Bandit of Diabolic Force
/code/3d/docs/sba_3dcm.zip
17 Jan 1999 (catalog date)
14,496 bytes
Download FTP scene.org
Rating:

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.

OTM Phong by Voltaire of OTM
/code/3d/trifill/phong/otmphong.doc
08 Jun 1997 (catalog date)
23,949 bytes
Download FTP scene.org
Rating:
Good tutorial explaining how to approximate phong shading using a model based on linear interpolation of angles.

4 Sided Polygon Texture Mapper by Alan Parker
/code/3d/trifill/texmap/bastxmap.txt
08 Jun 1997 (catalog date)
8,601 bytes
Download FTP scene.org
Rating:
Although this texture mapper is coded in GFA Basic for the Atari ST the code is comprehensible enough to be useful for PC owners.

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.

HSC player by Antares
/code/audio/players/advhsc18.zip
10 Jan 1997 (catalog date)
57,910 bytes
Download FTP scene.org
Rating:
A TPU for FM playback of HS C files - Has examples on how to use the unit.

Adrenalin MOD player by Beta of A-Men
/code/audio/players/amod095.zip
10 Jan 1997 (catalog date)
108,866 bytes
Download FTP scene.org
Rating:
A mod player for pascal and has a TSR to play music in the background - No SB support, horrible documentation, little to no support.

AmoebaSoft MOD Player by Jonathan E. Wright of AmoebaSoft
/code/audio/players/asmod09s.zip
10 Jan 1997 (catalog date)
90,508 bytes
Download FTP scene.org
Rating:
A mod player for Pascal - No SB support, bad documentation, only supports MOD files.

GUS Play interface by Juggler of BTL
/code/audio/players/gp15-pas.zip
10 Jan 1997 (catalog date)
46,188 bytes
Download FTP scene.org
Rating:
An interface for GUS Play for TP - Comes with Robban's GUS play and CyberStrike's Ultradox

GUS Play by Robban of Cascada
/code/audio/players/gusp15.zip
10 Jan 1997 (catalog date)
19,591 bytes
Download FTP scene.org
Rating:
Robban's GUS Play - A favorite for intros in the past. Complete and small. Supports GUS and .mod files only.

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.

Midas v1.11 by Sahara Surfers
/code/audio/players/midas111.zip
17 Jan 1999 (catalog date)
1,981,785 bytes
Download FTP scene.org
Rating:
This version fixes some bugs in the 1.1 version, which was really necessary because some demos who used that version really sounded bad on a gus, so make sure you use this version, and not an older one!

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.

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

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

Sound Deluxe System 5.04 by Maple Leaf
/code/audio/players/sds504.zip
17 Jan 1999 (catalog date)
603,983 bytes
Download FTP scene.org
Rating:
This player supports a lot of different module formats, but the GUS support seems to have a bug because I hear nothing, while it works great on my Soundblaster Pro. It supports a lot of different languages, including Turbo Basic!

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.

Aplib V0.12b by Jibz
/code/compress/aplib012.zip
04 May 1998 (catalog date)
57,733 bytes
Download FTP scene.org
Compression library based on aPACK. Good compression ratios and fast decompression. Very easy to use. Supports 32bit Watcom and DJGPP.

Black Ice source by Sinbad
/code/demosrc/bbsintro/blacdemo.zip
10 Jan 1997 (catalog date)
432,910 bytes
Download FTP scene.org
Rating:
Sources for a large BBS intro with a scrollie, fire, and a zoomer - Comments for the effects, recompiles easily. Shows influences from Mental Surgery, mainly in the sound code. Old effects, but recent code.

Blaster Sound BBS intro source by Yann of Iguana
/code/demosrc/bbsintro/blasintr.zip
10 Jan 1997 (catalog date)
20,385 bytes
Download FTP scene.org
Rating:
Sources for a BBS intro with some strobbing thing in the background and a text writer in the forground - Few comments and difficult to read.

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

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

42 Source by Maniac of LBA
/code/demosrc/bbsintro/lba42src.zip
26 Jun 1997 (catalog date)
10,213 bytes
Download FTP scene.org
Rating:
BBS ad with a scroller and a lighting-esque effect. Both an asm and Pascal version compile, though the pascal version looks like nothing more than a rewrite of the asm code in Pascal's inline syntax. Few comments.

Power Grid loader source by Friar Tuck of Ice
/code/demosrc/bbsintro/pgloader.zip
10 Jan 1997 (catalog date)
80,967 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with a text writer, music, and a lens - Has the adlib player from fcsp2src.zip. No comments. The lens is nice as the equations used make it look like a crystal ball.

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.

Amnesia Vector source by Tran of Renaissance
/code/demosrc/demos/as.zip
10 Jan 1997 (catalog date)
7,047 bytes
Download FTP scene.org
Rating:
The sources for the temple vector part of Amnesia - Sparce comments. Tight code, but probably only understandable by those who have written atleast a simple vector system and familiar with pmode. Certainly good code, but I question its usefulness to those who read it.

Copper Faked source by The Faker of Aardvark
/code/demosrc/demos/cfsource.zip
10 Jan 1997 (catalog date)
146,977 bytes
Download FTP scene.org
Rating:
Sources for Copper Faked - Barren on comments and not precompiled.

Fairytale (source) by Frankenstein of OTOOS
/code/demosrc/demos/ftsrc101.zip
05 Oct 1996 (catalog date)
837,039 bytes
Download FTP scene.org
Rating:

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.

Flame intro by Deadbrain of Garbage
/code/demosrc/intros/gb_fmint.zip
10 Jul 1997 (catalog date)
105,628 bytes
Download FTP scene.org
Rating:
Flame Intro. Really blah, can't credit the mod player nor video lib coders.

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.

Virtual Lame source by Paradise
/code/demosrc/intros/virtlame.zip
10 Jan 1997 (catalog date)
176,796 bytes
Download FTP scene.org
Rating:
Source for an intro with a text writer/fader and "supposedly" vector balls and skulls - Title speaks for itself.

Feedback Effect
/code/effects/feedback/dunesrc.zip
05 Oct 1996 (catalog date)
7,481 bytes
Download FTP scene.org
Rating:
Example from DUNE!.COM - fairly nice (and the only example source I've seen for such a (recently) overused effect).

Fire code by Kirk A. Baum
/code/effects/fire/firecode.zip
10 Jan 1997 (catalog date)
54,739 bytes
Download FTP scene.org
Rating:
A simple fire routine - Contains the same fire as that of fire-win.zip but coded in assembler for DOS.

Fire effect by XtaC of Garbage
/code/effects/fire/gb_wfire.zip
10 Jul 1997 (catalog date)
21,102 bytes
Download FTP scene.org
Rating:
Fire Effect. Yet another fire example.

lens source by Jeff Lawson
/code/effects/lens/lenssrc.zip
10 Jan 1997 (catalog date)
40,603 bytes
Download FTP scene.org
Rating:
Some source for the lens effect - includes /code/effect/lens/lens.lzh as it's description of how it works.

plassm by James Johnson
/code/effects/plasma/plasexp.zip
10 Jan 1997 (catalog date)
3,400 bytes
Download FTP scene.org
Rating:
Simple plasma example - Based on code by Jare/Iguana. Nice comments on the setting of mode-X.

plasma3 by btf
/code/effects/plasma/plasma3.zip
10 Jan 1997 (catalog date)
16,750 bytes
Download FTP scene.org
Rating:
You've got me - A bad processor check spoils this. Difficult to recompile and I'll assume it needs MASM to assemble.

Copper Bars by Patch
/code/effects/raster/bars.zip
25 Aug 1997 (catalog date)
8,373 bytes
Download FTP scene.org
Rating:
No explanation, just source.

Fake Copper Bars by Darkman
/code/effects/raster/copper.zip
25 Aug 1997 (catalog date)
15,611 bytes
Download FTP scene.org
Rating:
Drawing the bars is not how you should do coppers.

Copper Bars by XtaC of Garbage
/code/effects/raster/gb_coper.zip
10 Jul 1997 (catalog date)
4,637 bytes
Download FTP scene.org
Rating:
Textmode copper bar example. Nicely commented.

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

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

Vertical Copper Bars by Jare of Iguana
/code/effects/raster/the_cop.zip
25 Aug 1997 (catalog date)
49,089 bytes
Download FTP scene.org
Rating:
No explanation, no comments. A .gif dumper is also included.

2D Blobs by Shadow Bandit of Diabolic Force
/code/effects/shadebob/sba_2dbl.zip
17 Jan 1999 (catalog date)
19,128 bytes
Download FTP scene.org
Rating:
Looks more like the oldfashioned shadebobs.

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.

Starfield by Shade of Trash
/code/effects/stars/s-stars.zip
12 Aug 1997 (catalog date)
33,908 bytes
Download FTP scene.org
Rating:
A Starfield. A BASIC starfield. Hideously slow and leaves a black cross on the screen.

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.

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

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

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

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.

Vector Ball 2 by Tumblin
/code/effects/vectball/vectbal2.zip
10 Jan 1997 (catalog date)
190,261 bytes
Download FTP scene.org
Rating:
Some vector ball examples and utilities - Not bad, but simple. Shows some good code design strategies.

Vector Ball by Tumblin
/code/effects/vectball/vectball.zip
10 Jan 1997 (catalog date)
38,780 bytes
Download FTP scene.org
Rating:
A vector ball example - blah...

Voxel by 6502 of Fatal Rage
/code/effects/voxel/newvox.zip
26 Jun 1997 (catalog date)
3,227 bytes
Download FTP scene.org
Rating:
Beautiful hightfield rendering. If there's anyone with half a clue who can't understand this, I'd like to know. The effect itself is beautiful, fast, and the code is gratuitously commented. My only quip is having (gipped) allocation of some 180k that just eats up base memory. Has no .exe, but compiles with watcom with no problems.

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

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

Textfile Convertor by Designer
/code/fileutil/et-con14.zip
26 Feb 1998 (catalog date)
32,660 bytes
Download FTP scene.org
Rating:
Converts ansi files and textfiles for amiga, unix, etc. to pc format and back again.

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

Pop And Push by Ondrej Blazek
/code/fileutil/pop_push.zip
26 Feb 1998 (catalog date)
8,011 bytes
Download FTP scene.org
Rating:
Two utilities that make browsing through your directories easier by using a stackbased method of remembering directory names.

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

SoundBlaster Programming Info by Andr B Baresel, Craig Jackson
/code/hardware/audio/sblast09.zip
21 Jan 1998 (catalog date)
502,511 bytes
Download FTP scene.org
Rating:
The ultimate guide for SoundBlaster coders. Sources included (including S3M player).

Pentium Userguide Volume 3
/code/hardware/cpu/pent_ug3.zip
17 Jan 1999 (catalog date)
3,820,036 bytes
Download FTP scene.org
Rating:
Contains everything you need to know about the pentium instructions, their timing, etc. in Acrobat format.

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

386 power by Lorenzo Micheletto
/code/hardware/pmode/386p_101.zip
10 Jan 1997 (catalog date)
117,845 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - Has docs for useage and some extra miscellaneous routines that could be used for game or graphics programming in pmode. Honestly, if you want to do 100% asm development for pmode I'd suggest DOS32 or Tran's pmode. The author here credits Tran for some backbones to his system.

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.

WUSTUB v0.1 by Michael Tippach
/code/hardware/pmode/wustub01.zip
10 Jul 1997 (catalog date)
50,554 bytes
Download FTP scene.org
Rating:
A DOS extender for Borland's Delphi 2. It's basically a PE loader for DOS. Comes with a CRT unit.

Mode 13h Doc by Vulture
/code/hardware/video/basicdoc.zip
10 Jan 1997 (catalog date)
7,727 bytes
Download FTP scene.org
Rating:
An explaination of mode 13h - For the *absolute* beginner.

VBE functions 2.1 by Babyloon of Revelation
/code/hardware/video/rvlvbe21.zip
30 Jan 1999 (catalog date)
213,888 bytes
Download FTP scene.org
supports VBE 1.2 & 2.0, LFB - RM & PM bank switching

Cutter
/code/images/cutter1.zip
15 Apr 1997 (catalog date)
68,240 bytes
Download FTP scene.org
Graphics Cutter v1.0 is a scripting language used in cutting graphics from PCX files. Unzip with -d option (subdirectories). Saves palette info, include files, and object files. Object files are stored in MODE 0x13 and MODE X formats. DEMO of bouncing balls included. Source available in registered version.

GFXFX2 Library by Bas van Gaalen
/code/library/gfxfx2.zip
01 Dec 1997 (catalog date)
401,555 bytes
Download FTP scene.org
Rating:
Although a little bit dated this library and the huge amount of example effects should be very useful for beginners.

Mode-X Library by Phil Carlisle
/code/library/zoomba2.zip
01 Dec 1997 (catalog date)
118,083 bytes
Download FTP scene.org
Rating:

The Mag by Spellcaster
/code/mags/mag02.zip
01 Jul 1997 (catalog date)
12,743 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing info on Pascal, gets into basic assembler, BIOS, interrupts, and mode 13h.

Tutorial 1 in C by Snowman of Hornet
/code/tutors/denthor/tut01new.zip
11 Jan 1997 (catalog date)
16,337 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 1 in C:The basics - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 8 in C by Snowman of Hornet
/code/tutors/denthor/tut08new.zip
11 Jan 1997 (catalog date)
42,817 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 8 in C:3d basics - Includes Denthor's original tutorial release within and has the compiled exe. Remember, these are only basics. (Snowman added a little of his own to this... I loved vector balls spelling things. :)

Tutorial #20 by Denthor of Asphyxia
/code/tutors/denthor/tut20.zip
11 Jan 1997 (catalog date)
19,099 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:face sorting and back face removal - The tutorials are finally getting into more complex 3d.

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.

The King Magazine Volume 2 by The King
/code/tutors/graphics/kmagv2.zip
18 Jan 1998 (catalog date)
54,474 bytes
Download FTP scene.org
Rating:
Nice for beginners. This volume explains some basic Pascal and Assembler coding and how to do crossfades.

The King Magazine Volume 3 by The King
/code/tutors/graphics/kmagv3.zip
18 Jan 1998 (catalog date)
63,180 bytes
Download FTP scene.org
Rating:
Better than volume 2. Again some basic stuff for Pascal, Assembler, Hardware and Graphics, etc. Examples are now in C too.

Serie De Tutoriales Fac 1 by FAC of Delabu Alama
/code/tutors/graphics/tut1.zip
25 Apr 1998 (catalog date)
8,595 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline ASM. First tutorial: How to use mode 13h

Serie De Tutoriales Fac 10 by FAC of Delabu Alama
/code/tutors/graphics/tut10.zip
25 Apr 1998 (catalog date)
76,545 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Tenth tutorial: Text output in Mode 13h.

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

Serie De Tutoriales Fac 12 by FAC of Delabu Alama
/code/tutors/graphics/tut12.zip
14 Aug 1998 (catalog date)
100,684 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Twelveth tutorial: More complex objets and face sorting.

Serie De Tutoriales Fac 2 by FAC of Delabu Alama
/code/tutors/graphics/tut2.zip
25 Apr 1998 (catalog date)
13,356 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Second tutorial: How to use the palette.

Serie De Tutoriales Fac 3 by FAC of Delabu Alama
/code/tutors/graphics/tut3.zip
25 Apr 1998 (catalog date)
15,274 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Third tutorial: Lines and circles.

Serie De Tutoriales Fac 4 by FAC of Delabu Alama
/code/tutors/graphics/tut4.zip
25 Apr 1998 (catalog date)
36,135 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Fourth tutorial: Virtual Screens and the PCX format.

Serie De Tutoriales Fac 5 by FAC of Delabu Alama
/code/tutors/graphics/tut5.zip
25 Apr 1998 (catalog date)
86,667 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Fifth tutorial: Scrolling

Serie De Tutoriales Fac 6 by FAC of Delabu Alama
/code/tutors/graphics/tut6.zip
25 Apr 1998 (catalog date)
60,387 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Sixth tutorial: Basic animation.

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

Serie De Tutoriales Fac 8 by FAC of Delabu Alama
/code/tutors/graphics/tut8.zip
25 Apr 1998 (catalog date)
35,194 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Eighth tutorial: Basics of 3D

Serie De Tutoriales Fac 9 by FAC of Delabu Alama
/code/tutors/graphics/tut9.zip
25 Apr 1998 (catalog date)
30,791 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Ninth tutorial: Backface removal and solid polygons.

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

Mode 13h Explanation by Vulture of Outlaw Triad
/code/tutors/video/basicdoc.zip
18 Jan 1998 (catalog date)
4,494 bytes
Download FTP scene.org
Rating:
Only explains how to get into mode 13h and how its memory model works. Not very useful.

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.

Basic To Assembly Translator by Kevin Diggins
/code/utils/compiler/basm10.zip
26 Feb 1998 (catalog date)
297,077 bytes
Download FTP scene.org
Rating:
Creates an assembly listing out of a basic listing.

Bin to Obj by Mr Baggins of Extravaganza
/code/utils/compiler/binobj32.zip
12 Aug 1997 (catalog date)
31,779 bytes
Download FTP scene.org
Rating:
A bin 2 obj util. Actually produces obj files, but only works with Watcom C. (By extension, you should be able to get it to work with pmode and TASM.)

Raster View by TBD of FeR
/code/utils/graphics/fer_rv.zip
02 Jul 1997 (catalog date)
394,681 bytes
Download FTP scene.org
Rating:
A viewer for tga, pcx, lbm, and bmp files. Includes a 320x600x8 tweak mode that can be added to Allegro, which is probably the best thing in it.

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

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut1.zip
19 Jan 1998 (catalog date)
15,071 bytes
Download FTP scene.org
Rating:
Windows Tutorial 1. Denthor's back with some tutorials on windows graphics program. I (and he) recommend that you still get another reference (like a *gasp* book) if you know absolutely nothing about programming windows and intend to get serious about it. The tut has just enough info to grasp how windows works, the mindset needed for coding, and some basic messages windows can throw at you. Good for the ultra-beginner with windows. (Oh, the example here is a star field)

Ball Mania by Sorcerers
/demos/1991/balmania.zip
29 Jun 1996 (catalog date)
46,139 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,

Vector Balls by Toddl
/demos/1991/vecballs.zip
29 Jun 1996 (catalog date)
235,205 bytes
Download FTP scene.org
Rating:

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

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

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

Headbangers Ball by Access Denied
/demos/1992/headbang.zip
29 Jun 1996 (catalog date)
398,105 bytes
Download FTP scene.org
Rating:

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

Second Phobia by Noice
/demos/1993/0-9/2phobia.zip
29 Jun 1996 (catalog date)
182,752 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 05
Really nice intro with some bitplane-mapping (& rotating), vectors, vector-dots, etc. There is such a bug, it supports GUS only at 220 (for other base-ports un-pklite this program and change 0x220 (the only one) in code to your base address).

30 Demo by Noice
/demos/1993/0-9/30_demo.zip
29 Jun 1996 (catalog date)
40,554 bytes
Download FTP scene.org
Rating:
Demo contains rotating cube (so obvious), low-zoom plasma (so good, because you cannot see plasma in any other demo this way - always there is a high zoom (because looks better :-), then a dot-ball (also obvious), and end-scroller (thats all???? yes....)

BBS 4PM by Psycho
/demos/1993/0-9/4pm.zip
29 Jun 1996 (catalog date)
5,954 bytes
Download FTP scene.org
Rating:
Lo-res bars & vector-dot logo, with AdLib sound of course.

Barrynuk by Atomic
/demos/1993/b/barrynuk.zip
29 Jun 1996 (catalog date)
188,478 bytes
Download FTP scene.org
Rating:

BBS Starbase Systems by Access Denied
/demos/1993/s/starbase.zip
29 Jun 1996 (catalog date)
74,020 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

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.

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

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

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

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

The Good, The Bad, The Ugly by Surprise Productions
/demos/1994/g/gbu_sp.zip
29 Jun 1996 (catalog date)
559,803 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 02

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

Handy by Abaddon
/demos/1994/h/handy.zip
29 Jun 1996 (catalog date)
7,300 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division

BBS I-Chi-Ban by Rex Deathstar
/demos/1994/i/ichiban2.zip
29 Jun 1996 (catalog date)
16,194 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

Magic Ball by Tasmanic of Acid
/demos/1994/m/magicbal.zip
29 Jun 1996 (catalog date)
4,352 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

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

Rotozoomer by Finbau Gumbau of ???
/demos/1994/r/rotozf.zip
29 Jun 1996 (catalog date)
5,054 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division

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

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

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

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

CPC Is Back v2 by Arkham
/demos/1995/a/akm-dem5.zip
17 Jan 1997 (catalog date)
1,316,842 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

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:

Balanse by Infernal
/demos/1995/b/balanse.zip
29 Jun 1996 (catalog date)
434,369 bytes
Download FTP scene.org
Rating:

Banal by Mewlers
/demos/1995/b/banal.zip
29 Jun 1996 (catalog date)
308,200 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 12

Fast Intro 1995 by Blasm
/demos/1995/b/barbie.zip
29 Jun 1996 (catalog date)
198,400 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the infs division and ranked 08

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

Flashback by Centari
/demos/1995/c/cenflash.zip
29 Jun 1996 (catalog date)
712,210 bytes
Download FTP scene.org
Rating:
Released at event MOV95 in the demo division and ranked 04

Chrome by TomCat, Abaddon
/demos/1995/c/chrome.zip
29 Jun 1996 (catalog date)
5,689 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 04

Indaba by Fudge
/demos/1995/f/fdg_ind.zip
30 Jun 1996 (catalog date)
352,766 bytes
Download FTP scene.org
Rating:

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

Pied by Abaddon
/demos/1995/p/pied.zip
30 Jun 1996 (catalog date)
63,471 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 10

Probaganda by Deck Blasters
/demos/1995/p/probagan.zip
30 Jun 1996 (catalog date)
66,074 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 08

Basics by Shock
/demos/1995/s/sck_bsc.zip
30 Jun 1996 (catalog date)
12,780 bytes
Download FTP scene.org
Rating:

Slow by Italian Bad Boys, Pornorockerz
/demos/1995/s/slow.zip
30 Jun 1996 (catalog date)
1,125,057 bytes
Download FTP scene.org
Rating:

Babes by The Coexistence
/demos/1995/t/tc_babes.zip
30 Jun 1996 (catalog date)
159,885 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the infs division and ranked 05

Tunnelbana by Tunnelbana
/demos/1995/t/tunlbana.zip
14 May 1997 (catalog date)
37,819 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked DD

UFO by Zeb, Barti
/demos/1995/u/ufo.zip
30 Jun 1996 (catalog date)
345,523 bytes
Download FTP scene.org
Rating:

World 4k by Furball
/demos/1996/0-9/4kworld.zip
30 Jun 1996 (catalog date)
11,260 bytes
Download FTP scene.org
Rating:
Released at event MEK96 in the in4k division and ranked 02

Alto Knallo by Free Electric Band
/demos/1996/a/alto.zip
09 Feb 1997 (catalog date)
1,218,641 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 01
GUS/SB/PAS

Anubis by The Banner
/demos/1996/a/anubis.zip
31 Aug 1996 (catalog date)
2,641,546 bytes
Download FTP scene.org
Rating:
Released at event EUS96 in the demo division and ranked 04

Babylon by Psychic Monks
/demos/1996/b/babylon.zip
14 Sep 1996 (catalog date)
789,292 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked DD

Bad Habit by Light Blue
/demos/1996/b/badhabit.zip
31 Dec 1996 (catalog date)
107,394 bytes
Download FTP scene.org
Rating:

Bagger by XL
/demos/1996/b/bagger.zip
19 Oct 1996 (catalog date)
337,081 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the demo division and ranked 08

Balls by Shaman of Dream Factory
/demos/1996/b/balls.zip
14 Sep 1996 (catalog date)
4,803 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in4k division and ranked 09

Baninaz by Opium
/demos/1996/b/baninaz.zip
31 Aug 1996 (catalog date)
723,049 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the demo division and ranked 04

Optical Illusion by Intellius of Bamboosh
/demos/1996/b/bmb4kbp3.zip
13 Jul 1996 (catalog date)
5,623 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in4k division and ranked ??

Hope by Bamboosh
/demos/1996/b/bmb4kg96.zip
30 Jun 1996 (catalog date)
4,164 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in4k division and ranked 06

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,

Son & Samba by TPOLM
/demos/1996/c/champ.zip
16 Nov 1996 (catalog date)
50,187 bytes
Download FTP scene.org
Rating:
Released at event SKE96 in the in64 division and ranked ??

Chrome 2 by Tomcat of Abaddon
/demos/1996/c/chrome2.zip
14 Sep 1996 (catalog date)
6,606 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in4k division and ranked 05

Deesbab by Orange
/demos/1996/d/deesbab.zip
07 Feb 1997 (catalog date)
69,905 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 01
486DX

Dizkoball by Deathstar
/demos/1996/d/ds-boll.zip
27 Sep 1996 (catalog date)
78,335 bytes
Download FTP scene.org
Rating:

Exposure by Bacteria
/demos/1996/e/exposure.zip
30 Jun 1996 (catalog date)
389,325 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the demo division and ranked 08

Baygles From Heaven by Trixter, Leviathan
/demos/1996/f/fast_bfh.zip
08 Jul 1996 (catalog date)
580,755 bytes
Download FTP scene.org
Rating:

BBS Global Domination by Brains Don't Bounce
/demos/1996/g/gd.zip
06 Jan 1997 (catalog date)
3,549 bytes
Download FTP scene.org
Rating:

Lazy by LBA
/demos/1996/l/lbalazy.zip
31 Dec 1996 (catalog date)
55,646 bytes
Download FTP scene.org
Rating:

Luminati by Tran, Basehead
/demos/1996/l/luminati.zip
30 Jun 1996 (catalog date)
508,765 bytes
Download FTP scene.org
Rating:

MC Palca by Tomcat of Abaddon
/demos/1996/m/mc_palca.zip
18 Sep 1996 (catalog date)
1,283 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in1k division and ranked ??

No Name by Rubba Design
/demos/1996/n/noname00.zip
19 Oct 1996 (catalog date)
117,310 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the demo division and ranked 09

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

Balance by Pulse
/demos/1996/p/pls_blc.zip
26 Dec 1996 (catalog date)
2,389,368 bytes
Download FTP scene.org
Rating:
Released at event GRV96 in the demo division and ranked 01

Refraction by Abaddon
/demos/1996/r/refract.zip
30 Jun 1996 (catalog date)
24,264 bytes
Download FTP scene.org
Rating:

Star Fucker by BadSector
/demos/1996/s/starfuck.zip
09 Feb 1997 (catalog date)
471,384 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 27
SB

BBS Bad News by Hollands Hoop
/demos/1996/t/trapkont.zip
06 Jul 1996 (catalog date)
8,229 bytes
Download FTP scene.org
Rating:

Back to the Roots by Vacuum
/demos/1996/v/vacdemo.zip
06 Dec 1996 (catalog date)
50,409 bytes
Download FTP scene.org
Released at event WIR96 in the in64 division and ranked 12

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

4k Intro by Bartek
/demos/1997/0-9/4kb.zip
24 Oct 1997 (catalog date)
3,313 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the in4k division and ranked 08
P5,,,

Bad Mutha by Alpha Design
/demos/1997/a/ad_bad.zip
21 Jan 1998 (catalog date)
277,023 bytes
Download FTP scene.org
Rating:
Released at event TMDC97 in the demo division and ranked 05
286,EGA,GUS,

Albatross by Alba
/demos/1997/a/albatros.zip
05 Jul 1997 (catalog date)
70,868 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in64 division and ranked ??
DX40,,GUS,

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

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

Balooon by Logrus
/demos/1997/b/balooon.zip
24 Oct 1997 (catalog date)
1,064,761 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 08
486DX,,GUS/SB,8MB

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

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

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

Prove You Wrong by Bandwagon
/demos/1997/b/bw-prove.zip
28 Apr 1997 (catalog date)
57,661 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in64 division and ranked 07
386,,GUS/SB,

Retribute Your Idols by NF of Bandwagon
/demos/1997/b/bw-retr.zip
20 Sep 1997 (catalog date)
5,493 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in4k division and ranked 06

Kamelbajs by TPOLM
/demos/1997/c/cccp.zip
26 Oct 1997 (catalog date)
302,578 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

XMas '97 Intro by Caliban of Darkness
/demos/1997/d/dns_xmas.zip
01 Feb 1998 (catalog date)
20,190 bytes
Download FTP scene.org
Rating:

American Kebab Joint by Dupe
/demos/1997/d/dpe_kbjn.zip
21 Feb 1998 (catalog date)
71,764 bytes
Download FTP scene.org
Rating:

How to Kill a Bamsemums by Elite Productions 3d
/demos/1997/f/fastintr.zip
07 Dec 1997 (catalog date)
783,729 bytes
Download FTP scene.org
Rating:
Released at event DST97 in the infs division and ranked 02

Gabba, Gabba, Hey by Eufrosyne
/demos/1997/f/frs_gbba.zip
04 Mar 1997 (catalog date)
468,730 bytes
Download FTP scene.org
Rating:
Released at event DMC97 in the demo division and ranked ??
,VGA,GUS/SB/PAS,

Fire by Garbage
/demos/1997/g/gb_as96f.zip
04 Apr 1997 (catalog date)
285,373 bytes
Download FTP scene.org
Rating:
386,,SB,

Toxic by Garbage
/demos/1997/g/gb_toxic.zip
16 Jun 1997 (catalog date)
686,895 bytes
Download FTP scene.org
Rating:
486,,GUS/SB16,

BBS The Communications Barrier by Merlin, Aspect
/demos/1997/i/intro2.zip
24 Jun 1997 (catalog date)
8,121 bytes
Download FTP scene.org
Rating:
,,Adlib,

Zehn Kleine Jagermeister by Tomcat of Abaddon
/demos/1997/j/jmeister.zip
05 Aug 1997 (catalog date)
4,412 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the in4k division and ranked 04

Lloyd Against the Machine by Ren, Kaos, Kombat
/demos/1997/l/lloyd.zip
14 Oct 1997 (catalog date)
1,152,993 bytes
Download FTP scene.org
Rating:
Released at event RTL97 in the demo division and ranked 03

Happy Nirthday Zuul by Barti, Zeb
/demos/1997/n/nirthday.zip
12 Jan 1998 (catalog date)
252,032 bytes
Download FTP scene.org
Rating:

Cuba by Pimp
/demos/1997/p/pmp_cuba.zip
07 Dec 1997 (catalog date)
623,599 bytes
Download FTP scene.org
Rating:
Released at event DST97 in the demo division and ranked 02

De Bader Hver Dag by Rectum Cauda
/demos/1997/r/rc-bade.zip
24 Nov 1997 (catalog date)
1,062,234 bytes
Download FTP scene.org
Rating:
386,,GUS/SB,6MB

Seigmenn og Bamsemums by Rectum Cauda
/demos/1997/r/rc-bamse.zip
07 Dec 1997 (catalog date)
143,589 bytes
Download FTP scene.org
Rating:
Released at event DST97 in the infs division and ranked 01

Terse by Babyloon of Zen, Revelation
/demos/1997/r/rvl-ters.zip
12 Mar 1997 (catalog date)
15,072 bytes
Download FTP scene.org
Rating:
Released at event LTP97 in the in4k division and ranked ??
,,,

Sirio by The Banner
/demos/1997/s/sirio.zip
12 Dec 1997 (catalog date)
1,404,813 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the demo division and ranked 02
386DX,,GUS/SB/PAS,4MB

Slagroom by Rubba Design
/demos/1997/s/slagroom.zip
08 Feb 1998 (catalog date)
252,208 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 15

Battery by Static
/demos/1997/s/stc-batt.zip
22 Jul 1997 (catalog date)
27,272 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the in64 division and ranked XX

Baptism of Fire by Swirl
/demos/1997/s/swl_bof.zip
28 Mar 1997 (catalog date)
65,618 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in64 division and ranked 03
P5,,GUS,4MB

The Snowball Sampling Incident by P100,,GUS, of United Force
/demos/1997/u/uf_ssi.zip
07 Feb 1998 (catalog date)
48,747 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the in64 division and ranked 12

Virgin by Jim Goer of Alba
/demos/1997/v/virgin.zip
25 Aug 1997 (catalog date)
11,974 bytes
Download FTP scene.org
Rating:
Released at event IO97 in the in4k division and ranked 01

Amoba by Arc
/demos/1998/a/amoba.zip
29 Apr 1998 (catalog date)
5,823 bytes
Download FTP scene.org
Rating:

Arcade Volleyball by Fefe of Breeze
/demos/1998/a/av.zip
21 Aug 1998 (catalog date)
4,991 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in4k division and ranked 03

Baby Boom by New Kids On the Net
/demos/1998/b/babyboom.zip
19 May 1998 (catalog date)
1,347,652 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the demo division and ranked XX
,,GUS/SB/PAS,

Balldemo by Puavohard
/demos/1998/b/balldemo.zip
22 Oct 1998 (catalog date)
177,131 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the demo division and ranked XX
,,GUS/SB/PAS,

Nostalgia Balls by Oak of Black Rainbow
/demos/1998/b/balls.zip
21 Aug 1998 (catalog date)
4,313 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in4k division and ranked 08

B and dbl W by Playpsy Co.
/demos/1998/b/banddblw.zip
19 May 1998 (catalog date)
725,929 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the demo division and ranked XX
486,VESA,GUS/SB/PAS,4MB

Bars512 by S.P.Y.
/demos/1998/b/bars512.zip
21 Aug 1998 (catalog date)
2,506 bytes
Download FTP scene.org
Rating:

Bazar by Impact DK
/demos/1998/b/bazar.zip
06 Sep 1998 (catalog date)
3,755,943 bytes
Download FTP scene.org
Released at event SE98 in the demo division and ranked 03

Bleed by Bad Karma
/demos/1998/b/bleed.zip
02 Aug 1998 (catalog date)
1,366,900 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the demo division and ranked 05
P5,VESA,,32MB

Commie by Bamboosh
/demos/1998/b/bmb64g98.zip
16 May 1998 (catalog date)
51,308 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the in64 division and ranked 07

Burn Baby Burn by Maximum
/demos/1998/b/burnburn.zip
12 Aug 1998 (catalog date)
647,020 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the demo division and ranked 04
,,GUS/SB/PAS,

Chant by Bandwagon
/demos/1998/c/chant_by.zip
18 Oct 1998 (catalog date)
126,636 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in64 division and ranked 04
,,GUS/SB,

Planet Cornball by Complex
/demos/1998/c/cornball.zip
28 May 1998 (catalog date)
1,330,386 bytes
Download FTP scene.org
Released at event TG98 in the d3fx division and ranked 01
,3DFX,,

Barbie Meets Eazy-E by Delabu Alama
/demos/1998/d/dlb-brez.zip
15 Aug 1998 (catalog date)
952,393 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the demo division and ranked ??
P133,,GUS/SB/PAS,4MB

F.I.S.T. by Neckfreak of Bandwagon
/demos/1998/f/fist_by_.zip
26 Sep 1998 (catalog date)
8,813 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in4k division and ranked 03

Fusion by Bad Karma
/demos/1998/f/fusion_b.zip
22 Oct 1998 (catalog date)
1,312,838 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the demo division and ranked 08

Flashback by Imago
/demos/1998/i/imflash.zip
17 Apr 1998 (catalog date)
883,683 bytes
Download FTP scene.org
Rating:

Strato Bank by Kolor
/demos/1998/k/k_strato.zip
22 May 1998 (catalog date)
3,659,102 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 10
P5,,,

Life After Death by Maze, Amoeba, HoJo
/demos/1998/m/mah_lad.zip
27 Feb 1998 (catalog date)
380,435 bytes
Download FTP scene.org
Rating:

Back to Nice World by Proxium
/demos/1998/n/nicewrld.zip
18 Jun 1998 (catalog date)
319,155 bytes
Download FTP scene.org
Rating:
,VESA,GUS/SB,

Phong Baby by Han Solo of Mindscape
/demos/1998/p/phbaby.zip
21 Aug 1998 (catalog date)
568 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in1k division and ranked 11

Baker Selection by Replay
/demos/1998/r/rplbaker.zip
09 Nov 1998 (catalog date)
1,058,678 bytes
Download FTP scene.org
Rating:
,VESA,GUS/SB,

Rumbalotte by Desire
/demos/1998/r/rumba.zip
22 May 1998 (catalog date)
1,776,439 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 18
,VESA,GUS/SB/PAS,

Dreams of Destiny by Suburban Creations
/demos/1998/s/scdreams.zip
22 May 1998 (catalog date)
1,657,456 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 05
P5,VESA,GUS/SB/PAS,12MB

The Iceberg by Suburban Creations
/demos/1998/s/scisebrg.zip
19 Nov 1998 (catalog date)
2,720,759 bytes
Download FTP scene.org
Rating:
P5,VESA,GUS/SB/PAS,16MB

Sinnsyk by Eckart, LordLaBan
/demos/1998/s/sinnsyk.zip
19 May 1998 (catalog date)
50,054 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the demo division and ranked XX
,,GUS,

Zwemband 2 by Infuse Project
/demos/1998/z/zwem2.zip
02 Apr 1998 (catalog date)
4,501 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the in4k division and ranked 01

Crazy Dark Ark by Greenback of Bytefall Group
/graphics/disks/1997/darkpack.zip
02 Dec 1997 (catalog date)
778,964 bytes
Download FTP scene.org
Rating:

Sul by Barti of Nooon
/graphics/images/1993/sul_comp.zip
04 Jul 1996 (catalog date)
17,484 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 14

Aldi by Fireball
/graphics/images/1994/a/aldi.zip
04 Jul 1996 (catalog date)
4,126 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

??? by ???
/graphics/images/1994/b/backup.zip
04 Jul 1996 (catalog date)
223,724 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked ??

Bad Trip by Pal
/graphics/images/1994/b/badtrip.zip
04 Jul 1996 (catalog date)
58,602 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the grfx division and ranked 09

Banzai by Nagumo
/graphics/images/1994/b/banzai.zip
04 Jul 1996 (catalog date)
15,158 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Bathmate by Tint
/graphics/images/1994/b/bathmate.zip
04 Jul 1996 (catalog date)
25,461 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Bangman by Emetic
/graphics/images/1994/b/bmname.zip
04 Jul 1996 (catalog date)
25,545 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Cinderella by Bana
/graphics/images/1994/c/cinder.zip
04 Jul 1996 (catalog date)
20,929 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Crowbar by Lobo
/graphics/images/1994/c/crowbar.zip
04 Jul 1996 (catalog date)
77,389 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 29