Search for "rr": 548 matches(displaying first 250)

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

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

Real-Time Environment Mapping Tutorial by Frenzy
/code/3d/trifill/envmap/envmap.doc
05 Oct 1996 (catalog date)
4,169 bytes
Download FTP scene.org
Rating:
Somewhat incorrect document. Parts are right, others wrong.

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

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.

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

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

From Real 2 SuperReal Sources by Jason Nunn
/code/demosrc/demos/r2sr.zip
11 Apr 1997 (catalog date)
2,526,684 bytes
Download FTP scene.org

bits'93 source by David Hedley
/code/demosrc/intros/bits93.zip
10 Jan 1997 (catalog date)
34,416 bytes
Download FTP scene.org
Rating:
Sources for an intro with a bouncing lens and a sinus scroller - Few comments. Shows influences from Mental Surgery, mainly in the interrupt routines. Old sources (1993), good timing of effects.

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

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

flames by Errand
/code/effects/fire/flames2.zip
10 Jan 1997 (catalog date)
3,148 bytes
Download FTP scene.org
Rating:
A simple fire routine - out dated

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

Plasma Source by The Darkman
/code/effects/plasma/niceplas.zip
05 Oct 1996 (catalog date)
9,765 bytes
Download FTP scene.org
Rating:
Yet another boring plasma. Not even full screen and has an error

Fullscreen Rotozoomer by Scott A. Deming
/code/effects/rotozoom/fullr_1.zip
26 Jun 1997 (catalog date)
17,886 bytes
Download FTP scene.org
Rating:
The algorithm is mathematicaly correcty, but it can be done faster.

Tunnel Source by bca of Karva
/code/effects/tunnel/bca_tnl.zip
19 Jan 1998 (catalog date)
19,956 bytes
Download FTP scene.org
Rating:
A texture mapped tunnel effect. Has holes in the tunnel. No useful comments in the source. One nifty (old!) idea of taking advantage of mirrors in the lookup table. FYI - vasen=left, oikea=right, yl„=upper, ala=lower.

tube by James Johnson
/code/effects/tunnel/tubesrc.zip
10 Jan 1997 (catalog date)
22,030 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - Poorly done, looks horrible, no explanation or comments, no timing synching.

Smooth Voxel Terrain Tutorial by Phred of OTM
/code/effects/voxel/voxeltut.zip
06 Oct 1996 (catalog date)
46,211 bytes
Download FTP scene.org
Rating:

2asm Anything 2 Asm,c,pas Converter by sneaqo of aardbei
/code/fileutil/2asm.zip
21 Aug 1998 (catalog date)
97,877 bytes
Download FTP scene.org
converts a binary file into a db list, or a C or Pascal array. has a lot of options, and examples for all 3 languages included. Assembler, C, Pascal

Binary To Datafile Converter by Eminent Doom
/code/fileutil/bin2arr.zip
26 Feb 1998 (catalog date)
29,580 bytes
Download FTP scene.org
Rating:
Converts a binary file into a c array or into an assembly include file.

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

Raw To C Convertor by Darion
/code/fileutil/hsi2arr.zip
26 Feb 1998 (catalog date)
68,805 bytes
Download FTP scene.org
Rating:
Converts binary files to C arrays.

Ralf Brown's Interrupt List
/code/hardware/general/telerama.zip
17 Jan 1999 (catalog date)
827,866 bytes
Download FTP scene.org
Rating:
Every coder should download this, it's the best interrupt list around.

Peroxide Trainer Part 6 by Telemachos of Peroxide
/code/hardware/keyboard/pxdtut6.zip
17 Jan 1999 (catalog date)
20,234 bytes
Download FTP scene.org
Rating:
This tutorial explains how to program interrupts, timers and keyboard handlers.

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

A simple FLI/FLC viewer by Noerror of Ph7media
/code/images/flcfli.zip
30 Jun 1998 (catalog date)
28,880 bytes
Download FTP scene.org
Rating:
C

HSI 2 ARR
/code/images/hsi2arr.zip
15 Apr 1997 (catalog date)
62,609 bytes
Download FTP scene.org
Converts RAW format picture files to C readable arrays. Full source included, and two example programs.

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

The Mag by Spellcaster
/code/mags/mag05.zip
01 Jul 1997 (catalog date)
20,724 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing into Pascal, arrays, memory. Contains a fairly complete list of assembler opcodes (courtesy Intel).

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.

C Tutorial Part 3 by Desolation of VLA
/code/tutors/c/ctut3vla.zip
18 Jan 1998 (catalog date)
3,771 bytes
Download FTP scene.org
Rating:
This one explains how arrays work in C.

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.

DOS Utilities for Powerrender by Egerter Software
/code/utils/3d/prdosutl.zip
17 Jan 1999 (catalog date)
4,018,076 bytes
Download FTP scene.org
Rating:
See pwrndr25.zip

Windows Utilities for Powerrender by Egerter Software
/code/utils/3d/prwinutl.zip
17 Jan 1999 (catalog date)
2,598,584 bytes
Download FTP scene.org
Rating:
See pwrndr25.zip

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.

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.

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.

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

Acidwarp by Noah Spurrier
/demos/1992/acidwarp.zip
29 Jun 1996 (catalog date)
28,218 bytes
Download FTP scene.org
Rating:

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

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

Carrier by Tyrant
/demos/1993/c/carrier.zip
29 Jun 1996 (catalog date)
7,253 bytes
Download FTP scene.org
Rating:

Grr! by Epical
/demos/1993/g/grr_.zip
29 Jun 1996 (catalog date)
76,595 bytes
Download FTP scene.org
Rating:
Released at event AGR93 in the demo division and ranked 07

Privtro by Irresistible Works
/demos/1993/p/privtro.zip
29 May 1998 (catalog date)
126,253 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 11
,,SB,

Dead on Arrival by Acme
/demos/1994/a/acme_doa.zip
29 Jun 1996 (catalog date)
722,493 bytes
Download FTP scene.org
Rating:

Carrie by Arkham
/demos/1994/a/akm-carr.zip
17 Jan 1997 (catalog date)
26,201 bytes
Download FTP scene.org
Rating:

Jurrasic Ass by A-Men
/demos/1994/a/ass_amen.zip
29 Jun 1996 (catalog date)
1,318,630 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

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

GooRoo Nation by Starry Knights Productions
/demos/1994/g/gn_skp.zip
29 Jun 1996 (catalog date)
729,088 bytes
Download FTP scene.org
Rating:

Humbug by Sorrox
/demos/1994/h/humbug.zip
29 Jun 1996 (catalog date)
3,555 bytes
Download FTP scene.org
Rating:
Released at event BP94

Martian Terrain Demo by Tim Clarke
/demos/1994/m/mars.zip
29 Jun 1996 (catalog date)
2,917 bytes
Download FTP scene.org
Rating:

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

Myth by Data Warriors
/demos/1994/m/myth_dw.zip
29 Jun 1996 (catalog date)
533,927 bytes
Download FTP scene.org
Rating:

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

Raped Routines by ???
/demos/1994/r/rr.zip
29 Jun 1996 (catalog date)
3,424 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked ??

Rash Reflections by Coluche
/demos/1994/r/rr_beast.zip
29 Jun 1996 (catalog date)
283,990 bytes
Download FTP scene.org
Rating:
Released at event BBS

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

Twisted Existence by Corruption
/demos/1994/t/te_dmo.zip
29 Jun 1996 (catalog date)
468,785 bytes
Download FTP scene.org
Rating:

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

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

Waco by Sorrox
/demos/1994/w/waco.zip
29 Jun 1996 (catalog date)
4,524 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

Hurry by Asylum
/demos/1995/a/asylum.zip
29 Jun 1996 (catalog date)
724,322 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 24

Gustation by Camorra
/demos/1995/c/cma_gion.zip
29 Jun 1996 (catalog date)
62,376 bytes
Download FTP scene.org
Rating:

Dark Purpose by The Surrounders
/demos/1995/d/darkp.zip
29 Jun 1996 (catalog date)
423,631 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the demo division and ranked ??

Donut by Sorrox
/demos/1995/d/donut.zip
29 Jun 1996 (catalog date)
3,387 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in4k division and ranked 04

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

Dino Saurus Demo by Hirmu
/demos/1995/h/hirrrr.zip
30 Jun 1996 (catalog date)
109,895 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the demo division and ranked 05

Over the Edge by Sorrox
/demos/1995/o/ote.zip
03 May 1998 (catalog date)
656,239 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the demo division and ranked 03

Min Monitor Briner by Syntax Error
/demos/1995/s/steintro.zip
24 Jul 1996 (catalog date)
32,393 bytes
Download FTP scene.org
Rating:

Visions by Sorrox
/demos/1995/v/visions.zip
30 Jun 1996 (catalog date)
59,519 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in64 division and ranked 01

Merry Xmas by Mr. Skitzo, Narq
/demos/1995/x/xmas.zip
30 Jun 1996 (catalog date)
39,560 bytes
Download FTP scene.org
Rating:

Astrology by Corrupt
/demos/1996/c/c-astro.zip
14 Sep 1996 (catalog date)
135,970 bytes
Download FTP scene.org
Rating:

Disgust by Camorra
/demos/1996/c/cma_dgst.zip
30 Jun 1996 (catalog date)
798,496 bytes
Download FTP scene.org
Rating:
Released at event GP96 in the demo division and ranked 01

GU-Star (bugfixed) by Camorra
/demos/1996/c/cma_gstb.zip
03 Jul 1996 (catalog date)
63,753 bytes
Download FTP scene.org
Rating:

GU-Star by Camorra
/demos/1996/c/cma_gstr.zip
30 Jun 1996 (catalog date)
61,626 bytes
Download FTP scene.org
Rating:

Corrosive 3 by Exmortis
/demos/1996/c/corrsive.zip
22 Nov 1996 (catalog date)
1,864,145 bytes
Download FTP scene.org
Rating:

Emergency by The Surrounders
/demos/1996/e/emerg.zip
30 Jun 1996 (catalog date)
1,706,922 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked 07

Arrow (final) by Grid
/demos/1996/g/grd_arwf.zip
30 Jun 1996 (catalog date)
54,301 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 07

Herring by TPOLM
/demos/1996/h/herring.zip
30 Jun 1996 (catalog date)
54,107 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in64 division and ranked 09

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

Corrosive by Kloon
/demos/1996/k/k_coro.zip
15 Nov 1996 (catalog date)
69,826 bytes
Download FTP scene.org
Rating:
Released at event FDG96 in the in64 division and ranked 02

Planet Logus-T5 by Camorra
/demos/1996/l/logus-t5.zip
22 Sep 1996 (catalog date)
924,182 bytes
Download FTP scene.org
Rating:

Mirror by Substance
/demos/1996/m/mirror.zip
30 Jun 1996 (catalog date)
61,735 bytes
Download FTP scene.org
Rating:
Released at event MEK96 in the in64 division and ranked XX

First Intro by Primary
/demos/1996/p/p-hurry.zip
30 Jun 1996 (catalog date)
52,124 bytes
Download FTP scene.org
Rating:

Pierre Deux by Coon
/demos/1996/p/pierre2.zip
18 Dec 1996 (catalog date)
932,029 bytes
Download FTP scene.org
Released at event SEN96 in the demo division and ranked ??

Running Wild by Hurricane
/demos/1996/r/running.zip
30 Jun 1996 (catalog date)
11,092 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the in4k division and ranked 02

Error 808 by Shock
/demos/1996/s/sck-err.zip
22 Nov 1996 (catalog date)
1,733,163 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the demo division and ranked 01

Herra Ylioppilas by Skraappa Skruuppi
/demos/1996/s/skr_har.zip
03 Jul 1996 (catalog date)
1,489,131 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the demo division and ranked 10

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

Doo by Syntax Terror
/demos/1996/s/ste-die.zip
11 Dec 1996 (catalog date)
114,384 bytes
Download FTP scene.org
Rating:

Porrfilm by Syntax Terror
/demos/1996/s/ste-porr.zip
03 Jul 1996 (catalog date)
53,552 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the in64 division and ranked ??

Don't Get Stajlish (final) by Syntax Terror
/demos/1996/s/ste-stlf.zip
11 Dec 1996 (catalog date)
433,993 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the demo division and ranked 04

Tarrogona by Whatcom
/demos/1996/t/tarra.zip
09 Feb 1997 (catalog date)
1,303,605 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 21
50hzVGA,GUS/SB/PAS

?? by ??
/demos/1996/z/zorro200.zip
16 Jul 1996 (catalog date)
285,052 bytes
Download FTP scene.org
Rating:
Released at event PRN96 in the demo division and ranked ??

Larry by Tmur of Capanna
/demos/1997/0-9/15_sec.zip
13 Sep 1997 (catalog date)
1,061 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in1k division and ranked 02
,,GUS!,

Error 01 by ABC
/demos/1997/a/abcerr01.zip
13 Sep 1997 (catalog date)
6,443 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in4k division and ranked 04

Corruption by SOS
/demos/1997/c/corrup.zip
11 Oct 1997 (catalog date)
442,426 bytes
Download FTP scene.org
Rating:
Released at event EVK97 in the demo division and ranked 04

Incoherent by Carrots
/demos/1997/c/cr_incof.zip
14 Nov 1997 (catalog date)
129,256 bytes
Download FTP scene.org
,50hzVGA,,

Trekant med Eli Rygg Igjen by Sorrox
/demos/1997/e/eli2.zip
27 Apr 1997 (catalog date)
564,659 bytes
Download FTP scene.org
Released at event TG97 in the infs division and ranked 01
,,GUS,

Error 00 by ABC
/demos/1997/e/error00.zip
05 Aug 1997 (catalog date)
1,818 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the in4k division and ranked 08

The Herring by Fobia Design
/demos/1997/f/fd_hermu.zip
08 Feb 1998 (catalog date)
932,520 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 16

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

Jest by Camorra
/demos/1997/j/jest.zip
22 Sep 1997 (catalog date)
71,058 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked 07
,VESA,GUS/SB,

Knarrk by Amobea
/demos/1997/k/knarrk.zip
24 Jun 1997 (catalog date)
300,107 bytes
Download FTP scene.org
Rating:

Liquid Mirror by DNukem3
/demos/1997/l/lmirror.zip
13 Jul 1997 (catalog date)
129,583 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Error by Nocturnal
/demos/1997/n/n_error.zip
12 Jan 1998 (catalog date)
77,151 bytes
Download FTP scene.org
Rating:

Har Du H”rt Den F”rrut by Outbreak
/demos/1997/o/otb-hard.zip
05 Mar 1998 (catalog date)
641,634 bytes
Download FTP scene.org
Rating:

Resurrection Now by Jamm
/demos/1997/r/resnow.zip
24 Sep 1997 (catalog date)
2,474,684 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the demo division and ranked 12

Smoke & Mirrors by Sensorium
/demos/1997/s/sen-smok.zip
22 Apr 1997 (catalog date)
487,566 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Hotet I Rymden by Syntax Terror
/demos/1997/s/ste-hir.zip
06 Jul 1997 (catalog date)
98,304 bytes
Download FTP scene.org

OAI by Syntax Terror
/demos/1997/s/ste-oai.zip
25 Jul 1997 (catalog date)
265,896 bytes
Download FTP scene.org
Rating:
Released at event REM97 in the demo division and ranked 03

OAI 2 by Syntax Terror
/demos/1997/s/ste-oai2.zip
12 Dec 1997 (catalog date)
649,918 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS

Traskodansen by Syntax Terror
/demos/1997/s/ste-tsko.zip
12 Dec 1997 (catalog date)
605,800 bytes
Download FTP scene.org
Rating:

Merry Christmas 1997 by 10k
/demos/1997/t/tenkxmas.zip
01 Feb 1998 (catalog date)
537,043 bytes
Download FTP scene.org
,32bVGA,,

STD by Artificial Interrupt
/demos/1998/a/ai_std.zip
02 Aug 1998 (catalog date)
57,433 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the in64 division and ranked 03
,,GUS/SB,

Twisted by Thomas Carrot of Brutal Core Division
/demos/1998/b/bcd-twst.zip
21 Aug 1998 (catalog date)
1,048 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in1k division and ranked 06

Cellblock 5 by Extreme Command, Syntax Terror
/demos/1998/c/cellblok.zip
02 Aug 1998 (catalog date)
255,634 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the d256 division and ranked 02
P75,,GUS/SB,

D.O.T by Realtime, No Carrier
/demos/1998/d/dot.zip
19 Nov 1998 (catalog date)
148,054 bytes
Download FTP scene.org
Rating:
P5,,GUS/SB/PAS,8MB

Emanon by Spectre, Cash of Flare, No Carrier
/demos/1998/e/emanon.zip
22 Mar 1998 (catalog date)
152,712 bytes
Download FTP scene.org
Rating:

Error 5000 by TPOLM
/demos/1998/e/err5000.zip
16 May 1998 (catalog date)
58,027 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the in64 division and ranked XX
,,GUS/SB,

SHM by The Lopez Bros.
/demos/1998/h/harry.zip
22 May 1998 (catalog date)
2,071,516 bytes
Download FTP scene.org
Released at event MEK98 in the demo division and ranked 04

Only Bumpmap by Terrordrome
/demos/1998/o/onlybump.zip
02 Aug 1998 (catalog date)
816,348 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the demo division and ranked 12
,,GUS/SB/PAS,

Erratic by Quad
/demos/1998/q/qd-errat.zip
02 Apr 1998 (catalog date)
69,516 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the in64 division and ranked 01
,VESA,,

Senseless Trip On Da Earth by Interror
/demos/1998/s/sense.zip
04 Jul 1998 (catalog date)
143,252 bytes
Download FTP scene.org
Rating:
Released at event RH98 in the in64 division and ranked ??
P166,,GUS/SB,16MB

83 by Syntax Terror
/demos/1998/s/ste-83.zip
31 Oct 1998 (catalog date)
602,335 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

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

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.

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

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

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

Surrealistic by Audio. Child
/graphics/images/1994/s/surre09.zip
04 Jul 1996 (catalog date)
131,516 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Warrior by Stony of Hornet
/graphics/images/1994/w/warrior.zip
04 Jul 1996 (catalog date)
23,167 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Smorrebr by Facet
/graphics/images/1995/s/smorrebr.zip
04 Jul 1996 (catalog date)
174,586 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the grfx division and ranked 13

Warrior by Menace
/graphics/images/1995/w/warrior.zip
04 Jul 1996 (catalog date)
47,387 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked ??

Bizarre 97 by Dr. Badvibes
/graphics/images/1996/b/biz97.zip
24 Jun 1997 (catalog date)
216,098 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the grtc division and ranked 18
640x480x16m

Vaisseau 1 by Mat of Surrounders
/graphics/images/1996/s/sr-vaiso.zip
09 Oct 1997 (catalog date)
110,534 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the grfx division and ranked ??

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

Cyber Parrot by Grass
/graphics/images/1997/a/abc_cybp.zip
21 Jun 1997 (catalog date)
143,379 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the grfx division and ranked 02
640x480x256

Corridor by Liquid
/graphics/images/1997/c/corridor.zip
28 Oct 1997 (catalog date)
62,801 bytes
Download FTP scene.org
Rating:
640x480x16m

Nyn op de Bizarre 97 by TPC of Grpls
/graphics/images/1997/n/nynopbiz.zip
23 Nov 1998 (catalog date)
421,016 bytes
Download FTP scene.org
Rating:
Released at event BIZ97 in the grtc division and ranked ??
640x480x16m

Ole John - Hurry Hurry by Pix of Subspace, Rebels
/graphics/images/1997/p/pixel_34.zip
06 May 1998 (catalog date)
331,947 bytes
Download FTP scene.org
Released at event TP97 in the grfx division and ranked ??
640x512x16m

Merry Dreams by Oromo of Talent
/graphics/images/1997/p/pixel_39.zip
28 May 1998 (catalog date)
613,887 bytes
Download FTP scene.org
Released at event TP97 in the grfx division and ranked ??
640x480x16m

Ikke helt god i oyet by Loaderror, Stoney of Ephidrena
/graphics/images/1997/p/pixel_53.zip
16 Jun 1998 (catalog date)
148,795 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 36
640x512x256

Bizarre Portal by Exception
/graphics/images/1997/p/portal.zip
23 Nov 1998 (catalog date)
443,197 bytes
Download FTP scene.org
Rating:
Released at event BIZ97 in the grtc division and ranked ??
640x480x16m

Terror by Grid of Balance
/graphics/images/1997/t/terror.zip
16 Feb 1998 (catalog date)
55,534 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the grfx division and ranked ??
320x256x256

Angela by Armitage 374 of ABC Warriors
/graphics/images/1998/a/angela_b.zip
11 Sep 1998 (catalog date)
248,987 bytes
Download FTP scene.org
Rating:
Released at event SE98 in the grfx division and ranked 03
420x600x16m

The mirror of my soul by Inferno of Astral, Cls
/graphics/images/1998/a/ast-mir.zip
14 Sep 1998 (catalog date)
485,682 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 12
640x480x16m

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

Atlantium Warriors by Cyclops of Fuel Quad
/graphics/images/1998/c/cs-atlnt.zip
09 Sep 1998 (catalog date)
517,821 bytes
Download FTP scene.org
Released at event WIR98 in the grfx division and ranked 06
640x480x16m

Der Roboter by Thy Pyroo of The Spantobi Family
/graphics/images/1998/d/derrobot.zip
16 Sep 1998 (catalog date)
214,292 bytes
Download FTP scene.org
Rating:

Furry french rodent by Ds
/graphics/images/1998/d/ds-mouse.zip
09 Sep 1998 (catalog date)
41,603 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the grfx division and ranked ??
640x480x256

Velvet Warriors by Glazer of K2 Oblivion X-ZoNe
/graphics/images/1998/g/glz_velv.zip
11 Jun 1998 (catalog date)
515,749 bytes
Download FTP scene.org
Rating:

Krimskrams by Gomorrha of Gilden
/graphics/images/1998/g/gom-krms.zip
26 May 1998 (catalog date)
455,566 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 24
640x364x16m

Loneliness 2 by Blackhead of TerrorDrome
/graphics/images/1998/l/lonelin2.zip
07 Oct 1998 (catalog date)
72,035 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the grtc division and ranked 06
640x480x16m

Wired Wallpaper by Punkey of Bizarre
/graphics/images/1998/p/punkey.zip
25 Nov 1998 (catalog date)
917,687 bytes
Download FTP scene.org
Rating:
Released at event WIR98 in the gfst division and ranked 01
800x600x16m

unknown by AVMR
/graphics/images/1998/t/terrafma.zip
25 Nov 1998 (catalog date)
53,665 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the grtc division and ranked ??
454x433x16m

UFO by Armitage 374 of ABC Warriors
/graphics/images/1998/u/ufo_by_a.zip
04 Nov 1998 (catalog date)
233,635 bytes
Download FTP scene.org
Rating:
Released at event SE98 in the grtc division and ranked 10
640x480x16m

Multimedia Designer by Harrow Software
/graphics/programs/players/formula3.zip
22 Sep 1996 (catalog date)
1,340,241 bytes
Download FTP scene.org

Introduction to 3D Programming - Article #1 by Kiwidog of Hornet, Terraformer
/info/demonews/other/dn114_3d.zip
02 Dec 1996 (catalog date)
14,866 bytes
Download FTP scene.org
from DemoNews.114

Introduction to 3D Programming - Article #2 by Kiwidog of Hornet, Terraformer
/info/demonews/other/dn116_3d.zip
02 Dec 1996 (catalog date)
19,309 bytes
Download FTP scene.org
from DemoNews.116

Parrot 1 by Crypton
/mags/1994/parrot1.zip
28 May 1998 (catalog date)
72,536 bytes
Download FTP scene.org
Rating:

Parrot 2 by Crypton
/mags/1994/parrot2.zip
28 May 1998 (catalog date)
274,449 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Parrot 3 by Crypton
/mags/1994/parrot3.zip
28 May 1998 (catalog date)
401,781 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Dawn by Warren Tse
/music/contests/mc2/veteran/v-dawn2.zip
09 Nov 1996 (catalog date)
244,384 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V22

E-92442 by Sirrus
/music/contests/mc3/veteran/e-92442.zip
09 Nov 1996 (catalog date)
300,488 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V26

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

This is Tomorrow by Miss Saigon
/music/contests/mc4/rookie/m4r-tomo.zip
10 Nov 1996 (catalog date)
182,655 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Mystic Ruins by 4go10
/music/contests/mc4/veteran/m4v-mmrr.zip
10 Nov 1996 (catalog date)
333,232 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

The Spirit of Mods by Blurry
/music/contests/mc4/veteran/m4v-mods.zip
10 Nov 1996 (catalog date)
231,660 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Surrender by Hunz
/music/contests/mc4/veteran/m4v-surr.zip
10 Nov 1996 (catalog date)
350,583 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V09

Beautiful Horror by Dark of Metabolic
/music/contests/mc5/intermed/m5i-bhor.zip
29 Aug 1997 (catalog date)
241,114 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Erosion Of Society by Cheech The Sneech of Torrent
/music/contests/mc5/intermed/m5i-eos.zip
29 Aug 1997 (catalog date)
395,963 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Hot Borrito Lambada by Cosmic Eclipse
/music/contests/mc5/intermed/m5i-hbl.zip
29 Aug 1997 (catalog date)
382,220 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I13

Mankind by Parallax of Surrounders
/music/contests/mc5/intermed/m5i-mank.zip
29 Aug 1997 (catalog date)
389,469 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Sorrow by Bs4
/music/contests/mc5/intermed/m5i-sor.zip
29 Aug 1997 (catalog date)
123,016 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Windward by Fred of Terraformer
/music/contests/mc5/intermed/m5i-wind.zip
29 Aug 1997 (catalog date)
326,024 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Yakuma Warrior by No-xs of Oxyron, House Designs
/music/contests/mc5/intermed/m5i-ywr.zip
29 Aug 1997 (catalog date)
313,542 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Tomorrow's Dawn by Eon
/music/contests/mc5/rookie/m5r-dawn.zip
29 Aug 1997 (catalog date)
282,056 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Killer R by Niller
/music/contests/mc5/rookie/m5r-klrr.zip
29 Aug 1997 (catalog date)
303,536 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Lunar Excursion by Lift of Digital Terra
/music/contests/mc5/rookie/m5r-lunx.zip
29 Aug 1997 (catalog date)
421,245 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked R03

Mirror Universe (MC5 short version) by Decker of Outworlders
/music/contests/mc5/rookie/m5r-mirr.zip
29 Aug 1997 (catalog date)
279,217 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Siren Reflection by Cardiac Arrest of Analogue Music, Twilight
/music/contests/mc5/rookie/m5r-sirn.zip
29 Aug 1997 (catalog date)
470,534 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

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

Wake Of Sorrow by Doombringer
/music/contests/mc5/rookie/m5r-wake.zip
29 Aug 1997 (catalog date)
112,595 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Aberration by Cruel Creator of Cruelization, Gemini
/music/contests/mc5/veteran/m5v-aber.zip
29 Aug 1997 (catalog date)
541,497 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V20

The Clusterkind by Smeg of Terraformer
/music/contests/mc5/veteran/m5v-clus.zip
29 Aug 1997 (catalog date)
768,868 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Hats And Barrels by Dd
/music/contests/mc5/veteran/m5v-habl.zip
29 Aug 1997 (catalog date)
428,531 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Starrider I. by Tren of 7 Gods
/music/contests/mc5/veteran/m5v-star.zip
29 Aug 1997 (catalog date)
569,216 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Blueberry Kingdome by Chronicle
/music/contests/mc6/intermed/m6i-bkin.zip
28 Mar 1999 (catalog date)
374,730 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Feel It Inside by Digital Warrior
/music/contests/mc6/intermed/m6i-ftis.zip
28 Mar 1999 (catalog date)
449,515 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Breaking Barriers by SysRequest
/music/contests/mc6/rookie/m6r-brkb.zip
28 Mar 1999 (catalog date)
600,558 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Neutron Warrior by alexei nervosa
/music/contests/mc6/rookie/m6r-nwar.zip
28 Mar 1999 (catalog date)
589,862 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Pocket by Barry
/music/contests/mc6/rookie/m6r-pckt.zip
28 Mar 1999 (catalog date)
781,306 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Reluctant Rendezvous by Hexz
/music/contests/mc6/rookie/m6r-rren.zip
28 Mar 1999 (catalog date)
433,314 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Terror by Hiroshima
/music/contests/mc6/rookie/m6r-terr.zip
28 Mar 1999 (catalog date)
445,272 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Texas Wind by Irrelevant
/music/contests/mc6/rookie/m6r-txw.zip
28 Mar 1999 (catalog date)
396,008 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Empty Image by sirrus
/music/contests/mc6/veteran/m6v-mpte.zip
28 Mar 1999 (catalog date)
630,558 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Sonic Emergence by Parity Error
/music/contests/mc6/veteran/m6v-smrg.zip
28 Mar 1999 (catalog date)
743,655 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked V17

Summersong by No Carrier
/music/contests/mc6/veteran/m6v-summ.zip
28 Mar 1999 (catalog date)
371,601 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Surrender by Hunz
/music/contests/mc_winners/m4v-surr.mp3
28 Mar 1999 (catalog date)
4,756,793 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V09

Surrender by Hunz
/music/contests/mc_winners/m4v-surr.xm
28 Mar 1999 (catalog date)
976,235 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V09

Damage #3 by REM
/music/disks/1994/damg0894.zip
10 Jun 1998 (catalog date)
1,302,531 bytes
Download FTP scene.org
Rating:
music by Trash, Snowman, Krystall, Nemesis, Parity Error, & Flinx - ,,GUS/SB,

Killer's Arrest by Logos
/music/disks/1995/killers.zip
26 Jul 1996 (catalog date)
2,356,494 bytes
Download FTP scene.org
Rating:

Chapter 8 by Radical Rhythms
/music/disks/1995/rr_chap8.zip
26 Jul 1996 (catalog date)
7,876,091 bytes
Download FTP scene.org
Rating:

Blur Religion by Mellow-D of Five Musicians
/music/disks/1996/fm-blurr.zip
15 Sep 1996 (catalog date)
2,009,696 bytes
Download FTP scene.org
Rating:

AntiMatter by Harry of NOISE
/music/disks/1996/no-anti.zip
15 Sep 1996 (catalog date)
1,174,682 bytes
Download FTP scene.org
Rating:

Chapter X by Radical Rhythms
/music/disks/1996/rr_chapx.zip
27 Jan 1997 (catalog date)
9,857,222 bytes
Download FTP scene.org
Rating:
Includes 574k UNIVBE .zip file, compressed and uncompressed x-play/x-shell. Most of the music is ok, but they did a _really_ nice job with the interface... give 'em a star just for that. For a disk this large, it's well put together.

Xperimental Music Project by Dioxide of hRG
/music/disks/1997/88trr00.zip
23 Dec 1997 (catalog date)
1,608,495 bytes
Download FTP scene.org

Xperimental Music Project by Dioxide of hRG
/music/disks/1997/88trr02.zip
23 Dec 1997 (catalog date)
2,076,664 bytes
Download FTP scene.org

Analogue Chipcompo One by aMUSiC, Cryptic Blood, Hunz, Nemesis, Nova, Parity Error, Stalker, Xenoc of Analogue Music
/music/disks/1997/ana-chip.zip
25 Jun 1997 (catalog date)
107,112 bytes
Download FTP scene.org

Perfect Harmony by Various of The Torrent Project
/music/disks/1997/harmony.zip
31 Dec 1997 (catalog date)
3,092,587 bytes
Download FTP scene.org

Koughan by Sukharr Koughan
/music/disks/1997/koughan.zip
14 Mar 1997 (catalog date)
509,758 bytes
Download FTP scene.org

Assignment In Eternity by SoundGod of Torrent
/music/disks/1997/sg-aie.zip
29 Oct 1997 (catalog date)
1,849,339 bytes
Download FTP scene.org

Skyline by Nexus, BassQ, Arclight, Turrican, Vildauget of Cloud Nine
/music/disks/1997/skyline.zip
15 Apr 1997 (catalog date)
3,716,143 bytes
Download FTP scene.org

Voices From Above by Warrior X, Klm, Lionheart of Unity, Inc., Pantheon Music Releases
/music/disks/1998/jv01a.zip
07 Apr 1998 (catalog date)
1,486,094 bytes
Download FTP scene.org

Oracle by Siren, Sirrus of Juni Digital Music Group
/music/disks/1998/oracle.zip
25 Jan 1998 (catalog date)
7,399,440 bytes
Download FTP scene.org

Helium Beats by phlow, hyperlite, distaint, perrra of xmp
/music/disks/1998/xmp-heli.zip
14 Mar 1998 (catalog date)
3,758,109 bytes
Download FTP scene.org
Rating:

WavConv v1.0 by James M. Curran
/music/programs/convert/wavconv.zip
09 Sep 1996 (catalog date)
15,067 bytes
Download FTP scene.org

Modplug Player V1.38 by Olivier Lapicque
/music/programs/players/mpp138.zip
30 Aug 1998 (catalog date)
255,342 bytes
Download FTP scene.org
MOD/S3M/XM/IT/OKT/NST/WOW/MED/669 Player for Windows95/NT4, Supports playlists live mixing of 2 mods + input, Bass Expansion, Surround, Reverb, EQ, zipped modules, VU-Meter, spectrum analyzer, DirectSound & MMX acceleration. WinAmp Plug-Ins & RAR support, IT Resonant Filters, and 5-bands Graphic Equalizer. (See readme.txt for more details)

Play It V0.02a For Win95 And Winnt by Olivier Aumage
/music/programs/players/pliw002b.zip
14 Jun 1997 (catalog date)
186,158 bytes
Download FTP scene.org
Impulse Tracker modules player. Runs under Win95 and WinNT. Features are FLOATING POINT mixing routine, Surround, Digital Filter, Volume Ramps. Full source code for BC++ 5.0 included, under GPL license. Pentium or needed.

Sndinfo V0.8 by Gregorio Javier Gutierrez Barroso of kHz
/music/programs/players/sndinfo8.zip
27 Jun 1997 (catalog date)
44,721 bytes
Download FTP scene.org
SndInfo gives info on IT, S3M, XM, MOD, 669, FAR, ULT, MDL, PLM, ... files. SndInfo also lists and describes samples and modules for easy cataloging.

Universal Module Player 32 V0.39a by Terry Chatman of none
/music/programs/players/u32-039a.zip
15 Jun 1998 (catalog date)
95,572 bytes
Download FTP scene.org
A pretty damn good module player with no quirks. Easy to setup & use. Supports loading of multiple modules, MOD/S3M/XM, Sound Blaster Series, Pro Audio Spectrum Series, & Microsoft Sound System sound cards and compatibles. Download this today

Universal Module Player V5.99 Rev. D by Terry Chatman aka void of i.TECH
/music/programs/players/ump599d.zip
11 Jul 1997 (catalog date)
100,166 bytes
Download FTP scene.org
Some consider this THE module player. Supports XM, S3M, MOD, STM, 669, MTM, SB, SBPro, SB16, PAS, PAS plus, PAS16, GUS. Has very nice graphical views and TONS of new features. DOS although works under Win95.

Xm-exe 1.5 by Ian Luck
/music/programs/players/xm-exe15.zip
18 Aug 1998 (catalog date)
215,789 bytes
Download FTP scene.org
Combines playback code and XM/MOD file(s) to create a Win9x/NT executable of the XM/MOD(s). FEATURES: Balls-on accurate reproduction, Linear/Spline interpolated mixing, Volume/Pan ramping, Surround sound, 5 Band equalizer, Compression, WAV writer, Multi-XM, Nice GUI.

Xmplay 1.1 by Ian Luck
/music/programs/players/xmplay11.zip
03 Aug 1998 (catalog date)
76,323 bytes
Download FTP scene.org
Win95/NT XM/MOD player. FEATURES: Balls-on accurate reproduction, Linear/Spline interpolated mixing, Volume/Pan ramping, Surround sound, 5 Band equalizer, Spectrum Analyzer, Nice GUI.

PowerRIP+ v3.0 by Jordan Russell
/music/programs/rippers/p-rip300.zip
09 Sep 1996 (catalog date)
124,737 bytes
Download FTP scene.org

Acid Snarrl v1.6
/music/programs/samplers/snarrl16.zip
21 Jan 1997 (catalog date)
24,666 bytes
Download FTP scene.org
Sample synthesizer for DOS

Orangator V1.1 by Agent Orange, Tangerine of T-Rex
/music/programs/samplers/trx-or11.zip
29 Aug 1997 (catalog date)
314,312 bytes
Download FTP scene.org
New verion of powerful win95 synth, bugfixed, new effects (reverb, etc) and no demosong note the e-mail address correction

ITInfo v0.2 by Gregorio Javier Gutirrez Barroso
/music/programs/trackers/itinfo02.zip
05 Mar 1997 (catalog date)
28,860 bytes
Download FTP scene.org
ITInfo gives information of IT Modules and IT Samples

Impulse Tracker Pattern Re-arranger v1.02a by Cygnes
/music/programs/trackers/itpr102.zip
09 Jan 1997 (catalog date)
10,417 bytes
Download FTP scene.org
Kills unused patterns

Vibe Control Center V1.01 by Logos of Charlie Brown Records
/music/programs/unusual/vibe101.zip
06 Jun 1997 (catalog date)
618,214 bytes
Download FTP scene.org
Vibe Control Center is a program which enlightens the work of the (music-)group manager. VCC has a powerful (paradox-based) database in which all the group- data can be entered. With this information VCC can easily print fancy text-files in the format you have designed with the powerful (html-alike) text-structuring language. VCC can also pack your releases or disks with the push of a button, WITH the info-files that carry the latest of your group its information. No more endlessly preparing an info-file for a musicdisk or release, just push that button. By downloading Vibe, you have earned a good night sleep, Logos

Tr-808 Patches For The Gus by Tek of OTM
/music/samples/808_gus.zip
20 Sep 1997 (catalog date)
153,835 bytes
Download FTP scene.org
These aren't samples from a true 808, they're from the RB-338. They do, however, sound REALLY close, are sampled at 44.1kHz/16bit, and sound a lot better than any of the other 808 patch sets I've heard. You may want to adjust the volumes a bit: they're all maximized. Included are kick, snare, clap, hihat (open and closed), crash cymbal, cowbell, and maracas. Sorry if you wanted the toms or congas or anything else, but I got lazy... Maybe I'll put those out soon.

Roland D-50 Samples by Soundwave
/music/samples/swd50.zip
11 Oct 1997 (catalog date)
16,076,830 bytes
Download FTP scene.org
Samples taken from a Roland D50, the king of the late 80s - LA synthesis and PCM samples. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Yamaha DX-27 Samples by Soundwave
/music/samples/swdx27.zip
11 Oct 1997 (catalog date)
16,992,316 bytes
Download FTP scene.org
Samples taken from the Yamaha DX27 - 4-op FM, the little cousin of the DX7. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Roland Juno 106 Samples by Soundwave
/music/samples/swjuno1.zip
11 Oct 1997 (catalog date)
15,529,471 bytes
Download FTP scene.org
Samples taken from the Roland Juno 106 - Analog-based synthesizer with thundering bass. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Roland Juno 106 Samples #2 by Soundwave
/music/samples/swjuno2.zip
11 Oct 1997 (catalog date)
18,988,252 bytes
Download FTP scene.org
Samples taken from the Roland Juno 106 - Analog-based synthesizer with thundering bass, Yamaha TX16W - Sampler with Typhoon OS the modulation makes synthesis possible. By popular demand, the Juno pack is back! And this time, we've got a lot of resonance for all of you techno guys out there. (: We've got a couple of samples of resonant acid-like bass, plus a lot of other goodies with booms, distortion, LFOs, etc. There are 25 additional Juno sounds here, recorded at 44.1kHz, 16 bit on a Pro Audio Spectrum 16 with the sample point at C3 unless otherwise noted. Sorry, no loop points or envelopes are provided. Be sure to check out the Typhoon TR-808-like kit as well.

Oberheim Matrix 1000 Samples by Soundwave
/music/samples/swoberhm.zip
11 Oct 1997 (catalog date)
34,540,308 bytes
Download FTP scene.org
This is yet another sample pack made for those with samplers and high-end trackers. 50 samples are in this pack, all coming from bank 0 (!) of the Oberheim Matrix 1000. The Oberheim Matrix 1000 is a nice little analog synthesizer with classic Oberheim sounds, for those who don't know. The samples were done on a Turtle Beach Tropez. Hopefully this provides a tad better audio quality than the Pro Audio Spectrum 16 (which in itself wasn't bad). Sorry, no loop points or envelopes are provided.

Korg X5 Samples by Soundwave
/music/samples/swx5.zip
11 Oct 1997 (catalog date)
16,367,474 bytes
Download FTP scene.org
Samples taken from the Korg X5, a classy little sample-based synthesizer. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Mario Theme by Jonathan Kerr
/music/songs/1992/mario.zip
14 Mar 1997 (catalog date)
19,670 bytes
Download FTP scene.org
Rating:
(669)

hackerrence Mania by Lizardking
/music/songs/1993/hackmani.zip
15 Sep 1996 (catalog date)
207,597 bytes
Download FTP scene.org
Rating:
(MOD)

More Milk by Jonathan Kerr
/music/songs/1993/moremilk.zip
14 Mar 1997 (catalog date)
100,805 bytes
Download FTP scene.org
Rating:
(669)

Hurricane by Scorpik
/music/songs/1994/hurr1can.zip
23 Sep 1996 (catalog date)
273,564 bytes
Download FTP scene.org
Rating:
(MOD)

Eurro All Night by Gust
/music/songs/1995/a/allnight.zip
20 Sep 1996 (catalog date)
419,301 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(XM)

Back To The Start by Blurry
/music/songs/1995/b/b2start.zip
16 Sep 1996 (catalog date)
183,480 bytes
Download FTP scene.org
Rating:
(S3M)

Carrot by Meat
/music/songs/1995/c/carrot.zip
16 Sep 1996 (catalog date)
112,387 bytes
Download FTP scene.org
Rating:
(S3M)

Chryseidopolis by Mirror
/music/songs/1995/c/chryseid.zip
21 Sep 1996 (catalog date)
242,226 bytes
Download FTP scene.org
Rating:
(XM)

Club Bizarre Remix by Bert
/music/songs/1995/c/cl_bizar.zip
16 Sep 1996 (catalog date)
122,538 bytes
Download FTP scene.org
Rating:
(S3M)

Complexed by Sirrus
/music/songs/1995/c/complex.zip
16 Sep 1996 (catalog date)
140,432 bytes
Download FTP scene.org
Rating:
(S3M)

Cyberrats by Mental
/music/songs/1995/c/cyberrat.zip
16 Sep 1996 (catalog date)
138,415 bytes
Download FTP scene.org
Rating:
(S3M)