Search for "yo": 591 matches(displaying first 250)

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

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

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

Clax by Borzom
/code/3d/systems/claxsrcp.zip
19 Jan 1998 (catalog date)
49,402 bytes
Download FTP scene.org
Rating:
Clax Keyframing system. Multi-platform. Confusing to use code, but possibly worth it if you don't want to write your own keyframer.

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

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.

Gouraud filler by Cazz
/code/3d/trifill/gouraud/cazzgour.zip
19 Jan 1998 (catalog date)
65,361 bytes
Download FTP scene.org
Rating:
Gouraud filler and some code for rendering an object. Incorrect x clipping. PI = 3.14159265 *3* 58979323... (you only need the first 5-7 digits anyway...)

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.

Crappy Texture Map by Mandrill
/code/3d/trifill/texmap/ctm.zip
19 Jan 1998 (catalog date)
6,214 bytes
Download FTP scene.org
Rating:
Crappy Texture Map. At least you know what code should be doing what. The filler looks familiar (the register lay out). The texture 'swims' so I'm not sure this is a routine to emulate.

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

Texture Mapper by Fantom of Ultimate Brains
/code/3d/trifill/texmap/texture.zip
08 Jun 1997 (catalog date)
112,765 bytes
Download FTP scene.org
Rating:
There are no comments included with the source, so you'll need to spend some time before you totaly understand what's going on.

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.

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

oplid by ? of Audiotrix
/code/audio/detect/oplid.zip
11 Jan 1997 (catalog date)
31,180 bytes
Download FTP scene.org
Rating:
Detects what type of OPL chip is on your sound card - An ad for audiotrix more than anything else. No code. It looks like there should be more files in the archive than there are.

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

GUS SDK by Gravis, FORTE
/code/audio/docs/gusdk222.zip
10 Jan 1997 (catalog date)
945,826 bytes
Download FTP scene.org
Rating:
GUS SDK - Everything you've ever wanted to know about the GUS but were afraid to ask.

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.

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!

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

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

Rad C by Zephyr of Darkness, Plasm
/code/audio/players/radc_v11.zip
12 Aug 1997 (catalog date)
27,883 bytes
Download FTP scene.org
Rating:
Lib for playing Rad files from C. Who uses rad files and Borland C? Well, it's here if you need it.

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.

EXE Encrypter by Eclipse
/code/compress/crypt121.zip
26 Feb 1998 (catalog date)
12,773 bytes
Download FTP scene.org
Rating:
Protects your exe files against debuggers.

Micaco BBS ad source by Chc
/code/demosrc/bbsintro/micsrc41.zip
10 Jan 1997 (catalog date)
190,207 bytes
Download FTP scene.org
Rating:
Source for a BBS ad with an environment mapped object - It's all asm source, but you need Watcom to compile it. Comes with an extra ASC file format converter. All comments are in Spanish though there's a (shorter) Enlish readme file. Knowing Spanish is very useful for these sources as the comments are good.

BB Demo Source by Jan Hubicka
/code/demosrc/demos/bbsrc.zip
19 Jan 1998 (catalog date)
1,575,247 bytes
Download FTP scene.org
Rating:
Text Mode/ASCII demo for DOS and UNIX. Requires gcc to compile unless you really want to mess with the makefiles. Also requires /code/utils/graphics/aa-lib10.zip. Nicely done.

Bytes & Kisses source by Jeff Lawson of JL Enterprise
/code/demosrc/demos/bkisssrc.zip
10 Jan 1997 (catalog date)
513,669 bytes
Download FTP scene.org
Rating:
Sources for a demo with a scrollie, plasma, shadebobs, tunnel, bitmap rotation and stretching, and cool credits - Nice comments, but not precompiled. add /misc.!!! to your path and be sure to have pklite somewhere in your path. Go through each directory and use Borland's make on all the targets of each make file. Then make bytekiss.exe from /. Nice demo for its time, but frightfully boring except on Valentine's day. :)

Byte B4 Christmas source by Jeff Lawson of JL Enterprise
/code/demosrc/demos/byte-src.zip
10 Jan 1997 (catalog date)
560,382 bytes
Download FTP scene.org
Rating:
Sources for a demo with snowflakes, fire, and some text writers - Nice comments, but not precompiled. add /misc.!!! to your path and be sure to have pklite somewhere in your path. Go through each directory and use Borland's make on all the targets of each make file. Then make bytekiss.exe from /. Nice demo for its time, but frightfully boring except on Christmas Eve :)

Hell source by Tran
/code/demosrc/demos/hellsrc.zip
10 Jan 1997 (catalog date)
62,331 bytes
Download FTP scene.org
Rating:
Source for Tran's demo Hell - Like most of Tran's released source, it makes a good example, but is difficult for people to read unless you've already done something similarly complex.

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.

1k source by Frenzy of SparC
/code/demosrc/intros/1k_sourc.zip
18 Mar 1997 (catalog date)
11,052 bytes
Download FTP scene.org
Rating:
source to a 1k intro (911 bytes). Easy to follow code, but it's ideal you understand it all in the first place. Odd use of fpu (uses lots of fi[blah] instructions... why not take advantage of extra precision?)

Source for a world charts imitation by VLA
/code/demosrc/intros/wcimit.zip
10 Jan 1997 (catalog date)
12,776 bytes
Download FTP scene.org
Rating:
You don't wanna know - Buggy source that does next to nothing. Don't bother.

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

TSR Clock by Sam of TFL-TDV
/code/dos/time3.zip
26 Feb 1998 (catalog date)
10,887 bytes
Download FTP scene.org
Rating:
Two tiny programs that put a clock in the upper-right of your screen.

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

burn by Frank Paxti
/code/effects/fire/burn.zip
10 Jan 1997 (catalog date)
20,165 bytes
Download FTP scene.org
Rating:
A fireroutine - Not your normal fire routine. Looks more real.

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.

Linefire by Kable
/code/effects/fire/linefire.zip
26 Jun 1997 (catalog date)
26,759 bytes
Download FTP scene.org
Rating:
Mystify your fire. I half expected to hear the FM sounds from Amnesia to kick in. It's only one line with a *much* longer (and blured) tail, but still. Uses a Bresenham's line routine.

Mg-flame by Magnesium
/code/effects/fire/mg_flame.zip
06 Jul 1998 (catalog date)
3,276 bytes
Download FTP scene.org
A Flame effect in only 256-bytes with full assembler source. It even leaves you in DOS with a message. Commented for those wanting to learn 256-byte asm coding. TASM needed.

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

Plasma by Jan Moller, Erik Hansen
/code/effects/plasma/c_plasma.zip
10 Jan 1997 (catalog date)
55,010 bytes
Download FTP scene.org
Rating:
Simple plasma example - Just some plasma. You might want to take the comments out on the WaitRast(): call and recompile, especially if you have a Pentium.

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.

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.

Tile Editor by ???
/code/effects/sprites/mktil16a.zip
26 Jun 1997 (catalog date)
62,369 bytes
Download FTP scene.org
Rating:
For 16x16 mode 13h tiles. This editor has mouse support, and also supports rotating colors. You can combine tiles to see how they look when used together.

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.

An "effect" in only 15 bytes by Grax
/code/effects/various/15bytes.zip
30 Jun 1998 (catalog date)
378 bytes
Download FTP scene.org
Rating:
By looking at the quality of this effect you understand why it fits in only 15 bytes. Assembler

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.

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

Water by Yamaha of XYZZ
/code/effects/water/watrxyzz.zip
25 Aug 1997 (catalog date)
128,613 bytes
Download FTP scene.org
Rating:
A water effect sample. Won't compile as is since it's missing quite a number of library files. Get hq_water if you want to understand this effect. Get this afterwards only if you can't understand asm.

Animation Construction Kit 3D (source) by Lary Myers
/code/effects/worlds/acksrc.zip
25 Aug 1997 (catalog date)
146,731 bytes
Download FTP scene.org
Rating:
A Wolfenstein-like 3d world engine by Lary Myers, including all sources and a good explanation of how it works. To make it run you also have to download ackkit.zip which contains all the data.

wormhole by John Cloninger of IND
/code/effects/wormhole/wormhole.zip
10 Jan 1997 (catalog date)
118,586 bytes
Download FTP scene.org
Rating:
A wormhole example - Slow generation of the wormhole itself then it loads the wormhole from a file for the actual effect. You have to figure most of the effect out for yourself though.

Datafile Maker by Blob of Digital Underground
/code/fileutil/dfmake.zip
26 Feb 1998 (catalog date)
33,312 bytes
Download FTP scene.org
Rating:
Lets you access multiple datafiles from one big file.

EXEDAT v1.0 by Rene Olsthoorn
/code/fileutil/exedat.zip
06 Oct 1996 (catalog date)
77,087 bytes
Download FTP scene.org
Rating:
Use WAD-Like Files For Your EXE Data

Virtual File System by Dark Fiber
/code/fileutil/ilfs202b.zip
17 Jan 1999 (catalog date)
110,874 bytes
Download FTP scene.org
Rating:
For Watcom C and DOS32 Assembler. Puts all your datafiles in one big file. Does not compress the data, and you have to do too many things by yourself that could have been done by the library.

Datafile Appending EXE by Kodiak of The Apollo Project
/code/fileutil/kadfile.zip
18 Jan 1998 (catalog date)
16,371 bytes
Download FTP scene.org
Rating:
Tutorial on appending datafiles to your exes.

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

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

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.

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

CDROM audio library by Cyrid
/code/hardware/audio/e-cda1b.zip
30 Jun 1998 (catalog date)
48,577 bytes
Download FTP scene.org
Rating:
Unfortunately it does not contain a function to play the cd using your soundcard instead of the cdrom output. C

386 programmer's manual by Intel
/code/hardware/cpu/386intel.zip
10 Jan 1997 (catalog date)
209,396 bytes
Download FTP scene.org
Rating:
Full docs on the 386 - Everything you've ever wanted to know about the (outdated) 386.

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

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

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.

Collection of ASM sources by ? of Blue Nose Productions
/code/hardware/general/asm_good.zip
10 Jan 1997 (catalog date)
118,612 bytes
Download FTP scene.org
Rating:
Lots of ASM sources, mostly for hardware and BIOS routines - It's somewhat difficult to find what you want, but the comments tell you what you need to know (but not what you have to do) to get everything compiled. Looks like a great source for the cut & paste coder. Given the nature of the routines, I'd say that was the intended purpose of this release.

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

Introduction To Keyboard Handlers by Alioth, Don Williamson of O.M.D
/code/hardware/keyboard/keyb.zip
24 Apr 1998 (catalog date)
18,117 bytes
Download FTP scene.org
How to construct a keyboard handler from scratch and why what you do actually works. :)

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

Keydev v3.0 by Ondrej Blazek
/code/hardware/keyboard/keydef.zip
26 Feb 1998 (catalog date)
12,279 bytes
Download FTP scene.org
Rating:
Lets you assign macros up to 255 keystrokes to all keys.

K2000 Emulator by Kli
/code/hardware/keyboard/klik2000.zip
17 Jan 1999 (catalog date)
17,822 bytes
Download FTP scene.org
Rating:
Shows a simple Knightrider effect on your screen and keyboard leds.

Learn v2.1 by Ondrej Blazek
/code/hardware/keyboard/learn.zip
26 Feb 1998 (catalog date)
7,141 bytes
Download FTP scene.org
Rating:
Add-on for Keydef that allows you to define Keydef macros through textfiles instead of the normal "key by key" process.

Obbuf v3.2 by Ondrej Blazek
/code/hardware/keyboard/obbuf.zip
26 Feb 1998 (catalog date)
12,658 bytes
Download FTP scene.org
Rating:
Fills the keyboard buffer with specific keystrokes before running a program. Very useful if you often use the same functions of a program when you start it.

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.

DPMI Specification by ?
/code/hardware/pmode/dpmispec.zip
10 Jan 1997 (catalog date)
33,749 bytes
Download FTP scene.org
Rating:
The complete DPMI specification - Everything you wanted to know about DPMI but were scared to ask.

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.

Kernel 1.30b
/code/hardware/pmode/krnl130b.zip
26 Jun 1997 (catalog date)
314,227 bytes
Download FTP scene.org
Rating:
A Pmode kernel program with some extra libraries. Has a sound library and many other extras to make up for the fact that it's rather new and things such as midas, GUSPlay, or whatnot won't work with it. It's picky about assembling (tasm32+wlink only). No real documentation to help you get started.

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.

VCPI specification by ?
/code/hardware/pmode/vcpi.doc
10 Jan 1997 (catalog date)
60,219 bytes
Download FTP scene.org
Rating:
The specifications for VCPI - It's there if you need it.

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

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

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

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.

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

Variable Pictures
/code/images/bin2asm.zip
15 Apr 1997 (catalog date)
63,503 bytes
Download FTP scene.org
Put variable size pictures in your VGA programs.

XMode Library
/code/library/xlib61.zip
01 Dec 1997 (catalog date)
786,630 bytes
Download FTP scene.org
Rating:
A very good graphics library that contains everything you need when working in XMode.

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)

ASM Tutorials Part 0, 1, and 2 by Draeden of VLA
/code/tutors/asm/asmvla00.zip
18 Jan 1998 (catalog date)
16,905 bytes
Download FTP scene.org
Rating:
If you are totaly unexperienced with assembler this is the right one to start with.

ASM Tutorial Part 3 by Draeden of VLA
/code/tutors/asm/asmvla01.zip
18 Jan 1998 (catalog date)
10,780 bytes
Download FTP scene.org
Rating:
Explains a few of the dos interrupts. Might be handy if you are a beginner, but what you really need is a good interrupt list.

Tutorial #16 by Denthor of Asphyxia
/code/tutors/denthor/tut16.zip
11 Jan 1997 (catalog date)
11,630 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Scaling - One of those things you'll need time and time and time and time again in demo coding.

Games 'n Graphics Trainer Series chapter 1 by Gerben
/code/tutors/graphics/gngtut01.zip
30 Jun 1998 (catalog date)
3,072 bytes
Download FTP scene.org
Rating:
Another trainer explaining how to get into mode 13h. Try Denthors trainers instead if you really don't know how to do this. Text

N-Buffering Doc by Type One of Pulpe
/code/tutors/graphics/t1nbuf11.zip
17 Jan 1999 (catalog date)
10,550 bytes
Download FTP scene.org
Rating:
This doc explains everything you want to know about single, double, tripple and N buffering.

3d Lib by deks
/code/tutors/math/3dlib.zip
19 Jan 1998 (catalog date)
6,095 bytes
Download FTP scene.org
Rating:
Simple vector and matrix functions. Useless unless you know what they do, and easier to make than use if you do know. Correct code (and math) at the very least.

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.

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.

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

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

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

tinyRTL by Solar Designer
/code/utils/compiler/bpc-trtl.zip
10 Jan 1997 (catalog date)
13,314 bytes
Download FTP scene.org
Rating:
A pas TPU with source for creating small exes - A TPU that replaces the system TPU in Turbo Pascal so that small .exes can be made. The example .exes are deceiving as there is no built in support for writing text and other such things. Knowledge of assembler will be necessary for most programs you'd write with this.

Inc Pro by KeLewAN
/code/utils/compiler/incpro3.zip
12 Aug 1997 (catalog date)
6,818 bytes
Download FTP scene.org
Rating:
A bin 2 include util. A word to the coder, learn to read/write double values, it'll help speed up the assembler. If you were really cool, you'd write a binary to .OBJ converter.

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

Netwide Assembler by Simon Tatham, Julian Hall
/code/utils/compiler/nasm094.zip
02 Jul 1997 (catalog date)
320,576 bytes
Download FTP scene.org
Rating:
A freeware assembler with good support. People have been switching from TASM to this assembler, especially linux and 68K coders. It is still being supported by the makers so it understands newer op codes, like mmx instructions, so you don't need to get intel's 'macros' for new opcodes.

QLIB 2.02 by Sub Death
/code/utils/compiler/qlib202.zip
10 Jul 1997 (catalog date)
362,098 bytes
Download FTP scene.org
Rating:
Replacements for standard C Library functions. Uses pmode/w. It replaces most standard C library functions, presumeably so that you don't have to link in the stdlibraries keeping an executable size down. Has some extras.

Font Grabber by Paradise
/code/utils/fonts/ted.zip
29 Sep 1997 (catalog date)
262,937 bytes
Download FTP scene.org
Rating:
Font grabber by Paradise. Allows you to grab 256 color fonts from .GIF, .CEL and .BMP files. Example sources included.

Font Grabber by Denthor of Asphyxia
/code/utils/fonts/texter5.zip
29 Sep 1997 (catalog date)
34,741 bytes
Download FTP scene.org
Rating:
Allows you to grab 256 color fonts from .GIF, .CEL, .BMP and .PCX files. Mouse only. Example source included.

ASCII ART Lib by Jan Hubicka
/code/utils/graphics/aalib10.zip
19 Jan 1998 (catalog date)
133,184 bytes
Download FTP scene.org
Rating:
Ascii Art Renderer. Do not kill yourself trying to understand the code (no comments at all, and fairly complex code). Bonus points for the concept. This is FUNKY and fun to play with. (TMDC anyone? might be useful to figure out how to go from a graphical image to ASCII)

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?

Reduce by Andrew Harvey
/code/utils/graphics/reduce21.zip
12 Aug 1997 (catalog date)
32,295 bytes
Download FTP scene.org
Rating:
Reduces the number of colors used by any number of PCX files to some number. Generates a glenz and shading table for you.

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

WIN95 And Demos Starter by Cute Elf
/code/windows/ce-win95.zip
19 Jan 1998 (catalog date)
18,929 bytes
Download FTP scene.org
Rating:
Library for using DirectDraw for making demo effects. Use Winzip to decompress archive because of the long file names. If using DirectX 5, you have to change two lines in DirectXConversion.cpp to type cast to (DirectDrawSurface2 *). When you try to compile, you'll know which lines those are. Hmm... maybe wince stands for Win-CuteElf. (If you see this, are you going back there?)

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)

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

Xmas '92 by The Yellow Ones
/demos/1992/tyo_xmas.zip
29 Jun 1996 (catalog date)
223,063 bytes
Download FTP scene.org
Rating:

Final Demo by The Yellow Ones
/demos/1992/tyofinal.zip
29 Jun 1996 (catalog date)
133,725 bytes
Download FTP scene.org
Rating:

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

Mayday by Yodel
/demos/1993/m/mayday.zip
29 Jun 1996 (catalog date)
739,878 bytes
Download FTP scene.org
Rating:
Released at event TCC93 in the demo division and ranked 03

Xmas '93 by Yodel
/demos/1993/x/xmas93_y.zip
13 Oct 1997 (catalog date)
299,771 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 11
386,,SB,

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.

BBS Don't Trust Your Mama by Arkham
/demos/1994/a/akm-mama.zip
17 Jan 1997 (catalog date)
10,211 bytes
Download FTP scene.org
Rating:

Have You Seen My Ham by Orange
/demos/1994/h/ham.zip
03 May 1998 (catalog date)
99,660 bytes
Download FTP scene.org

Dream by Halcyon
/demos/1994/h/hlndream.zip
18 May 1998 (catalog date)
61,359 bytes
Download FTP scene.org
Rating:
386 (P5 is too fast),,GUS,

Yo Yo Yo by The Krewel Krew
/demos/1994/k/kk_yo.zip
29 Jun 1996 (catalog date)
638,963 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Regression by Yodel
/demos/1994/r/regress.zip
29 Jun 1996 (catalog date)
295,482 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

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

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

Climax by YOE
/demos/1995/c/climax.zip
29 Jun 1996 (catalog date)
232,931 bytes
Download FTP scene.org
Rating:
Released at event MOV95 in the demo division and ranked 05

Confy00zhen! by Fyoozhen
/demos/1995/c/confyooz.zip
29 Jun 1996 (catalog date)
25,503 bytes
Download FTP scene.org
Rating:

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

Disorder by Halcyon
/demos/1995/h/h_disord.zip
30 Jun 1996 (catalog date)
271,197 bytes
Download FTP scene.org
Rating:
Released at event JUH95A in the demo division and ranked 03

Karma by Halcyon
/demos/1995/h/h_karma.zip
30 Jun 1996 (catalog date)
494,832 bytes
Download FTP scene.org
Rating:

Da Clone by Halcyon
/demos/1995/h/h_klooni.zip
30 Jun 1996 (catalog date)
176,998 bytes
Download FTP scene.org
Rating:

Lifeforms by Halcyon
/demos/1995/h/h_life.zip
30 Jun 1996 (catalog date)
297,920 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 03

Illumination by Yodel
/demos/1995/y/ydl_illu.zip
30 Jun 1996 (catalog date)
45,727 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 02

Youhtro by Fobia Design
/demos/1995/y/youhtro.zip
30 Jun 1996 (catalog date)
294,517 bytes
Download FTP scene.org
Rating:

1 Day by Myopic Fish
/demos/1996/0-9/1day_4k.zip
30 Jun 1996 (catalog date)
1,335 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the in4k division and ranked 07

Andalucia by Halcyon
/demos/1996/a/alucia.zip
14 Sep 1996 (catalog date)
61,934 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in64 division and ranked 08

Arise (final) by Beyond
/demos/1996/a/arise-f.zip
26 Dec 1996 (catalog date)
1,406,360 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked 04

Beyond by Immortals
/demos/1996/b/beyond.zip
24 Jan 1997 (catalog date)
2,330,659 bytes
Download FTP scene.org
Rating:
Released at event MOV96 in the demo division and ranked 02
GUS/SB/PAS,VESA

Clear Your Mind by Mooze
/demos/1996/c/clear.zip
30 Jun 1996 (catalog date)
305,184 bytes
Download FTP scene.org
Rating:

Excuse by YOE
/demos/1996/e/excuse.zip
24 Jan 1997 (catalog date)
636,403 bytes
Download FTP scene.org
Rating:
Released at event MOV96 in the demo division and ranked 04
GUS/SB/PAS,VESA

How Do You Do by Fascination
/demos/1996/f/fsn_hdyd.zip
30 Jun 1996 (catalog date)
585,441 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the demo division and ranked 07

Gyoker by Frame 18, Majic 12
/demos/1996/g/gyoker.zip
03 Jul 1996 (catalog date)
608,445 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the demo division and ranked 07

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

From My Heart by Halcyon
/demos/1996/h/h_heart.zip
30 Jun 1996 (catalog date)
2,303,911 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the demo division and ranked 05

Innuendo by Halcyon
/demos/1996/h/h_innu.zip
30 Jun 1996 (catalog date)
379,950 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the demo division and ranked 01

Interrupt Internet by Fyoozhen
/demos/1996/i/int_fyoo.zip
30 Jun 1996 (catalog date)
57,677 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the in64 division and ranked ??

Into The Dark by Halcyon
/demos/1996/i/intodark.zip
30 Jun 1996 (catalog date)
543,099 bytes
Download FTP scene.org
Rating:
Released at event DML96 in the demo division and ranked 01

You am I You am the Robot by Orange
/demos/1996/k/korso100.zip
06 Oct 1997 (catalog date)
63,154 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in64 division and ranked 01

Nil by YOE, Extra Violent
/demos/1996/n/nil.zip
23 Oct 1996 (catalog date)
1,809,380 bytes
Download FTP scene.org
Rating:

BBS Open Your Mind by Orbital
/demos/1996/o/oym.zip
06 Jul 1996 (catalog date)
6,200 bytes
Download FTP scene.org
Rating:

Plug-Ins by YOE
/demos/1996/p/plug_ins.zip
19 Jul 1996 (catalog date)
229,959 bytes
Download FTP scene.org
Rating:

BBS Site 1 Ziptro by Crayon
/demos/1996/s/site1zip.zip
30 Jun 1996 (catalog date)
13,154 bytes
Download FTP scene.org
Rating:

The Astonishing Tribe by Yodel
/demos/1996/t/tat.zip
07 Feb 1997 (catalog date)
64,810 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 05

Beyond the Limit by Xeed
/demos/1996/x/xd-btl.zip
25 Dec 1996 (catalog date)
37,202 bytes
Download FTP scene.org
Rating:

Mysbos by Yodel, DPS
/demos/1996/y/ydldps_m.zip
18 Sep 1996 (catalog date)
157,755 bytes
Download FTP scene.org
Rating:

Yo Am I by Rectum Cauda
/demos/1996/y/yo_am_i.zip
13 Jul 1996 (catalog date)
69,079 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the demo division and ranked 01

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

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

Fastdemo by Doze, Yodin
/demos/1997/c/country.zip
27 Apr 1997 (catalog date)
11,405 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the infs division and ranked 11
,,Adlib,

Shuvax by Cryogen
/demos/1997/c/crn_shx.zip
17 Jan 1998 (catalog date)
940,081 bytes
Download FTP scene.org
Rating:
Released at event AST97 in the demo division and ranked 04

Alvin Stardust by Cryonics
/demos/1997/c/crs-alvn.zip
19 Dec 1997 (catalog date)
2,437,297 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the demo division and ranked 01
,VESA,GUS/SB,16+MB

Mellow (final) by Cryonics
/demos/1997/c/crs-mlw.zip
09 Feb 1997 (catalog date)
1,772,884 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 14
P5,SB

Travelling by Cryonics
/demos/1997/c/crs-trvl.zip
24 Sep 1997 (catalog date)
2,391,959 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the demo division and ranked 05
P5,VESA,GUS/SB,16MB

Beyond the Sea by Control Unit
/demos/1997/c/cu_btsea.zip
15 Nov 1997 (catalog date)
60,233 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Food Yoyo by Rectum Cauda
/demos/1997/f/foodyoyo.zip
27 Apr 1997 (catalog date)
469,791 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the infs division and ranked 03

When Will You Rage by Kolor
/demos/1997/g/garou.zip
21 Jan 1998 (catalog date)
799,079 bytes
Download FTP scene.org
Rating:
Released at event TMDC97 in the demo division and ranked 04
,,GUS,

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

Trip Into Your Mind by Norferin
/demos/1997/n/nfn_trip.zip
24 Oct 1997 (catalog date)
1,428,217 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 06
P5,VESA,GUS/SB,8MB

Pictures of You by PRSC
/demos/1997/p/pyou.zip
08 Oct 1997 (catalog date)
827,123 bytes
Download FTP scene.org
Rating:
COMA ripoff - DX4,SVGA,GUS/SB,6MB

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

Saint by Halcyon
/demos/1997/s/saintfin.zip
24 Sep 1997 (catalog date)
964,152 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the demo division and ranked DD
,,GUS/SB,8MB

Onion by Yodel
/demos/1997/y/ydl_onio.zip
28 Apr 1997 (catalog date)
53,830 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in64 division and ranked 08

Jook by YOE
/demos/1997/y/yoe-jook.zip
14 Oct 1997 (catalog date)
4,432,325 bytes
Download FTP scene.org
Rating:
Released at event RTL97 in the demo division and ranked 02
too slow on a 6x86 - P5,VESA,,

We Don't Know You by Calodox
/demos/1998/c/cdx_wdky.zip
22 May 1998 (catalog date)
1,744,336 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 11
,VESA,GUS/SB/PAS,

Loco by Cryonics
/demos/1998/c/crs-loco.zip
19 May 1998 (catalog date)
5,055,245 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the demo division and ranked 02
P5,VESA,,32MB

It's All Your Fault by Hypercube
/demos/1998/h/hpqbiayf.zip
05 Aug 1998 (catalog date)
1,156,725 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the demo division and ranked 09
,VESA,GUS/SB/PAS,

Maybe by YOE
/demos/1998/m/maybe.zip
30 Jan 1998 (catalog date)
2,110,241 bytes
Download FTP scene.org
Rating:
Released at event MOV97 in the demo division and ranked 02

Is You Schmeck by Sublogic
/demos/1998/s/schmeck.zip
16 May 1998 (catalog date)
4,797 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the in4k division and ranked 02

Lava by Yodel
/demos/1998/y/ydl_lava.zip
12 Nov 1998 (catalog date)
1,011,905 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the djav division and ranked 03
JAVA

Eyepincher by Rectum Cauda
/demos/1998/y/yo.zip
12 Aug 1998 (catalog date)
2,746 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the in4k division and ranked 02

Canyan by Q
/graphics/images/1994/c/canyon.zip
04 Jul 1996 (catalog date)
162,250 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

In Your Face by Archmage
/graphics/images/1994/i/inyourfa.zip
04 Jul 1996 (catalog date)
42,843 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the grfx division and ranked 03

Man Prey by Doc Procyon
/graphics/images/1994/m/manprey.zip
04 Jul 1996 (catalog date)
29,605 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Robot by Youfi
/graphics/images/1994/r/robot.zip
04 Jul 1996 (catalog date)
74,578 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the grfx division and ranked 03

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

Tony of Razor by Tony
/graphics/images/1994/t/tonyofra.zip
04 Jul 1996 (catalog date)
57,013 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the grfx division and ranked 02

You Buck My Wife by Kyle
/graphics/images/1994/y/you_fuck.zip
04 Jul 1996 (catalog date)
109,504 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 33

An Axe by Yoga
/graphics/images/1995/a/an_axe.zip
04 Jul 1996 (catalog date)
56,945 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked 07

Beyond N by JCS
/graphics/images/1995/b/beyond_n.zip
04 Jul 1996 (catalog date)
140,068 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the grfx division and ranked 47

Nyomorult by Rendall
/graphics/images/1996/a/ai_nyomo.zip
08 Sep 1996 (catalog date)
170,759 bytes
Download FTP scene.org
Rating:
Released at event FLAG96 in the grfx division and ranked 02

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

??? by Yode
/graphics/images/1996/p/ptb4_r02.zip
12 Jun 1997 (catalog date)
84,011 bytes
Download FTP scene.org
Rating:
Released at event P2B96 in the grtc division and ranked ??

Valviela by Embryo
/graphics/images/1996/v/valveila.zip
09 Jun 1997 (catalog date)
188,091 bytes
Download FTP scene.org
Rating:
Released at event SKE96 in the grfx division and ranked ??

Barbie Kickers by Java of Cryonics, Tpolm, Cascada
/graphics/images/1997/b/barbie.zip
25 Nov 1998 (catalog date)
392,403 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grtc division and ranked 09
640x480x16m

Robyn, bite me by Java of Cryonics
/graphics/images/1997/b/bite_me.zip
17 Feb 1998 (catalog date)
386,994 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 01
640480x16m

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

Do you want to play with me by Ballo of Blocc
/graphics/images/1997/d/dywtpwm.zip
06 May 1998 (catalog date)
11,631 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
320x400x256

Borlaenge kickers by Java of Cryonics
/graphics/images/1997/k/kickers.zip
17 Feb 1998 (catalog date)
102,321 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 02
640x480x256

Last Flight by Phelix of Yodel
/graphics/images/1997/p/pixel_42.zip
16 Jun 1998 (catalog date)
353,356 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 40
1024x768x16m

Egypt by Lucku, Yoghurt of Pulse
/graphics/images/1997/p/pixel_72.zip
16 Jun 1998 (catalog date)
803,964 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 77
640x480x16m

Some where by Sniper, Yoe
/graphics/images/1997/s/somewere.zip
25 Nov 1997 (catalog date)
425,904 bytes
Download FTP scene.org
Rating:
Released at event RIT97 in the grfx division and ranked 01
640x480x16m

The Young Ninja by Tronix-D
/graphics/images/1997/t/td-ninja.zip
13 Sep 1997 (catalog date)
51,510 bytes
Download FTP scene.org
Rating:
640x431x16m

Ballista by Coyote
/graphics/images/1997/x/x_ballis.zip
23 Nov 1998 (catalog date)
175,094 bytes
Download FTP scene.org
Rating:
Released at event BIZ97 in the grtc division and ranked ??
640x480x256

Layout by ?? of ??
/graphics/images/1998/0-9/1layout.zip
26 May 1998 (catalog date)
513,233 bytes
Download FTP scene.org
Released at event MEK98 in the grfx division and ranked ??
564x600x16m

Beyond killa by Mage the Man
/graphics/images/1998/b/beyond_k.zip
07 Oct 1998 (catalog date)
261,110 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked ??
640x480x16m

Danny we miss you by Java of Cryonics
/graphics/images/1998/j/ja-dwmy.zip
30 Jun 1998 (catalog date)
680,815 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the grfx division and ranked 04
800x600x16m

Kill your darlings by Dize of Silents DK
/graphics/images/1998/k/kill_you.zip
04 Nov 1998 (catalog date)
239,391 bytes
Download FTP scene.org
Rating:
Released at event SE98 in the grtc division and ranked 04
640x480x16m

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

LTP2 Waits for you by Popsy Team
/graphics/images/1998/l/ltp2.zip
06 May 1998 (catalog date)
82,851 bytes
Download FTP scene.org
Rating:
Released at event VOL4 in the grfx division and ranked ??
320x200x16m

Magic H by Croaker of TPOLM, Halcyon
/graphics/images/1998/m/magic_h_.zip
14 Oct 1998 (catalog date)
37,254 bytes
Download FTP scene.org
Released at event ASM98 in the grfx division and ranked ??
320x200x128

Quendi by Dave, Tryoon of Exadus
/graphics/images/1998/q/quendi.zip
09 Mar 1998 (catalog date)
326,741 bytes
Download FTP scene.org
Rating:
Released at event MW98 in the grfx division and ranked 02
800x600x16m

Ray of Dawn by Alveprins
/graphics/images/1998/r/rayof.zip
23 Nov 1998 (catalog date)
273,809 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the grtc division and ranked 02
640x480x16m

Steamer Vs. Humanity by Tryoon of Exadus
/graphics/images/1998/s/steamer.zip
03 May 1998 (catalog date)
115,750 bytes
Download FTP scene.org
Released at event TGK and ranked 01

Surprise by Yoga of Independent
/graphics/images/1998/s/surprise.zip
15 Oct 1998 (catalog date)
679,819 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked 10
640x480x16m

Coyote by Coyote of Excalibur
/graphics/images/1998/x/x_coyote.zip
08 Oct 1998 (catalog date)
106,142 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the grfx division and ranked 15
640x480x256

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

Zyklop Group Acronyms List v4.14 by Yogi
/info/contact/group414.zip
06 Dec 1996 (catalog date)
29,508 bytes
Download FTP scene.org
more than 400 groups listed including infos about the crew! Also included are group and party acronyms lists

In the Grave (of you) by LoC
/music/contests/mc1/entries/__itgoy.zip
09 Nov 1996 (catalog date)
188,918 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 15

Refused Again by Lloyd Yoon
/music/contests/mc1/entries/__refuse.zip
09 Nov 1996 (catalog date)
171,072 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 03

Fear Your Fears by Okeanos
/music/contests/mc2/rookie/r-fear.zip
09 Nov 1996 (catalog date)
316,434 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R35

The Journey Beyond by Epeius
/music/contests/mc2/veteran/v-beyond.zip
09 Nov 1996 (catalog date)
120,555 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V19

Refusing by Lloyd Yoon
/music/contests/mc2/veteran/v-refuse.zip
09 Nov 1996 (catalog date)
196,474 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V24

The Was All Your Fault by Alan Mackey
/music/contests/mc2/veteran/v-twayf.zip
09 Nov 1996 (catalog date)
275,259 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V15

Insurgent Youth by John Neispodzianski
/music/contests/mc2/veteran/v-youth.zip
09 Nov 1996 (catalog date)
296,042 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V10

E-04045 by Lloyd Yoon
/music/contests/mc3/veteran/e-04045.zip
09 Nov 1996 (catalog date)
200,570 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V23

In Gratitude by Lloyd Yoon
/music/contests/mc4/veteran/m4v-grat.zip
10 Nov 1996 (catalog date)
740,270 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V22

Feel The Devil In Yourself by Muscle
/music/contests/mc5/intermed/m5i-fdiy.zip
29 Aug 1997 (catalog date)
205,498 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Medievel Journey by Mental Trip of Embryo
/music/contests/mc5/intermed/m5i-medi.zip
29 Aug 1997 (catalog date)
576,832 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I05

The Storyteller by Dna-groove of Embryo
/music/contests/mc5/intermed/m5i-stor.zip
29 Aug 1997 (catalog date)
246,377 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I06

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

The Missing Quarter by Shudder of YOE
/music/contests/mc5/intermed/m5i-tmqr.zip
29 Aug 1997 (catalog date)
730,864 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Loosing You... by Johnny
/music/contests/mc5/rookie/m5r-lywm.zip
29 Aug 1997 (catalog date)
218,908 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Rocktherythymthat'll makeyourbodydrop by Iago
/music/contests/mc5/rookie/m5r-rock.zip
29 Aug 1997 (catalog date)
170,843 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

The Youth, The Future by Gemini of Chaos Theory
/music/contests/mc5/rookie/m5r-tytf.zip
29 Aug 1997 (catalog date)
372,069 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Change Your Mind by Heatseeker
/music/contests/mc5/veteran/m5v-cym.zip
29 Aug 1997 (catalog date)
691,994 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Sinnenglut by Assign of Ethos 9, Tokyo Dawn Recs, Radical Rhythms
/music/contests/mc5/veteran/m5v-glut.zip
29 Aug 1997 (catalog date)
567,888 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Squelch by TheHacker of KFMF, Ultrabeat, Fyoozhen
/music/contests/mc5/veteran/m5v-sql.zip
29 Aug 1997 (catalog date)
383,302 bytes
Download FTP scene.org
Released at event MC5 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

Calling Your Name by maestro
/music/contests/mc6/intermed/m6i-cynm.zip
28 Mar 1999 (catalog date)
606,909 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Beyond The Glass by Coplan
/music/contests/mc6/intermed/m6i-glas.zip
28 Mar 1999 (catalog date)
263,256 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

I Love You by Captain Trip
/music/contests/mc6/intermed/m6i-lyou.zip
28 Mar 1999 (catalog date)
364,135 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Happy To Be With You by Caos
/music/contests/mc6/rookie/m6r-htbu.zip
28 Mar 1999 (catalog date)
244,445 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Voices Of The Night by Yost
/music/contests/mc6/rookie/m6r-voth.zip
28 Mar 1999 (catalog date)
570,143 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

What You Will by basic
/music/contests/mc6/rookie/m6r-wtuw.zip
28 Mar 1999 (catalog date)
447,318 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Go Your Way by Hector
/music/contests/mc6/rookie/m6r-your.zip
28 Mar 1999 (catalog date)
642,066 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Refused Again by Lloyd Yoon
/music/contests/mc_winners/__refuse.mp3
28 Mar 1999 (catalog date)
3,092,480 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 03