Search for "under": 154 matches

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.

Bells, Whistles, and Sound Boards by Lee Schlunder
/code/audio/players/bwsb120a.zip
10 Jan 1997 (catalog date)
326,365 bytes
Download FTP scene.org
Rating:
A Music player library - Interfaces from Pascal. Has support for a few formats and a decent variety of sound cards.

Bells, Whistles, and Sound Boards by Lee Schlunder
/code/audio/players/bwsb120b.zip
10 Jan 1997 (catalog date)
517,142 bytes
Download FTP scene.org
Rating:
A Music player library - Interfaces from Pascal. Has support for a few formats and a decent variety of sound cards.

Libplayer by Peter Burns
/code/audio/players/player.zip
08 Jun 1998 (catalog date)
96,013 bytes
Download FTP scene.org
A library for playing modules under linux, written in C++, uses the OSS.

8086 Feet Under by ASMonger
/code/contests/8086/8086feet.zip
07 Nov 1997 (catalog date)
10,277 bytes
Download FTP scene.org
Released at event 8086 in the demo division and ranked 03

8086 Feet Under (optimization) by Shadowlord
/code/contests/8086/fast!.com
07 Nov 1997 (catalog date)
3,848 bytes
Download FTP scene.org
Released at event 8086 in the demo division and ranked EE
Runs 300% faster.

Underworld BBS by Dake of Devotion
/code/demosrc/bbsintro/dk_uwsrc.zip
26 Jan 1998 (catalog date)
17,240 bytes
Download FTP scene.org
Rating:
Simple BBS addy. Not very impressive but has good commenting. Helpful for those learning assembler.

Underworld source by Air Richter
/code/demosrc/bbsintro/uwloader.zip
10 Jan 1997 (catalog date)
24,930 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with star field, fire, some graphincs and a text writer - Good comments.

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.

Contrast source by Type One, Gopi, Bismark, Karma, Sam of TFL-TDV
/code/demosrc/demos/contrsrc.zip
10 Jan 1997 (catalog date)
1,105,116 bytes
Download FTP scene.org
Rating:
Sources for Contrast - Comments variable on the coder, but on the whole, they are good. This is a good example of how to get a multi-coder demo made. The .exe will not run under Win'95.

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

Fire by JARE of Iguana
/code/effects/fire/fire_win.zip
10 Jan 1997 (catalog date)
10,716 bytes
Download FTP scene.org
Rating:
A fire routine under windows - Crawls on my p133. :( Don't bother looking at this unless you've programmed for windows before. You're likely to have a heart attack. :) Requires WinG to run.

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.

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

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

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.

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.

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)

One Under by ???
/demos/1994/0-9/1_under.zip
29 Jun 1996 (catalog date)
5,622 bytes
Download FTP scene.org
Rating:
Released at event ASM94

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

Dea Parca by Underworld Corporation
/demos/1995/d/deaparca.zip
29 Jun 1996 (catalog date)
1,103,553 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked ??

BBS Underworld Elements by Sanxion
/demos/1995/s/sxn_uwel.zip
30 Jun 1996 (catalog date)
7,135 bytes
Download FTP scene.org
Rating:

Dea Parca (v2.0) by The Underworld Corporation
/demos/1995/t/tuc_dp20.zip
10 Jul 1996 (catalog date)
963,518 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked XX

Underwater by Technomancer
/demos/1995/u/underh2o.zip
30 Jun 1996 (catalog date)
977,231 bytes
Download FTP scene.org
Rating:
Released at event GP95 in the demo division and ranked 02

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

Thunder Again by Index
/demos/1996/i/idx-thag.zip
15 Nov 1996 (catalog date)
70,810 bytes
Download FTP scene.org
Rating:
Released at event FDG96 in the in64 division and ranked 03

Thunder by Index
/demos/1996/i/idx-thun.zip
13 Jul 1996 (catalog date)
63,346 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in80 division and ranked ??

ChunderChuk by INF
/demos/1996/i/inf_chnd.zip
30 Jun 1996 (catalog date)
1,225,741 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the demo division and ranked 03

BBS Underworld by Dake
/demos/1997/d/dk_uwbbs.zip
15 May 1997 (catalog date)
6,598 bytes
Download FTP scene.org
Rating:
386,,,

Real Time by Sagan of Thunderbolts
/demos/1997/r/realtime.zip
30 Aug 1997 (catalog date)
2,803 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the in4k division and ranked 04

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

Undersea by Pascal Line
/demos/1998/u/undersea.zip
07 Mar 1998 (catalog date)
63,427 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the in64 division and ranked 04
P5,,GUS,

RBX Underwear by Rambrix
/demos/1998/u/underw.zip
12 Aug 1998 (catalog date)
1,284,217 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the demo division and ranked 05

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

Betafile by Thunder
/graphics/images/1996/b/betafile.zip
16 May 1997 (catalog date)
7,671 bytes
Download FTP scene.org
Rating:
Released at event PC96 in the grfx division and ranked ??

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

Underwater world by Horn, Nemesis of Motion
/graphics/images/1997/u/underwat.zip
25 Nov 1997 (catalog date)
66,857 bytes
Download FTP scene.org
Rating:
Released at event GRAV97 in the grtc division and ranked 07
640x480x16m

O-92042 by Undertaker
/music/contests/mc3/rookie/o-92042.zip
09 Nov 1996 (catalog date)
146,620 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R20

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

TV Under Cover by Flatrich of Flatdisk Softworks
/music/disks/1994/5_tvmods.zip
12 Aug 1997 (catalog date)
563,902 bytes
Download FTP scene.org
Rating:

Dura Master by Nearly Gods
/music/disks/1997/ng-dura.zip
01 Feb 1997 (catalog date)
1,894,723 bytes
Download FTP scene.org
Rating:
Good techno! 3 songs in AMS format, with a nice player to go along. Don't try to play these in Cubic Player (out of memory) or under Windows 95 (lose keyboard handler). Would have given this 4 stars if there had been more songs.

GutMOD v2.10
/music/programs/frontend/lynchmod.zip
09 Jan 1997 (catalog date)
26,767 bytes
Download FTP scene.org
Small, and HQ mod file playing system. Under 25k!

ThunderShell v1.0 by Superiority Complex
/music/programs/frontend/ts100.zip
09 Sep 1996 (catalog date)
27,651 bytes
Download FTP scene.org

Midas Player For Win '95,nt V1.0 by Bartman of Abyss
/music/programs/players/midas95.zip
25 Apr 1997 (catalog date)
77,778 bytes
Download FTP scene.org
SUMMARY: Midas'95 is a module player based on the Midas Sound System (by Sahara Surfers), it plays protracker MOD, screamtracker S3M and fasttracker2 XM modules and runs under Windows 95 and Windows NT 3.51+ (4.0 compatibility assured). FEATURES: Simple but nice user interface. Test it out. It's totally free.

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.

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.

Easymod
/music/programs/trackers/easymod.zip
10 Sep 1996 (catalog date)
253,899 bytes
Download FTP scene.org
MOD editor for GUS under Windows

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.

Underwater Journey by Note
/music/songs/1994/underwtj.zip
15 Sep 1996 (catalog date)
229,192 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked XX
(XM)

Alien Encounter by Black Thunder
/music/songs/1995/a/alien_.zip
20 Sep 1996 (catalog date)
182,665 bytes
Download FTP scene.org
Rating:
(XM)

Endless Sleep by Black Thunder
/music/songs/1995/e/endsleep.zip
16 Sep 1996 (catalog date)
6,058 bytes
Download FTP scene.org
Rating:
(MOD)

Happy Trance by Thunderbass
/music/songs/1995/h/haptranc.zip
11 Sep 1996 (catalog date)
168,391 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the mmul division and ranked 03
(XM)

Cooltechno by Undertaker
/music/songs/1995/h/hd-ctech.zip
18 Sep 1996 (catalog date)
458,578 bytes
Download FTP scene.org
Rating:
(S3M)

Gooftechno by Undertaker of Halogen Dreams
/music/songs/1995/h/hd-gftec.zip
18 Sep 1996 (catalog date)
205,273 bytes
Download FTP scene.org
Rating:
(S3M)

Strange II by Undertaker
/music/songs/1995/h/hd-stng2.zip
18 Sep 1996 (catalog date)
175,714 bytes
Download FTP scene.org
Rating:
(S3M)

Hell Lair by Black Thunder
/music/songs/1995/h/hell.zip
18 Sep 1996 (catalog date)
66,354 bytes
Download FTP scene.org
Rating:
(S3M)

Star Peregrination by Black Thunder
/music/songs/1995/p/peregrin.zip
21 Sep 1996 (catalog date)
178,035 bytes
Download FTP scene.org
Rating:
(XM)

Scrunch by Undertaker
/music/songs/1995/s/scrunch.zip
20 Sep 1996 (catalog date)
321,624 bytes
Download FTP scene.org
Rating:
(S3M)

Underbeat by AstraDyne
/music/songs/1995/u/u-beat.zip
28 Sep 1996 (catalog date)
641,462 bytes
Download FTP scene.org
Rating:
(MDL)

Underworld by Kaiowa
/music/songs/1995/u/underwld.zip
21 Sep 1996 (catalog date)
419,441 bytes
Download FTP scene.org
Rating:
Released at event ASM95
(XM)

Underworld Dreams by Lizardking
/music/songs/1995/u/underwrd.zip
16 Sep 1996 (catalog date)
471,308 bytes
Download FTP scene.org
Rating:
(MOD)

Underworld Dreams by Kal Zakath
/music/songs/1995/u/uwdreams.zip
21 Sep 1996 (catalog date)
305,842 bytes
Download FTP scene.org
Rating:
(XM)

The Underground Beckons by Hypnoti
/music/songs/1995/v/v-beckon.zip
20 Sep 1996 (catalog date)
377,078 bytes
Download FTP scene.org
Rating:
(S3M)

BQ Back by Thunder
/music/songs/1996/b/bq_back.zip
15 Mar 1997 (catalog date)
1,756 bytes
Download FTP scene.org
Rating:
Released at event PC96 in the mmul division and ranked 15
(XM)

Under Water by Barbatruc
/music/songs/1996/b/brb_undw.zip
08 Oct 1996 (catalog date)
63,689 bytes
Download FTP scene.org
Rating:
(S3M)

Chunder Man by WildSide
/music/songs/1996/c/chunder.zip
19 Mar 1997 (catalog date)
148,785 bytes
Download FTP scene.org
(S3M)

War And Peace by Thunder
/music/songs/1996/c/cn-warpc.zip
17 Mar 1997 (catalog date)
499,567 bytes
Download FTP scene.org
(IT)

Under The Full Moon by Psychodelix
/music/songs/1996/f/fullmoon.zip
22 Sep 1996 (catalog date)
541,011 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the mmul division and ranked 12
(XM)

Global Underground by Utopia
/music/songs/1996/g/globalun.zip
22 Sep 1996 (catalog date)
162,239 bytes
Download FTP scene.org
Rating:
(S3M)

Going Under by Hunz
/music/songs/1996/h/hnz-go.zip
21 Jan 1997 (catalog date)
74,114 bytes
Download FTP scene.org
Rating:
(XM)

Under our Power by Jackal, Cullyn
/music/songs/1996/j/jc_power.zip
18 Nov 1996 (catalog date)
1,067,902 bytes
Download FTP scene.org
Rating:
(IT)

The Crow -underworld Happycore Mix- by Maple Leaf
/music/songs/1996/m/ml-crow.zip
02 Mar 1998 (catalog date)
494,768 bytes
Download FTP scene.org
(XM)

Thunder by Madminder of Deep, Deep Trouble Entertainment
/music/songs/1996/m/mm-thndr.zip
13 Aug 1998 (catalog date)
307,590 bytes
Download FTP scene.org
(XM)

Moon Under Water by Ville Alatalo
/music/songs/1996/m/moon_uw.zip
20 Apr 1997 (catalog date)
151,719 bytes
Download FTP scene.org
(XM)

Thunder by Plasmablade of Murmidones
/music/songs/1996/t/thunder_.zip
21 Feb 1997 (catalog date)
798,995 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the mmul division and ranked 02
(XM)

Thunder Clowns by WildSide
/music/songs/1996/t/thunderc.zip
19 Mar 1997 (catalog date)
174,657 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)

Under Pressure by Rage
/music/songs/1996/u/undpress.zip
22 Sep 1996 (catalog date)
273,358 bytes
Download FTP scene.org
Rating:
(XM)

Under The Weather by Farmer
/music/songs/1997/a/aw_uwthr.zip
17 Mar 1997 (catalog date)
148,798 bytes
Download FTP scene.org
(IT)

Keep It Underground by Logos of CBR
/music/songs/1997/c/cb-keep.zip
02 Jun 1997 (catalog date)
485,143 bytes
Download FTP scene.org
(IT)

Thunder Without Rain by Cheech The Sneech of Torrent
/music/songs/1997/c/cs-twor.zip
09 Sep 1997 (catalog date)
354,159 bytes
Download FTP scene.org
(IT)

Under A Dark Sky by darkhalo
/music/songs/1997/d/dh-dark.zip
06 Apr 1997 (catalog date)
639,590 bytes
Download FTP scene.org
(XM)

Underwater (remix) by Vox
/music/songs/1997/d/dm-under.zip
01 Feb 1997 (catalog date)
464,870 bytes
Download FTP scene.org
Rating:
(MOD) Sounds kinda beat-box'ish.

Elefants Dance by he-man of digital underground
/music/songs/1997/e/elidance.zip
09 Sep 1998 (catalog date)
500,807 bytes
Download FTP scene.org
(XM)

End Of Muesli by he-man of digital underground
/music/songs/1997/e/eomuesli.zip
27 Oct 1997 (catalog date)
319,856 bytes
Download FTP scene.org
(XM)

Flow by Steven Undertaker
/music/songs/1997/f/flow.zip
06 Apr 1997 (catalog date)
10,326 bytes
Download FTP scene.org
(XM)

Incarnation by Steven Undertaker
/music/songs/1997/i/incar.zip
06 Apr 1997 (catalog date)
193,835 bytes
Download FTP scene.org
(XM)

Thunderwaves by Jch of Vibrants
/music/songs/1997/j/jch-twav.zip
08 Apr 1997 (catalog date)
544,505 bytes
Download FTP scene.org
(XM)

Underwater Dreaming by Frazz of Metamorph
/music/songs/1997/m/mm_uwdrm.zip
18 Sep 1997 (catalog date)
184,240 bytes
Download FTP scene.org
(XM)

Not Found 404 by Undercover Agent
/music/songs/1997/n/no-404.zip
08 Apr 1997 (catalog date)
204,729 bytes
Download FTP scene.org
(XM)

Undergroove I by DJ Owl
/music/songs/1997/o/owl_undr.zip
03 May 1997 (catalog date)
283,735 bytes
Download FTP scene.org
(IT)

Under Water by Paso
/music/songs/1997/p/p-under.zip
19 Mar 1997 (catalog date)
97,114 bytes
Download FTP scene.org
(S3M)

Sound For The Undergound by Proteus
/music/songs/1997/p/pro_ugnd.zip
02 Jun 1997 (catalog date)
579,364 bytes
Download FTP scene.org
(IT)

Under by Rhino of Torment
/music/songs/1997/r/rno-undr.zip
18 Oct 1997 (catalog date)
503,371 bytes
Download FTP scene.org
(XM)

Under The Aegis Of Nightbearing Empyrean by Samael of piru goose
/music/songs/1997/s/sml-aegs.zip
07 Apr 1997 (catalog date)
599,284 bytes
Download FTP scene.org
(IT)

Forever by Steven Undertaker
/music/songs/1997/s/su-4ever.zip
18 Aug 1997 (catalog date)
66,234 bytes
Download FTP scene.org
(XM)

For You My Friend by Steven Undertaker
/music/songs/1997/s/su-4u.zip
18 Aug 1997 (catalog date)
335,984 bytes
Download FTP scene.org
(XM)

Fight by Steven Undertaker
/music/songs/1997/s/su-fight.zip
18 Aug 1997 (catalog date)
388,478 bytes
Download FTP scene.org
(XM)

Believe In Me by Steven Undertaker
/music/songs/1997/s/su-inme.zip
18 Aug 1997 (catalog date)
727,787 bytes
Download FTP scene.org
(XM)

Lies by Steven Undertaker
/music/songs/1997/s/su-lies.zip
18 Aug 1997 (catalog date)
86,690 bytes
Download FTP scene.org
(XM)

Mistery by Steven Undertaker
/music/songs/1997/s/su-mist.zip
18 Aug 1997 (catalog date)
331,727 bytes
Download FTP scene.org
(XM)

Give Me Peace by Steven Undertaker
/music/songs/1997/s/su-peace.zip
18 Aug 1997 (catalog date)
460,506 bytes
Download FTP scene.org
(XM)

Underground Vision by Luca Restifo
/music/songs/1997/u/undergrn.zip
18 Jun 1997 (catalog date)
226,639 bytes
Download FTP scene.org
(XM)

Vital by Steven Undertaker
/music/songs/1997/v/vital.zip
06 Apr 1997 (catalog date)
77,078 bytes
Download FTP scene.org
(XM)

Wanderer by he-man of digital underground
/music/songs/1997/w/wanderer.zip
14 Dec 1997 (catalog date)
273,563 bytes
Download FTP scene.org
(XM)

Fantasizer III: Under seas by Zauron
/music/songs/1997/z/zrn-seas.zip
25 Jan 1997 (catalog date)
329,481 bytes
Download FTP scene.org
Rating:
(IT)

baltic beach by he-man of digital underground
/music/songs/1998/b/baltic_b.zip
09 Feb 1999 (catalog date)
288,866 bytes
Download FTP scene.org
Released at event SE98 in the mmul division and ranked 06

Poppen 1000 by cer, He-man of digital underground
/music/songs/1998/c/c-h_popp.zip
09 Feb 1999 (catalog date)
483,270 bytes
Download FTP scene.org
Released at event SE98 in the mfst division and ranked 02

Thunderbolt Squadron by Echoe
/music/songs/1998/e/ech-sqdn.zip
24 Mar 1998 (catalog date)
537,436 bytes
Download FTP scene.org
(XM)

K-underground by Xplore of PlasticSurgery
/music/songs/1998/k/k-undgrd.zip
08 May 1998 (catalog date)
292,780 bytes
Download FTP scene.org
(IT)

Running Under The Moon by Will Be
/music/songs/1998/r/rutmoon.zip
17 Jan 1998 (catalog date)
675,749 bytes
Download FTP scene.org
(IT)

The Joke That No One Understood by Mr Smile
/music/songs/1998/s/s-tjtno8.zip
28 May 1998 (catalog date)
686,676 bytes
Download FTP scene.org
(XM)

Master Of Thunder by PiCoder of Seaber Desings
/music/songs/1998/s/sed-mot8.zip
26 Aug 1998 (catalog date)
741,223 bytes
Download FTP scene.org
(XM)

Under Attack by Renat Ibragimow of C-Sonic
/music/songs/1998/u/under_a.zip
06 Jul 1998 (catalog date)
1,612,824 bytes
Download FTP scene.org
(IT)

Degenerated Soul by Xpon of Underdark Studios
/music/songs/1998/x/xp-soul.zip
25 Apr 1998 (catalog date)
479,597 bytes
Download FTP scene.org
(IT)

The Underground Conference/Party 4 Report by Purge
/party/reports/1995/uc95_p4.zip
03 Oct 1996 (catalog date)
2,277,259 bytes
Download FTP scene.org
Rating:

Save The Vinyl issue 2 by The Undertaker of Pure
/tla/disks/1995/p/pur-stv2.zip
26 Jul 1996 (catalog date)
1,206,631 bytes
Download FTP
Rating:

Thunderkiss 65 (Remake) by Plastique
/tla/songs/1994/s3m/pl_thund.zip
15 Sep 1996 (catalog date)
61,687 bytes
Download FTP
Rating:

Under A Grey Sky by Aksen
/tla/songs/1995/s3m/f/flp-uags.zip
17 Sep 1996 (catalog date)
118,331 bytes
Download FTP
Rating:

Undermine by Grinner
/tla/songs/1995/s3m/g/gr-umine.zip
17 Sep 1996 (catalog date)
146,101 bytes
Download FTP
Rating:

92042 Jam by Undertaker
/tla/songs/1995/s3m/h/hd-92jam.zip
18 Sep 1996 (catalog date)
148,748 bytes
Download FTP
Rating:

Underchip by Undertaker
/tla/songs/1995/s3m/h/hd-uchip.zip
18 Sep 1996 (catalog date)
3,101 bytes
Download FTP
Rating:

Love You More (remix) by Thunderbass
/tla/songs/1995/s3m/l/lovemore.zip
18 Sep 1996 (catalog date)
794,769 bytes
Download FTP
Rating:

Me Force Mix by Undertaker
/tla/songs/1995/s3m/m/mefrcerm.zip
18 Sep 1996 (catalog date)
103,412 bytes
Download FTP
Rating:

Undercurrent RMX by Article III
/tla/songs/1995/s3m/n/nation-2.zip
18 Sep 1996 (catalog date)
780,763 bytes
Download FTP
Rating:

Undercurrent (Gods Remix) by Article III
/tla/songs/1995/s3m/n/nation_2.zip
18 Sep 1996 (catalog date)
788,528 bytes
Download FTP
Rating:

Good Pig Boy by Black Thunder
/tla/songs/1995/s3m/p/pig.zip
19 Sep 1996 (catalog date)
45,040 bytes
Download FTP
Rating:

Thunderdom 10 by Deep Bass
/tla/songs/1995/s3m/t/thund_10.zip
20 Sep 1996 (catalog date)
484,812 bytes
Download FTP
Rating:

Thunder Goddess by Loki
/tla/songs/1995/s3m/t/thungod1.zip
20 Sep 1996 (catalog date)
58,431 bytes
Download FTP
Rating:

KMA by Underdog
/tla/songs/1995/s3m/u/un-kma.zip
20 Sep 1996 (catalog date)
114,228 bytes
Download FTP
Rating:

Let's Rock by Underdog
/tla/songs/1995/s3m/u/un-lsroq.zip
20 Sep 1996 (catalog date)
138,705 bytes
Download FTP
Rating:

Pace Setting by Underdog
/tla/songs/1995/s3m/u/un-pcset.zip
20 Sep 1996 (catalog date)
80,735 bytes
Download FTP
Rating:

Triumph by Underdog
/tla/songs/1995/s3m/u/un-triu.zip
20 Sep 1996 (catalog date)
388,000 bytes
Download FTP
Rating:

Do You Understand? by Guybrush
/tla/songs/1995/s3m/u/underbiz.zip
11 Sep 1996 (catalog date)
128,261 bytes
Download FTP
Rating:
Released at event BIZ95 in the mmul division and ranked XX

The Underworld by Black Lotion
/tla/songs/1995/xm/b/bl_under.zip
21 Sep 1996 (catalog date)
71,905 bytes
Download FTP
Rating:

Thunderdome by Ghost
/tla/songs/1995/xm/t/thunderd.zip
21 Sep 1996 (catalog date)
450,692 bytes
Download FTP
Rating:

Rain Under the Trees by Teecee
/tla/songs/1996/it/t/tc_rain.zip
01 Oct 1996 (catalog date)
374,715 bytes
Download FTP
Rating:

Thunderbull II by K. Herrebout, C. Vanhaecke
/tla/songs/1996/s3m/i/inwbull.zip
22 Sep 1996 (catalog date)
293,452 bytes
Download FTP
Rating:

NoDoz by Underdog
/tla/songs/1996/s3m/u/un-ikya.zip
22 Sep 1996 (catalog date)
35,097 bytes
Download FTP
Rating:

Under The Sea by Paul Watkins
/tla/songs/1996/s3m/u/undersea.zip
22 Sep 1996 (catalog date)
30,146 bytes
Download FTP
Rating:

Sellout vs. Underground by Cubik
/tla/songs/1996/xm/c/cbk_svu1.zip
22 Sep 1996 (catalog date)
51,900 bytes
Download FTP
Rating: