Search for "gg": 121 matches

Gouraud shader source by Jedi of Sector One
/code/3d/trifill/gouraud/ggouro2.zip
10 Jan 1997 (catalog date)
66,612 bytes
Download FTP scene.org
Rating:
Source for a gouraud filler, requires GEMA to compile - Needs GEMA. No useful comments. For TASM and MASM users, remember that GEMA's nmenonics are operation source, destination.

Cubic Player Music Interface Kit by Kortal of Wizardry
/code/audio/players/cpmik02.zip
10 Jan 1997 (catalog date)
18,771 bytes
Download FTP scene.org
Rating:
A music player - Doesn't have the sound player code, is buggy, supports only GUS and S3M.

GUS Play interface by Juggler of BTL
/code/audio/players/gp15-pas.zip
10 Jan 1997 (catalog date)
46,188 bytes
Download FTP scene.org
Rating:
An interface for GUS Play for TP - Comes with Robban's GUS play and CyberStrike's Ultradox

Useless Module Player v1.04 by FreddyV of Useless
/code/audio/players/u_smp104.zip
17 Jan 1999 (catalog date)
441,910 bytes
Download FTP scene.org
Rating:
Not as useless as the name might suggest. Supports STM,S3M,MOD,XM, IT and GUS and Soundblaster cards, DOS32, EOS, KERNEL 386 and Watcom.

EXE Encrypter by Eclipse
/code/compress/crypt121.zip
26 Feb 1998 (catalog date)
12,773 bytes
Download FTP scene.org
Rating:
Protects your exe files against debuggers.

Timeless source by Tran
/code/demosrc/demos/timesrc.zip
10 Jan 1997 (catalog date)
356,568 bytes
Download FTP scene.org
Rating:
Source for Tran's timeless demos - Curiously better than Tran's other source releases. If you intend to figure out how it works, I suggest you start at line 127 of v.asm. Few comments, but excellent source.

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.

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.

Gallery Source by ARM of Iguana
/code/effects/doom/gallery.zip
10 Jan 1997 (catalog date)
593,716 bytes
Download FTP scene.org
Rating:
Source to Iguana's gallery scene from Inconexia (a doom clone) - Nice code, but low accuracy on the maths. Cool pictures, but I saw them the first time, when they were in the Prado. :) I always thought that there should have been an Easter Egg for May 3rd. Run subdirs.exe to get the full source.

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.

FLOS v1.0 Operating Shell by George Garrett
/code/fileutil/flos.zip
26 Feb 1998 (catalog date)
61,119 bytes
Download FTP scene.org
Rating:
A nice but very buggy dosshell.

Digitized Music Routines for SoundBlaster by TSC-Software
/code/hardware/audio/digipack.zip
21 Jan 1998 (catalog date)
489,795 bytes
Download FTP scene.org
Rating:
Very buggy.

CPUID for intel by Doctor Sludge
/code/hardware/cpu/cputest2.zip
10 Jan 1997 (catalog date)
10,953 bytes
Download FTP scene.org
Rating:
Source to detect which intel chip is in a computer - Detects the processor for sure, but does it by checking for invalid opcodes. If you need to detect CPU type, I suggest /code/hardware/processor/cpuid3.zip.

Keyboard handler by Patch
/code/hardware/keyboard/kbdhand9.zip
10 Jan 1997 (catalog date)
26,409 bytes
Download FTP scene.org
Rating:
Source for making a keyboard handler (int 9) and reading the keyboard from the handler - Doesn't tell you much, but is a good demonstration. I'd suggest for those needing to write a keyboard handler is to get a hardware reference for the keyboard and see what other options are available and how the code works.

386 power by Lorenzo Micheletto
/code/hardware/pmode/386p_101.zip
10 Jan 1997 (catalog date)
117,845 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - Has docs for useage and some extra miscellaneous routines that could be used for game or graphics programming in pmode. Honestly, if you want to do 100% asm development for pmode I'd suggest DOS32 or Tran's pmode. The author here credits Tran for some backbones to his system.

Sound Master v1.0 by Ziggy
/code/sound/smaster.zip
05 Oct 1996 (catalog date)
20,296 bytes
Download FTP scene.org
Rating:
SoundBlaster Library

Basic To Assembly Translator by Kevin Diggins
/code/utils/compiler/basm10.zip
26 Feb 1998 (catalog date)
297,077 bytes
Download FTP scene.org
Rating:
Creates an assembly listing out of a basic listing.

Bin to Obj by Mr Baggins of Extravaganza
/code/utils/compiler/binobj32.zip
12 Aug 1997 (catalog date)
31,779 bytes
Download FTP scene.org
Rating:
A bin 2 obj util. Actually produces obj files, but only works with Watcom C. (By extension, you should be able to get it to work with pmode and TASM.)

MikDLL library by MikMak
/code/utils/compiler/mikdll.zip
10 Jan 1997 (catalog date)
20,844 bytes
Download FTP scene.org
Rating:
A dynamic library loader for BC/DOS - This is a rather complex piece of code not designed for the beginner. It shows you how you could create a dynamic library so that you can load code at runtime. Suggested use is for a mod player to load the specific sound card's drivers run time.

Font Editor by The Darkman
/code/utils/fonts/fontedit.zip
29 Sep 1997 (catalog date)
6,073 bytes
Download FTP scene.org
Rating:
Buggy and incomplete sources.

Text Mode FLI/FLC Player
/code/video/txtfli.zip
06 Oct 1996 (catalog date)
99,695 bytes
Download FTP scene.org
Rating:
Buggy mode set, only worked in a dos box from win '95. Had information about the text mode demo compo and was rather impressive for what it did. Otherwise, tight code for what it does, sparce, useless comments.

Big Bigger Biggest by Infernals
/demos/1992/bigbig.zip
29 Jun 1996 (catalog date)
185,828 bytes
Download FTP scene.org
Rating:

BBS Reggae Muffin by Razor 1911
/demos/1993/d/download.zip
29 Jun 1996 (catalog date)
22,108 bytes
Download FTP scene.org
Rating:

Bagger by Crapware
/demos/1994/c/cwbagger.zip
29 Jun 1996 (catalog date)
29,765 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the in64 division and ranked 06

Rivers of Suggestion
/demos/1994/r/riversos.zip
29 Jun 1996 (catalog date)
625,110 bytes
Download FTP scene.org
Rating:

Groove Action (buggy) by Plant
/demos/1995/f/ftj_act.zip
30 Jun 1996 (catalog date)
159,270 bytes
Download FTP scene.org
Rating:

Bagger by XL
/demos/1996/b/bagger.zip
19 Oct 1996 (catalog date)
337,081 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the demo division and ranked 08

Egg-O'Trip by Cobra Creations
/demos/1996/c/coc_muna.zip
30 Jun 1996 (catalog date)
490,383 bytes
Download FTP scene.org
Rating:
Released at event DML96 in the demo division and ranked 02

Trekant Med Eli Rygg by Old Fashion
/demos/1996/e/eli_rygg.zip
30 Jun 1996 (catalog date)
748,975 bytes
Download FTP scene.org
Rating:

Guggle Me by Doomsday Productions
/demos/1996/g/guggleme.zip
16 Nov 1996 (catalog date)
1,968,728 bytes
Download FTP scene.org
Rating:
Released at event SKE96 in the demo division and ranked ??

Rip by NuggiTraders
/demos/1996/r/rip.zip
03 Jul 1996 (catalog date)
150,280 bytes
Download FTP scene.org
Rating:

Trekant med Eli Rygg Igjen by Sorrox
/demos/1997/e/eli2.zip
27 Apr 1997 (catalog date)
564,659 bytes
Download FTP scene.org
Released at event TG97 in the infs division and ranked 01
,,GUS,

Another One Glides the Dust by G&G Demoswarez
/demos/1997/g/gg_a1gtd.zip
30 Mar 1997 (catalog date)
1,505,796 bytes
Download FTP scene.org
Rating:
DX2,,GUS/SB,8MB

Mara Project/Borntro by G&G Demoswarez
/demos/1997/g/gg_brn.zip
21 Mar 1997 (catalog date)
696,656 bytes
Download FTP scene.org
Rating:
,,,

Another One Glides the Dust (patch) by G&G Demoswarez
/demos/1997/g/gg_fix.zip
30 Mar 1997 (catalog date)
173,615 bytes
Download FTP scene.org
Rating:

Meshuggah by Ollie
/demos/1997/m/meshugga.zip
27 Mar 1997 (catalog date)
9,976 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in4k division and ranked 04

Solar Aggression by Useless
/demos/1997/u/u_solar.zip
30 Aug 1997 (catalog date)
431,104 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the demo division and ranked 15
,VESA,,

Let's Die by Skeggspir
/graphics/images/1994/l/lets_di.zip
04 Jul 1996 (catalog date)
57,086 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Singing Girl by TMK
/graphics/images/1995/s/singgirl.zip
04 Jul 1996 (catalog date)
46,307 bytes
Download FTP scene.org
Rating:
Released at event ???? in the ???? division and ranked 01

Just For Fun by Eggshell
/graphics/images/1995/v/vrouwb.zip
12 Sep 1996 (catalog date)
23,120 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the grfx division and ranked XX

Demolition Logo by Viggin
/graphics/images/1996/d/deml.zip
08 Jun 1997 (catalog date)
87,418 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the gfst division and ranked 03

Buggy by Das
/graphics/images/1996/s/sck-bug.zip
04 Jul 1996 (catalog date)
121,198 bytes
Download FTP scene.org
Rating:

Capitalism by Gr0ggy
/graphics/images/1997/c/capitals.zip
08 Nov 1997 (catalog date)
417,616 bytes
Download FTP scene.org
Rating:
640x480x16m

Doggy by Eb
/graphics/images/1997/d/doggy.zip
17 Feb 1998 (catalog date)
81,469 bytes
Download FTP scene.org
Rating:
Released at event DML97 in the grfx division and ranked 08
512x400x256

Egg Carton by Nexus
/graphics/images/1997/e/eggcartn.zip
02 Jun 1997 (catalog date)
226,084 bytes
Download FTP scene.org
Rating:
Released at event SNY97 in the grtc division and ranked 03
640x480x16m

Groggy's ID by Groggy
/graphics/images/1997/g/groggy.zip
13 Oct 1997 (catalog date)
94,464 bytes
Download FTP scene.org
Rating:

Hodeplagg by Orome of Talent
/graphics/images/1997/h/hodep.zip
17 Feb 1998 (catalog date)
34,575 bytes
Download FTP scene.org
Released at event DST97 in the grfx division and ranked ??
320x200x256

Schanege by Doggydoc of Exlex
/graphics/images/1997/p/pixel_29.zip
06 May 1998 (catalog date)
4,484 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
320x256x32

Saturne Unplugged by Dines
/graphics/images/1997/s/saturne5.zip
25 Nov 1997 (catalog date)
12,250 bytes
Download FTP scene.org
Rating:
320x200x256

Loggia by Triphase
/graphics/images/1997/t/t-loggia.zip
07 Oct 1998 (catalog date)
87,759 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the grtc division and ranked 01
800x600x16m

Godillusion by Doggy Doc of Exlex
/graphics/images/1998/g/godillus.zip
28 May 1998 (catalog date)
248,860 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 33
640x512x256

Kloppi by Digga of Occult
/graphics/images/1998/k/kloppi.zip
28 May 1998 (catalog date)
18,552 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 19
320x200x256

Iza Man Drugged on Funk! by Iza Man
/music/contests/mc2/rookie/r-izafnk.zip
09 Nov 1996 (catalog date)
123,331 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R32

GTE by DreamThief
/music/contests/mc4/rookie/m4r-ggte.zip
10 Nov 1996 (catalog date)
441,826 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Giggle of Fairies by Shudder
/music/contests/mc4/rookie/m4r-gigg.zip
10 Nov 1996 (catalog date)
199,086 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Abba Gabba by Diggity Dank, Jase
/music/contests/mc4/veteran/m4v-abba.zip
10 Nov 1996 (catalog date)
489,241 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Cats At Play by Minggrey of Shattered Fixtures
/music/contests/mc5/rookie/m5r-cap.zip
29 Aug 1997 (catalog date)
441,450 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Hafasika by Frotus, Froggie
/music/contests/mc5/rookie/m5r-hafa.zip
29 Aug 1997 (catalog date)
430,793 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked R07

Get Moving Men by WizardArthur
/music/contests/mc6/rookie/m6r-ggm.zip
28 Mar 1999 (catalog date)
59,702 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Mizzjizz by Ziggy
/music/contests/mc6/rookie/m6r-mjz.zip
28 Mar 1999 (catalog date)
637,042 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Boggle by Nuke
/music/contests/mc6/veteran/m6v-bggl.zip
28 Mar 1999 (catalog date)
315,332 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Trancescrambled Egg 2 by EGG, Kosmic
/music/disks/1995/egg-trnc.zip
18 Sep 1996 (catalog date)
4,833,185 bytes
Download FTP scene.org
Rating:

Aggression by Farmer
/music/disks/1997/aggressi.zip
10 Aug 1997 (catalog date)
3,155,904 bytes
Download FTP scene.org
Rating:

Wav To Xi Converter 1.2 by MAZ
/music/programs/convert/wav2xi12.zip
28 Apr 1997 (catalog date)
15,628 bytes
Download FTP scene.org
8/16 bit WAV to XI converter, incl. crossfade loop "detection", frequency to FT2 RelNote/FineTune conversion, amplification trigger and zero cross handling. NEW: removed readonly-WAV bug, now accepts paths in source filename to better integrate it with AKA's SMoRPhi

Yamaha Tx16w Wavefile To Iff Converter V1.2 by PiCoder of Seaber Designs
/music/programs/convert/yt2iff12.zip
05 Sep 1997 (catalog date)
7,659 bytes
Download FTP scene.org
This proggy is useful on converting those TX16W files (*.W??) to the FT2-compatible IFF files

Denzogtr.zip by Alessandro De Sanctis
/music/programs/players/denzogtr.zip
11 Dec 1997 (catalog date)
93,829 bytes
Download FTP scene.org
This is the ultimate chords/scales finder: all you're looking for DenzoGtr can find. This is not a scales or chords dB, but a powerful engine that you cam program for finding all positions for both scales and chords. There is no a fix number of choice: you can find 10, 100, 1000, 10000 position for each chord depending from tunig, finger positions, inversions and other parameters. In the same way you can search for 3 notes for string scales or pentatonic pattern etc. Also arpeggios are simple to find. Remenber that DenzoGtr is designed to be expanded with your own tuning, scales and chords. So have fun, Alex.

Rush to the Origins by Euggie of BFG
/music/songs/1994/bfg-rush.zip
11 Aug 1996 (catalog date)
666,214 bytes
Download FTP scene.org
Rating:
(S3M)

Buggy Balls by Mindfuck
/music/songs/1994/buggybal.zip
15 Sep 1996 (catalog date)
182,609 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Nightfall by Euggie
/music/songs/1995/b/bfg-nite.zip
16 Sep 1996 (catalog date)
299,754 bytes
Download FTP scene.org
Rating:
(S3M)

Spectro by Euggie of BFG
/music/songs/1995/b/bfg-spec.zip
30 Oct 1997 (catalog date)
99,599 bytes
Download FTP scene.org
Rating:
(S3M)

Two Chords by Euggie of BFG
/music/songs/1995/b/bfg-two.zip
30 Oct 1997 (catalog date)
333,940 bytes
Download FTP scene.org
Rating:
(S3M)

Odiusia 2 by Maggot
/music/songs/1995/o/odiusia2.zip
21 Sep 1996 (catalog date)
183,037 bytes
Download FTP scene.org
Rating:
(XM)

Diggin' Into Paradize by Dynamite of The Lost Patrol
/music/songs/1995/p/paradize.zip
08 Sep 1997 (catalog date)
14,264 bytes
Download FTP scene.org
Rating:
(S3M)

Skybuggy by Ded Silence
/music/songs/1995/t/t-skybug.zip
20 Sep 1996 (catalog date)
71,015 bytes
Download FTP scene.org
Rating:
(S3M)

Wiggle yo Ass by Phoenix
/music/songs/1995/w/wya_.zip
20 Sep 1996 (catalog date)
117,464 bytes
Download FTP scene.org
Rating:
Released at event NAID95
(S3M)

Industrial Light and Magic by Euggie of BFG
/music/songs/1996/b/bfg-ilm.zip
30 Oct 1997 (catalog date)
567,726 bytes
Download FTP scene.org
Rating:
(S3M)

Dr Who Eggbeater And Funnel Mix by Butcher of Metamorph
/music/songs/1996/d/drwho.zip
09 Apr 1997 (catalog date)
33,804 bytes
Download FTP scene.org
(XM)

Don't Repress Me by Great Guy
/music/songs/1996/g/gg-dtrp.zip
15 Mar 1997 (catalog date)
585,738 bytes
Download FTP scene.org
Released at event PC96 in the mmul division and ranked 10
(XM)

Outsider by Juggernaut
/music/songs/1996/o/outsider.zip
22 Sep 1996 (catalog date)
331,394 bytes
Download FTP scene.org
Rating:
(S3M)

Giggle of the Fairies by Shudder
/music/songs/1996/s/s_giggle.zip
18 Nov 1996 (catalog date)
199,913 bytes
Download FTP scene.org
Rating:
(IT)

Teppelegger'n II by Xerxes
/music/songs/1996/x/xr-tepp.zip
22 Sep 1996 (catalog date)
134,248 bytes
Download FTP scene.org
Rating:
(XM)

Full Frontal Assault by ggo of 7YNIVf
/music/songs/1997/0-9/7_ffa.zip
14 Jul 1997 (catalog date)
205,827 bytes
Download FTP scene.org
(IT)

Doggone Genomaniac by GKV
/music/songs/1997/d/dggm-gkv.zip
25 Jul 1997 (catalog date)
222,605 bytes
Download FTP scene.org
(IT)

Reggie by DH of Anti-Matter
/music/songs/1997/d/dh-reggi.zip
14 Apr 1998 (catalog date)
128,907 bytes
Download FTP scene.org
(XM)

Deks-Reggea by Deks
/music/songs/1997/d/dksregea.zip
19 Mar 1997 (catalog date)
118,972 bytes
Download FTP scene.org
(S3M)

The Haggis Anthem by Haggis of Anti-Matter
/music/songs/1997/h/hag-anth.zip
11 Apr 1998 (catalog date)
314,657 bytes
Download FTP scene.org
(XM)

Living In Fear by Haggis of Anti-Matter
/music/songs/1997/h/hag-fear.zip
06 Apr 1998 (catalog date)
680,406 bytes
Download FTP scene.org
(XM)

Flying by Haggis of Anti-Matter
/music/songs/1997/h/hag-flng.zip
15 Dec 1997 (catalog date)
529,120 bytes
Download FTP scene.org
(XM)

Flight Of The Ostrich 4 by Haggis of Anti-Matter
/music/songs/1997/h/hag-flyt.zip
26 Oct 1997 (catalog date)
769,505 bytes
Download FTP scene.org
(XM)

Freedom Spread by Haggis of Anti-Matter
/music/songs/1997/h/hag-free.zip
29 Mar 1998 (catalog date)
384,174 bytes
Download FTP scene.org
Rating:
(XM)

Nest In The Sky by Haggis of Anti-Matter
/music/songs/1997/h/hag-nits.zip
11 Apr 1998 (catalog date)
801,905 bytes
Download FTP scene.org
(XM)

hoagshead hoax by sojagga of coil
/music/songs/1997/h/hoax.zip
30 Dec 1998 (catalog date)
222,483 bytes
Download FTP scene.org
Released at event DML97 in the mmul division and ranked 13

Unplugged by Ming
/music/songs/1997/m/mi-plug.zip
04 Sep 1997 (catalog date)
148,196 bytes
Download FTP scene.org
(IT)

Egg Beater by Ramone
/music/songs/1997/m/mo_egg.zip
08 Apr 1997 (catalog date)
329,116 bytes
Download FTP scene.org
(XM)

Gawk And Grek by Porus of Moss
/music/songs/1997/m/mss-gg.zip
03 Aug 1997 (catalog date)
411,505 bytes
Download FTP scene.org
(IT)

Fashion Nugget by A-Move of Amable
/music/songs/1997/n/nugget.zip
02 Jan 1999 (catalog date)
112,234 bytes
Download FTP scene.org
Released at event EVK97 in the mmul division and ranked 01

Scrambled Eggs by Nighthawk of ProFound Sound
/music/songs/1997/n/nwk-eggs.zip
29 Oct 1997 (catalog date)
132,109 bytes
Download FTP scene.org
(XM)

Trigger by Primon of Radio
/music/songs/1997/t/trigger.zip
30 Dec 1998 (catalog date)
410,539 bytes
Download FTP scene.org
Released at event DML97 in the mmul division and ranked 21

Anti Arpeggio Tune by Vincent Voois
/music/songs/1997/v/vv_aarp.zip
24 Apr 1997 (catalog date)
120,191 bytes
Download FTP scene.org
(IT)

Caribbean Island by Haggis of Anti-Matter
/music/songs/1998/h/hag-cari.zip
31 May 1998 (catalog date)
482,931 bytes
Download FTP scene.org
(XM)

Synthrock Song 2 by Haggis of Anti-Matter
/music/songs/1998/h/hag-song.zip
13 Jun 1998 (catalog date)
271,297 bytes
Download FTP scene.org
(XM)

Anti-matter War Dance by Haggis of Anti-Matter
/music/songs/1998/h/hag-war.zip
01 Jun 1998 (catalog date)
267,805 bytes
Download FTP scene.org
(XM)

sway by sojagga of coil
/music/songs/1998/s/sway_by_.zip
13 Dec 1998 (catalog date)
489,088 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked 06

Mind Struggle by mentz of tokyo dawn records
/music/songs/1998/t/tokyo-68.zip
22 Sep 1998 (catalog date)
626,227 bytes
Download FTP scene.org
(XM)

beats your mind by trigger of coil
/music/songs/1998/t/tr_beats.zip
07 Dec 1998 (catalog date)
560,190 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

Gravediggaz Suicide Remix by Will Be
/music/songs/1998/w/wb-scdrx.zip
27 Feb 1998 (catalog date)
1,707,793 bytes
Download FTP scene.org
(IT)

Dialogos '98 Invitation Intro by Crossbone, Maggo Mag, Tomac
/party/invites/1998/d98inv1.zip
18 Oct 1998 (catalog date)
326,770 bytes
Download FTP scene.org
Rating:

Wired '94 Unplugged Report by Subnormals
/party/reports/1994/snwired.zip
03 Oct 1996 (catalog date)
5,704,702 bytes
Download FTP scene.org
Rating:
Released at event WIR94

Tror Inte Pa Tuggummi by Muzicae D of PFS
/music/songs/1998/c/cool2.zip
04 Jul 2003 (catalog date)
371,629 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the m4ch division and ranked 07
(MOD)

My Barbie Is Bald by Groggy of Total Quikphix
/music/songs/1998/t/ttl-bald.zip
04 Jul 2003 (catalog date)
226,671 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the m4ch division and ranked 11
(MOD)

Aggitated by Kphill
/tla/songs/1995/s3m/a/aggitate.zip
16 Sep 1996 (catalog date)
66,555 bytes
Download FTP
Rating:

Juggernaut by Pedro
/tla/songs/1995/xm/c/cb-jnaut.arj
21 Sep 1996 (catalog date)
97,385 bytes
Download FTP
Rating:

Mysterious Wiggle by Jackill
/tla/songs/1995/xm/w/wiggle.zip
11 Sep 1996 (catalog date)
168,645 bytes
Download FTP
Rating:
Released at event BIZ95 in the mmul division and ranked XX

Kraq Dogg by David Weekly
/tla/songs/1996/mod/t/t_krdogg.zip
22 Sep 1996 (catalog date)
133,658 bytes
Download FTP
Rating:

Abortions Suck by Huggy Bear
/tla/songs/1996/s3m/g/g_abort.zip
22 Sep 1996 (catalog date)
82,942 bytes
Download FTP
Rating:

Tiggers Don't Climb Trees by Kiwidog
/tla/songs/1996/s3m/k/kd_tiggr.zip
22 Sep 1996 (catalog date)
214,968 bytes
Download FTP
Rating:

Masked Message by Juggernaut
/tla/songs/1996/s3m/m/masked.zip
22 Sep 1996 (catalog date)
149,810 bytes
Download FTP
Rating:

There Is No Return by Juggernaut
/tla/songs/1996/s3m/n/noreturn.zip
22 Sep 1996 (catalog date)
103,217 bytes
Download FTP
Rating:

Ride The Snake by Juggernaut
/tla/songs/1996/s3m/r/ridetsnk.zip
22 Sep 1996 (catalog date)
165,717 bytes
Download FTP
Rating:

Jungle Van Hoggelen by Ruud
/tla/songs/1996/xm/j/jungle.zip
16 Nov 1996 (catalog date)
65,493 bytes
Download FTP
Rating:

Leggematter'n by Xerxes
/tla/songs/1996/xm/l/leggmatt.zip
22 Sep 1996 (catalog date)
529,176 bytes
Download FTP
Rating: