Search for "MORE": 83 matches

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.

d00 format by Joachim Fenkes
/code/audio/docs/d00formt.zip
10 Jan 1997 (catalog date)
3,737 bytes
Download FTP scene.org
Rating:
Docs of the d00 format used by Adlib player and Edlib tracker - Docs for those who need them. Docs are also available with the EdLib tracker, but these are a little more thorough.

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.

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.

Boardz source by Vulture
/code/demosrc/bbsintro/vga-vul1.zip
10 Jan 1997 (catalog date)
11,913 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with a star field and scrollie - I never thought I'd give this high a rating for source to a BBS loader, but I figure there's got to be some way for people to know what to look for. The source is beautiful and there are more comments than there are lines of source! *Perfect* for the beginner, though not a tutorial.

4k or Less source by Dr. Doom of Paranoids
/code/demosrc/intros/less_src.zip
10 Jan 1997 (catalog date)
28,618 bytes
Download FTP scene.org
Rating:
Source for a 4k intro with bitmap morphing and a simple landscape effect - 4k intros generally have more to them.

Snow Effects by Natas of Lithium
/code/demosrc/intros/snowtro.zip
29 May 1997 (catalog date)
65,044 bytes
Download FTP scene.org
Rating:
Ugly, I have seen much better snow effects. This looks more like a buggy diagonal starfield.

burn by Frank Paxti
/code/effects/fire/burn.zip
10 Jan 1997 (catalog date)
20,165 bytes
Download FTP scene.org
Rating:
A fireroutine - Not your normal fire routine. Looks more real.

small flame by Gaffer of PRoMETHEUS
/code/effects/fire/flame160.zip
18 Mar 1997 (catalog date)
2,964 bytes
Download FTP scene.org
Rating:
Source for a small fire routine. Doesn't actually work on my computer. To answer a question proposed by the author about size optimization, inc al is bigger than inc ax because intel doesn't have an inc /r8 instruction. inc ax is of the form inc /r16 which compiles to db 40+rw, where rw = 0 for ax, 1 for cx, 2 for dx, 3 for bx, ... inc al is of the form inc r/m8 and compiles to db FE /1 where /1 = c0 for al, c4 for ah, c1 for bl..., 05 for a memory reference.... See an intel document for more details.

2D Blobs by Shadow Bandit of Diabolic Force
/code/effects/shadebob/sba_2dbl.zip
17 Jan 1999 (catalog date)
19,128 bytes
Download FTP scene.org
Rating:
Looks more like the oldfashioned shadebobs.

Stars by Mark Mackey
/code/effects/stars/stars2.zip
10 Jan 1997 (catalog date)
10,857 bytes
Download FTP scene.org
Rating:
A slightly more complex starfield - So-so. No timing code so it blazes.

256 Byte Water by Cagdas Calik
/code/effects/water/w256.zip
24 May 1998 (catalog date)
786 bytes
Download FTP scene.org
A 256 byte water effect coded in pure assembly by Cagdas Calik, moreover with 286 instructions. It's recommended that you're mouse driver is load before you run the program, otherwise it will crash. Click left mouse button to go back to dos. Have fun...

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.

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.

AWE-DIP-01-ENG by Creative Labs engineers
/code/hardware/audio/adip.zip
10 Jan 1997 (catalog date)
708,753 bytes
Download FTP scene.org
Rating:
Examples and API for using the AWE32 - And people wonder why there's not much SB support. The information in the packet is contorted. I could go on this for days. Comments like /* main - here's where the fun begins */ are misleading. The fun actually began several hundred lines ago (starting at line 134). It's late. I'm not exactly bored, but this bit of code is frustrating. I wonder why CL even bothered. There are no technical docs of any sort and the code that is here *REEKS* of bad style. For extra frustration, I unzipped the file which had a self extracting .exe in it, which gave me 4 zips which when each extracted with the -d option finally gives me the SDK. Kneebiter - at 1:30 in the morning. Need more tea...

Virtual Memory Management by Flux
/code/hardware/memory/fxvmm210.zip
10 Jan 1997 (catalog date)
112,232 bytes
Download FTP scene.org
Rating:
A virtual memory management interface for BC - Once again, I didn't test this. This system is much more complete than the above and certainly much more useful. From the code, I'd say I'd like to work with this guy. :)

FreePack DOS extender by Narech Koumar of Supernar Systems Intl.
/code/hardware/pmode/dos32a.zip
25 Aug 1997 (catalog date)
520,938 bytes
Download FTP scene.org
Rating:
Another DOS extender option. I didn't test this for usefulness. I doesn't look any more difficult to learn to use than Adam Seychell's (sp?) Dos32 or Thomas Pytel/Charles Scheffold's Pmode/w. How well it functions is another story. Full documentation available. Comes with a tetris clone presumeably made using the extender. No source.

MOD v1.0 by Dake of Devotion
/code/hardware/video/dk-mod10.zip
26 Jan 1998 (catalog date)
5,010 bytes
Download FTP scene.org
Rating:
Source to change to different text modes. More complex than necessary. Good commenting.

The Mag by Spellcaster
/code/mags/mag08.zip
01 Jul 1997 (catalog date)
41,938 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Random stuff, game design, more on pointers, some elementary data structuring.

The Mag by Spellcaster
/code/mags/mag09.zip
01 Jul 1997 (catalog date)
77,599 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing into assembler, more on that game.

The Mag by Spellcaster
/code/mags/mag11.zip
01 Jul 1997 (catalog date)
95,422 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Sorting, matrix algebra, geometric transformations, more complex 3d, still adding to that game. (This magazine has come a long way since issue one and is entirely progressive.)

Tutorial #13 by Denthor of Asphyxia
/code/tutors/denthor/tut13.zip
11 Jan 1997 (catalog date)
9,823 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:3d starfields - We've seen these time and time again. Check out /code/effects/stars for more examples.

Tutorial #14 by Denthor of Asphyxia
/code/tutors/denthor/tut14.zip
11 Jan 1997 (catalog date)
11,496 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Glenz - More complex polygon fillers.

Tutorial #15 by Denthor of Asphyxia
/code/tutors/denthor/tut15.zip
11 Jan 1997 (catalog date)
7,663 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Plasmas - So-so. Check out /code/effects/plasma/jclplasm.zip for more.

Tutorial #20 by Denthor of Asphyxia
/code/tutors/denthor/tut20.zip
11 Jan 1997 (catalog date)
19,099 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:face sorting and back face removal - The tutorials are finally getting into more complex 3d.

Serie De Tutoriales Fac 12 by FAC of Delabu Alama
/code/tutors/graphics/tut12.zip
14 Aug 1998 (catalog date)
100,684 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Twelveth tutorial: More complex objets and face sorting.

truepal by Florian Hallar
/code/tutors/video/at_trpal.zip
19 Jan 1998 (catalog date)
56,300 bytes
Download FTP scene.org
Rating:
Emulates truecolor modes in 320x200x8. Not really... it just converts the picture to use a 3-3-2 palette. It's a common emulation mode since it saves time versus quantizing a new palette everyframe (maybe in 5 years we could do that, even if we don't need it anymore. :)

N-Buffering Doc by Type One of TFL-TDV
/code/tutors/video/t1-nbuf.zip
02 Jul 1997 (catalog date)
15,924 bytes
Download FTP scene.org
Rating:
A doc for video buffering. Explains the draw backs of using only one video buffer and how to use 2 or more buffers effectively.

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.

3DS converter by MRI of Doomsday
/code/utils/3d/3dsrdr13.zip
25 Aug 1997 (catalog date)
6,754 bytes
Download FTP scene.org
Rating:
Reads a 3ds file and outputs an easier to read format. An update of Jare's 3dsrdr12. Get the above for usefulness, get Jare's original version for posterity or more complete informations.

GEMA by ? of Sector One
/code/utils/compiler/gema16.zip
10 Jan 1997 (catalog date)
118,143 bytes
Download FTP scene.org
Rating:
An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(

GEMA by ? of Sector One
/code/utils/compiler/gema26aa.zip
10 Jan 1997 (catalog date)
148,691 bytes
Download FTP scene.org
Rating:
An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(

Tiny PCX by Sugar Less
/code/utils/graphics/tinypcx.zip
19 Jan 1998 (catalog date)
1,165 bytes
Download FTP scene.org
Rating:
164 byte pcx loader. Only works on 320x200x256 images (because of video mode and failing to check the image's actual size) and doesn't explain the pcx file format (which is more or less trivial)

4 No More by Fyr of Image
/demos/1995/0-9/4nomore.zip
29 Jun 1996 (catalog date)
6,898 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in4k division and ranked ??

More Or Less by Nocturnal
/demos/1997/n/n_morel.zip
28 Apr 1997 (catalog date)
58,436 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in64 division and ranked 09

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,

Sweet sweet vibraphones by Bay tremore of Haujobb
/graphics/images/1997/b/btsweet.zip
16 Feb 1998 (catalog date)
36,919 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the grfx division and ranked ??
320x240x256

Eat more chemicals by ?? of ??
/graphics/images/1997/m/mek-51.zip
18 May 1998 (catalog date)
51,552 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the grfx division and ranked ??
640x512x64

No more wars by Sidha of Exact
/graphics/images/1997/p/pixel_40.zip
06 May 1998 (catalog date)
74,167 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
640x480x256

Zyklop Group Acronyms List v4.14 by Yogi
/info/contact/group414.zip
06 Dec 1996 (catalog date)
29,508 bytes
Download FTP scene.org
more than 400 groups listed including infos about the crew! Also included are group and party acronyms lists

Un Amore Impossible by Mix
/music/contests/mc4/veteran/m4v-amor.zip
10 Nov 1996 (catalog date)
342,379 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V18

One More Moment by monk
/music/contests/mc6/intermed/m6i-omm.zip
28 Mar 1999 (catalog date)
333,179 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Firestorm 3 by Firelight
/music/disks/1996/firest_3.zip
22 Jan 1997 (catalog date)
2,783,593 bytes
Download FTP scene.org
Rating:
Some really good tunes in here... be on the lookout for Firestorm 4 (which more than likely will get 4.5 stars in our ratings).

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.

Xmo, Extended Module Optimizer by trench
/music/programs/compress/xmo.zip
21 Sep 1998 (catalog date)
10,478 bytes
Download FTP scene.org
The eXtended Module Optimizer will remove unused samples & instruments from your .XM (FastTracker 2) -modules. More optimizations will come in feature versions.

Remus v0.04e
/music/programs/emulate/remus04e.zip
21 Jan 1997 (catalog date)
41,045 bytes
Download FTP scene.org
Generic protected mode sound card emulator. Allow you to use programs with sound cards you do not have. Very ALPHA. Emulates Speaker, D/A on LPT, Gravis, more to come...

GMOD v1.3
/music/programs/players/genmod.zip
20 Apr 1997 (catalog date)
433,735 bytes
Download FTP scene.org
GMOD V1.3 GENERIC-MODule music player for DOS converts MOD, S3M, MTM, 669, FAR, MED, STM & ULT music files to the new .GDM format & then plays elegent stereo music thru a variety of sound cards (GUS, SB1x, SB2x, SBPro, and PAS) Includes setup and music format conversion utilities. Register and get a 2 disk set with ZIP support/more and free audio CD player. NEW

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

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.

RDOS Player v1.7
/music/programs/players/rplay017.zip
21 Jan 1997 (catalog date)
437,256 bytes
Download FTP scene.org
OPL2/OPL3 music module player for your ears. FIRST generic adlib player in PC world at all. Coded in 100% assembler. It's fast with x-mode graphic analyzers and other. Supports module packing and about 16 adlib module formats (AGD, HSC, RAD, D00 plus more...)

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.

Nut Chords 1.1 by Nutcase of Kinetic PC
/music/programs/unusual/nutcho11.zip
05 May 1997 (catalog date)
79,630 bytes
Download FTP scene.org
Excellent chord-finder for musicians and composers. This chord-finder can find all variations of any chords in any tuning possible. You can add more weird chords if you want. Program is based on logics and can really show all variations where to pick up a chord with guitar. Program works on PC/DOS/VGA machines. Featuring: fretboard and keyboard view, mouse and shortkey controls, searching for chords, pick up chords and keys from lists, converting chords between piano and guitar. Perfect tool for all serious composers, trackers as well. TRY IT, it's good. Thanks.

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

Sweeped Analog Pack 1 by DotH of MultiDimensional
/music/samples/anpck1.zip
18 Jan 1998 (catalog date)
1,810,112 bytes
Download FTP scene.org
Samples for quality tracking rendered in various synth emulators. This range of samples is different from other sample packs in that it has only 2 sample types but they are included in the pack as sweeped progressively samples. This will help trackers create more realistic analog sounding sweeps. There are 2 diferent rages of samples, "distorted" (14 samples) and "psychoactive pulse" (16 samples). All samples are 16 bit at 44.1Khz WAV.

Sweeped Analog Pack 2 by DotH of MultiDimensional
/music/samples/anpk2.zip
18 Jan 1998 (catalog date)
1,743,715 bytes
Download FTP scene.org
Samples for quality tracking rendered in various synth emulators. This range of samples is different from other sample packs in that it has only 2 sample types but they are included in the pack as sweeped progressively samples. This will help trackers create more realistic analog sounding sweeps. There are 2 diferent rages of samples, "Filtered saw bass" (11 samples) and "bright resonance bass" (15 samples). All samples are 16 bit at 44.1Khz WAV.

Factory Samples Pack Volume 2 by Forklift
/music/samples/propane2.zip
23 Mar 1998 (catalog date)
5,856,147 bytes
Download FTP scene.org
More factory samples are available now. Read the included text file here for d etails.

Soundwave's Sample Collection, Waldorf Pulse by Soundwave
/music/samples/s16pulse.zip
13 Oct 1997 (catalog date)
23,581,833 bytes
Download FTP scene.org
Samples of the Waldorf Pulse bass synthesizer, 44.1kHz 16 bit, 8 packs. The Waldorf Pulse is a classy, 3-VCO analog bass synthesizer with some nice acid-tweaking knobs if done right. It can do great Minimoog sounds, screeching leads, and more. Some are homemade, some are not, some are factory patches. Most are multisampled for that analog feel if you split up the waveform. Lots of bass sounds - that's what the Pulse is good for.

Korg X5 Drum Samples by Soundwave
/music/samples/swx5drum.zip
11 Oct 1997 (catalog date)
7,257,634 bytes
Download FTP scene.org
People have been looking for more drums, so I gave them it. This is a nice little series of drums taken from the Korg X5 drum machine. There's 109 drum samples in this pack, which should be more than enough to satisfy your drum appetite.

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

She Is Once More by E. Lucidity
/music/songs/1995/e/el-shiom.zip
21 Sep 1996 (catalog date)
83,298 bytes
Download FTP scene.org
Rating:
(XM)

More Than Meets the Mind by Chuck Biscuits
/music/songs/1995/k/k_mind.zip
18 Sep 1996 (catalog date)
210,330 bytes
Download FTP scene.org
Rating:
(S3M)

She Is Once More by Electric Lucidity
/music/songs/1996/e/el-shiom.zip
22 Sep 1996 (catalog date)
82,793 bytes
Download FTP scene.org
Rating:
(XM)

No More Chances by Crus
/music/songs/1996/h/hd-chnce.zip
22 Sep 1996 (catalog date)
88,759 bytes
Download FTP scene.org
Rating:
(S3M)

There Must Be More To Life Than This 1.2 by Anders Akerheden
/music/songs/1997/a/an_mrtl.zip
01 Sep 1997 (catalog date)
384,884 bytes
Download FTP scene.org
Rating:
(XM)

No More Fish by Urge of Danger High Voltage Records
/music/songs/1997/d/dhv_nmf.zip
12 Jul 1998 (catalog date)
469,833 bytes
Download FTP scene.org
(XM)

Four Bars Or More Groove Celebration by Urge
/music/songs/1997/e/ez-admsk.zip
19 Aug 1997 (catalog date)
250,842 bytes
Download FTP scene.org
(XM)

No More Fish by Urge of Danger High Voltage
/music/songs/1997/e/ez-nfish.zip
15 Dec 1997 (catalog date)
483,043 bytes
Download FTP scene.org
(XM)

House Some More by A-C-E M-i-X of BNC
/music/songs/1997/h/housomor.zip
03 Dec 1997 (catalog date)
599,570 bytes
Download FTP scene.org
Released at event RTL97 in the mmul division and ranked XX
(IT)

It's No More by KjWise of illogik
/music/songs/1997/k/kjnomore.zip
22 Jul 1997 (catalog date)
356,820 bytes
Download FTP scene.org
(IT)

More Than A Memory by Multivac of Melancholy
/music/songs/1997/m/ml-memry.zip
06 Apr 1997 (catalog date)
286,170 bytes
Download FTP scene.org
(IT)

Our Future Has More by Zond 3 of Linnorm
/music/songs/1997/o/ourfhm.zip
19 Sep 1997 (catalog date)
809,804 bytes
Download FTP scene.org
(XM)

Roland Part 2 by Bay tremore
/music/songs/1997/r/roland_2.zip
07 Jul 1997 (catalog date)
5,147 bytes
Download FTP scene.org
(MOD)

Nomore - For Lady Diana by Yello73 of Medieval
/music/songs/1997/y/yl_nomor.zip
11 Sep 1997 (catalog date)
174,180 bytes
Download FTP scene.org
(IT)

Nevermore by Garfield of Radioactive Design
/music/songs/1998/g/gfd_nvr.zip
07 Feb 1998 (catalog date)
567,046 bytes
Download FTP scene.org
(IT)

Spring No More by Vladimir JD Sopot of Roofless
/music/songs/1998/j/jd-sprng.zip
07 Mar 1998 (catalog date)
518,932 bytes
Download FTP scene.org
(XM)

Kalkutta by Firestorm of Morel Arts
/music/songs/1998/k/kalkutta.zip
13 Dec 1998 (catalog date)
533,399 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked 12

Don't Fight Anymore by Uctumi of Lithium
/music/songs/1998/l/ltm-dfam.zip
31 Aug 1998 (catalog date)
37,530 bytes
Download FTP scene.org
(XM)

Fresh by Bay Tremore
/music/songs/1998/t/tlt_fres.zip
01 May 1998 (catalog date)
254,014 bytes
Download FTP scene.org
(MOD)

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

More Human Than Human by Bedlamite
/tla/songs/1995/s3m/w/wtzombie.zip
20 Sep 1996 (catalog date)
731,537 bytes
Download FTP
Rating:

No More Fucking Acid! by Crimeday
/tla/songs/1996/it/f/fl_nacid.zip
18 Nov 1996 (catalog date)
316,604 bytes
Download FTP
Rating:

Broken (More Broken mix) by Benzel
/tla/songs/1996/s3m/0-9/0broken.arj
09 Oct 1996 (catalog date)
314,587 bytes
Download FTP
Rating: