Search for "160": 177 matches

3D Tutorial by FH94.3 of Nitro
/code/3d/docs/fh-3dtut.zip
18 Jan 1998 (catalog date)
12,903 bytes
Download FTP scene.org
Rating:
Explains how to rotate in 3D.

3D Matrix Transformations by Voltaire of OTM
/code/3d/docs/otmmatx.zip
18 Jan 1998 (catalog date)
13,676 bytes
Download FTP scene.org
Rating:
Good tutorial on 3D transformations using matricies.

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

DOS Environment Routines by Lee Hamel
/code/dos/glbenv11.zip
18 Jan 1998 (catalog date)
21,048 bytes
Download FTP scene.org
Rating:
Routines to read and modify the DOS environment.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/textps.zip
18 Jan 1998 (catalog date)
75,676 bytes
Download FTP scene.org
Rating:
Postscript version. Explains how to make a 3D engine like the one used in Doom.

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

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.

Fire by Fantom Cat of Swat Cats
/code/effects/fire/swfire.zip
17 Jan 1999 (catalog date)
6,160 bytes
Download FTP scene.org
Rating:
An original variation of the well-known fire effect.

Vector Flag by David Hedly
/code/effects/vector/flag.zip
21 Sep 1997 (catalog date)
116,063 bytes
Download FTP scene.org
Rating:
The movement of this flatshaded vectorflag is very impressive!

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

File Formats by Max Maischein
/code/formats/ffmts002.zip
18 Jan 1998 (catalog date)
102,097 bytes
Download FTP scene.org
Rating:
A description of over 100 different file formats.

Game Library for DOS and Linux / X-Windows by Jon Griffiths
/code/library/jlib_1-0.zip
18 Jan 1998 (catalog date)
270,934 bytes
Download FTP scene.org
Rating:

Multimedia Library by TSC-Software
/code/library/multikit.zip
18 Jan 1998 (catalog date)
344,177 bytes
Download FTP scene.org
Rating:
Contains source for xmode operations and playing mods on GUS and SB.

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

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

LOADALL Tutorial by Mark Dixon
/code/tutors/asm/loadall.zip
18 Jan 1998 (catalog date)
3,621 bytes
Download FTP scene.org
Rating:
Explanation of the LOADALL instruction.

Timing 486 Instructions by Infi of Sunrise
/code/tutors/asm/tim486.zip
18 Jan 1998 (catalog date)
36,542 bytes
Download FTP scene.org
Rating:
Timing values of the 486 instructions.

C Tutorial Part 2 by Desolation of VLA
/code/tutors/c/ctut2vla.zip
18 Jan 1998 (catalog date)
11,401 bytes
Download FTP scene.org
Rating:
This one explains the do-while loop, the switch statement and the goto

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.

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.

Flat Square Root by Noble Roman
/code/tutors/math/sqrt.zip
18 Jan 1998 (catalog date)
1,569 bytes
Download FTP scene.org
Rating:
Only explains how to do it, not why it works, so it is not great for people with hardly any math knowledge.

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

Chain-4 Tutorial by Vulture of Outlaw Triad
/code/tutors/video/chaindoc.zip
18 Jan 1998 (catalog date)
8,077 bytes
Download FTP scene.org
Rating:
Excellent chain-4 mode tutorial.

Page-Flipping by Vulture of Outlaw Triad
/code/tutors/video/otflip.zip
18 Jan 1998 (catalog date)
21,655 bytes
Download FTP scene.org
Rating:
Explains how to avoid ugly screen updates by using a virtual screen.

Bootgame by Ko-Ko
/code/utils/boot/bootgame.zip
18 Jan 1998 (catalog date)
11,940 bytes
Download FTP scene.org
Rating:
Puts a game into the bootsector of a floppy! Unfortunately, the game is not timed and unplayable on modern computers.

Legend by Impact Studios
/demos/1994/l/legend_.zip
29 Jun 1996 (catalog date)
1,606,757 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 04

Llama Olimpica by M3
/demos/1994/l/llama.zip
29 Jun 1996 (catalog date)
16,003 bytes
Download FTP scene.org
Rating:

Rauha Teille by COMA
/demos/1995/c/cma_crst.zip
08 Jun 1998 (catalog date)
2,317,823 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 04

Mighty by Xtacy
/demos/1995/m/mighty.zip
30 Jun 1996 (catalog date)
1,061,600 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the demo division and ranked 02

Sametech Annihilation by KLF
/demos/1995/s/sametech.zip
01 Sep 1997 (catalog date)
70,495 bytes
Download FTP scene.org
Rating:

X-Mas by Neutron
/demos/1995/x/x_mas.zip
30 Jun 1996 (catalog date)
267,160 bytes
Download FTP scene.org
Rating:

Is by Azzrael
/demos/1996/i/is.zip
07 Feb 1997 (catalog date)
16,014 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 20

Contact by Pulse
/demos/1996/p/pls_cntc.zip
12 Oct 1996 (catalog date)
3,016,001 bytes
Download FTP scene.org
Rating:

Search For Quality by Mingo
/demos/1996/q/quality.zip
20 Oct 1996 (catalog date)
81,603 bytes
Download FTP scene.org

BBS The Deadline by rOn
/demos/1996/r/ron-dlin.zip
07 Sep 1996 (catalog date)
1,601 bytes
Download FTP scene.org
Rating:

The Fake 6 by Titan Crew
/demos/1996/t/thefake6.zip
09 Feb 1997 (catalog date)
2,211,609 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 12

Pelska by Arc
/demos/1997/a/arc-demo.zip
13 Sep 1997 (catalog date)
145,160 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the demo division and ranked 06

DOS Shell by Gyiksoft of ESP Team
/demos/1997/d/dosshell.zip
05 Aug 1997 (catalog date)
16,021 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the in4k division and ranked 06

Drain by Vista
/demos/1997/d/drain.zip
22 Jul 1997 (catalog date)
63,160 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the in64 division and ranked 01
TZ1300 ripoff - 486-100,,GUS/SB,

Xooox by Fake That
/demos/1997/f/ft_xooox.zip
16 Apr 1997 (catalog date)
201,656 bytes
Download FTP scene.org
Rating:
486,VESA,GUS,6MB

Hajpa (final) by Obscure
/demos/1997/h/hajp_fix.zip
16 Apr 1997 (catalog date)
507,623 bytes
Download FTP scene.org
,VESA,,

Kewldemo by Frankee
/demos/1997/k/kewldemo.zip
16 Apr 1997 (catalog date)
12,279 bytes
Download FTP scene.org
Rating:

Matrix by HCL
/demos/1997/m/matrix.zip
30 Aug 1997 (catalog date)
1,601,575 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the demo division and ranked 04

Maximum Overdrift by Hypnotica
/demos/1997/m/maxover.zip
16 Apr 1997 (catalog date)
271,406 bytes
Download FTP scene.org
Rating:

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

Yankee Go Home by Renegade Reunion
/demos/1997/y/yankee.zip
08 Feb 1998 (catalog date)
294,160 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 23

Billy Baygle by E.Megas
/graphics/images/1996/b/b2p3_1.zip
04 Jul 1996 (catalog date)
16,088 bytes
Download FTP scene.org
Rating:

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

Salvation by LakEEE
/graphics/images/1996/c/craw_sal.zip
24 Aug 1996 (catalog date)
16,024 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the grfx division and ranked 03

Planetary Fear by Light of Kosmic
/graphics/images/1996/l/lt-pfear.zip
04 Jul 1996 (catalog date)
160,549 bytes
Download FTP scene.org
Rating:

Catface by Beast of Astroidea
/graphics/images/1997/a/ai_catfa.zip
21 Apr 1998 (catalog date)
54,783 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the grfx division and ranked ??
320x256x256

Enoek by Rendall of Astroidea
/graphics/images/1997/a/ai_enok.zip
21 Apr 1998 (catalog date)
85,833 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the grfx division and ranked ??
320x256x256

Smile of Kal by Kal of Astroidea
/graphics/images/1997/a/ai_smile.zip
21 Apr 1998 (catalog date)
357,302 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the grfx division and ranked ??
640x480x16m

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

Blossom by Owl of Plp
/graphics/images/1997/b/blossom.zip
17 Feb 1998 (catalog date)
12,966 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 05
640x512x256

426 by Enok of Urinate, Chrome, Lz
/graphics/images/1997/e/e-426.zip
21 Apr 1998 (catalog date)
40,045 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the grfx division and ranked ??
320x200x256

Sensuality by Unreal of Faculty
/graphics/images/1997/f/fcy-sens.zip
21 Apr 1998 (catalog date)
168,591 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the grfx division and ranked ??
640x512x256

Guten Apetit by Stynger of Peon
/graphics/images/1997/g/gtnaptit.zip
21 Apr 1998 (catalog date)
30,036 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
640x480x256

Horses by Blackhand of Hooligans Crew
/graphics/images/1997/h/horses.zip
21 Apr 1998 (catalog date)
66,606 bytes
Download FTP scene.org
Released at event RAGE97 in the grfx division and ranked ??
512x512x32

[n/a] by [n/a] of [n/a]
/graphics/images/1997/w/wir97-1.zip
06 May 1998 (catalog date)
145,160 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the grfx division and ranked ??
640x512x32

The Clerics Study by Phoenix
/graphics/images/1998/c/cleric.zip
05 Nov 1998 (catalog date)
160,970 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grtc division and ranked 09
640x480x16m

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

Just freey ya mind by Pinshead of Drudenfu
/graphics/images/1998/f/freeyami.zip
26 May 1998 (catalog date)
216,002 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 18
498x475x16m

Suicide by Exocet of Just For Fun
/graphics/images/1998/j/jff-suic.zip
10 Aug 1998 (catalog date)
16,098 bytes
Download FTP scene.org
Rating:

Mame by Mame of NAA
/graphics/images/1998/m/mame.zip
14 Jul 1998 (catalog date)
160,971 bytes
Download FTP scene.org
Rating:

Pimiento by Saeba of MCD
/graphics/images/1998/p/pimiento.zip
21 Apr 1998 (catalog date)
98,943 bytes
Download FTP scene.org
Rating:
Released at event EP5 in the grfx division and ranked 13
640x480x256

DemoNews 096 - 09 Jul 1995 by Hornet
/info/demonews/1995/demonews.096
09 Sep 1996 (catalog date)
59,160 bytes
Download FTP scene.org

Belgian Scene Report 8 by Baxter
/mags/1996/bsr-0008.zip
24 Jan 1997 (catalog date)
11,389 bytes
Download FTP scene.org
Rating:

Pain June 1996 Issue by Fake That
/mags/1996/pain0696.zip
31 Jan 1997 (catalog date)
160,939 bytes
Download FTP scene.org
Rating:

Subkult 4 by Dr. Dyregod, Ko
/mags/1996/sub00004.zip
24 Jan 1997 (catalog date)
779,943 bytes
Download FTP scene.org
Rating:

Pain August 1997 Issue by Fake That
/mags/1997/pain0897.zip
17 Dec 1997 (catalog date)
160,738 bytes
Download FTP scene.org
Rating:

20 Meehnutz Chipcompo #09
/music/contests/20mc/20mc_009.zip
11 Sep 1996 (catalog date)
116,099 bytes
Download FTP scene.org

Caillean by Lord Blanka the Black
/music/contests/mc2/veteran/v-cail.zip
09 Nov 1996 (catalog date)
160,928 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V27

O-40156 by Festa
/music/contests/mc3/rookie/o-40156.zip
09 Nov 1996 (catalog date)
160,057 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R38

E-39413 by E.V.Y.
/music/contests/mc3/veteran/e-39413.zip
09 Nov 1996 (catalog date)
160,320 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V67

Sex on the Brain by McScooter
/music/contests/mc4/veteran/m4v-brai.zip
10 Nov 1996 (catalog date)
160,986 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Lust Maker by McScooter of TRANCEMATRIX
/music/contests/mc5/rookie/m5r-lust.zip
29 Aug 1997 (catalog date)
116,083 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Anna by Dilvish of Gemini
/music/contests/mc5/veteran/m5v-anna.zip
29 Aug 1997 (catalog date)
621,160 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

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

Bad Karma Modules by Bad Karma
/music/disks/1994/bk-mods.zip
14 Mar 1997 (catalog date)
416,082 bytes
Download FTP scene.org
Rating:

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

The Bucket Factor by Mr. Bucket
/music/disks/1998/mrb-fact.zip
14 Aug 1998 (catalog date)
1,584,514 bytes
Download FTP scene.org

Sound Blaster Pro pop-up Mixer v1.0
/music/programs/mixers/sbpmix.zip
09 Sep 1996 (catalog date)
21,608 bytes
Download FTP scene.org

Capamod V3.13b by Flap of Capacala
/music/programs/players/cmod313b.zip
14 May 1997 (catalog date)
160,485 bytes
Download FTP scene.org
MOD/S3M/XM player for GUS (final release)

UltraTracker v1.6 by MAS of Prophecy
/music/programs/trackers/ultra160.zip
09 Sep 1996 (catalog date)
351,833 bytes
Download FTP scene.org
ULT

Guitar Chords by pOOgle, djzip
/music/samples/chords.zip
04 Jun 1998 (catalog date)
2,005,898 bytes
Download FTP scene.org
These are some verious guitar chords in .XI format sampled in 16-bit off an expensive electric guitar :) Performed by pOOgle and edited by djzip.

Cenotaph Drumloops V1 by cenotaph of danger high voltage, space invaders
/music/samples/ct-drlo1.zip
03 Apr 1998 (catalog date)
3,671,128 bytes
Download FTP scene.org
18 high quality mono 44.1kHz .wav format drumloops. Quality is 10 times better than my first sample pack.

Roland X-50 Sample Pack I
/music/samples/sams_01.zip
10 Sep 1996 (catalog date)
2,966,160 bytes
Download FTP scene.org
IFF

Funk Xi Instrument Pack by PiCoder of Seaber Designs
/music/samples/sed-xi01.zip
06 Oct 1997 (catalog date)
2,961,600 bytes
Download FTP scene.org
This pack contains absolutely ultimate quality samples for extra high sound fidelity, 17 FT2 format XI instruments

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.

The Determination by Dune
/music/songs/1993/determin.zip
15 Sep 1996 (catalog date)
160,870 bytes
Download FTP scene.org
Rating:
(MOD)

Blue Skies by Rix
/music/songs/1994/blueski.zip
15 Sep 1996 (catalog date)
160,729 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Another Night Rushin Mix by Zane
/music/songs/1995/a/anrush.zip
16 Sep 1996 (catalog date)
191,602 bytes
Download FTP scene.org
Rating:
(S3M)

Through the Looking Glass by Lankhmar
/music/songs/1995/b/b13-0002.zip
16 Sep 1996 (catalog date)
160,180 bytes
Download FTP scene.org
Rating:
(S3M)

Twisted and Eevyl by Hector of Digital Music Kings
/music/songs/1995/d/dmk-evil.zip
31 Jul 1996 (catalog date)
186,160 bytes
Download FTP scene.org
Rating:
(S3M)

Journey To The Sky Tower by Archon
/music/songs/1995/f/flp-jour.zip
21 Sep 1996 (catalog date)
160,916 bytes
Download FTP scene.org
Rating:
(XM)

Office Fever by Dark Knight
/music/songs/1995/o/office.zip
18 Sep 1996 (catalog date)
160,953 bytes
Download FTP scene.org
Rating:
(S3M)

Surprise by cyclone of questor
/music/songs/1995/s/surprise.zip
19 Jul 1997 (catalog date)
151,609 bytes
Download FTP scene.org
Rating:
(XM)

Beszaras by Slowhand
/music/songs/1996/0-9/4pie96-2.zip
26 Feb 1997 (catalog date)
338,441 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the mmul division and ranked ??
(XM)

Arabicum Soundtrack v1.1 by Cygnes
/music/songs/1996/c/cgs-ar11.zip
30 Aug 1996 (catalog date)
160,504 bytes
Download FTP scene.org
Rating:
(XM)

Confusion by Dynamite of The Lost Patrol
/music/songs/1996/c/cnfusion.zip
27 Sep 1997 (catalog date)
16,160 bytes
Download FTP scene.org
(S3M)

Continental Shifts by TNT of DeeLite Demo Group
/music/songs/1996/c/continen.zip
30 Oct 1997 (catalog date)
160,040 bytes
Download FTP scene.org
(S3M)

Culture Clash by Fizz
/music/songs/1996/c/culture.zip
23 Jul 1996 (catalog date)
160,555 bytes
Download FTP scene.org
Rating:
(S3M)

How Do You Blow A Fish by Deansdale of Shock
/music/songs/1996/d/ddl-howu.zip
26 Feb 1997 (catalog date)
546,812 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the mmul division and ranked ??
(S3M)

Brain Disfunction by Lioz
/music/songs/1996/d/demo4.zip
22 Sep 1996 (catalog date)
254,160 bytes
Download FTP scene.org
Rating:
(XM)

Destiny by Dilvish
/music/songs/1996/d/destiny.zip
22 Sep 1996 (catalog date)
160,131 bytes
Download FTP scene.org
Rating:
(S3M)

Phobic by Future Assassin
/music/songs/1996/f/fa-phob.zip
22 Sep 1996 (catalog date)
251,607 bytes
Download FTP scene.org
Rating:
(S3M)

Dreaming Pangea by Skie
/music/songs/1996/g/g_pangea.zip
01 Jul 1996 (catalog date)
160,098 bytes
Download FTP scene.org
Rating:
(S3M)

Trees by OxideMan
/music/songs/1996/g/gem-tree.zip
22 Sep 1996 (catalog date)
81,160 bytes
Download FTP scene.org
Rating:
(S3M)

Glitched by Glitch
/music/songs/1996/g/gl-gltch.zip
22 Sep 1996 (catalog date)
662,160 bytes
Download FTP scene.org
Rating:
(XM)

Icarus Dream by Lord, Mr. Pixel
/music/songs/1996/i/icarus.zip
26 Feb 1997 (catalog date)
783,299 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the m4ch division and ranked ??
(MOD)

Chiba City Lights (96 Remix) by Chuck Biscuits
/music/songs/1996/k/k_chiba2.zip
22 Sep 1996 (catalog date)
216,027 bytes
Download FTP scene.org
Rating:
(S3M)

Beyond Belief by Kent Hansen
/music/songs/1996/k/kh-bndbl.zip
26 Jan 1997 (catalog date)
531,605 bytes
Download FTP scene.org
Rating:
(XM)

Ludicrous Speed by Fallacy
/music/songs/1996/l/ldicrous.zip
07 Aug 1997 (catalog date)
160,239 bytes
Download FTP scene.org
(XM)

Diapason by Super Slimer
/music/songs/1996/m/m_dpason.zip
20 Apr 1997 (catalog date)
281,608 bytes
Download FTP scene.org
(IT)

Mace by Sly Spy of United Force
/music/songs/1996/m/mace.zip
26 Feb 1997 (catalog date)
159,707 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the m4ch division and ranked ??
(MOD)

Until All Your Dreams Come True by Madminder of Deep, Deep Trouble Entertainment
/music/songs/1996/m/mm-nina.zip
13 Aug 1998 (catalog date)
169,160 bytes
Download FTP scene.org
(XM)

Lost Stars by Mr. Lag
/music/songs/1996/r/rl_lstar.zip
15 Mar 1997 (catalog date)
160,239 bytes
Download FTP scene.org
Released at event PC96 in the mmul division and ranked 06
(IT)

Tekno Toon - Acid Hauz Remix by Stash of Space Invaders
/music/songs/1996/s/s-tekno.zip
09 Apr 1997 (catalog date)
81,607 bytes
Download FTP scene.org
(IT)

Sarine Dreams by Dixi
/music/songs/1996/s/sarine.zip
19 Mar 1997 (catalog date)
160,891 bytes
Download FTP scene.org
(S3M)

The Doormat by Chupon
/music/songs/1997/c/c_mat.zip
26 Sep 1997 (catalog date)
160,432 bytes
Download FTP scene.org
(IT)

Mystery by castman
/music/songs/1997/c/cm-mystr.zip
19 Sep 1997 (catalog date)
160,730 bytes
Download FTP scene.org
(S3M)

The Beginning by castman
/music/songs/1997/c/cm-rythm.zip
19 Sep 1997 (catalog date)
116,023 bytes
Download FTP scene.org
(S3M)

Endless Way by Doc Mike of Stoned Brain Records
/music/songs/1997/d/dm-eway.zip
08 Jul 1997 (catalog date)
216,077 bytes
Download FTP scene.org
Released at event MEK97 in the mmul division and ranked XX
(XM)

Devils Night by melcom of Hoax Arts
/music/songs/1997/d/dn_quake.zip
03 Apr 1998 (catalog date)
1,249,526 bytes
Download FTP scene.org
(IT)

Real One by Ghost Fellow of MWB
/music/songs/1997/g/gf_real1.zip
05 Nov 1997 (catalog date)
731,129 bytes
Download FTP scene.org
(S3M)

Unconsciousness by Ghost of Silicon Records
/music/songs/1997/g/gho-unco.zip
25 Nov 1997 (catalog date)
224,168 bytes
Download FTP scene.org
(XM)

Rainy Day by Coplan of Immortal Coil
/music/songs/1997/i/ic-rain.zip
27 Nov 1997 (catalog date)
160,900 bytes
Download FTP scene.org
(IT)

Korean Fantasies by Boo of Talent
/music/songs/1997/k/koreanfa.zip
06 Jul 1997 (catalog date)
257,160 bytes
Download FTP scene.org
Released at event TG97 in the mmul division and ranked 16
(XM)

Last Rites by melcom of Hoax Arts
/music/songs/1997/l/lrites.zip
03 Apr 1998 (catalog date)
1,093,626 bytes
Download FTP scene.org
(IT)

Celtic Spirits by Picman of Moss
/music/songs/1997/m/mss-celt.zip
31 Jan 1998 (catalog date)
507,160 bytes
Download FTP scene.org
(IT)

Travelogue by Astradyne of NOISE new objectives in sound exploration
/music/songs/1997/n/no-trl.zip
10 Nov 1997 (catalog date)
688,661 bytes
Download FTP scene.org
(IT)

Hubba Bubbah by Oce of Pimp, TPOLM
/music/songs/1997/o/oce-hb.zip
18 Sep 1997 (catalog date)
64,160 bytes
Download FTP scene.org
(XM)

Celebration Pt. Ii by ApHeX of Skyjump Team
/music/songs/1997/s/sky_clb2.zip
07 May 1997 (catalog date)
160,513 bytes
Download FTP scene.org
(XM)

Dgeneration by Nafarious of TEK
/music/songs/1997/t/te-dgen.zip
06 Apr 1997 (catalog date)
160,588 bytes
Download FTP scene.org
(S3M)

Defying The Forces Of Nature by Tharsis of Thaumaturge
/music/songs/1997/t/ths_defy.zip
08 Apr 1997 (catalog date)
148,932 bytes
Download FTP scene.org
(XM)

To Da Moon Up by Anorganic of Promise
/music/songs/1997/t/todamoon.zip
12 Oct 1997 (catalog date)
469,033 bytes
Download FTP scene.org
Released at event ANT97 in the m4ch division and ranked 03
(MOD)

Cold Wet Leaf by Wonder of Uniq
/music/songs/1997/w/wnd-cold.zip
25 Jan 1998 (catalog date)
516,050 bytes
Download FTP scene.org
(S3M)

Unseen Face by Zauron of Analogue Music
/music/songs/1997/z/zrn-unsf.zip
05 Jan 1998 (catalog date)
616,073 bytes
Download FTP scene.org
(XM)

Music For Catarina by Breakthru
/music/songs/1998/b/brk_cat.zip
03 Apr 1998 (catalog date)
484,680 bytes
Download FTP scene.org
Rating:
(XM)

Here We Go by Breakthru
/music/songs/1998/b/brk_rav.zip
03 Apr 1998 (catalog date)
590,823 bytes
Download FTP scene.org
Rating:
(XM)

Contrasyth by Myst
/music/songs/1998/c/contra.zip
10 Dec 1998 (catalog date)
216,037 bytes
Download FTP scene.org
Released at event AMB98 in the mhse division and ranked 19

An m'agapas by meloD of DMC
/music/songs/1998/d/dmc-ama1.zip
15 Jan 1999 (catalog date)
160,548 bytes
Download FTP scene.org
Released at event GAR98 in the mmul division and ranked 09

Dawn Runaway by MindWalker of Suburban Creations
/music/songs/1998/d/drunaway.zip
02 May 1998 (catalog date)
471,596 bytes
Download FTP scene.org
(XM)

After Hours by Elwood
/music/songs/1998/e/elw-aftr.zip
02 May 1998 (catalog date)
381,318 bytes
Download FTP scene.org
Rating:
(XM)

Sick On Monday by Elwood
/music/songs/1998/e/elw-sick.zip
02 May 1998 (catalog date)
406,943 bytes
Download FTP scene.org
Rating:
(XM)

Turn Yourself In by Icebound of m-headz
/music/songs/1998/i/icb-tur1.zip
23 Sep 1998 (catalog date)
160,697 bytes
Download FTP scene.org
(XM)

Corrosive Dreams by The Silver Jaguar of K2
/music/songs/1998/k/k2crsdrm.zip
03 Apr 1998 (catalog date)
532,134 bytes
Download FTP scene.org
(XM)

Skyline by ruff of tbbpc17
/music/songs/1998/s/skyline_.zip
13 Dec 1998 (catalog date)
601,605 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Look At Me, Im A Washing Machine by M0 of explosive
/music/songs/1998/w/washing.zip
19 Feb 1998 (catalog date)
236,767 bytes
Download FTP scene.org
(IT)

Astrosyn '97 Invitation Text
/party/invites/1997/ast97inv.zip
26 Dec 1997 (catalog date)
16,054 bytes
Download FTP scene.org
Released at event AST97

The Gathering '96 Pictures
/party/pictures/tg96pics.zip
05 Oct 1996 (catalog date)
201,601 bytes
Download FTP scene.org
Released at event TG96

The Party 3 Results
/party/results/1993/party93.zip
03 Oct 1996 (catalog date)
1,607 bytes
Download FTP scene.org
Released at event TP93

Kisfroccs Inside by Pboy of D-Eyes
/graphics/images/1997/e/eye-pia.zip
04 Jul 2003 (catalog date)
24,160 bytes
Download FTP scene.org

Song Fake 2 by Audiomonster
/tla/songs/1995/mod/a/aor#pewe.zip
16 Sep 1996 (catalog date)
160,427 bytes
Download FTP
Rating:

Sorry to Party by Dixan
/tla/songs/1995/mod/s/sorry.zip
16 Sep 1996 (catalog date)
82,160 bytes
Download FTP
Rating:
Released at event TP95 in the m4ch division and ranked XX

XTC by DJ Dark Hart
/tla/songs/1995/s3m/d/ds-xtc.zip
17 Sep 1996 (catalog date)
181,603 bytes
Download FTP
Rating:

Hard Like A Criminal by Peric
/tla/songs/1995/s3m/h/hardlike.zip
18 Sep 1996 (catalog date)
160,364 bytes
Download FTP
Rating:

Herra Nauru, Naurun Vaara by Silvery
/tla/songs/1995/s3m/l/laugh.zip
18 Sep 1996 (catalog date)
321,160 bytes
Download FTP
Rating:

Tribes Of Africa by Wild Side
/tla/songs/1995/s3m/t/tribes.zip
20 Sep 1996 (catalog date)
160,331 bytes
Download FTP
Rating:

Voodoo People by Anc
/tla/songs/1995/xm/a/ancvoodp.arj
20 Sep 1996 (catalog date)
1,376,160 bytes
Download FTP
Rating:

You Make Me Feel So by Outrage
/tla/songs/1995/xm/f/feel.zip
21 Sep 1996 (catalog date)
216,016 bytes
Download FTP
Rating:

X-Files by LovKraft
/tla/songs/1995/xm/l/lk_xfile.zip
21 Sep 1996 (catalog date)
321,600 bytes
Download FTP
Rating:
Released at event TP95 in the mmul division and ranked XX

Mercury Blues by Luna
/tla/songs/1995/xm/l/lw_mer.zip
21 Sep 1996 (catalog date)
216,005 bytes
Download FTP
Rating:

XLR-ATE by SoulCiety
/tla/songs/1996/mtm/sl_xlr8.zip
22 Sep 1996 (catalog date)
281,609 bytes
Download FTP
Rating:

Endless Facade by Syrinx
/tla/songs/1996/s3m/d/dz_facad.zip
08 Oct 1996 (catalog date)
331,604 bytes
Download FTP
Rating:

Dub House (Volume 2) by Majestick
/tla/songs/1996/s3m/h/house_2.zip
30 Aug 1996 (catalog date)
634,160 bytes
Download FTP
Rating:

Remember Me for Nothing by Blurry
/tla/songs/1996/s3m/n/n_rm4n.zip
04 Aug 1996 (catalog date)
261,606 bytes
Download FTP
Rating:

Mike Part 1 by PowerMike
/tla/songs/1996/s3m/p/pm-mike.zip
22 Sep 1996 (catalog date)
160,260 bytes
Download FTP
Rating:

Powerama by PowerMike
/tla/songs/1996/s3m/p/pm-pwram.zip
22 Sep 1996 (catalog date)
160,004 bytes
Download FTP
Rating:

Through Universe by Cap Solo
/tla/songs/1996/s3m/t/through.zip
30 Aug 1996 (catalog date)
160,178 bytes
Download FTP
Rating:

Cowboys by Gabriel Ilardi
/tla/songs/1996/xm/c/cowboys.zip
08 Oct 1996 (catalog date)
160,502 bytes
Download FTP
Rating:

Identity by TSW
/tla/songs/1996/xm/i/identity.zip
22 Sep 1996 (catalog date)
3,291,602 bytes
Download FTP
Rating:

Summer '96 (lite version) by Leroy
/tla/songs/1996/xm/l/lry_summ.zip
23 Aug 1996 (catalog date)
16,061 bytes
Download FTP
Rating: