Search for "hic": 1782 matches(displaying first 250)

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

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.

Wordup Graphics Toolkit v5.1 by Chris Egerter
/code/3d/systems/wgt51_r2.zip
06 Oct 1996 (catalog date)
1,763,579 bytes
Download FTP scene.org
Rating:

WGT by Egerter Software
/code/3d/systems/wgtvesa2.zip
12 Aug 1997 (catalog date)
202,549 bytes
Download FTP scene.org
Rating:
WordUp Graphics Toolkit - Vesa extension. A graphics toolkit designed for games programers.

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.

Triscan by Andrew Harvey
/code/3d/trifill/texmap/triscan.zip
19 Jan 1998 (catalog date)
11,472 bytes
Download FTP scene.org
Rating:
Some triangle fillers. Doesn't assemble as is. Uses lots of assembler macros, which is good for style and helps portability, but kills readability for people not familiar with the code.

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.

AST TPU by Cagliostro
/code/audio/players/ast_tpu.zip
25 Aug 1997 (catalog date)
275,026 bytes
Download FTP scene.org
Rating:
A player for AST files. It didn't run on my computer (docs say it needs an AWE32, which I don't have). Is unstable regardless, and I've never heard of the AST tracker. shrug

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!

Tiny SoundBlaster Modplayer by Pelusa of Psychic Monks
/code/audio/players/tinyplay.zip
21 Jan 1998 (catalog date)
14,306 bytes
Download FTP scene.org
Rating:
A realmode 3kb modplayer.

Tiny SoundBlaster Modplayer by Pelusa of Psychic Monks
/code/audio/players/tnyplay2.zip
21 Jan 1998 (catalog date)
8,979 bytes
Download FTP scene.org
Rating:
A realmode 3kb modplayer.

Data (de)compressing Library by Markus Oberhumer
/code/compress/lzo100.zip
17 Jan 1999 (catalog date)
375,931 bytes
Download FTP scene.org
Rating:
Favours speed over compression ratio which makes it very suitable for realtime (de)compression. Supports a lot of different operating systems and even the Atari ST TOS.

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.

Inconexia sources by JCAB, JARE of Iguana
/code/demosrc/demos/incosrc.zip
10 Jan 1997 (catalog date)
242,043 bytes
Download FTP scene.org
Rating:
A collection of sources from Inconexia - A collection of effects. Get gallery.zip for the museum part which the .txt file says won't be released. :)

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!

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

lens by Joey
/code/effects/lens/lens.zip
10 Jan 1997 (catalog date)
10,913 bytes
Download FTP scene.org
Rating:
A doc on how to create a lens - Nice graphic file diagram for the text. It all makes sense to me. Some pseudo pascal code is there too.

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.

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

Zed3D v0.95 - 3D Graphics Reference by Zed
/code/effects/various/zed3d095.zip
07 Oct 1996 (catalog date)
702,570 bytes
Download FTP scene.org
Rating:
Phong, Gouraud, Textures, etc.

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.

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

AWE-DIP-01-ENG by Creative Labs engineers
/code/hardware/audio/adip.zip
10 Jan 1997 (catalog date)
708,753 bytes
Download FTP scene.org
Rating:
Examples and API for using the AWE32 - And people wonder why there's not much SB support. The information in the packet is contorted. I could go on this for days. Comments like /* main - here's where the fun begins */ are misleading. The fun actually began several hundred lines ago (starting at line 134). It's late. I'm not exactly bored, but this bit of code is frustrating. I wonder why CL even bothered. There are no technical docs of any sort and the code that is here *REEKS* of bad style. For extra frustration, I unzipped the file which had a self extracting .exe in it, which gave me 4 zips which when each extracted with the -d option finally gives me the SDK. Kneebiter - at 1:30 in the morning. Need more tea...

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.

Flat Real by Herman Dullink
/code/hardware/memory/flat.zip
10 Jan 1997 (catalog date)
11,758 bytes
Download FTP scene.org
Rating:
A flat real mode interface - For those who'd rather kludge real mode than switch to protected mode. Conceivably useful for 4k intros which may need a quick and cheap entry into a flat memory model.

Flat Real Mode by Nix of Massive
/code/hardware/memory/mass-frm.zip
10 Jan 1997 (catalog date)
8,248 bytes
Download FTP scene.org
Rating:
A flat real mode interface - For those who'd rather kludge real mode than switch to protected mode. Conceivably useful for 4k intros which may need a quick and cheap entry into a flat memory model.

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.

EOS
/code/hardware/pmode/e_os303.zip
10 Jul 1997 (catalog date)
1,227,935 bytes
Download FTP scene.org
Rating:
Eclipse Operating System. A clumsy pmode system, but has many ready to use libs. The makefiles don't work with wmake which they really should.

Tiny DPMI by Maxwell Sayles of Xi
/code/hardware/pmode/tinydpmi.zip
17 Jan 1999 (catalog date)
4,724 bytes
Download FTP scene.org
Rating:
Only 173 bytes big, which makes it perfect for 4kb intros.

8Bit Graphics File Dumper v1.7 by Jare of Iguana
/code/images/bgif17.zip
07 Oct 1996 (catalog date)
6,591 bytes
Download FTP scene.org
Rating:
GIF/PCX/LBM/TGA

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.

Television Viewer by Bullhead of Plastic Surgery
/code/images/ps_tvv.zip
17 Jan 1999 (catalog date)
99,252 bytes
Download FTP scene.org
Rating:
Displays a bmp,pcx,tga or lbm picture on the screen using a fake hicolor mode.

Mode 13h Graphics Toolkit by Tay Choon Heong
/code/library/mtgrap1.zip
01 Dec 1997 (catalog date)
233,320 bytes
Download FTP scene.org
Rating:

Mode 13h Graphics Library by Kevin A. Lee
/code/library/paskal20.zip
01 Dec 1997 (catalog date)
297,187 bytes
Download FTP scene.org
Rating:

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.

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

VGA Graphics Library by Mark Morley
/code/library/vgl20.zip
01 Dec 1997 (catalog date)
138,976 bytes
Download FTP scene.org
Rating:

XMode Graphics Library by James Carter
/code/library/w_infin.zip
01 Dec 1997 (catalog date)
18,566 bytes
Download FTP scene.org
Rating:

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

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.

Asphyxia VGA demo trainer series by Denthor of Asphyxia
/code/tutors/denthor/tut1-9.zip
11 Jan 1997 (catalog date)
96,798 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer series - Everything to help the beginner get started in graphics coding.

Tutorial in C by Steve Pinault
/code/tutors/denthor/tutorc.zip
11 Jan 1997 (catalog date)
59,478 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:C versions of the PAS source - Needs MSVC to compile, which most people simply don't have.

Free Direction Rendering by kombat of immortals
/code/tutors/graphics/freedir.zip
15 May 1998 (catalog date)
49,280 bytes
Download FTP scene.org
This document gives information on how to render various objects in high quality and in real time.

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

Collection of Dr. Dobbs Journals Feb 1991 through Feb 1993. by Dr. Dobbs
/code/tutors/graphics/graphpro.zip
18 Jan 1998 (catalog date)
397,893 bytes
Download FTP scene.org
Rating:
A must for every graphics programmer!

The King Magazine Volume 1 by The King
/code/tutors/graphics/kmagv1.zip
18 Jan 1998 (catalog date)
31,576 bytes
Download FTP scene.org
Rating:
Nice for beginners.

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

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

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.

Demo Series, Part 10 by Outlaw Triad
/code/tutors/graphics/otface.zip
17 Jan 1999 (catalog date)
17,486 bytes
Download FTP scene.org
Rating:
Tutorial about sorting faces in a 3d scene. No explanation about sorting algorithms at all, which makes it totaly useless.

Demo Series, Part 15 by Outlaw Triad
/code/tutors/graphics/otgourad.zip
17 Jan 1999 (catalog date)
13,977 bytes
Download FTP scene.org
Rating:
Tutorial about gouraud shading.

Demo Series, Part 12 by Outlaw Triad
/code/tutors/graphics/otlight.zip
17 Jan 1999 (catalog date)
19,510 bytes
Download FTP scene.org
Rating:
Tutorial about light sources.

Demo Series, Part 9 by Outlaw Triad
/code/tutors/graphics/otpoly.zip
17 Jan 1999 (catalog date)
13,285 bytes
Download FTP scene.org
Rating:
Tutorial about polyfillers.

Demo Series, Part 14 by Outlaw Triad
/code/tutors/graphics/otremove.zip
17 Jan 1999 (catalog date)
18,317 bytes
Download FTP scene.org
Rating:
Tutorial about hidden face removal.

Polyfiller Tutorial by Natan Whitaker
/code/tutors/graphics/poly_tut.zip
17 Jan 1999 (catalog date)
134,279 bytes
Download FTP scene.org
Rating:
The example executable included doesn't seem to work, but the textfile might be useful for beginners who want to write their own polyfiller routines.

Peroxide Trainer Part 3 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut3.zip
17 Jan 1999 (catalog date)
26,393 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code 3d vectors using flatshading and glenzing.

Peroxide Trainer Part 4 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut4.zip
17 Jan 1999 (catalog date)
27,821 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code different kind of polyfillers including gouraudshaded, texturemapped and environmapped polygons.

Peroxide Trainer Part 7 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut7.zip
17 Jan 1999 (catalog date)
50,278 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code a wolfenstein 3d engine.

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

Vector Editor by Tumblin of Bodies In Motion
/code/utils/3d/ved11.zip
10 Jan 1997 (catalog date)
84,391 bytes
Download FTP scene.org
Rating:
A Vector editor - A vector editor which I find clumsy to use. Then again, I find all vector editors rather clumsy to use.

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.

DeKompress DOS32 by Dark Fibre
/code/utils/compiler/dkd32.zip
10 Jan 1997 (catalog date)
12,414 bytes
Download FTP scene.org
Rating:
Decompresses files made with and compressed via DOS32 - This utility could be useful for rippers faced with intros coded with DOS32. It will unpack the exe and one can use further programs to extract mod files or graphics.

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?

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.

Byteraper 2000 v4.0b by Litening
/code/utils/graphics/byterape.zip
26 Feb 1998 (catalog date)
165,061 bytes
Download FTP scene.org
Rating:
A utility to rip graphics and mods out of demos. Doesn't work when compression is used, and it also doesn't support modern module formats.

Cirrus 542x Booster.
/code/utils/graphics/cirboost.zip
26 Feb 1998 (catalog date)
88,929 bytes
Download FTP scene.org
Rating:
TSR that accelerates vga cards with a Cirrus 542x chipset.

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

Graphical File Viewer v2.01 by Jare of Iguana
/code/utils/graphics/gfv20.zip
26 Feb 1998 (catalog date)
12,669 bytes
Download FTP scene.org
Rating:
Very simple graphics ripper, doesn't work with compressed files.

GSave by Earwax of Realm
/code/utils/graphics/gsave2.zip
10 Jul 1997 (catalog date)
128,856 bytes
Download FTP scene.org
Rating:
Screen Grabber. Includes pcx and raw loading graphics code.

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.

PCX to RAW Convertor by Raphius of Anubis
/code/utils/graphics/pcx2raw.zip
17 Jan 1999 (catalog date)
7,475 bytes
Download FTP scene.org
Rating:

PCX shade by Quark of Prone
/code/utils/graphics/pcxshade.zip
01 Jul 1997 (catalog date)
176,588 bytes
Download FTP scene.org
Rating:
A utility to generate a shade table from pcx files. Doesn't say exactly that the format of the output file is, which would be convenient, though it is obvious enough.

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.

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

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

Video Card Benchmarker by Fabian Gonzalez
/code/utils/graphics/vblitz14.zip
26 Feb 1998 (catalog date)
184,939 bytes
Download FTP scene.org
Rating:
Measure the time needed for reading and writing from video memory.

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.

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)

Move by Chicken of Surprise Productions
/demos/1994/m/move.zip
29 Jun 1996 (catalog date)
3,435 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 05

ACT1 by Psychic Link
/demos/1995/a/act1.zip
29 Jun 1996 (catalog date)
774,750 bytes
Download FTP scene.org
Rating:

Eden by Psychic Monks
/demos/1995/e/eden.zip
30 Jun 1996 (catalog date)
1,349,332 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the demo division and ranked ??

Chicago by JFF
/demos/1995/j/jff-chic.zip
18 Jan 1997 (catalog date)
64,815 bytes
Download FTP scene.org
Rating:

Juice by Psychic Link
/demos/1995/j/juice.zip
30 Jun 1996 (catalog date)
855,132 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 02

Juice by Psychic Link
/demos/1995/j/juice11.zip
30 Jun 1996 (catalog date)
868,789 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 02

Juice (patch) by Psychic Link
/demos/1995/j/juicefix.zip
30 Jun 1996 (catalog date)
64,262 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 02

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

Headache by Psychic Link
/demos/1996/h/headache.zip
30 Jun 1996 (catalog date)
1,453,206 bytes
Download FTP scene.org
Rating:

Headache (patch) by Psychic Link
/demos/1996/h/headfix.zip
30 Jun 1996 (catalog date)
89,116 bytes
Download FTP scene.org
Rating:

Headache (bugfixed) by Psychic Link
/demos/1996/h/headfixd.zip
30 Jun 1996 (catalog date)
1,453,098 bytes
Download FTP scene.org
Rating:

Paper by Psychic Link
/demos/1996/p/paper.zip
06 Dec 1996 (catalog date)
63,937 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in64 division and ranked 01

Headhunter (graphics engine) by Iguana
/demos/1997/h/headh14.zip
15 Jul 1997 (catalog date)
645,529 bytes
Download FTP scene.org

Orthicon by Sub97
/demos/1998/o/orthicon.zip
19 Nov 1998 (catalog date)
217,346 bytes
Download FTP scene.org

Chicken Gel by Phantom Image
/demos/1998/p/pi_chgel.zip
21 Aug 1998 (catalog date)
7,557 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in4k division and ranked 07
,,Adlib,

Psychic Sentilitation by System X32
/demos/1998/s/sx32_sen.zip
25 Jul 1998 (catalog date)
100,641 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Chicken Dance by SquoQuo
/demos/1998/t/tsq_chik.zip
20 May 1998 (catalog date)
6,476 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the in4k division and ranked 03
,,GUS,

Slideshow 1 by Future Crew
/graphics/disks/1990/fcslide1.zip
03 May 1998 (catalog date)
344,140 bytes
Download FTP scene.org
Rating:
,,SB,

Laterna Magica by Surprise Productions
/graphics/disks/1992/laterna.zip
18 Jun 1998 (catalog date)
297,537 bytes
Download FTP scene.org
Rating:
gfx by JOE, released on Amiga in 1991 - ,,SB,

Surreal renderings by AJT
/graphics/disks/1994/ajtjpg.zip
04 Jul 1996 (catalog date)
2,478,335 bytes
Download FTP scene.org
Rating:

Anti Lord Cyrix by Various Artists
/graphics/disks/1994/cyrout.zip
04 Jul 1996 (catalog date)
34,067 bytes
Download FTP scene.org
Rating:

Pureness sketches by Agen of WL
/graphics/disks/1995/agen-art.zip
04 Jul 1996 (catalog date)
903,121 bytes
Download FTP scene.org
Rating:

P&P Gfx disk by Masque
/graphics/disks/1995/msqpp.zip
04 Jul 1996 (catalog date)
2,012,010 bytes
Download FTP scene.org
Rating:

P&P Gfx disk (patch) by Masque
/graphics/disks/1995/ppfix.zip
04 Jul 1996 (catalog date)
40,300 bytes
Download FTP scene.org
Rating:

Artdisk by Surprise Productions
/graphics/disks/1995/s1p-artd.zip
04 Jul 1996 (catalog date)
470,421 bytes
Download FTP scene.org
Rating:

Pics by Zany Bird of Eclipse
/graphics/disks/1995/zanybird.zip
04 Jul 1996 (catalog date)
616,452 bytes
Download FTP scene.org
Rating:

??? by Cereal
/graphics/disks/1996/0l_cerl1.zip
25 Jan 1997 (catalog date)
35,765 bytes
Download FTP scene.org
Rating:

Rays by Storm
/graphics/disks/1996/abc_rays.zip
08 Sep 1996 (catalog date)
562,637 bytes
Download FTP scene.org
Rating:

Diocese Ripped Picture by ???
/graphics/disks/1996/de-rips.zip
04 Jul 1996 (catalog date)
877,676 bytes
Download FTP scene.org

VGA Pack by Fred Beltran
/graphics/disks/1996/fredpack.zip
04 Jul 1996 (catalog date)
264,703 bytes
Download FTP scene.org
Rating:

Flush (four images) by Light
/graphics/disks/1996/lt-flush.zip
04 Jul 1996 (catalog date)
437,502 bytes
Download FTP scene.org
Rating:

Psychedelia by Light
/graphics/disks/1996/lt-psych.zip
04 Jul 1996 (catalog date)
670,148 bytes
Download FTP scene.org
Rating:

A Journey Through X9 by Light
/graphics/disks/1996/lt-x9.zip
04 Jul 1996 (catalog date)
443,114 bytes
Download FTP scene.org
Rating:

Sun by Lazur of Pulse
/graphics/disks/1996/pls_sun.zip
04 Jul 1996 (catalog date)
1,381,768 bytes
Download FTP scene.org
Rating:

Wild by Lazur of Pulse
/graphics/disks/1996/pls_wild.zip
08 Dec 1996 (catalog date)
2,105,044 bytes
Download FTP scene.org
Rating:

The taut and the Tame by Relief, Hotwire of Artflux
/graphics/disks/1997/afl-taut.zip
17 Dec 1997 (catalog date)
1,339,028 bytes
Download FTP scene.org
Rating:

Splinters by Astroidea
/graphics/disks/1997/ai_splin.zip
14 Oct 1997 (catalog date)
3,738,363 bytes
Download FTP scene.org
Rating:
Mouse required

Artdisk Vol 1 by Spanish Lords
/graphics/disks/1997/artdisk.zip
17 Jun 1997 (catalog date)
773,254 bytes
Download FTP scene.org
Rating:
Pentium 100, 8mb ram, Rendered graphics

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

Halo8 Art pack 1 by Silentkid of Halo8
/graphics/disks/1997/h8-01.zip
09 Mar 1998 (catalog date)
372,398 bytes
Download FTP scene.org
Rating:
Several logos.

An artpack by Kayputk
/graphics/disks/1997/kayputk3.zip
25 Nov 1997 (catalog date)
493,482 bytes
Download FTP scene.org
Rating:
800x600x16m, raytrace

Collection of older pictures by Pixel of Future Crew
/graphics/disks/1997/pixelold.zip
20 Oct 1997 (catalog date)
247,326 bytes
Download FTP scene.org
Rating:

5977 by Lazur of Pulse
/graphics/disks/1997/pls_5977.zip
14 Oct 1997 (catalog date)
3,722,327 bytes
Download FTP scene.org
Rating:
Mouse required

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

Photoshop Inside by Swan of The Bermuda Triangle
/graphics/disks/1997/tbt-psi.zip
02 Dec 1997 (catalog date)
708,102 bytes
Download FTP scene.org
Rating:

Arcadia Pictures Pack by Arcadia
/graphics/disks/1997/tq-app.zip
17 Jun 1997 (catalog date)
612,317 bytes
Download FTP scene.org
Rating:
4 Pictures

Broken Wings by Kayputk, Icarus
/graphics/disks/1998/bwpack.zip
09 Mar 1998 (catalog date)
776,993 bytes
Download FTP scene.org
Rating:
Raytraced images

Perfect Harmony (v1.41 bugfixed) by The Torrent Project
/graphics/disks/1998/harmony.zip
09 Mar 1998 (catalog date)
3,057,842 bytes
Download FTP scene.org
Rating:
Raytraced images.

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

Logo Elite by Mac of Sentry
/graphics/images/1992/elitlog1.zip
14 Jul 1998 (catalog date)
11,962 bytes
Download FTP scene.org
Rating:

Logo Sentry by Mac of Sentry
/graphics/images/1992/senlogo4.zip
14 Jul 1998 (catalog date)
5,639 bytes
Download FTP scene.org
Rating:

A3 by Zenjuga
/graphics/images/1993/a3.zip
04 Jul 1996 (catalog date)
38,865 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the grfx division and ranked 03

Aghev by Havoe
/graphics/images/1993/aghev02.zip
04 Jul 1996 (catalog date)
20,180 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 10

Air by Marvel
/graphics/images/1993/air.zip
04 Jul 1996 (catalog date)
31,044 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 06

??? by Alex
/graphics/images/1993/alex.zip
04 Jul 1996 (catalog date)
13,951 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 15

Alita by Sigfrid
/graphics/images/1993/alita.zip
04 Jul 1996 (catalog date)
29,027 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 05

Apple by Neuronik
/graphics/images/1993/apple.zip
04 Jul 1996 (catalog date)
17,527 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 19

Argh by Ra
/graphics/images/1993/argharte.zip
13 Sep 1997 (catalog date)
28,982 bytes
Download FTP scene.org
Rating:
288x255x256

Arglm by Ra
/graphics/images/1993/arglm.zip
13 Sep 1997 (catalog date)
40,892 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 04
320x256x256

Arnold by Joachim
/graphics/images/1993/arnial.zip
04 Jul 1996 (catalog date)
14,484 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 08

Buffle by Ra
/graphics/images/1993/bufff.zip
13 Sep 1997 (catalog date)
12,983 bytes
Download FTP scene.org
Rating:
320x256x256

Chaos by Maestro
/graphics/images/1993/chaos.zip
04 Jul 1996 (catalog date)
13,380 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 20

Dragon Sun by Cougar
/graphics/images/1993/dragonsu.zip
13 Sep 1997 (catalog date)
61,018 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 01
368x283

Horror by Lord Something
/graphics/images/1993/horror.zip
04 Jul 1996 (catalog date)
20,444 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 07

Ice Kingdom by Marvel of Future Crew
/graphics/images/1993/icekngdm.zip
04 Jul 1996 (catalog date)
33,020 bytes
Download FTP scene.org
Released at event ASM93 in the grfx division and ranked 01

Intel by Jeskola
/graphics/images/1993/inteli.zip
04 Jul 1996 (catalog date)
13,676 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 08

Max by Zebig
/graphics/images/1993/max_comp.zip
04 Jul 1996 (catalog date)
47,070 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 16

Mulkero by Phontom
/graphics/images/1993/mulkero.zip
04 Jul 1996 (catalog date)
2,348 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 12

Sanity Logo by Ra
/graphics/images/1993/ra-sanit.zip
13 Sep 1997 (catalog date)
10,196 bytes
Download FTP scene.org
Rating:
320x256x256

Virtual Dreams Logo by Ra
/graphics/images/1993/ra-vdflt.zip
13 Sep 1997 (catalog date)
24,183 bytes
Download FTP scene.org
Rating:
640x256x256

Skelliton by Ra
/graphics/images/1993/skellito.zip
13 Sep 1997 (catalog date)
31,798 bytes
Download FTP scene.org
Rating:
320x252x256

??? by Pixel
/graphics/images/1993/skyr_pxl.zip
04 Jul 1996 (catalog date)
66,874 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 02

Sonic by Consel
/graphics/images/1993/sonic_ca.zip
04 Jul 1996 (catalog date)
14,403 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 18

??? by Sti
/graphics/images/1993/sti_ephr.zip
04 Jul 1996 (catalog date)
31,681 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 11

Strawberry by PL
/graphics/images/1993/strawbry.zip
04 Jul 1996 (catalog date)
21,436 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 21

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

Troll by Pixel of Future Crew
/graphics/images/1993/troll.zip
04 Jul 1996 (catalog date)
42,372 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the grfx division and ranked 04

Ugly by Ra
/graphics/images/1993/uglyarte.zip
13 Sep 1997 (catalog date)
13,152 bytes
Download FTP scene.org
Rating:
320x243

Vis 16 by Zeb
/graphics/images/1993/vis16.zip
04 Jul 1996 (catalog date)
9,424 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 13

Watery by Arachnatron
/graphics/images/1993/watery.zip
04 Jul 1996 (catalog date)
10,892 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 03

Windows Sucks by Gore of Future Crew
/graphics/images/1993/windows.zip
04 Jul 1996 (catalog date)
2,819 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 04

Woman by Trau
/graphics/images/1993/womanru1.zip
04 Jul 1996 (catalog date)
21,874 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 09

Yell by Lithium
/graphics/images/1993/yell.zip
04 Jul 1996 (catalog date)
7,230 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 01

3H Shit by Kube
/graphics/images/1994/0-9/3hshit.zip
04 Jul 1996 (catalog date)
13,540 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

A6 by Wolfshante
/graphics/images/1994/a/a6final.zip
04 Jul 1996 (catalog date)
42,925 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

AH. Self D. by RA
/graphics/images/1994/a/ahselfd.zip
04 Jul 1996 (catalog date)
44,411 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 02

Aladdin by Grand
/graphics/images/1994/a/aladdin.zip
04 Jul 1996 (catalog date)
52,739 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Al Bundy by Tyshdomos
/graphics/images/1994/a/albundy.zip
04 Jul 1996 (catalog date)
42,748 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 04

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

The Golden Bird by ???
/graphics/images/1994/a/altecmp.zip
04 Jul 1996 (catalog date)
32,658 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Alternatik by Nik
/graphics/images/1994/a/alternat.zip
04 Jul 1996 (catalog date)
40,721 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 19

A Place to Be by Prowler
/graphics/images/1994/a/aplaceto.zip
04 Jul 1996 (catalog date)
79,816 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 30

Lost Girl by Andrea Salminen
/graphics/images/1994/a/assembly.zip
04 Jul 1996 (catalog date)
66,242 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

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

Avoid by Drakemule
/graphics/images/1994/a/avoidsig.zip
04 Jul 1996 (catalog date)
39,218 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

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

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

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

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

Beholder by Pixel
/graphics/images/1994/b/beholder.zip
04 Jul 1996 (catalog date)
63,304 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked EE

Between the Eyes by Rodney
/graphics/images/1994/b/betweyes.zip
04 Jul 1996 (catalog date)
33,812 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 18

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

Birdman by BroWallia
/graphics/images/1994/b/birdman.zip
04 Jul 1996 (catalog date)
22,200 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Blackbox on Ice by Gandalf
/graphics/images/1994/b/blackbox.zip
04 Jul 1996 (catalog date)
181,414 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Hawk by Jani Valtonen
/graphics/images/1994/b/blhawk.zip
04 Jul 1996 (catalog date)
24,342 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

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

Bondage Dream by Codac, Tenhu
/graphics/images/1994/b/bondage.zip
04 Jul 1996 (catalog date)
119,771 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Breakfast by Reward
/graphics/images/1994/b/breakfas.zip
04 Jul 1996 (catalog date)
77,849 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 20

Bubble Dreams by Marvel
/graphics/images/1994/b/bubble2.zip
04 Jul 1996 (catalog date)
36,302 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 77

Inside Intel? by Azzrael
/graphics/images/1994/c/c_intel3.zip
04 Jul 1996 (catalog date)
2,777 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Canarygirl by Fatal
/graphics/images/1994/c/canary.zip
04 Jul 1996 (catalog date)
25,921 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

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

Carving God by Motion Lotion
/graphics/images/1994/c/carvigod.zip
04 Jul 1996 (catalog date)
45,579 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 12

Lady by Cassiopeia
/graphics/images/1994/c/cassfin.zip
04 Jul 1996 (catalog date)
17,718 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Castle by Tornad
/graphics/images/1994/c/castle.zip
04 Jul 1996 (catalog date)
10,510 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Cats Eyes by Modster
/graphics/images/1994/c/catseyes.zip
04 Jul 1996 (catalog date)
26,641 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 23

Midsummer Century by XTC
/graphics/images/1994/c/century.zip
04 Jul 1996 (catalog date)
244,200 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 63

Cest by Pentalysion
/graphics/images/1994/c/cest.zip
04 Jul 1996 (catalog date)
45,208 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Chaos in Tokio by Hotshot
/graphics/images/1994/c/chaos.zip
04 Jul 1996 (catalog date)
49,276 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 03

Chaos Knight by Iguana
/graphics/images/1994/c/chaoskn.zip
04 Jul 1996 (catalog date)
126,082 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Chaos Warrior by Zeeloyd
/graphics/images/1994/c/chaoswar.zip
04 Jul 1996 (catalog date)
93,861 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 17

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

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

Clqoun by Ra
/graphics/images/1994/c/clqoun.zip
13 Sep 1997 (catalog date)
19,197 bytes
Download FTP scene.org
Rating:
207x272x256

Cocoon by PeeWee H
/graphics/images/1994/c/cocoon.zip
04 Jul 1996 (catalog date)
52,348 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Compocul by SHK
/graphics/images/1994/c/compocul.zip
04 Jul 1996 (catalog date)
19,757 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Conan by Blue Devil
/graphics/images/1994/c/conan.zip
04 Jul 1996 (catalog date)
54,678 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the grfx division and ranked 06

Condom 4 by Hippo
/graphics/images/1994/c/condom4.zip
04 Jul 1996 (catalog date)
4,405 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Connors' Portrait by Connor
/graphics/images/1994/c/connors.zip
04 Jul 1996 (catalog date)
55,864 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 57

Conny by Leinad
/graphics/images/1994/c/conny.zip
04 Jul 1996 (catalog date)
127,067 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Conquered by Alphaspin
/graphics/images/1994/c/conquere.zip
04 Jul 1996 (catalog date)
68,231 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

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

Daddy Dearest by Devilstar
/graphics/images/1994/d/dad_dear.zip
04 Jul 1996 (catalog date)
73,354 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 06

Dawn of Darkness by Bitwing
/graphics/images/1994/d/dawnofda.zip
04 Jul 1996 (catalog date)
12,123 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Dean by Louie
/graphics/images/1994/d/dean.zip
04 Jul 1996 (catalog date)
65,776 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 15

Deen Aua Swe by Deen
/graphics/images/1994/d/deenswe.zip
04 Jul 1996 (catalog date)
50,945 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Demoniac by Bifrost
/graphics/images/1994/d/demoniac.zip
04 Jul 1996 (catalog date)
47,843 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 43

Dentist by Tiedye
/graphics/images/1994/d/dentist.zip
04 Jul 1996 (catalog date)
167,901 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the grfx division and ranked 07

Devil John by Deckard
/graphics/images/1994/d/deviljoh.zip
04 Jul 1996 (catalog date)
137,740 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 68

Digital Modelling by Luma
/graphics/images/1994/d/digital.zip
04 Jul 1996 (catalog date)
176,206 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 05

Cyberdino by Woozy
/graphics/images/1994/d/dinofin.zip
04 Jul 1996 (catalog date)
13,215 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

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

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

Dragon by Seq
/graphics/images/1994/d/dragon-1.zip
04 Jul 1996 (catalog date)
78,913 bytes
Download FTP scene.org
Rating:

Not a Copy by Earthquake
/graphics/images/1994/e/earthq.zip
04 Jul 1996 (catalog date)
29,943 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Elektra by The Guide
/graphics/images/1994/e/elektra.zip
04 Jul 1996 (catalog date)
79,139 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Elemental Power by Sanctum
/graphics/images/1994/e/elementa.zip
04 Jul 1996 (catalog date)
47,267 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Enchanted Forest by Gnome
/graphics/images/1994/e/enchfor.zip
04 Jul 1996 (catalog date)
59,419 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Europolis by Excess
/graphics/images/1994/e/europoli.zip
04 Jul 1996 (catalog date)
257,085 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 32

Evasion by Idaho
/graphics/images/1994/e/evasion.zip
04 Jul 1996 (catalog date)
107,093 bytes
Download FTP scene.org
Rating:

Eyeball by Deckard
/graphics/images/1994/e/eyeball.zip
04 Jul 1996 (catalog date)
33,520 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 15

Face of Nature by Cougar
/graphics/images/1994/f/faceofna.zip
04 Jul 1996 (catalog date)
57,493 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 28

Fastfood by Duffe of Sardonyx
/graphics/images/1994/f/fastfood.zip
04 Jul 1996 (catalog date)
6,867 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Fdream by Jugi of Complex
/graphics/images/1994/f/fdream.zip
04 Jul 1996 (catalog date)
55,254 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 59