Search for "thing": 138 matches

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

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

oplid by ? of Audiotrix
/code/audio/detect/oplid.zip
11 Jan 1997 (catalog date)
31,180 bytes
Download FTP scene.org
Rating:
Detects what type of OPL chip is on your sound card - An ad for audiotrix more than anything else. No code. It looks like there should be more files in the archive than there are.

GUS SDK by Gravis, FORTE
/code/audio/docs/gusdk222.zip
10 Jan 1997 (catalog date)
945,826 bytes
Download FTP scene.org
Rating:
GUS SDK - Everything you've ever wanted to know about the GUS but were afraid to ask.

IW SDK
/code/audio/docs/iw_sdk20.zip
10 Jul 1997 (catalog date)
2,796,518 bytes
Download FTP scene.org
Rating:
The SDK for the IW chip. The docs are Adobe Acrobat files and are probably meant for printing out. I didn't try yet, but the "univerval translator" at CMU should be able to convert the files to a text format, which would be infinitely more useful. This is one of those everything you needed to know and more type docs.

Sound Deluxe System 5.04 by Maple Leaf
/code/audio/players/sds504.zip
17 Jan 1999 (catalog date)
603,983 bytes
Download FTP scene.org
Rating:
This player supports a lot of different module formats, but the GUS support seems to have a bug because I hear nothing, while it works great on my Soundblaster Pro. It supports a lot of different languages, including Turbo Basic!

Blaster Sound BBS intro source by Yann of Iguana
/code/demosrc/bbsintro/blasintr.zip
10 Jan 1997 (catalog date)
20,385 bytes
Download FTP scene.org
Rating:
Sources for a BBS intro with some strobbing thing in the background and a text writer in the forground - Few comments and difficult to read.

42 Source by Maniac of LBA
/code/demosrc/bbsintro/lba42src.zip
26 Jun 1997 (catalog date)
10,213 bytes
Download FTP scene.org
Rating:
BBS ad with a scroller and a lighting-esque effect. Both an asm and Pascal version compile, though the pascal version looks like nothing more than a rewrite of the asm code in Pascal's inline syntax. Few comments.

Hell source by Tran
/code/demosrc/demos/hellsrc.zip
10 Jan 1997 (catalog date)
62,331 bytes
Download FTP scene.org
Rating:
Source for Tran's demo Hell - Like most of Tran's released source, it makes a good example, but is difficult for people to read unless you've already done something similarly complex.

Seasick source by Draeden of VLA
/code/demosrc/intros/sea_code.zip
10 Jan 1997 (catalog date)
33,542 bytes
Download FTP scene.org
Rating:
Source for an intro with a reflecting scrollie and text writer - Old source, but well constructed. Great for those who just know asm, but don't know how to put something complete together using just asm.

Source for a world charts imitation by VLA
/code/demosrc/intros/wcimit.zip
10 Jan 1997 (catalog date)
12,776 bytes
Download FTP scene.org
Rating:
You don't wanna know - Buggy source that does next to nothing. Don't bother.

blaze source by Gopher
/code/effects/fire/blaze.zip
18 Mar 1997 (catalog date)
10,702 bytes
Download FTP scene.org
Rating:
Source and macros for fire routines. For a86 compilation, should be easy to tweak for TASM, but this is nothing special we haven't seen before.

Nice Fire by Ziron of Alpine
/code/effects/fire/nicefire.zip
17 Jan 1999 (catalog date)
2,334 bytes
Download FTP scene.org
Rating:
Claims to be nicer then any of the other fires around, but there's really nothing special about this fire effect.

Star 97 by Deathlock
/code/effects/stars/star97.zip
19 Jan 1998 (catalog date)
3,299 bytes
Download FTP scene.org
Rating:
97 byte starfield. You were outdone on the concept for this one. Looks much better than the twentysomethings starfields. Well commented.

PixPack
/code/effects/various/pixpack.zip
05 Oct 1996 (catalog date)
1,075,409 bytes
Download FTP scene.org
Rating:
Demo Effects Source Code Collection - random stuffs, few good things

Water by De-Phassed
/code/effects/water/water.zip
10 Jan 1997 (catalog date)
14,565 bytes
Download FTP scene.org
Rating:
An example of water - Nothing more than a copy of Iguana's water routine done in full assembler.

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

Virtual File System by Dark Fiber
/code/fileutil/ilfs202b.zip
17 Jan 1999 (catalog date)
110,874 bytes
Download FTP scene.org
Rating:
For Watcom C and DOS32 Assembler. Puts all your datafiles in one big file. Does not compress the data, and you have to do too many things by yourself that could have been done by the library.

386 programmer's manual by Intel
/code/hardware/cpu/386intel.zip
10 Jan 1997 (catalog date)
209,396 bytes
Download FTP scene.org
Rating:
Full docs on the 386 - Everything you've ever wanted to know about the (outdated) 386.

Pentium Userguide Volume 3
/code/hardware/cpu/pent_ug3.zip
17 Jan 1999 (catalog date)
3,820,036 bytes
Download FTP scene.org
Rating:
Contains everything you need to know about the pentium instructions, their timing, etc. in Acrobat format.

Collection of ASM sources by ? of Blue Nose Productions
/code/hardware/general/asm_good.zip
10 Jan 1997 (catalog date)
118,612 bytes
Download FTP scene.org
Rating:
Lots of ASM sources, mostly for hardware and BIOS routines - It's somewhat difficult to find what you want, but the comments tell you what you need to know (but not what you have to do) to get everything compiled. Looks like a great source for the cut & paste coder. Given the nature of the routines, I'd say that was the intended purpose of this release.

DPMI Specification by ?
/code/hardware/pmode/dpmispec.zip
10 Jan 1997 (catalog date)
33,749 bytes
Download FTP scene.org
Rating:
The complete DPMI specification - Everything you wanted to know about DPMI but were scared to ask.

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.

Kernel 1.30b
/code/hardware/pmode/krnl130b.zip
26 Jun 1997 (catalog date)
314,227 bytes
Download FTP scene.org
Rating:
A Pmode kernel program with some extra libraries. Has a sound library and many other extras to make up for the fact that it's rather new and things such as midas, GUSPlay, or whatnot won't work with it. It's picky about assembling (tasm32+wlink only). No real documentation to help you get started.

Tweakdoc.txt by Vulture
/code/hardware/video/tweakdoc.zip
10 Jan 1997 (catalog date)
5,522 bytes
Download FTP scene.org
Rating:
A doc for setting mode X and some other tweak modes - It doesn't explain much (really anything) about how to use the mode.

VGA Info by Andrew Scott
/code/hardware/video/vga-info.zip
10 Jan 1997 (catalog date)
139,440 bytes
Download FTP scene.org
Rating:
A VGA reference manual - Poor layout. I found it difficult to find things. Not as if the VGA card has changed, but the information seems outdated.

XMode Library
/code/library/xlib61.zip
01 Dec 1997 (catalog date)
786,630 bytes
Download FTP scene.org
Rating:
A very good graphics library that contains everything you need when working in XMode.

Demo Series, Part 17 by Outlaw Triad
/code/sound/otloader.zip
17 Jan 1999 (catalog date)
16,831 bytes
Download FTP scene.org
Rating:
Tutorial about loading a module into memory. The only useful thing about this tutorial is the description about the .mod format.

Tutorial 8 in C by Snowman of Hornet
/code/tutors/denthor/tut08new.zip
11 Jan 1997 (catalog date)
42,817 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 8 in C:3d basics - Includes Denthor's original tutorial release within and has the compiled exe. Remember, these are only basics. (Snowman added a little of his own to this... I loved vector balls spelling things. :)

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

Tutorial #16 by Denthor of Asphyxia
/code/tutors/denthor/tut16.zip
11 Jan 1997 (catalog date)
11,630 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Scaling - One of those things you'll need time and time and time and time again in demo coding.

Tutorial #17 by Denthor of Asphyxia
/code/tutors/denthor/tut17.zip
11 Jan 1997 (catalog date)
18,411 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Pixel Morphing & Static - Pixel Morphing is similar to the one of the first few things in Crystal Dream II, or imagine the IFS fractal morphing of Verses or Hex Appeal.

N-Buffering Doc by Type One of Pulpe
/code/tutors/graphics/t1nbuf11.zip
17 Jan 1999 (catalog date)
10,550 bytes
Download FTP scene.org
Rating:
This doc explains everything you want to know about single, double, tripple and N buffering.

VGA Programming Course by T.C.P. of Diabolic Force
/code/tutors/video/tcp_vgak.zip
17 Jan 1999 (catalog date)
87,740 bytes
Download FTP scene.org
Rating:
Doesn't add anything new to existing courses.

Bin 2 DB by Escape
/code/utils/compiler/bin2db24.zip
12 Aug 1997 (catalog date)
12,087 bytes
Download FTP scene.org
Rating:
A bin 2 db util. See my comments to incpro3.zip. Also, take out the "coded in 100% Assembler" line. It's dorky, especially for something whose main function (input/output) is easiest handled by a high level language and whose speed of execution is on the magnitude of 2 seconds.

tinyRTL by Solar Designer
/code/utils/compiler/bpc-trtl.zip
10 Jan 1997 (catalog date)
13,314 bytes
Download FTP scene.org
Rating:
A pas TPU with source for creating small exes - A TPU that replaces the system TPU in Turbo Pascal so that small .exes can be made. The example .exes are deceiving as there is no built in support for writing text and other such things. Knowledge of assembler will be necessary for most programs you'd write with this.

Bin 2 Pal by pneyz of smoof
/code/utils/graphics/b2pal100.zip
19 Jan 1998 (catalog date)
10,133 bytes
Download FTP scene.org
Rating:
Converts raw data to palette includeable stuff. Remember: there are no upload/download ratios on hornet. Please don't feel compelled to upload something merely for the sake of uploading something. Who do you think you're helping?

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

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut1.zip
19 Jan 1998 (catalog date)
15,071 bytes
Download FTP scene.org
Rating:
Windows Tutorial 1. Denthor's back with some tutorials on windows graphics program. I (and he) recommend that you still get another reference (like a *gasp* book) if you know absolutely nothing about programming windows and intend to get serious about it. The tut has just enough info to grasp how windows works, the mindset needed for coding, and some basic messages windows can throw at you. Good for the ultra-beginner with windows. (Oh, the example here is a star field)

Even Better Than The Real Thing by Phoney Coders
/demos/1992/realthng.zip
29 Jun 1996 (catalog date)
132,513 bytes
Download FTP scene.org
Rating:

1st Infection by N-Factor
/demos/1994/0-9/1infect.zip
29 Jun 1996 (catalog date)
788,796 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the demo division and ranked ??
N-Factor's first production, released at Wired'94 - a good "first-time" production for a new group. Lots of vector objects, some unlimited bobs, and textured planes - a top and bottom of the screen - but they are doing many things with this simple transform table: like really interesting flight of space ship over you (like in 2nd Reality), but textured (looks much-much better).

The Real Thing by Capacala
/demos/1994/c/cc_rthng.zip
29 Jun 1996 (catalog date)
1,356,199 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 06

Look Mum I a Bored Thingy by Bogus
/demos/1995/b/b_ambnt.zip
29 Jun 1996 (catalog date)
118,175 bytes
Download FTP scene.org
Rating:

The Unreal Thing by Capacala
/demos/1995/c/cc_ureah.zip
29 Jun 1996 (catalog date)
947,392 bytes
Download FTP scene.org
Rating:

Fighting for Something by Japotek
/demos/1995/j/jfight2.zip
30 Jun 1996 (catalog date)
2,079,480 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 10

Nothing by Noware
/demos/1995/n/nothing.zip
30 Jun 1996 (catalog date)
84,510 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the demo division and ranked 06

Something by Noware
/demos/1995/s/somethng.zip
09 Jul 1996 (catalog date)
42,437 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 12

Known Thing by Maroon
/demos/1996/k/knowthng.zip
06 Dec 1996 (catalog date)
39,894 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in64 division and ranked 15

Things by Razmaid
/demos/1996/t/things.zip
30 Jun 1996 (catalog date)
81,216 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked ??

4k: Too Much For Nothing by Scale of Blasm
/demos/1996/t/toomuch.zip
25 Jul 1998 (catalog date)
4,436 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in4k division and ranked XX

Things Change by Proxima
/demos/1996/y/yitchxxx.zip
30 Jun 1996 (catalog date)
106,856 bytes
Download FTP scene.org
Rating:

Nothing to Say (final) by Emperor
/demos/1997/e/emp_ntsf.zip
12 Dec 1997 (catalog date)
64,416 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in64 division and ranked 02

Nothing and More by Alpine
/demos/1997/n/nothing.zip
30 Aug 1997 (catalog date)
55,727 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the in64 division and ranked 08
,,SB,

Nothing by Pris of Virtual Eagle
/demos/1997/n/nothing_.zip
20 Sep 1997 (catalog date)
2,978 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in4k division and ranked 08

Things Do Not Change by Rectum Cauda
/demos/1997/r/rc-jiaki.zip
17 Jun 1997 (catalog date)
1,102,996 bytes
Download FTP scene.org
Rating:

The Little Nice Thing by Alexey Rodriguez
/demos/1997/t/tlnt.zip
15 Jul 1997 (catalog date)
7,384 bytes
Download FTP scene.org
Rating:
486-100,,Adlib,

Mean by Nothing
/demos/1998/m/mean.zip
17 Apr 1998 (catalog date)
516,121 bytes
Download FTP scene.org
Rating:

Something (final) by Xtatic
/demos/1998/s/somethng.zip
17 Apr 1998 (catalog date)
192,717 bytes
Download FTP scene.org
Rating:
486,,GUS/SB/PAS,

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

Swamp Thing by Ricochet
/graphics/images/1994/s/swampthi.zip
04 Jul 1996 (catalog date)
66,422 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 53

Alley by Factory of Nothing
/graphics/images/1998/a/alley.zip
07 Oct 1998 (catalog date)
24,717 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the grfx division and ranked 03
320x240x256

Kip Cool by Wild Thing
/graphics/images/1998/w/wt-bird.zip
06 May 1998 (catalog date)
12,259 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the grfx division and ranked ??
640x480x256

Break Everything 2 by Overflow
/music/contests/mc6/intermed/m6i-brk2.zip
28 Mar 1999 (catalog date)
519,432 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Funk Thing by Trinity
/music/contests/mc6/intermed/m6i-ftng.zip
28 Mar 1999 (catalog date)
539,611 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked I14

I Know Something by HormonE
/music/contests/mc6/rookie/m6r-know.zip
28 Mar 1999 (catalog date)
252,586 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Nothing Comes by Acumen
/music/contests/mc6/rookie/m6r-ncom.zip
28 Mar 1999 (catalog date)
659,353 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked R08

Nothing On by C.C.Catch, Ryan Cramer of Renaissance
/music/disks/1994/nothinon.zip
13 Sep 1996 (catalog date)
1,353,607 bytes
Download FTP scene.org
Rating:

Nothing by Hunz
/music/disks/1997/hz-nothi.zip
14 Mar 1997 (catalog date)
109,708 bytes
Download FTP scene.org

Everything Is Green by Boomer
/music/disks/1997/kmd_grn.zip
14 Mar 1997 (catalog date)
1,913,760 bytes
Download FTP scene.org

Cubic Player 2.0 Alpha Plus Plus Enhanced Full Version by pascal
/music/programs/players/cp20full.zip
14 May 1998 (catalog date)
663,963 bytes
Download FTP scene.org
This is the FULL version of Cubic Player 2.0 alpha plus plus enhanced. I took the time to complete this so that people wouldn't have to keep downloading the main player and all the enhancements. If I missed anything, let me know.

The Unchained Melody 2.20 by Mak
/music/programs/players/mld220.zip
28 Apr 1997 (catalog date)
42,491 bytes
Download FTP scene.org
ProTracker and Scream Tracker 3 (MOD/S3M) music module player for Gravis soundcards with file selector and everything..

Winamp 1.92 Full Version Including Plugins by Nullsoft
/music/programs/players/wamp192f.zip
08 Jul 1998 (catalog date)
630,966 bytes
Download FTP scene.org
Instructions: Unzip the file and run install.bat. "Sit back, shutup, everything will be installed for you." - Scott Sauer

Defractor 0.97beta by Neurotix
/music/programs/samplers/dfc097.zip
11 Oct 1997 (catalog date)
308,071 bytes
Download FTP scene.org
Defractor is Digital Synth with sample generator. Its Sample Generator Engine is based on a 32 Bit float core. It features 2 Oscillator (with 13 waveform), 2 Envelope Generator, Smoothing - Pinch/Punch - Sliding filters, Preview, Overdrive. It save samples in .RAW .WAV and .XI format. Many other feature... Defractor is **FREEWARE**

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

Cah-Caqlach by Heatbeat of CNCD
/music/songs/1993/caqlach.zip
01 Feb 1997 (catalog date)
212,791 bytes
Download FTP scene.org
Rating:
(MOD) Starts with a beautiful acoustic guitar intro, then jumps to modern jazz, then goes back to acoustic guitar, then does something else, then something else... gotta give the guy credit, at least it's varied.

Anything Continues by DjM of Digital Things
/music/songs/1994/dit-anyc.zip
06 Aug 1997 (catalog date)
149,891 bytes
Download FTP scene.org
Rating:
(MOD)

Take My Music by DjM of Digital Things
/music/songs/1994/dit-take.zip
06 Aug 1997 (catalog date)
89,826 bytes
Download FTP scene.org
Rating:
(S3M)

Goodbye To A Good Thing by Blackwolf
/music/songs/1995/d/d-gtagt.zip
17 Sep 1996 (catalog date)
163,791 bytes
Download FTP scene.org
Rating:
(S3M)

Anything by DjM of Digital Things
/music/songs/1995/d/dit-anyt.zip
06 Aug 1997 (catalog date)
150,910 bytes
Download FTP scene.org
Rating:
(MOD)

Natale by DjM of Digital Things
/music/songs/1995/d/dit-nata.zip
06 Aug 1997 (catalog date)
125,909 bytes
Download FTP scene.org
Rating:
(S3M)

Techno Time by DjM of Digital Things
/music/songs/1995/d/dit-tech.zip
06 Aug 1997 (catalog date)
81,506 bytes
Download FTP scene.org
Rating:
(MOD)

Techno Time, Remix by DjM of Digital Things
/music/songs/1995/d/dit-tecr.zip
06 Aug 1997 (catalog date)
126,817 bytes
Download FTP scene.org
Rating:
(MOD)

Something In The Air by Teo
/music/songs/1995/f/fr-some.zip
21 Sep 1996 (catalog date)
204,282 bytes
Download FTP scene.org
Rating:
(XM)

Things 2 (Flight) by Floss
/music/songs/1995/k/k_thngz2.zip
18 Sep 1996 (catalog date)
101,221 bytes
Download FTP scene.org
Rating:
(S3M)

Something Slightly Silly by Mystical
/music/songs/1995/m/m-slight.zip
18 Sep 1996 (catalog date)
186,125 bytes
Download FTP scene.org
Rating:
(S3M)

Nothing Seems Real by Diablo
/music/songs/1995/n/not-real.zip
18 Sep 1996 (catalog date)
342,327 bytes
Download FTP scene.org
Rating:
(S3M)

Goodbye To A Good Thing (Reprise) by Blackwolf
/music/songs/1996/b/bw-gtagt.zip
22 Sep 1996 (catalog date)
125,765 bytes
Download FTP scene.org
Rating:
(S3M)

Give Me Your Mind by DjM of Digital Things
/music/songs/1996/d/dit-give.zip
06 Aug 1997 (catalog date)
396,558 bytes
Download FTP scene.org
(XM)

The Story Of My Music by BPM Dj of Digital Things
/music/songs/1996/d/dit-tsmm.zip
08 Aug 1997 (catalog date)
312,955 bytes
Download FTP scene.org
(XM)

The Techno Empire, Dream Version by DjM of Digital Things
/music/songs/1996/d/dit-tted.zip
06 Aug 1997 (catalog date)
424,619 bytes
Download FTP scene.org
(XM)

The Techno Empire, Power Version by DjM of Digital Things
/music/songs/1996/d/dit-ttep.zip
07 Aug 1997 (catalog date)
1,348,914 bytes
Download FTP scene.org
(XM)

The Techno Empire, Real Version by DjM of Digital Things
/music/songs/1996/d/dit-tter.zip
07 Aug 1997 (catalog date)
1,141,652 bytes
Download FTP scene.org
(XM)

You Must Dance by DjM of Digital Things
/music/songs/1996/d/dit-ymd.zip
07 Aug 1997 (catalog date)
531,597 bytes
Download FTP scene.org
(XM)

You Must Dance Remix by DjM of Digital Things
/music/songs/1996/d/dit-ymdr.zip
06 Aug 1997 (catalog date)
262,815 bytes
Download FTP scene.org
(XM)

Something New/Cherokee by Lilja of Domino
/music/songs/1996/s/somethin.zip
24 Jan 1997 (catalog date)
146,231 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the mmul division and ranked 09
(XM)

Things Of The Past by SoundMaster
/music/songs/1996/t/things.zip
22 Sep 1996 (catalog date)
68,382 bytes
Download FTP scene.org
Rating:
(XM)

Mellow Things by Zest
/music/songs/1996/z/zmellow.zip
01 Jul 1996 (catalog date)
198,514 bytes
Download FTP scene.org
Rating:
(XM)

Sorry For Everything by Anders Akerheden
/music/songs/1997/a/an_sorry.zip
10 Aug 1997 (catalog date)
405,700 bytes
Download FTP scene.org
Rating:
(XM)

Everything's Ruined by MaX of MovSD
/music/songs/1997/e/everythn.zip
17 Aug 1997 (catalog date)
255,737 bytes
Download FTP scene.org
(IT)

Everything, Momdog Remix by Gemini
/music/songs/1997/e/evthing.zip
13 Apr 1997 (catalog date)
429,819 bytes
Download FTP scene.org
(IT)

We're Breathing Again by Zoda of FMS
/music/songs/1997/f/f_breath.zip
26 May 1997 (catalog date)
89,862 bytes
Download FTP scene.org
(XM)

Everything Is. by Stote of NOISE
/music/songs/1997/n/no-c303.zip
18 Dec 1997 (catalog date)
1,257,727 bytes
Download FTP scene.org
(IT)

Why Things Bite Back by Stote of NOISE new objectives in sound exploration
/music/songs/1997/n/no-wtbb.zip
10 Nov 1997 (catalog date)
686,960 bytes
Download FTP scene.org
(IT)

Nothing by Major Bludd of My Personal Smilies
/music/songs/1997/n/nothing.zip
23 May 1997 (catalog date)
372,200 bytes
Download FTP scene.org
(IT)

Arctic Things by Octoque
/music/songs/1997/o/oq-arcti.zip
20 Feb 1998 (catalog date)
547,518 bytes
Download FTP scene.org
(IT)

Piano Thing by Jinx
/music/songs/1997/p/pianoth.zip
24 Nov 1997 (catalog date)
571,826 bytes
Download FTP scene.org
Released at event COV97 in the mmul division and ranked 03
(IT)

Something Else by ATX
/music/songs/1997/s/sck-some.zip
09 Apr 1997 (catalog date)
192,099 bytes
Download FTP scene.org
Released at event KER97 in the mmul division and ranked 02
(S3M)

Everything Is Relative by Uctumi of -none-
/music/songs/1997/u/uc-rltv0.zip
31 Aug 1998 (catalog date)
12,498 bytes
Download FTP scene.org
(MOD)

Life The Universe And Everything by Delete
/music/songs/1998/d/dlt_life.zip
19 Aug 1998 (catalog date)
421,689 bytes
Download FTP scene.org
(XM)

Dirt On My Monitor by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-dirt.zip
09 Jul 1998 (catalog date)
648,196 bytes
Download FTP scene.org
(XM)

Her Own Stealth by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-herow.zip
11 May 1998 (catalog date)
925,260 bytes
Download FTP scene.org
(XM)

He Said by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-hesd.zip
15 May 1998 (catalog date)
399,511 bytes
Download FTP scene.org
(XM)

Image Of A Second Sun by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-ioss.zip
08 Jul 1998 (catalog date)
301,218 bytes
Download FTP scene.org
(XM)

Stealth Pain by Setec of Immortal Coil, Nothing, pHluid
/music/songs/1998/i/ic-pain.zip
31 Mar 1998 (catalog date)
328,361 bytes
Download FTP scene.org
Rating:
(XM)

Strange Things by Super Slimer of MetaMorph Productions
/music/songs/1998/m/mm_sthin.zip
16 Jan 1998 (catalog date)
575,080 bytes
Download FTP scene.org
(XM)

Something Without Space by noisecode of code 27
/music/songs/1998/n/nc-sws.zip
19 May 1998 (catalog date)
1,667,951 bytes
Download FTP scene.org
(IT)

Nothing Revisited by Major Bludd of My Personal Smilies
/music/songs/1998/n/nothing2.zip
07 Aug 1998 (catalog date)
580,800 bytes
Download FTP scene.org
(IT)

Say Nice Things by G-Day of Aeon, RBI, Quad
/music/songs/1998/s/saynice.zip
10 Dec 1998 (catalog date)
235,613 bytes
Download FTP scene.org
Released at event AMB98 in the mhse division

Secret Thing by t.smedback alias tobe
/music/songs/1998/s/sectng.zip
03 Jan 1998 (catalog date)
660,386 bytes
Download FTP scene.org
(XM)

Slice of nothing by Beathawk of Triology, Funktion
/music/songs/1998/s/slice.zip
07 Dec 1998 (catalog date)
499,900 bytes
Download FTP scene.org
Released at event ABD98 in the m4ch division and ranked XX

Wired/Bizarre '97 Party Report by Wild Thing, Triloxy
/party/reports/1997/wt-rep97.zip
01 Jan 1998 (catalog date)
3,302,236 bytes
Download FTP scene.org
Rating:
,VESA,GUS/SB,

Something Green by Twilek of RamJam
/music/songs/1998/g/green.zip
04 Jul 2003 (catalog date)
219,269 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the m4ch division and ranked 13
(MOD)

Greenday Thing by Futuremind
/tla/songs/1995/mod/g/greenday.zip
16 Sep 1996 (catalog date)
275,109 bytes
Download FTP
Rating:
Released at event TP95 in the m4ch division and ranked XX

Renaissance by Null Numb Nothing
/tla/songs/1995/s3m/r/renais.zip
20 Sep 1996 (catalog date)
74,280 bytes
Download FTP
Rating:

Nothingworld by Red Horizon
/tla/songs/1995/s3m/r/rh_nw.zip
20 Sep 1996 (catalog date)
325,717 bytes
Download FTP
Rating:

The J-thing by The Boomerang
/tla/songs/1995/xm/j/j-thing.zip
21 Sep 1996 (catalog date)
309,910 bytes
Download FTP
Rating:

Caring Isn't Everything by Coiled
/tla/songs/1996/it/c/c_caring.zip
22 Sep 1996 (catalog date)
40,042 bytes
Download FTP
Rating:

That Thing You Do by Daruc
/tla/songs/1996/it/d/dar-thin.zip
18 Nov 1996 (catalog date)
116,269 bytes
Download FTP
Rating:

Little Things by Arclight
/tla/songs/1996/it/g/gem-litt.zip
01 Oct 1996 (catalog date)
166,619 bytes
Download FTP
Rating:

Fuck Me I'm Breathing by Larva
/tla/songs/1996/s3m/0-9/2_3_fmib.zip
22 Sep 1996 (catalog date)
89,794 bytes
Download FTP
Rating:

All Good Things End by Noble Roman
/tla/songs/1996/s3m/d/d_allend.zip
22 Sep 1996 (catalog date)
80,405 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:

Short Sax Thing by PowerMike
/tla/songs/1996/s3m/p/pm-coolo.zip
23 Aug 1996 (catalog date)
19,426 bytes
Download FTP
Rating:

Sly Things Happen by PowerMike
/tla/songs/1996/s3m/p/pm-sly.zip
01 Jul 1996 (catalog date)
67,278 bytes
Download FTP
Rating:

Remember Me For Nothing by Blurry
/tla/songs/1996/xm/b/b-rembr.zip
22 Sep 1996 (catalog date)
256,376 bytes
Download FTP
Rating:

Something To Shake by Truxx
/tla/songs/1996/xm/c/cb-shake.arj
22 Sep 1996 (catalog date)
146,672 bytes
Download FTP
Rating:

Thomthing Swampthing by Alpha
/tla/songs/1996/xm/l/ld-a-sur.zip
17 Nov 1996 (catalog date)
17,611 bytes
Download FTP
Rating:

Wicked Things by Illegal
/tla/songs/1996/xm/w/wicked.zip
01 Jul 1996 (catalog date)
13,769 bytes
Download FTP
Rating: