Search for "tt": 682 matches(displaying first 250)

3d math by Lithium of VLA
/code/3d/docs/3d_math.zip
10 Jan 1997 (catalog date)
11,835 bytes
Download FTP scene.org
Rating:
Explanations of some 3d math concepts - I remember not getting the 3d rotations working correctly when I first started programming, but I'm not sure if that's my fault or the fault of the doc. Most of the docs are some simple linear algebra. They spell out the equations in the end for those who can't completely understand them.

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

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

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

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

Phong Illumination Model by FAC of Delabu Alama
/code/3d/trifill/phong/facphong.zip
02 Jun 1998 (catalog date)
32,754 bytes
Download FTP scene.org
How to use the phong model to make nice palettes you can use in lots of effects, like 3D shading, fire, particles, hicolor shading, and plasmas. Includes a cool example program to play with.

Tiled Texture Mapping Tutorial by TheGlide of Spinning Kids
/code/3d/trifill/texmap/tiletmap.zip
03 Jun 1998 (catalog date)
4,757 bytes
Download FTP scene.org
This is a little document that explains how to code a tiled texture mapper that handles any power of 2 texture sizes. The document contains some little C code to get you started. To fully understand the doc you should have already read MRI's fatmap.txt and fatmap2.txt.

d00 format by Joachim Fenkes
/code/audio/docs/d00formt.zip
10 Jan 1997 (catalog date)
3,737 bytes
Download FTP scene.org
Rating:
Docs of the d00 format used by Adlib player and Edlib tracker - Docs for those who need them. Docs are also available with the EdLib tracker, but these are a little more thorough.

F. mod docs by Firelight
/code/audio/docs/fmoddoc.zip
10 Jan 1997 (catalog date)
83,795 bytes
Download FTP scene.org
Rating:
Firelight's mod format description - The perfect text file for someone who is writing a mod player especially first timers. Assumes knowledge of programming and doesn't cover details of sound card specific issues, like setting up a DMA transfer or initializing the sound card.

Description of the GT2 and GTK module formats by L. de Soras
/code/audio/docs/gt2-form.txt
30 Jun 1998 (catalog date)
22,995 bytes
Download FTP scene.org
Rating:
This document is partly written in french! Text

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.

Midas v.040a by Petteri Kangaslampi, Jarno Paananen
/code/audio/players/mdss040a.zip
10 Jan 1997 (catalog date)
1,400,325 bytes
Download FTP scene.org
Rating:
Midas music system - A full music system (almost) with support for compiling with tasm, BP, BC, and Watcom.

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

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

Libplayer by Peter Burns
/code/audio/players/player.zip
08 Jun 1998 (catalog date)
96,013 bytes
Download FTP scene.org
A library for playing modules under linux, written in C++, uses the OSS.

Immortal Syndicate BBS ad 2 sources by NutCracker
/code/demosrc/bbsintro/isad2src.zip
10 Jan 1997 (catalog date)
20,812 bytes
Download FTP scene.org
Rating:
sources for a BBS intro with a horizontal starfield and dropping letters

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.

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.

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

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

ASM Fire by LeGeND
/code/effects/fire/asmfire.zip
12 Aug 1997 (catalog date)
2,321 bytes
Download FTP scene.org
Rating:
A fire routine. A little big for a fire effect. Might consider using a random number function.

bfire by Blair Harrison
/code/effects/fire/bfire.zip
19 Jan 1998 (catalog date)
6,651 bytes
Download FTP scene.org
Rating:
Fire Routine. No explanation and horrible optimization. Well, utter lack of optimization, rather.

Fire by JARE of Iguana
/code/effects/fire/fire_win.zip
10 Jan 1997 (catalog date)
10,716 bytes
Download FTP scene.org
Rating:
A fire routine under windows - Crawls on my p133. :( Don't bother looking at this unless you've programmed for windows before. You're likely to have a heart attack. :) Requires WinG to run.

rotating landscape by TTT
/code/effects/land/rotscape.zip
10 Jan 1997 (catalog date)
129,844 bytes
Download FTP scene.org
Rating:
A landscape routine similar to that at the end of unreal - Comments only on function names and has a larger executable than need be for this effect. (Lots of tables, i.e. the landscape itself)

WGT Graphics Tut #5 by Gooroo
/code/effects/morph/wgttut5.zip
10 Jan 1997 (catalog date)
224,120 bytes
Download FTP scene.org
Rating:
Morphing - Gooroo describes the ideas and code behind morphing in alot of detail.

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

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

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.

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

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.

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

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.

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.

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

24 Byte Tiny Starfield by Matt Wilhelm
/code/effects/stars/mwstar.zip
05 Oct 1996 (catalog date)
5,708 bytes
Download FTP scene.org
Rating:
Slow as crap, but AWESOME! But I suppose only a demented coder would appreciate it.

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

Starz V1.0 by VuLgAr UnIcOrN
/code/effects/stars/starz10.zip
03 Jun 1998 (catalog date)
154,676 bytes
Download FTP scene.org
This is a 2D side scrolling stars demo. There are multiple star speeds / sizes / colors. There are also lots of options like directions and color changing. It is written using C++ in the MS VC++5.0/MFC environment.

123 Byte Tiny Star Field by Rex Deathstar of Waterlogic
/code/effects/stars/tinystar.zip
06 Oct 1996 (catalog date)
1,929 bytes
Download FTP scene.org
Rating:
The 3d version of what Matt and Pascal did. Could conceivably be much smaller

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

ND.exe by Friar Tuck
/code/effects/tunnel/syn.zip
10 Jan 1997 (catalog date)
31,848 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - Spaghetti code and no explanation. Also doesn't generate the dot tunnel real time, rather it has the rungs of dots precalculated in the exe.

Various Demo Effect Sources by Daniel Vollmer (Fusion)
/code/effects/various/danpwsrc.zip
05 Oct 1996 (catalog date)
697,008 bytes
Download FTP scene.org
Rating:
LOTS of random stuff. Some better than others, especially the TSRs.

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

FLOS v1.0 Operating Shell by George Garrett
/code/fileutil/flos.zip
26 Feb 1998 (catalog date)
61,119 bytes
Download FTP scene.org
Rating:
A nice but very buggy dosshell.

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

Joystick axis reading code by Peter Wan
/code/hardware/joystick/joysdk11.zip
10 Jan 1997 (catalog date)
35,092 bytes
Download FTP scene.org
Rating:
Source to read joystick positions for the Gravis Game Pad - *This* is how source should be written, especially for an SDK. If only we were all this diligent.

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.

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.

SVGA Tricks by Type One of Pulpe
/code/hardware/video/t1svga11.zip
17 Jan 1999 (catalog date)
14,657 bytes
Download FTP scene.org
Rating:
Contains a lot of information about setting specific modes, including some very weird ones, about accelerating specific videocards, etc.

Tweakdoc.txt by Vulture
/code/hardware/video/tweakdoc.zip
10 Jan 1997 (catalog date)
5,522 bytes
Download FTP scene.org
Rating:
A doc for setting mode X and some other tweak modes - It doesn't explain much (really anything) about how to use the mode.

VGA Info by Andrew Scott
/code/hardware/video/vga-info.zip
10 Jan 1997 (catalog date)
139,440 bytes
Download FTP scene.org
Rating:
A VGA reference manual - Poor layout. I found it difficult to find things. Not as if the VGA card has changed, but the information seems outdated.

VGA FX by Chris Dunford
/code/hardware/video/vgafx.zip
10 Jan 1997 (catalog date)
27,128 bytes
Download FTP scene.org
Rating:
Some text effects - It's just some palette manipulations hidden (unintentionally) behind some very twisted code. Then again, it was coded in '89.

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.

GIF 2 LBM by Daniel Hatadi
/code/images/gif2lbm.zip
15 Apr 1997 (catalog date)
17,893 bytes
Download FTP scene.org
Very simple bitmap converter. This converts plain 256 colour GIFs to the LBM format used with Themie Gouthas' XLIB. It also saves the palette separately in a .PAL file.

PCXPAL v1.0
/code/images/pcxpal10.zip
05 Oct 1996 (catalog date)
5,127 bytes
Download FTP scene.org
Rating:
Extracts Palette Data From PCX Files

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.

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

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

Graphics Engine by Matthew Hildebrand
/code/library/tge129d.zip
01 Dec 1997 (catalog date)
192,250 bytes
Download FTP scene.org
Rating:
Graphics library that supports multiple resolutions.

Bytes Of Wisdom Diskmag Engine Sources by MinMax of Septic Productions
/code/mags/bow5src.zip
21 Aug 1998 (catalog date)
109,870 bytes
Download FTP scene.org
Sources to diskmag engine written in Watcom C. Can use VBE 1.2/2.0 & textmode. Very flexible. Also it is recomended that you download the diskmag itself (to get the example files) (bow5.zip)

The Mag by Spellcaster
/code/mags/mag03.zip
01 Jul 1997 (catalog date)
100,068 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing into assembler and the VGA palette. Includes a 'demo' of palette effects called Color Blind.

Tutorial 2 in C by Snowman of Hornet
/code/tutors/denthor/tut02new.zip
11 Jan 1997 (catalog date)
37,007 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 2 in C:Palette handling - 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 #10 by Denthor of Asphyxia
/code/tutors/denthor/tut10.zip
11 Jan 1997 (catalog date)
10,370 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:X-mode - Explains how to use mode-x and how it can be helpful. Doesn't dwell on setting the mode.

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.

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.

Demo Series, Part 11 by Outlaw Triad
/code/tutors/graphics/oteffex1.zip
17 Jan 1999 (catalog date)
27,162 bytes
Download FTP scene.org
Rating:
Tutorial about coding flat shaded and glenzed 3d vectors. Very dated and not very useful as there are much better 3d tutorials around.

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.

Bezier and Spline by plash of Azure
/code/tutors/math/azr_bcrv.zip
19 Jan 1998 (catalog date)
96,843 bytes
Download FTP scene.org
Rating:
Examples of Bezier patches and B-spline curves. Read a reference on bezier or spline modelling first. The math is not easy nor is it explained by the author. Good reference if you are having troubles getting your own routines to work.

truepal by Florian Hallar
/code/tutors/video/at_trpal.zip
19 Jan 1998 (catalog date)
56,300 bytes
Download FTP scene.org
Rating:
Emulates truecolor modes in 320x200x8. Not really... it just converts the picture to use a 3-3-2 palette. It's a common emulation mode since it saves time versus quantizing a new palette everyframe (maybe in 5 years we could do that, even if we don't need it anymore. :)

VGA-Vulture by Vulture
/code/tutors/video/vga-vul2.zip
10 Jan 1997 (catalog date)
20,011 bytes
Download FTP scene.org
Rating:
Palette fading example - A simple program demonstrating how to fade a palette in and out.

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

Bin to H by Lev Iserovich
/code/utils/compiler/bin2h.zip
12 Aug 1997 (catalog date)
11,097 bytes
Download FTP scene.org
Rating:
A bin 2 h/obj. Actually produces obj files, but only works with Turbo C with a little tweaking for Borland C. (same company yes, slightly different compilers.) (By extension, you should be able to get it to work with TASM.)

C-- by Peter Cellik
/code/utils/compiler/c--c0203.zip
10 Jan 1997 (catalog date)
309,669 bytes
Download FTP scene.org
Rating:
C-- compiler,It's either a stripped down version of C or ASM on steriods. It was good and cool some time ago, but there are surely better development platforms available.

Bin 2 Pal by pneyz of smoof
/code/utils/graphics/b2pal100.zip
19 Jan 1998 (catalog date)
10,133 bytes
Download FTP scene.org
Rating:
Converts raw data to palette includeable stuff. Remember: there are no upload/download ratios on hornet. Please don't feel compelled to upload something merely for the sake of uploading something. Who do you think you're helping?

Bitmap Dumper by Jare of Iguana
/code/utils/graphics/bgif.zip
26 Feb 1998 (catalog date)
29,815 bytes
Download FTP scene.org
Rating:
Dumps a pcx,lbm or gif file into a raw binary bitmap file and a palette file. Doesn't seem to work correctly with resulotions larger then 320x200.

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

Vfixppsl - Vesa Fix Pixels Per Scan Line by Saint
/code/utils/graphics/vfixppsl.zip
12 Jun 1998 (catalog date)
2,392 bytes
Download FTP scene.org
This little TSR sets the number of pixels per scan line to match the x resolution of the visible screen. Usefull for demos / games that assume the logical width of a scan line to be equal to the physical width. Includes ASM source code.

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

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut2.zip
19 Jan 1998 (catalog date)
26,572 bytes
Download FTP scene.org
Rating:
Windows Tutorial 2. Resources, bitmaps, and blitting to the screen. (bit-maps aren't transparent... as an exercise to the reader, correct this.)

Buttman by Twilight Zone
/demos/1992/buttman.zip
29 Jun 1996 (catalog date)
508,233 bytes
Download FTP scene.org
Rating:

Even Better Than The Real Thing by Phoney Coders
/demos/1992/realthng.zip
29 Jun 1996 (catalog date)
132,513 bytes
Download FTP scene.org
Rating:

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

Virtual Vectors by Boris Ottlewski
/demos/1992/vv.zip
29 Jun 1996 (catalog date)
245,063 bytes
Download FTP scene.org
Rating:

24 Hour Break by Digitize Design Group
/demos/1993/0-9/24h_brk.zip
29 Jun 1996 (catalog date)
90,627 bytes
Download FTP scene.org
Rating:
Fast circle-effect, sine scroller (coded in interesting way) - not a great job for asm-intro-compo (of course some music) btw: at the end they are talking about many bugs: here is one: press (& hold) left shift during sine-scroller. Letters D and G will be moved 'a little' :-)

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

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

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.

4k or Less by Paranoids
/demos/1994/0-9/4k_less.zip
29 Jun 1996 (catalog date)
4,340 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX
4kB intro presented at Asm'94: morphing letters '4k' to 'or' and then 'less': and the main part (and the only) is a waving vector plane in several ways.

The Attic (bugfix) by Digital House
/demos/1994/a/atticfix.zip
29 Jun 1996 (catalog date)
399,000 bytes
Download FTP scene.org
Rating:

Beer Makes Girls Look Prettier by Black Rain
/demos/1994/b/bmglp.zip
29 Jun 1996 (catalog date)
70,065 bytes
Download FTP scene.org
Rating:

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

Loppiaismainen Joulukuusi Kaattixelle by Jeskola
/demos/1994/j/jp_sexi.zip
29 Jun 1996 (catalog date)
39,143 bytes
Download FTP scene.org
Rating:

Legalize It by Patte of Xography
/demos/1994/l/legalize.zip
29 Jun 1996 (catalog date)
5,254 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

Martian Terrain Demo (pallette change) by Tim Clarke
/demos/1994/m/marspal.zip
29 Jun 1996 (catalog date)
5,823 bytes
Download FTP scene.org
Rating:

Over the Top by Valhalla
/demos/1994/o/ott.zip
29 Jun 1996 (catalog date)
40,549 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

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

Bittibuumi by Rubicon
/demos/1995/b/bbuumi.zip
29 Jun 1996 (catalog date)
5,423 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Cornetto by Cornetto
/demos/1995/c/cornetto.zip
29 Jun 1996 (catalog date)
25,110 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the demo division and ranked 10

Little Green Men by Kosmic
/demos/1995/l/lgm_kosm.zip
30 Jun 1996 (catalog date)
1,041,301 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 09

Matteus by @
/demos/1995/m/matteus.zip
30 Jun 1996 (catalog date)
159,545 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked XX

Professor Nutbutter by Mindprobe
/demos/1995/p/pro_nut.zip
30 Jun 1996 (catalog date)
627,369 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 07

1st Time by Plutonic
/demos/1996/0-9/1sttime.zip
09 Feb 1997 (catalog date)
521,080 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo 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,

Certified & Tested by Jezz
/demos/1996/c/certtest.zip
09 Feb 1997 (catalog date)
568,727 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 29

Dead Fish Can't Swim by Spagetti
/demos/1996/d/deadfish.zip
30 Jun 1996 (catalog date)
119,029 bytes
Download FTP scene.org
Rating:

Bomberman Attitude (final) by Dentifrice
/demos/1996/d/den-bomb.zip
20 Oct 1996 (catalog date)
59,491 bytes
Download FTP scene.org
Rating:
Released at event SAT96 in the in64 division and ranked 05

Dentaalispirantti by tAAt
/demos/1996/d/dentaali.zip
12 Jan 1997 (catalog date)
510,915 bytes
Download FTP scene.org
Rating:
Released at event TMDC96 in the demo division and ranked 03

Fettina by Magic of Ethos 9
/demos/1996/e/e9-fett.zip
01 Feb 1997 (catalog date)
4,852 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in4k division and ranked 02

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

Hakkapeliitta 10 by Gender 8
/demos/1996/g/g-8hakka.zip
16 Jul 1996 (catalog date)
43,675 bytes
Download FTP scene.org
Rating:
Released at event PRN96 in the in80 division and ranked 01

Kravatti 3 by PWP
/demos/1996/k/krava3.zip
16 Nov 1996 (catalog date)
32,273 bytes
Download FTP scene.org
Rating:
Released at event SKE96 in the in64 division and ranked ??

Palikka by Moottori
/demos/1996/p/palikka.zip
14 Sep 1996 (catalog date)
51,497 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in64 division and ranked 04

Sheer Heart Attack by TLOTB, Zoran
/demos/1996/s/sha.zip
31 Aug 1996 (catalog date)
1,203,173 bytes
Download FTP scene.org
Rating:
Released at event EUS96 in the demo division and ranked 05

Sima by TTOM
/demos/1996/s/sima.zip
24 Jan 1997 (catalog date)
37,400 bytes
Download FTP scene.org
Rating:
Released at event MOV96 in the in64 division and ranked EE
jokedemo

Pillunvoittodemo by Skraappa Skruuppi
/demos/1996/s/skr_cunt.zip
16 Jul 1996 (catalog date)
412,323 bytes
Download FTP scene.org
Rating:
Released at event PRN96 in the demo division and ranked ??

Little Big Demo by Sanction
/demos/1996/s/snc_lbd.zip
30 Jun 1996 (catalog date)
7,959 bytes
Download FTP scene.org
Rating:
Released at event MEK96 in the in4k division and ranked 01

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

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

The New Dimension of Text by Moottori
/demos/1996/t/text.zip
21 Feb 1998 (catalog date)
337,430 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked XX

Mind Over Matter by The Lost Souls
/demos/1996/t/tls_mom.zip
30 Jun 1996 (catalog date)
1,267,166 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the demo division and ranked 08

Nice Little Intro by Void
/demos/1996/v/v96intro.zip
30 Jun 1996 (catalog date)
67,421 bytes
Download FTP scene.org
Rating:

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

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

Syrius Orbitter by Hellcore
/demos/1997/h/hc_so.zip
24 Oct 1997 (catalog date)
2,316,593 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 07
,VESA,,

Pulttio by Brainlez Coders
/demos/1997/h/humis19v.zip
21 Jul 1997 (catalog date)
221,783 bytes
Download FTP scene.org
Rating:

Kelaipatoptop by Myopath Crew
/demos/1997/k/klptt.zip
06 Apr 1997 (catalog date)
67,766 bytes
Download FTP scene.org
Released at event VOL97 in the in64 division and ranked 02

Three Little Goats by Moppi Productions
/demos/1997/m/m0p-3pp.zip
08 Feb 1998 (catalog date)
1,859,499 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 04
486,,GUS/SB/PAS,16MB

Mainstream by Moottori
/demos/1997/m/m_stream.zip
22 Sep 1997 (catalog date)
63,013 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked 01
486,,GUS/SB/PAS,

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

Attitude by Nocturnal
/demos/1997/n/n_atti.zip
01 Aug 1997 (catalog date)
394,058 bytes
Download FTP scene.org
Rating:
Released at event BP97 in the demo division and ranked 06
,,GUS/SB,

No Attitude by Pulpe
/demos/1997/n/noattit.zip
30 Aug 1997 (catalog date)
57,110 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the in64 division and ranked 03

Space Attack by Riot
/demos/1997/r/rt-space.zip
07 Feb 1998 (catalog date)
8,057 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the in4k division and ranked 03
,,GUS,

Peraventtiili by Tarzan Tuotanto
/demos/1997/r/rventil.zip
22 Sep 1997 (catalog date)
124,006 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked XX
,,GUS/SB,

BBS Cudes by Who Knows
/demos/1997/s/splatter.zip
22 Apr 1997 (catalog date)
16,035 bytes
Download FTP scene.org
Rating:
,,Adlib,

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

Super Kewl by Moottori
/demos/1997/s/supak3wl.zip
22 Jul 1997 (catalog date)
61,962 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the in64 division and ranked 05

The Little Nice Thing by Alexey Rodriguez
/demos/1997/t/tlnt.zip
15 Jul 1997 (catalog date)
7,384 bytes
Download FTP scene.org
Rating:
486-100,,Adlib,

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

First Intro by The Tiny Coders
/demos/1997/t/ttcint1.zip
27 Feb 1998 (catalog date)
48,831 bytes
Download FTP scene.org
Rating:

Stangkorvens Underbett by Blocc
/demos/1998/b/blocc.zip
04 Jul 1998 (catalog date)
688,266 bytes
Download FTP scene.org
Rating:
Released at event I98 in the demo division and ranked 03

Fuctory by CCTT
/demos/1998/f/fuctory.zip
04 Jul 1998 (catalog date)
1,362,136 bytes
Download FTP scene.org
Released at event JUH98 in the demo division and ranked 01
P233,3dfx required,,

Hannu & Kerttu 2000 by M0ppi Productions
/demos/1998/h/hannu__k.zip
22 Oct 1998 (catalog date)
3,150,321 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the demo division and ranked 02
,VESA,,

Laura by Salamander, Dr. Otto
/demos/1998/l/laura.zip
19 Sep 1998 (catalog date)
55,661 bytes
Download FTP scene.org
Rating:

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,

Technicolor by Moottori
/demos/1998/t/technico.zip
18 Oct 1998 (catalog date)
62,554 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in64 division and ranked 02

Potato by Quasars
/graphics/disks/1998/qsr-ptt.zip
12 May 1998 (catalog date)
1,724,722 bytes
Download FTP scene.org
Rating:
Vesa 2.0 required

Attaq by JMS
/graphics/images/1994/a/attaq.zip
04 Jul 1996 (catalog date)
137,759 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 13

Chick by Olttu Aittoniemi
/graphics/images/1994/c/chik5.zip
04 Jul 1996 (catalog date)
9,755 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Nightmares by Little Green Man
/graphics/images/1994/l/lgreenm.zip
04 Jul 1996 (catalog date)
15,079 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 11

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

The Toad by Skutt
/graphics/images/1994/t/thetoad.zip
04 Jul 1996 (catalog date)
108,233 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 52

Tittietante by Cyclone
/graphics/images/1994/t/tittie.zip
04 Jul 1996 (catalog date)
40,909 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 61

??? by ???
/graphics/images/1995/b/battlewa.zip
04 Jul 1996 (catalog date)
76,657 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked ??

Prince by Battle Master of OVR
/graphics/images/1995/g/gfx_ovr.zip
04 Jul 1996 (catalog date)
92,373 bytes
Download FTP scene.org
Rating:
Released at event ENL95 in the grfx division and ranked XX

Splitter by Rad Ad
/graphics/images/1995/s/splitter.zip
04 Jul 1996 (catalog date)
64,445 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the grfx division and ranked 53

Starlette by Haplo
/graphics/images/1995/s/starlets.zip
04 Jul 1996 (catalog date)
29,055 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the grfx division and ranked 06

Air Battle by 3D Addict
/graphics/images/1996/a/airbatt.zip
13 Sep 1997 (catalog date)
249,615 bytes
Download FTP scene.org
Rating:
640x480x16m

Battle Dragon by Blaise
/graphics/images/1996/d/dragon.zip
16 May 1997 (catalog date)
578,340 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the grtc division and ranked XX

Hound Attack by BenJ
/graphics/images/1996/i/imphound.zip
07 Dec 1996 (catalog date)
40,548 bytes
Download FTP scene.org
Rating:
Released at event SAT96B in the grfx division and ranked XX

Little Mistake by Light of Kosmic
/graphics/images/1996/l/lt-ltm.zip
04 Jul 1996 (catalog date)
139,174 bytes
Download FTP scene.org
Rating:

Puttman by Gravel
/graphics/images/1996/p/putman.zip
24 Aug 1996 (catalog date)
39,910 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the grfx division and ranked ??

Tub Terror by Skutt
/graphics/images/1996/t/tubterro.zip
15 Sep 1996 (catalog date)
84,031 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the grfx division and ranked 01

Butterfly by Mefis of Td
/graphics/images/1997/b/bfly.zip
09 Mar 1998 (catalog date)
205,054 bytes
Download FTP scene.org
Released at event EVK97 in the grfx division and ranked 01
640x480x256

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

Min Traktor Svarer Inte by Bejrutt
/graphics/images/1997/b/bjt-trak.zip
17 Jun 1997 (catalog date)
13,227 bytes
Download FTP scene.org
Rating:
320x200x256

Do you really want me by Skutt of Limited Edition
/graphics/images/1997/d/dyrwmt.zip
17 Feb 1998 (catalog date)
318,028 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 03
640x480x16m

Gettime by Edo Uno
/graphics/images/1997/g/gettime.zip
04 Jun 1997 (catalog date)
47,567 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the grfx division and ranked 03

Little room at the end of the world by Cyc
/graphics/images/1997/l/littlero.zip
17 Feb 1998 (catalog date)
10,823 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 11
320x200x256

Butt by Saim of Random Chaos
/graphics/images/1997/p/pixel_24.zip
06 May 1998 (catalog date)
287,866 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
640x441x16m

I snestorm er katten.... by No handle
/graphics/images/1997/p/pixel_60.zip
16 Jun 1998 (catalog date)
132,395 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 30
640x512x256

Mad Duck by 060Mas of Powercutters
/graphics/images/1997/p/pixel_73.zip
16 Jun 1998 (catalog date)
138,901 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 23
640x512x16m

Anette by Ward of Astroidea
/graphics/images/1998/a/anette_b.zip
14 Oct 1998 (catalog date)
640,186 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked 04
640x480x16m

Armageddon by Jone of Moottori
/graphics/images/1998/a/armagedd.zip
07 Oct 1998 (catalog date)
255,637 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked 10
640x480x16m

Attack
/graphics/images/1998/a/attack.zip
21 Oct 1998 (catalog date)
741,872 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the grtc division and ranked 17
800x600x16m

Between battles by Tudor of TBL
/graphics/images/1998/b/between_.zip
07 Oct 1998 (catalog date)
51,830 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked 07
342x480x16m

Netter versuch by Mr. Coke
/graphics/images/1998/c/coke.zip
26 May 1998 (catalog date)
409,649 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 21
640x480x16m

Cow In Toilette by 720 of Mirror Image
/graphics/images/1998/c/cow.zip
03 May 1998 (catalog date)
255,215 bytes
Download FTP scene.org
Rating:

Cyber-Titties by Ib of Depth
/graphics/images/1998/c/cyber-ti.zip
26 May 1998 (catalog date)
65,066 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 16
320x256x256

Why should those little dark flowers eat my girlfriend by Blala
/graphics/images/1998/e/elvont.zip
14 Sep 1998 (catalog date)
35,451 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 11
320x200x32

Tattoo by Unreal of Faculty, Nah Kolor
/graphics/images/1998/f/fcy-tato.zip
14 Sep 1998 (catalog date)
217,503 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 07
640x512x256

?? by ??
/graphics/images/1998/f/fottze.zip
26 May 1998 (catalog date)
201,815 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked ??
640x480x16m

Goa vibez by Scottie
/graphics/images/1998/g/goa_vibe.zip
07 Oct 1998 (catalog date)
358,795 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked ??
640x480x16m

Forgotten Gods by Quasi of Infinity Spectrum
/graphics/images/1998/i/is_gods.zip
09 Mar 1998 (catalog date)
563,012 bytes
Download FTP scene.org
Rating:
648x504x16m

Pretty Tied Up by Virago of Level-D
/graphics/images/1998/l/lvd-tied.zip
07 Apr 1998 (catalog date)
21,111 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the grfx division and ranked ??
640x480x256

My Kitty Cat Can Say Miao by Saffron of The Black Lotus
/graphics/images/1998/m/miao.zip
02 Jun 1998 (catalog date)
22,958 bytes
Download FTP scene.org
Rating:

Schnuddeldutt by Orome of Talent
/graphics/images/1998/s/schnudd.zip
09 Sep 1998 (catalog date)
113,119 bytes
Download FTP scene.org
Released at event BP98 in the grfx division and ranked 07
640x480x256

Waouf by Jylam of Little Coders
/graphics/images/1998/w/waouf.zip
21 Oct 1998 (catalog date)
1,106,044 bytes
Download FTP scene.org
Rating:
Released at event WIR98 in the grtc division and ranked 14
640x480x16m

Fontography 1.0 by Itec
/graphics/programs/convert/fontog10.zip
21 Apr 1998 (catalog date)
153,232 bytes
Download FTP scene.org
.ttf into .bmp. Win32 only.

MDraw Sprite Editor by Matt Miller
/graphics/programs/editors/mdraw.zip
22 Sep 1996 (catalog date)
50,275 bytes
Download FTP scene.org

Palette Ripper v1.0 by Zac Hilbert
/graphics/programs/editors/palrip10.zip
13 Sep 1997 (catalog date)
11,880 bytes
Download FTP scene.org
grabs 256 color palettes from PCX files

TraxWeekly Letters - 07 Dec 1996
/info/traxweek/other/traxweek.let
11 Jan 1997 (catalog date)
25,140 bytes
Download FTP scene.org

Forgotten Past by RJC
/music/contests/mc1/entries/__forgpa.zip
09 Nov 1996 (catalog date)
133,503 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 05

Residual Ambient Amperage by Daniel Potter
/music/contests/mc1/entries/__raa.zip
09 Nov 1996 (catalog date)
73,112 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked EE

The Cutting Edge by Boomer the Bass Pig
/music/contests/mc1/entries/__thecut.zip
09 Nov 1996 (catalog date)
158,909 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked EE

Alterations of Time by Scott F., Ken V.
/music/contests/mc1/entries/__time.zip
09 Nov 1996 (catalog date)
176,430 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 11

RaveFuck by Matthew Apps
/music/contests/mc2/rookie/r-ravefk.zip
09 Nov 1996 (catalog date)
224,018 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R41

Battle Ships by Jason Nunn
/music/contests/mc2/rookie/r-ships.zip
09 Nov 1996 (catalog date)
118,040 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R37

Amazon Dawn by Jamie Watts
/music/contests/mc2/veteran/v-dawn.zip
09 Nov 1996 (catalog date)
126,099 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V21

Attack by Turrican
/music/contests/mc4/rookie/m4r-atta.zip
10 Nov 1996 (catalog date)
124,891 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked R10

The Little Machine by HigherBeing
/music/contests/mc4/rookie/m4r-litt.zip
10 Nov 1996 (catalog date)
99,630 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

The Waterfall by Rafael Lagotto
/music/contests/mc4/rookie/m4r-wate.zip
10 Nov 1996 (catalog date)
192,653 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Brittlestitch by Smeg
/music/contests/mc4/veteran/m4v-brit.zip
10 Nov 1996 (catalog date)
365,246 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V25

Forgotten Smile by Syrinx
/music/contests/mc4/veteran/m4v-forg.zip
10 Nov 1996 (catalog date)
172,454 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Scattered Mind by Andy Chen
/music/contests/mc4/veteran/m4v-scat.zip
10 Nov 1996 (catalog date)
266,364 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V16

Transmission by Scott
/music/contests/mc4/veteran/m4v-tran.zip
10 Nov 1996 (catalog date)
185,998 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Abercorn Ditty by Graffix of Digitalus
/music/contests/mc5/intermed/m5i-abd.zip
29 Aug 1997 (catalog date)
673,900 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Light Of The World by Arcturus of Shattered Fixtures
/music/contests/mc5/intermed/m5i-lotw.zip
29 Aug 1997 (catalog date)
570,674 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Return Of The Prince by Redhaze of Shattered Fixtures
/music/contests/mc5/intermed/m5i-rotp.zip
29 Aug 1997 (catalog date)
393,027 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

This Is Your Towelette by Rockoon
/music/contests/mc5/intermed/m5i-tiyt.zip
29 Aug 1997 (catalog date)
86,158 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Lake Titicaca by Jobe of Big Boom, Lataamo
/music/contests/mc5/intermed/m5i-ttcc.zip
29 Aug 1997 (catalog date)
358,068 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Cats At Play by Minggrey of Shattered Fixtures
/music/contests/mc5/rookie/m5r-cap.zip
29 Aug 1997 (catalog date)
441,450 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Ett Trevligh Litet Hus by Kraftwerket of Syntax Terror, Rectum Cauda
/music/contests/mc5/rookie/m5r-ste.zip
29 Aug 1997 (catalog date)
303,832 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

The Two Become One by Virtual Reality Band
/music/contests/mc5/rookie/m5r-ttbo.zip
29 Aug 1997 (catalog date)
129,155 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

True To Nature by Vado of Gnostic Retreat
/music/contests/mc5/rookie/m5r-ttn.zip
29 Aug 1997 (catalog date)
666,582 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked R06

Then There Were None by Ryan of Grey
/music/contests/mc5/rookie/m5r-ttwn.zip
29 Aug 1997 (catalog date)
149,231 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Bitter Sweetness by Vincent Voois
/music/contests/mc5/veteran/m5v-bisw.zip
29 Aug 1997 (catalog date)
301,630 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Little Mascerade by toejam of fp.tad
/music/contests/mc5/veteran/m5v-litt.zip
29 Aug 1997 (catalog date)
86,700 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Silhouettes by Porus of Moss, Plasm, Carcass
/music/contests/mc5/veteran/m5v-sill.zip
29 Aug 1997 (catalog date)
457,933 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Eternal Battle by Buffo
/music/contests/mc6/intermed/m6i-batt.zip
28 Mar 1999 (catalog date)
167,303 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

The Cutter by Nyok
/music/contests/mc6/intermed/m6i-cutt.zip
28 Mar 1999 (catalog date)
569,264 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Forgotten Quest by Escape Velocity
/music/contests/mc6/intermed/m6i-fgq.zip
28 Mar 1999 (catalog date)
442,613 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked I02

Nutt Nuff Tyme by Divion
/music/contests/mc6/intermed/m6i-nuff.zip
28 Mar 1999 (catalog date)
186,633 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

A Newer Better Damna by Milkman
/music/contests/mc6/rookie/m6r-anbd.zip
28 Mar 1999 (catalog date)
366,645 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked R08

Apocalypse by Trent Fett
/music/contests/mc6/rookie/m6r-apoc.zip
28 Mar 1999 (catalog date)
617,022 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

7th Attempt by The Lamer
/music/contests/mc6/rookie/m6r-atte.zip
28 Mar 1999 (catalog date)
50,337 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Battlefield March by Ilbero
/music/contests/mc6/rookie/m6r-bama.zip
28 Mar 1999 (catalog date)
595,919 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Battle Of Honour by Treks
/music/contests/mc6/rookie/m6r-bhon.zip
28 Mar 1999 (catalog date)
359,100 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked R07

One Way Trip by setteragic
/music/contests/mc6/rookie/m6r-owtr.zip
28 Mar 1999 (catalog date)
576,426 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Lost And Forgotten by aksen
/music/contests/mc6/veteran/m6v-lndf.zip
28 Mar 1999 (catalog date)
368,791 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Navetta Forever by Crux
/music/contests/mc6/veteran/m6v-nave.zip
28 Mar 1999 (catalog date)
560,822 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

MC6 Disqualification - Jochen Feldktter
/music/contests/mc_dq/virgill.zip
29 Jul 1998 (catalog date)
692,669 bytes
Download FTP scene.org
Released at event MC6

The Trackering #01 Results
/music/contests/tt/tt01-res.txt
11 Sep 1996 (catalog date)
5,479 bytes
Download FTP scene.org

The Trackering #01
/music/contests/tt/tt01vote.zip
11 Sep 1996 (catalog date)
969,582 bytes
Download FTP scene.org

The Trackering #02 Results
/music/contests/tt/tt02-res.txt
11 Sep 1996 (catalog date)
432 bytes
Download FTP scene.org

The Trackering #02
/music/contests/tt/tt02vote.zip
11 Sep 1996 (catalog date)
422,857 bytes
Download FTP scene.org

The Trackering #03 Results
/music/contests/tt/tt03-res.txt
11 Sep 1996 (catalog date)
4,503 bytes
Download FTP scene.org

The Trackering #03
/music/contests/tt/tt03vote.zip
11 Sep 1996 (catalog date)
792,935 bytes
Download FTP scene.org

The Trackering #04 Results
/music/contests/tt/tt04-res.txt
11 Sep 1996 (catalog date)
5,464 bytes
Download FTP scene.org

The Trackering #04
/music/contests/tt/tt04vote.zip
11 Sep 1996 (catalog date)
1,064,110 bytes
Download FTP scene.org

The Trackering #05 Results
/music/contests/tt/tt05-res.txt
11 Sep 1996 (catalog date)
5,620 bytes
Download FTP scene.org

The Trackering #05
/music/contests/tt/tt05vote.zip
11 Sep 1996 (catalog date)
1,000,117 bytes
Download FTP scene.org

The Trackering #06 Results
/music/contests/tt/tt06-res.txt
11 Sep 1996 (catalog date)
5,932 bytes
Download FTP scene.org

The Trackering #06
/music/contests/tt/tt06vote.zip
11 Sep 1996 (catalog date)
1,342,489 bytes
Download FTP scene.org

The Trackering #07 Results
/music/contests/tt/tt07-res.txt
11 Sep 1996 (catalog date)
5,370 bytes
Download FTP scene.org