Search for "tan": 267 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.

3D Coding tutorial by Ica of Hubris
/code/3d/docs/3dica221.zip
30 Jun 1998 (catalog date)
422,704 bytes
Download FTP scene.org
Rating:
This tutorial is very easy to understand and describes everything you need to know like the mathematical basics, the different kind of polyfillers, shading methods, camera movement, sorting and backface culling and much much more. A must-have for every 3d coder! Text

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

Raw GFX Lib by Ghyll of TGA
/code/3d/systems/tgarx2b1.zip
02 Jul 1997 (catalog date)
34,488 bytes
Download FTP scene.org
Rating:
An elementary graphics system. The functions are very base and it's a good idea for anyone coding graphics engines either to understand how those functions work or to be given higher level functions to work with.

Gouraud Shading by The Faker of Surprise Productions
/code/3d/trifill/gouraud/goushad.zip
25 Aug 1997 (catalog date)
16,816 bytes
Download FTP scene.org
Rating:
No explanation, but the source is very easy to understand.

Texture Mapper by Lee Lorenz
/code/3d/trifill/texmap/text_eng.zip
08 Jun 1997 (catalog date)
231,920 bytes
Download FTP scene.org
Rating:
Hardly any comments included with the source, but the source is not very hard to understand.

Texture Map by Robert Schmidt of Ztiff Zox Softwear
/code/3d/trifill/texmap/textmap.zip
08 Jun 1997 (catalog date)
11,172 bytes
Download FTP scene.org
Rating:
Document on how to map a 2D texture onto a 3D parallellogram. Useful to understand the mathematics behind texture mapping, but too slow for a decent realtime implementation.

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

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

Amnesia Vector source by Tran of Renaissance
/code/demosrc/demos/as.zip
10 Jan 1997 (catalog date)
7,047 bytes
Download FTP scene.org
Rating:
The sources for the temple vector part of Amnesia - Sparce comments. Tight code, but probably only understandable by those who have written atleast a simple vector system and familiar with pmode. Certainly good code, but I question its usefulness to those who read it.

One Night Stand source by Quantum Porcupine
/code/demosrc/demos/onesrc.zip
10 Jan 1997 (catalog date)
128,436 bytes
Download FTP scene.org
Rating:
Source for a demo with mostly tunnel effects - Inline asm, no comments.

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

Chaos 4k intro source by Codex
/code/demosrc/intros/chaos4k1.zip
10 Jan 1997 (catalog date)
14,345 bytes
Download FTP scene.org
Rating:
Sources for a 4k intro with static, sinus scrollie, vector cube, and some other stuff - No comments or description. Rather non-standard C at that, but I wonder how else a 4k intro would be made in C. Good for the curious.

Yet Another Fire Algorithm by Tanjent
/code/effects/fire/firewall.zip
05 Oct 1996 (catalog date)
8,396 bytes
Download FTP scene.org
Rating:
Poor looking fire, so so code.

Stars by The Darkman
/code/effects/stars/stars3d.zip
10 Jan 1997 (catalog date)
15,164 bytes
Download FTP scene.org
Rating:
A nicely done starfield - Nicely done (in appearance) but shoddy code. Globals abound, poor understanding of what to make functions. Made by a professed beginner.

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

Voxel by 6502 of Fatal Rage
/code/effects/voxel/newvox.zip
26 Jun 1997 (catalog date)
3,227 bytes
Download FTP scene.org
Rating:
Beautiful hightfield rendering. If there's anyone with half a clue who can't understand this, I'd like to know. The effect itself is beautiful, fast, and the code is gratuitously commented. My only quip is having (gipped) allocation of some 180k that just eats up base memory. Has no .exe, but compiles with watcom with no problems.

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

Wave Pic by Quo Vadis
/code/effects/water/wavepic.zip
10 Jul 1997 (catalog date)
63,093 bytes
Download FTP scene.org
Rating:
Wave Pic. Difficult to understand the source code. It's more asm than C and I wonder why it wasn't just turned into a pure asm file.

XMS Specification by MS, Intel, Lotus, ?
/code/hardware/memory/xms2spec.zip
10 Jan 1997 (catalog date)
9,431 bytes
Download FTP scene.org
Rating:
XMS Specifications - The complete specification of the XMS standard.

Flat Maquina by Morbid Iadalboath of MUTANTE
/code/hardware/pmode/fm32_v2.zip
02 Jul 1997 (catalog date)
6,647 bytes
Download FTP scene.org
Rating:
A Pascal TPU for getting flat mode memory. People really should be moving away from dealing with segmented memory. Get this if you're still using Pascal or something similar.

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

SVGA Routines by The Faker
/code/library/tf_sourc.zip
01 Dec 1997 (catalog date)
74,237 bytes
Download FTP scene.org
Rating:
The svga routines are dated and don't use the vesa standard, but the standard vga routines are fast and can be very useful.

The Mag by Spellcaster
/code/mags/mag01.zip
01 Jul 1997 (catalog date)
17,455 bytes
Download FTP scene.org
Rating:
A serial coding magazine. For the ultra-beginner. Info on understanding hexidecimal numbers and a primer for Pascal.

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.

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

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

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

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)

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

Distance by the Distance Programming Team
/demos/1991/distance.zip
29 Jun 1996 (catalog date)
129,028 bytes
Download FTP scene.org
Rating:

Witan 2 by Witan
/demos/1991/witan2.zip
29 Jun 1996 (catalog date)
66,743 bytes
Download FTP scene.org
Rating:

Facts of Life by Witan
/demos/1992/fo_life.zip
29 Jun 1996 (catalog date)
1,121,846 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked 01

Instant by Xtacy
/demos/1993/i/instant.zip
29 Jun 1996 (catalog date)
54,566 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 08

Shortcut to Istanbul by The Nuclear Threat
/demos/1993/i/istanbul.zip
29 Jun 1996 (catalog date)
555,038 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 11

Tangle by Epical
/demos/1993/t/tangle.zip
29 Jun 1996 (catalog date)
68,414 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 02

Witan House (for GUS) by Witan
/demos/1993/w/wtnhouse.zip
29 Jun 1996 (catalog date)
363,474 bytes
Download FTP scene.org
Rating:

BBS Antarctica by The Charlatan of Intense
/demos/1994/a/ant1.zip
29 Jun 1996 (catalog date)
15,451 bytes
Download FTP scene.org
Rating:

Unlimited Existance by Fascination
/demos/1994/f/fsn_ue.zip
29 Jun 1996 (catalog date)
129,462 bytes
Download FTP scene.org
Rating:
Released at event ABD94 in the demo division and ranked 06

SC94Xmas by Spontaneous Combustion
/demos/1994/s/sc94xmas.zip
29 Jun 1996 (catalog date)
310,188 bytes
Download FTP scene.org
Rating:

Tylsae by Tarzan Tuotanto
/demos/1994/t/tylsae.zip
29 Jun 1996 (catalog date)
55,524 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Distance by Radon
/demos/1995/d/distance.zip
24 May 1997 (catalog date)
1,422,501 bytes
Download FTP scene.org
Released at event ASM95 in the demo division and ranked XX

White Heat by Pure Resistance
/demos/1995/h/heat.zip
30 Jun 1996 (catalog date)
86,555 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the in64 division and ranked 04

Night In Moscow by Tango Sisters
/demos/1995/m/moscow.zip
24 May 1998 (catalog date)
61,625 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in64 division and ranked 06
,,GUS,

Odyssey by Substance
/demos/1995/s/stc_odys.zip
30 Jun 1996 (catalog date)
1,260,312 bytes
Download FTP scene.org
Rating:

SX by Substance
/demos/1995/s/stc_sx.zip
30 Jun 1996 (catalog date)
184,904 bytes
Download FTP scene.org
Rating:
Released at event GP95 in the demo division and ranked 03

Tan by Marlon Berlin
/demos/1995/t/tan.zip
30 Jun 1996 (catalog date)
3,581 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Syllabization by Tarzan Tuotanto
/demos/1995/z/zation.zip
24 May 1997 (catalog date)
714,157 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 12

Distant by Remal
/demos/1996/d/distant.zip
30 Jun 1996 (catalog date)
4,960 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

One-Night Stand by Quantum Porcupine
/demos/1996/o/onenight.zip
30 Jun 1996 (catalog date)
261,401 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the demo division and ranked EE

Pitango by Pulse
/demos/1996/p/pitango.zip
30 Jun 1996 (catalog date)
119,544 bytes
Download FTP scene.org
Rating:
Released at event MOV95 in the demo division and ranked 06

Inside by Resistance
/demos/1996/r/rtc_insd.zip
30 Jun 1996 (catalog date)
80,955 bytes
Download FTP scene.org
Rating:
Released at event MEK96 in the in64 division and ranked 02

Extasy by Substance
/demos/1996/s/stc-ext.zip
04 Dec 1996 (catalog date)
813,643 bytes
Download FTP scene.org
Rating:

4078 by Jasper of Substance
/demos/1996/s/stc_4078.zip
30 Jun 1996 (catalog date)
4,616 bytes
Download FTP scene.org
Rating:
Released at event GP96 in the in4k division and ranked 03

Gesture by Jasper of Substance
/demos/1996/s/stc_gest.zip
30 Jun 1996 (catalog date)
410,878 bytes
Download FTP scene.org
Rating:

Napalm by Substance
/demos/1996/s/stc_nplm.zip
30 Jun 1996 (catalog date)
560,942 bytes
Download FTP scene.org
Rating:
Released at event GP96 in the demo division and ranked 02

Extermination by Substance
/demos/1996/s/stc_xtr.zip
23 Dec 1996 (catalog date)
39,875 bytes
Download FTP scene.org
Rating:
Released at event GRV96 in the in64 division and ranked 01

Stetoskooppi by Astute Butane
/demos/1996/s/steto.zip
30 Jun 1996 (catalog date)
38,907 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the in64 division and ranked 12

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

Various by Thitanium
/demos/1996/v/various.zip
12 Aug 1996 (catalog date)
15,914 bytes
Download FTP scene.org
Rating:
Released at event FLAG96 in the in4k division and ranked ??

Ajan Dilataatio by Tarzan Tuotanto
/demos/1997/a/aikaqkqu.zip
21 Jan 1998 (catalog date)
649,322 bytes
Download FTP scene.org
Rating:
Released at event TMDC97 in the demo division and ranked 03
,EGA,GUS/SB/PAS,

Summer by Rastan of Byteland
/demos/1997/b/bld_sumr.zip
24 Oct 1997 (catalog date)
12,266 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the in4k division and ranked 04

Distant Worlds by Moonlight Dreams
/demos/1997/d/dw.zip
30 May 1998 (catalog date)
542,298 bytes
Download FTP scene.org
Rating:
486DX,,GUS/SB/PAS,1MB

Just Like Antani by Bug 2 Fix
/demos/1997/j/jlantani.zip
22 Sep 1997 (catalog date)
64,641 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked 05
slow on 6x86 - P5,VESA,GUS,

Mustan Kissan Paksut Pikselit by FIT
/demos/1997/k/kisu.zip
22 Jul 1997 (catalog date)
63,553 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the in64 division and ranked 04
,,GUS,

Pilkomme Juustoa by Tarzan Tuotanto
/demos/1997/k/kmmrvnkk.zip
12 Apr 1997 (catalog date)
1,078,799 bytes
Download FTP scene.org
Rating:
Released at event JUH97 in the demo division and ranked 12
,,GUS/SB,

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

Greippihaalarit by Tarzan Tuotanto
/demos/1997/t/taatrave.zip
07 Dec 1997 (catalog date)
1,766,093 bytes
Download FTP scene.org
Rating:
Released at event DML97 in the demo division and ranked 06

Torso 2 by Mutante
/demos/1997/t/torso2.zip
11 Jun 1997 (catalog date)
184,967 bytes
Download FTP scene.org
Rating:
COMA style - ,,GUS@210-240,

Tytot by Tarzan Tuotanto
/demos/1997/t/tytot.zip
08 Feb 1998 (catalog date)
4,649,530 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 12

Birthday '97 by Puritans
/demos/1998/b/birthday.zip
22 May 1998 (catalog date)
859,847 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 17
P5,,GUS/SB,8MB

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

Idealeak by Tarzan Tuotanto
/demos/1998/i/idealeak.zip
22 Oct 1998 (catalog date)
2,612,683 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the demo division and ranked 10
,VESA,,

Alyvuoto by Tarzan Tuotanto
/demos/1998/l/lyvuoto_.zip
22 Oct 1998 (catalog date)
962,109 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the demo division and ranked 09

Strunz by Titan Crew
/demos/1998/t/titan.zip
22 May 1998 (catalog date)
1,553,374 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 21
,,GUS/SB/PAS,

Titanic by 3G Design
/demos/1998/t/titanic_.zip
26 Sep 1998 (catalog date)
4,071 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in4k division and ranked 07

Beeoz by Portable Phun
/demos/1998/u/urk.zip
27 Feb 1998 (catalog date)
729,958 bytes
Download FTP scene.org
Rating:
will make no sense to those who don't understand Norwegian

Mr. Hyde by Titan
/graphics/images/1994/m/mr_hyde.zip
04 Jul 1996 (catalog date)
36,569 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 38

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

Titan by Necronomicon
/graphics/images/1996/q/qd-titan.zip
25 Aug 1996 (catalog date)
126,003 bytes
Download FTP scene.org
Rating:
Released at event X96 in the grtc division and ranked ??

Vistanian dreams by Grass of Cyber Dreams
/graphics/images/1997/c/cdi_vstn.zip
16 Feb 1998 (catalog date)
55,997 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the grfx division and ranked ??
320x200x256

Fishtank by Sharque of Poffelipoff
/graphics/images/1997/f/fishtank.zip
17 Feb 1998 (catalog date)
61,462 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 12
420x236x256

Militanta kanibaler by Tudor of TBL
/graphics/images/1997/m/militant.zip
25 Nov 1998 (catalog date)
246,504 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grtc division and ranked 01
800x600x16m

Tank by Toudi
/graphics/images/1997/p/pcn_tank.zip
01 Jun 1997 (catalog date)
241,351 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the grtc division and ranked 03
640x480x16m

Just by Misha of Tatanka, Defect
/graphics/images/1998/j/just.zip
14 Sep 1998 (catalog date)
395,622 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 33
403x480x16m

Mustang by Toth Csaba
/graphics/images/1998/m/must_m03.zip
07 Apr 1998 (catalog date)
192,544 bytes
Download FTP scene.org
Rating:
Released at event CACH98 in the grtc division and ranked 03
640x480x16m

Tank Girl and Me by Duffy of LostBoyz
/graphics/images/1998/t/tank_gir.zip
15 Oct 1998 (catalog date)
17,807 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked ??
640x480x256

Setmode 1.0 by Post Mortem
/graphics/programs/mode/setmode.zip
13 Sep 1997 (catalog date)
49,192 bytes
Download FTP scene.org
use 320x200x256c programs in non-standard resolutions

The Day - 01 March 1998 by Snowman of Hornet
/info/demonews/other/the_day.txt
18 Mar 1998 (catalog date)
5,458 bytes
Download FTP scene.org
Announcement about the acceptance of Windows Demos on The Hornet Archive

Aspartame by The Charlatan
/music/contests/mc2/rookie/r-aspart.zip
09 Nov 1996 (catalog date)
70,774 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R30

Distant Voyage by Markell Moss
/music/contests/mc2/veteran/v-voyage.zip
09 Nov 1996 (catalog date)
297,197 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V01

O-95760 by Tangerine
/music/contests/mc3/rookie/o-95760.zip
09 Nov 1996 (catalog date)
197,204 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R04

Tangerine Fascination by Necros
/music/contests/mc4/veteran/m4v-fasc.zip
10 Nov 1996 (catalog date)
454,106 bytes
Download FTP scene.org
Rating:
Released at event MC4 in the mmul division and ranked V02
Necros at his best

Litany Against Fear by Sturm
/music/contests/mc4/veteran/m4v-lita.zip
10 Nov 1996 (catalog date)
288,577 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Ozone by Tangerine
/music/contests/mc4/veteran/m4v-ozon.zip
10 Nov 1996 (catalog date)
494,605 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V19

Stan Colella: Private Eye by Rhythm Greene of Immortal Coil
/music/contests/mc5/intermed/m5i-scpi.zip
29 Aug 1997 (catalog date)
301,854 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

The March by Titanstar
/music/contests/mc5/intermed/m5i-tmar.zip
29 Aug 1997 (catalog date)
378,110 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Distance To Neera by Idle
/music/contests/mc5/rookie/m5r-dtn.zip
29 Aug 1997 (catalog date)
149,667 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked R08

Tantalus by Empyrean, Grey
/music/contests/mc5/veteran/m5v-tlus.zip
29 Aug 1997 (catalog date)
714,313 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

High Octane by Dunjin Master
/music/contests/mc6/rookie/m6r-hoct.zip
28 Mar 1999 (catalog date)
150,284 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Reaching Distant by Kain
/music/contests/mc6/rookie/m6r-redi.zip
28 Mar 1999 (catalog date)
311,481 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

Stanza of Epic Song by Darkoven
/music/contests/mc6/rookie/m6r-stnz.zip
28 Mar 1999 (catalog date)
661,292 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Twice Tempted by Katana
/music/contests/mc6/rookie/m6r-temt.zip
28 Mar 1999 (catalog date)
269,347 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Tangerine Fascination by Necros
/music/contests/mc_winners/m4v-fasc.it
28 Mar 1999 (catalog date)
709,340 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V02

Tangerine Fascination by Necros
/music/contests/mc_winners/m4v-fasc.mp3
28 Mar 1999 (catalog date)
4,071,340 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V02

Distant Voyage by Markell Moss
/music/contests/mc_winners/v-voyage.s3m
28 Mar 1999 (catalog date)
385,095 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V01

Orbital Distance by Skyjump Team
/music/disks/1995/sky_od.zip
26 Jul 1996 (catalog date)
3,758,921 bytes
Download FTP scene.org
Rating:

Standing Stones by Ghost Fellow
/music/disks/1995/sstones.zip
26 Jul 1996 (catalog date)
1,174,858 bytes
Download FTP scene.org
Rating:

Ancient Tracks by Tangerine of T-Rex
/music/disks/1996/tan-ant.zip
23 Jan 1997 (catalog date)
2,023,579 bytes
Download FTP scene.org
Rating:
This guy is consistenly good and even samples some of his own stuff (a lost art). This pack was released in 1996 but contains his tunes from 1995. I wish I knew what he was doing these days.

Mod Lover by Tangerine of T-Rex
/music/disks/1996/tan-modl.zip
23 Jan 1997 (catalog date)
1,001,907 bytes
Download FTP scene.org
Rating:
A lot of his samples are original.

Hyperion Music Disk Ii - May 1997 by Tutankhamun, Dawn, Neptune of Hyperion Music Group
/music/disks/1997/hprm0597.zip
16 Aug 1997 (catalog date)
3,864,338 bytes
Download FTP scene.org

And All That Jazz by Manwe, Tangerine of SandS, T-rex
/music/disks/1998/alljazz.zip
02 Jun 1998 (catalog date)
2,817,002 bytes
Download FTP scene.org

Cyber Shaman by Tangerine of T-Rex
/music/disks/1998/tan-cybs.zip
21 Apr 1998 (catalog date)
2,498,353 bytes
Download FTP scene.org
Rating:

Xm2Mid Package by brekeke of brekekek
/music/programs/convert/xm2mid.zip
21 Jan 1997 (catalog date)
120,598 bytes
Download FTP scene.org
Converts Fasttracker II's extended modules to standard midi files. Effects: Set Volume, Jump loop, Position jump, Set Speed/BPM, Pattern break

The Pulse 0.90 by Ladislav Lostak of Unreal
/music/programs/players/pulse090.zip
20 Sep 1998 (catalog date)
1,009,064 bytes
Download FTP scene.org
New Czech player of all types of mods, mp3 and wav for Win95/98/NT. The newest beta version brings completely rebuilt system based on "components" (allows to add new features, e.g. new format loader, just by adding the dll library to the directory), new design structure (non-rectangle windows, animated buttons, ...} that allows to change design on-fly while playing, and WinAMP skins support with non-observed differences, 12-parameter Reverb editor with presets saving, simple playlist editor, pop-up menu on right-click, external tools for associating extensions and Systray, several new (and splendid) designs, nice splash-screen on start, sid format support (Commodore 64), full-customizable taskbar using "Captions", and lots of more features which are to be improved in upcoming versions. Supports 669, far, fnk, it, m15, mdl, med, mod, mtm, mp1/2/3, nst, raw, s3m, sid/dat, stm, ult, wav, wow and xm.

VangeliSTracker v1.39 (standard player) by Iguana
/music/programs/players/vte139b.zip
09 Sep 1996 (catalog date)
141,127 bytes
Download FTP scene.org

VangeliSTracker v1.39 (standard player and source) by Iguana
/music/programs/players/vts139b.zip
09 Sep 1996 (catalog date)
306,570 bytes
Download FTP scene.org

Yamp 2.1 - The Music Player by AKA
/music/programs/players/yamp21.zip
14 Nov 1997 (catalog date)
1,395,682 bytes
Download FTP scene.org
The player for WAVs (all formats, even compressed ones), MIDs, RMIs, MODs, S3Ms, XMs, ITs and CDs - ZIP support - powerful play lists - command line support for single songs, a number of songs, play lists and folders - Drag'n'Drop for songs, play lists, folders .. - loadable and editable designs, even non-rectangular windows are possible, 41 designs are included - Ok now, read the help file for a longer feature list :) Yamp is freeware.

Sampled V1.24 by Neurodancer
/music/programs/samplers/sampl124.zip
27 May 1998 (catalog date)
405,907 bytes
Download FTP scene.org
A full-featured DOS sound-editor, with lots of effects such as spectrum editing (directly edit sound spectra using loads of tools), Time Variable Filters (low/high/band-pass/stop), Am, fm, flanger, reverberation room, robotize, compressor/expander, morph, echo-killer, strange effects (String-ize, Voice Modifier, TVShifter, Robotize), all the other 'standard' wave-editing tools (delay,resample,level-control,etc...)

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

Orangator V2.0b7 by Agent Orange, Tangerine of T-Rex
/music/programs/samplers/trx-or2b.zip
26 Feb 1998 (catalog date)
476,525 bytes
Download FTP scene.org
Orangator is a powerful virtual analogue synthesizer with subtractive, additive and fm method of synthesis. Tons of improvements in this version. Beta 7 - use on your own risk.

Visual Orangator V1.0 by Agent Orange, Tangerine of T-Rex
/music/programs/samplers/trx-vor.zip
26 Feb 1998 (catalog date)
200,533 bytes
Download FTP scene.org
Visual Orangator is continuation of Orangator but the main difference is that it is modular.

Modread V1.0 by Lface
/music/programs/songtext/modrd100.zip
06 Nov 1997 (catalog date)
26,567 bytes
Download FTP scene.org
Utility to view info about music modules. Supports most module formats including .it,.xm,.mod,.s3m,.669 etc Can be used as a Norton Commander viewer or standalone.

Modread V1.10 by Lface
/music/programs/songtext/modrd110.zip
06 Sep 1998 (catalog date)
32,009 bytes
Download FTP scene.org
Utility to view info about music modules. Supports most module formats including .it,.xm,.mod,.s3m,.669 etc Can be used as a Norton Commander viewer or standalone.

Modplug Tracker V1.00 Beta1 by Olivier Lapicque
/music/programs/trackers/mpt100b1.zip
17 Jun 1998 (catalog date)
363,704 bytes
Download FTP scene.org
MOD/S3M/XM/IT Tracker for Windows95/NT4, same effects as ModPlug Player. Support WAV/SND/XI/AIFF/S3I/RAW/SF2 samples. Basic sample editing functions (Normalize, Amplify, Resample & Reverse), copy/paste between patterns, samples and songs. Low latency DirectSound support, find/replace function, supports sample loops in WAV (standard sampler information field) Supports Midi input, XI/ITI/PAT/SF2 instruments, import of midi files, and a lot more.

Instant Mix by Bilbo
/music/songs/1993/instmix.zip
14 Mar 1997 (catalog date)
137,306 bytes
Download FTP scene.org
Rating:
(669)

Tango Love Song by Lizardking
/music/songs/1993/tango.zip
23 Sep 1996 (catalog date)
60,433 bytes
Download FTP scene.org
Rating:
(MOD)

Walk 'n Titanize by Dizzy of CNCD
/music/songs/1993/walkntit.zip
21 Jan 1997 (catalog date)
124,602 bytes
Download FTP scene.org
Rating:
(MOD)

Istanbull by Unison
/music/songs/1994/istnbull.zip
15 Sep 1996 (catalog date)
211,804 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Tango Sister by Chromag
/music/songs/1994/tangosis.zip
24 Jan 1997 (catalog date)
102,792 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

In Darkness I Stand Alone by Lankhmar
/music/songs/1995/b/b13-0020.zip
21 Sep 1996 (catalog date)
194,862 bytes
Download FTP scene.org
Rating:
(XM)

Cosmopolitan by Ghost Fellow
/music/songs/1995/c/cosmpoli.zip
16 Sep 1996 (catalog date)
144,912 bytes
Download FTP scene.org
Rating:
(MOD)

Distance by Zapper
/music/songs/1995/d/dist_fin.zip
17 Sep 1996 (catalog date)
289,813 bytes
Download FTP scene.org
Rating:
Released at event ASM95
(S3M)

Distant Suns by DNA-Groove
/music/songs/1995/d/dna-dist.zip
21 Nov 1996 (catalog date)
290,502 bytes
Download FTP scene.org
Rating:
(S3M)

Io 2 - From a Distant Moon by GD
/music/songs/1995/g/gd-io2.zip
17 Sep 1996 (catalog date)
440,122 bytes
Download FTP scene.org
Rating:
(S3M)

Harmitus Painaa Mieltani by Dune
/music/songs/1995/h/harmitus.zip
18 Sep 1996 (catalog date)
6,585 bytes
Download FTP scene.org
Rating:
(S3M)

Titanium Leaf Prints by Hollywood
/music/songs/1995/k/k_titan.zip
16 Sep 1996 (catalog date)
92,693 bytes
Download FTP scene.org
Rating:
(MOD)

Technologies by Silverstance
/music/songs/1995/l/latin2.zip
18 Sep 1996 (catalog date)
351,150 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked 24
(S3M)

Astral Transgression by Tangerine
/music/songs/1995/o/ol-astr.zip
25 Jan 1997 (catalog date)
276,374 bytes
Download FTP scene.org
Rating:
Released at event ENL95 in the mmul division and ranked 08
(S3M)

Profound by Charlatan
/music/songs/1995/p/profound.zip
19 Sep 1996 (catalog date)
122,470 bytes
Download FTP scene.org
Rating:
(S3M)

Gravis Bubbles by Tangerine
/music/songs/1995/t/tan-bubl.zip
20 Sep 1996 (catalog date)
18,505 bytes
Download FTP scene.org
Rating:
(S3M)

Wings Of The Wind by Tangerine
/music/songs/1995/t/tan-wow.zip
20 Sep 1996 (catalog date)
203,747 bytes
Download FTP scene.org
Rating:
(S3M)

Substance by Virtual Rhythm
/music/songs/1995/v/vrsubst.zip
20 Sep 1996 (catalog date)
295,727 bytes
Download FTP scene.org
Rating:
(S3M)

Natetan by In Tense
/music/songs/1996/c/ccs-nate.zip
20 Nov 1996 (catalog date)
483,726 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the mmul division and ranked XX
(XM)

Tantrum by Celorn Knossos
/music/songs/1996/c/ck-ttrum.zip
22 Sep 1996 (catalog date)
276,336 bytes
Download FTP scene.org
Rating:
(XM)

Spontaneous Combustion by Blue Felix
/music/songs/1996/c/combustn.zip
01 Jul 1996 (catalog date)
267,485 bytes
Download FTP scene.org
Rating:
(XM)

En Attans Tur by Fajser of Rage
/music/songs/1996/e/en.zip
06 May 1997 (catalog date)
40,837 bytes
Download FTP scene.org
(MOD)

Distance by Glitch
/music/songs/1996/g/gl-dist.zip
22 Sep 1996 (catalog date)
398,273 bytes
Download FTP scene.org
Rating:
(XM)

Heart Quake by Antanio, It-Alien
/music/songs/1996/i/it-hq.zip
23 Aug 1996 (catalog date)
334,544 bytes
Download FTP scene.org
Rating:
(XM)

Lennon.mod by Narayan Taniwa of CruX
/music/songs/1996/l/lennon.zip
12 Feb 1998 (catalog date)
142,672 bytes
Download FTP scene.org
(MOD)

Louize On The Moon by Tanic
/music/songs/1996/l/louize.zip
15 Mar 1997 (catalog date)
328,921 bytes
Download FTP scene.org
Released at event TP96 in the mmul division and ranked 06
(XM)

Decay to Infinity by Substance
/music/songs/1996/m/m_decay.zip
20 Nov 1996 (catalog date)
209,256 bytes
Download FTP scene.org
Rating:
(MOD)

Drum+Base Frenzie by Substance of Mono
/music/songs/1996/m/m_fren.zip
04 Aug 1996 (catalog date)
177,976 bytes
Download FTP scene.org
Rating:
(MOD)

Minimal Response by Substance of Mono
/music/songs/1996/m/m_mini.zip
11 Aug 1996 (catalog date)
103,708 bytes
Download FTP scene.org
Rating:
(MOD)

Trips Of Orange by Substance
/music/songs/1996/m/m_zen2.zip
22 Sep 1996 (catalog date)
71,913 bytes
Download FTP scene.org
Rating:
(MOD)

Zenith Aura by Substance
/music/songs/1996/m/m_zen3.zip
22 Sep 1996 (catalog date)
106,972 bytes
Download FTP scene.org
Rating:
(MOD)

Tangible Noise by Jimmy of NOISE
/music/songs/1996/n/no-tang.zip
10 Nov 1997 (catalog date)
490,422 bytes
Download FTP scene.org
(XM)

Obsession by Narayan Taniwa
/music/songs/1996/o/obsess.zip
08 Apr 1997 (catalog date)
269,003 bytes
Download FTP scene.org
(XM)

Come To Gion by tanigon of project gabbangelion
/music/songs/1996/p/pg_gion.zip
12 Oct 1997 (catalog date)
463,534 bytes
Download FTP scene.org
(XM)

Lol It Down by Tanigon
/music/songs/1996/p/pg_loldw.zip
23 Aug 1996 (catalog date)
246,369 bytes
Download FTP scene.org
Rating:
(XM)

Standing Close by Darkwolf
/music/songs/1996/p/pr-stand.zip
22 Sep 1996 (catalog date)
281,795 bytes
Download FTP scene.org
Rating:
(S3M)

Jam And Spoon Feut Plavka Angel by Reptile
/music/songs/1996/r/rptangl.zip
08 Apr 1997 (catalog date)
263,440 bytes
Download FTP scene.org
(XM)

The Moscow Fog by Tangerine
/music/songs/1996/t/tan-mfog.zip
14 Feb 1997 (catalog date)
476,711 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the mmul division and ranked 11
(XM)

Ozone (remix) by Tangerine
/music/songs/1996/t/tan-ozon.zip
17 Nov 1996 (catalog date)
574,077 bytes
Download FTP scene.org
Rating:
(XM)

Retro Lutionz by Stank-E
/music/songs/1996/t/tk-omni.zip
20 Apr 1997 (catalog date)
194,763 bytes
Download FTP scene.org
(S3M)

Under the Circumstances by Discman
/music/songs/1996/u/under.zip
24 Jan 1997 (catalog date)
476,024 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the mmul division and ranked 02
(XM)

1 Tiny XM by Ntaniwa
/music/songs/1997/0-9/1tinyxm.zip
06 Apr 1997 (catalog date)
16,686 bytes
Download FTP scene.org
Rating:
(XM)

Above The Skies by Stane
/music/songs/1997/a/above.zip
06 Jul 1997 (catalog date)
316,309 bytes
Download FTP scene.org
Released at event MEK97 in the mmul division and ranked 39
(XM)

Horny Mutant Jazz by Agent Orange of T-Rex
/music/songs/1997/a/ago-mut.zip
19 Aug 1997 (catalog date)
356,599 bytes
Download FTP scene.org
(XM)

Zustand Vortrefflichkeit by Arcturus of Shattered Fixtures
/music/songs/1997/a/as_zuvor.zip
21 May 1997 (catalog date)
164,587 bytes
Download FTP scene.org
(S3M)

A Distant World by castman of CyberImage
/music/songs/1997/c/cm-dist.zip
07 Dec 1997 (catalog date)
397,200 bytes
Download FTP scene.org
(IT)

Resistance by Corpse of Hellraiser Group
/music/songs/1997/c/cps-rez.zip
24 Jun 1997 (catalog date)
644,283 bytes
Download FTP scene.org
(IT)

Dead End by distance of orange
/music/songs/1997/d/dead_end.zip
16 Jan 1998 (catalog date)
24,836 bytes
Download FTP scene.org
(MOD)

Repentance by Vegas, Darkheart of Digitalus
/music/songs/1997/d/dig-rpnt.zip
13 Apr 1997 (catalog date)
735,772 bytes
Download FTP scene.org
(IT)

Down by distance of orange
/music/songs/1997/d/down_.zip
16 Jan 1998 (catalog date)
85,702 bytes
Download FTP scene.org
(S3M)

Fresh Moods by distance of orange
/music/songs/1997/f/freshmds.zip
16 Jan 1998 (catalog date)
13,432 bytes
Download FTP scene.org
(MOD)

Grind by distance of orange
/music/songs/1997/g/grind_.zip
16 Jan 1998 (catalog date)
20,259 bytes
Download FTP scene.org
(IT)

Inconsistancy by CaesaR of ProFound Sound
/music/songs/1997/i/inconsis.zip
13 Oct 1997 (catalog date)
858,642 bytes
Download FTP scene.org
Rating:
(XM)

Inconstancy by D.T.
/music/songs/1997/i/inconst.zip
16 Feb 1998 (catalog date)
274,689 bytes
Download FTP scene.org
(IT)

Istuit Langalle by distance of orange
/music/songs/1997/i/istuitla.zip
16 Jan 1998 (catalog date)
38,221 bytes
Download FTP scene.org
(MOD)

Passive Resistance by Inner Vision of Kosmic
/music/songs/1997/k/k_pass.zip
13 Apr 1997 (catalog date)
187,358 bytes
Download FTP scene.org
(IT)

Kokki by distance of orange
/music/songs/1997/k/kokki_.zip
16 Jan 1998 (catalog date)
1,585 bytes
Download FTP scene.org
(MOD)

Linen by distance of orange
/music/songs/1997/l/linen_.zip
16 Jan 1998 (catalog date)
21,995 bytes
Download FTP scene.org
(S3M)

Aftertouch Ep by Substance of Mono
/music/songs/1997/m/m_aft.zip
05 Aug 1997 (catalog date)
346,287 bytes
Download FTP scene.org
(MOD)

Dirty Clothes EP by Substance
/music/songs/1997/m/m_dirt.zip
18 Mar 1997 (catalog date)
644,053 bytes
Download FTP scene.org
(MOD)

Titanium Cranium by Sangreal
/music/songs/1997/m/mecha.zip
08 Dec 1997 (catalog date)
318,866 bytes
Download FTP scene.org
(S3M)

Lose In Distance... by ANpe of Melancholy
/music/songs/1997/m/ml-lo.zip
26 Apr 1997 (catalog date)
199,306 bytes
Download FTP scene.org
(IT)

Ms. Cute by distance of orange
/music/songs/1997/m/ms_cute.zip
16 Jan 1998 (catalog date)
3,631 bytes
Download FTP scene.org
(MOD)

Namely Yours by distance of orange
/music/songs/1997/n/namlyyrs.zip
16 Jan 1998 (catalog date)
35,980 bytes
Download FTP scene.org
(MOD)

Niaga by distance of orange
/music/songs/1997/n/niaga_.zip
16 Jan 1998 (catalog date)
53,392 bytes
Download FTP scene.org
(MOD)

Sostanze Stupefacenti by Neurotix
/music/songs/1997/n/ntx_sost.zip
10 May 1997 (catalog date)
229,447 bytes
Download FTP scene.org
(XM)

A Night At Stan's by Nighthawk of ProFound Sound
/music/songs/1997/n/nwk-stan.zip
21 Oct 1997 (catalog date)
486,236 bytes
Download FTP scene.org
(XM)

I'll Be The Distant Stars by Octoque
/music/songs/1997/o/oq-stars.zip
18 Feb 1998 (catalog date)
850,123 bytes
Download FTP scene.org
(IT)

Reppitosla by distance of orange
/music/songs/1997/r/reppitos.zip
16 Jan 1998 (catalog date)
133,170 bytes
Download FTP scene.org
(MOD)

Tantamount by Rhino of Torment
/music/songs/1997/r/rno-retr.zip
22 May 1997 (catalog date)
197,850 bytes
Download FTP scene.org
(XM)

Don't Keep The Distance. by Cap Solo
/music/songs/1997/s/solo_nov.zip
09 Apr 1997 (catalog date)
363,999 bytes
Download FTP scene.org
(IT)

Distant by Bargel of Society Of Sound
/music/songs/1997/s/sos_dist.zip
05 May 1997 (catalog date)
214,448 bytes
Download FTP scene.org
(IT)

Styleripping by distance of orange
/music/songs/1997/s/stlerpng.zip
16 Jan 1998 (catalog date)
107,876 bytes
Download FTP scene.org
(MOD)

Dance Of The Crane by Tangerine of T-Rex
/music/songs/1997/t/tan-cran.zip
28 Aug 1997 (catalog date)
564,257 bytes
Download FTP scene.org
(XM)

Hip-hop Lullaby by Tangerine of T-Rex
/music/songs/1997/t/tan-hhll.zip
11 May 1997 (catalog date)
730,415 bytes
Download FTP scene.org
(XM)

Saga by Tangerine
/music/songs/1997/t/tan-saga.zip
08 Apr 1997 (catalog date)
711,781 bytes
Download FTP scene.org
(XM)

Tanks by distance of orange
/music/songs/1997/t/tanks_.zip
16 Jan 1998 (catalog date)
9,329 bytes
Download FTP scene.org
(S3M)

Tilt by distance of orange
/music/songs/1997/t/tilt.zip
16 Jan 1998 (catalog date)
37,637 bytes
Download FTP scene.org
(MOD)

Total Kaos by Stank-E
/music/songs/1997/t/tk-elec.zip
19 Mar 1997 (catalog date)
241,285 bytes
Download FTP scene.org
(S3M)

Hypnotik-blast by Stank-E of total kaos
/music/songs/1997/t/tk-hypno.zip
22 Apr 1997 (catalog date)
220,622 bytes
Download FTP scene.org
(S3M)

Beware of Pity by Assign, Distance of TDR
/music/songs/1997/t/tokyo-06.zip
02 Jan 1999 (catalog date)
265,439 bytes
Download FTP scene.org
Released at event EVK97 in the m4ch division and ranked 03

Tyopaikka by distance of orange
/music/songs/1997/t/tyo_.zip
16 Jan 1998 (catalog date)
17,721 bytes
Download FTP scene.org
(MOD)

50 by mstan
/music/songs/1998/0-9/50.zip
02 Sep 1998 (catalog date)
517,459 bytes
Download FTP scene.org
(IT)

Tanz Im Kreis by Addic303 of Atmozfear Wayz Music Productions
/music/songs/1998/a/a3-tanzr.zip
31 May 1998 (catalog date)
464,694 bytes
Download FTP scene.org
(XM)

Acropolis by mstan
/music/songs/1998/a/acropoli.zip
22 Sep 1998 (catalog date)
241,441 bytes
Download FTP scene.org
(IT)

Az illegalis tanc by Trajic of AstroideA
/music/songs/1998/a/ai_illgl.zip
02 Jan 1999 (catalog date)
360,626 bytes
Download FTP scene.org
Released at event FLAG98 in the mmul division and ranked 08

I'm Afraid Of Americans Mstan Paranoid Mix by mstan
/music/songs/1998/a/american.zip
30 Aug 1998 (catalog date)
480,806 bytes
Download FTP scene.org
(IT)

Digital by Substance of DCS, K!, MONO211, VDO, BS!, ZMS
/music/songs/1998/d/digital_.zip
13 Dec 1998 (catalog date)
150,741 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Don't Kill The Messenger by mstan
/music/songs/1998/d/dktm.zip
19 Aug 1998 (catalog date)
1,354,300 bytes
Download FTP scene.org
(IT)

The Initiative by tristan of deranged
/music/songs/1998/d/drg-init.zip
25 Jul 1998 (catalog date)
522,197 bytes
Download FTP scene.org
(XM)

Tramontana by Felix
/music/songs/1998/f/ftramont.zip
02 Mar 1998 (catalog date)
293,972 bytes
Download FTP scene.org
(XM)

Invasion Of Mutant Killer Bunnies! by KiWi of Deep Boys
/music/songs/1998/i/invasion.zip
13 Dec 1998 (catalog date)
538,866 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked 04

Jive House by mstan
/music/songs/1998/j/jivehous.zip
28 Aug 1998 (catalog date)
284,652 bytes
Download FTP scene.org
(IT)

Controls by substanza of Mah Music
/music/songs/1998/m/mah-u07.zip
17 Jul 1998 (catalog date)
601,186 bytes
Download FTP scene.org
(IT)

Good Night, Satan by tb of Mah Music
/music/songs/1998/m/mah016.zip
24 May 1998 (catalog date)
466,409 bytes
Download FTP scene.org
(XM)

Middle Of Darkness by substanza of Mah Music
/music/songs/1998/m/mah020.zip
12 Jun 1998 (catalog date)
370,600 bytes
Download FTP scene.org
(IT)

Blue Mercury by substanza of Mah Music
/music/songs/1998/m/mah022.zip
16 Jun 1998 (catalog date)
345,911 bytes
Download FTP scene.org
(IT)

Shamrock. by substanza of Mah Music
/music/songs/1998/m/mah026.zip
11 Jul 1998 (catalog date)
460,931 bytes
Download FTP scene.org
(IT)

Chaos Starter by substanza of Mah Music
/music/songs/1998/m/mah032.zip
30 Jul 1998 (catalog date)
973,752 bytes
Download FTP scene.org
(IT)

Unburnin' Fire by substanza of Mah Music
/music/songs/1998/m/mah037.zip
24 Aug 1998 (catalog date)
737,978 bytes
Download FTP scene.org
(IT)

Oceanic [pacific mix] by Substance
/music/songs/1998/o/oceanic.zip
07 Dec 1998 (catalog date)
408,956 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

Orb.xm by Narayan Taniwa of CruX
/music/songs/1998/o/orb.zip
12 Feb 1998 (catalog date)
1,112,273 bytes
Download FTP scene.org
(XM)

Ping by mstan
/music/songs/1998/p/ping.zip
30 Aug 1998 (catalog date)
50,604 bytes
Download FTP scene.org
(IT)

Party Sampler by mstan
/music/songs/1998/p/prtysamp.zip
19 Aug 1998 (catalog date)
382,371 bytes
Download FTP scene.org
(IT)

Jag samlar inte mina tankar, jag spred dem by Sape of Cheddar
/music/songs/1998/s/sp-jag.zip
07 Dec 1998 (catalog date)
334,253 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked 03

Low Hanging Sky by Tangerine of T-Rex
/music/songs/1998/t/tan-lowh.zip
09 Aug 1998 (catalog date)
731,755 bytes
Download FTP scene.org
(IT)

Titanic Dance Remix by The Fox of GoTrac
/music/songs/1998/t/titanic.zip
05 May 1998 (catalog date)
260,864 bytes
Download FTP scene.org
(IT)

Bread Boy by Substance of Mono
/music/songs/1998/t/tlt_bboy.zip
23 Sep 1998 (catalog date)
151,506 bytes
Download FTP scene.org
(MOD)

Tanklock Excaliber Remix by InfluX of Scrape
/music/songs/1998/x/x-tlckrx.zip
09 Aug 1998 (catalog date)
442,185 bytes
Download FTP scene.org
(XM)

Distance '98a Invitation Text
/party/invites/1998/d98a_inf.zip
04 Jun 1998 (catalog date)
2,144 bytes
Download FTP scene.org

Distance '97 Results
/party/results/1997/dst97res.zip
07 Dec 1997 (catalog date)
2,688 bytes
Download FTP scene.org
Released at event DST97

Distance '98a Results
/party/results/1998/d98a_res.zip
04 Jun 1998 (catalog date)
1,272 bytes
Download FTP scene.org

Substance Pack 1 by Voodoo, Coluche
/tla/disks/1995/s/subs01.zip
26 Jul 1996 (catalog date)
1,591,292 bytes
Download FTP
Rating:

This Beat Is Hot by Mustang
/tla/songs/1994/mtm/mu-hot.zip
23 Sep 1996 (catalog date)
213,834 bytes
Download FTP
Rating:

No Good by Tangerine
/tla/songs/1995/mod/t/tan-nogd.zip
16 Sep 1996 (catalog date)
747,820 bytes
Download FTP
Rating:

Audible by Stank-E
/tla/songs/1995/s3m/h/hdm-aud.zip
18 Sep 1996 (catalog date)
328,451 bytes
Download FTP
Rating:

Audible II (remix) by Stank-E
/tla/songs/1995/s3m/h/hdm-audr.zip
18 Sep 1996 (catalog date)
297,490 bytes
Download FTP
Rating:

Use Ya Love by Stank-E
/tla/songs/1995/s3m/h/hdm-love.zip
18 Sep 1996 (catalog date)
158,385 bytes
Download FTP
Rating:

Vaderbass by Stank-E, Q-tip
/tla/songs/1995/s3m/h/hdm-vad1.zip
18 Sep 1996 (catalog date)
98,657 bytes
Download FTP
Rating:

Communication Zero by Stank-E
/tla/songs/1995/s3m/h/hdm-zero.zip
18 Sep 1996 (catalog date)
356,943 bytes
Download FTP
Rating:

Titaniumleafprints by Hollywood
/tla/songs/1995/s3m/h/hw-ak-ti.zip
18 Sep 1996 (catalog date)
75,412 bytes
Download FTP
Rating:

Information Pothole by Charlatan
/tla/songs/1995/s3m/i/infopot.zip
18 Sep 1996 (catalog date)
93,186 bytes
Download FTP
Rating: