Search for "MPI": 98 matches

Power Render v2.3 by Gooroo
/code/3d/systems/prv2_3.zip
01 Jul 1997 (catalog date)
4,685,199 bytes
Download FTP scene.org
Rating:
A rendering system for 3dfx cards. Requires watcom and WGT5.1+ to compile examples. This is a commercial package.

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.

Phong Shading
/code/3d/trifill/phong/pasphong.zip
05 Oct 1996 (catalog date)
4,545 bytes
Download FTP scene.org
Rating:
Hard to read code, should have the compiled exe with it in the pack. Slow!

Midas v.040a by Petteri Kangaslampi, Jarno Paananen
/code/audio/players/mdss040a.zip
10 Jan 1997 (catalog date)
1,400,325 bytes
Download FTP scene.org
Rating:
Midas music system - A full music system (almost) with support for compiling with tasm, BP, BC, and Watcom.

Mini LZO Realtime Data Compression Library by Markus Oberhumer. Fits in 6 kilobytes when compiled.
/code/compress/mlzo100.zip
17 Jan 1999 (catalog date)
26,510 bytes
Download FTP scene.org
Rating:

Black Ice source by Sinbad
/code/demosrc/bbsintro/blacdemo.zip
10 Jan 1997 (catalog date)
432,910 bytes
Download FTP scene.org
Rating:
Sources for a large BBS intro with a scrollie, fire, and a zoomer - Comments for the effects, recompiles easily. Shows influences from Mental Surgery, mainly in the sound code. Old effects, but recent code.

Kukoo2 source by Type One of TFL-TDV
/code/demosrc/bbsintro/kuk2src.zip
10 Jan 1997 (catalog date)
159,048 bytes
Download FTP scene.org
Rating:
Source for the second part of kukoo2 (A BBS ad) with multiple parallax-esque scrollers - Refuses to recompile for me, though it looks as if it should. I didn't try MASM though.

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.

Micaco BBS ad source by Chc
/code/demosrc/bbsintro/micsrc41.zip
10 Jan 1997 (catalog date)
190,207 bytes
Download FTP scene.org
Rating:
Source for a BBS ad with an environment mapped object - It's all asm source, but you need Watcom to compile it. Comes with an extra ASC file format converter. All comments are in Spanish though there's a (shorter) Enlish readme file. Knowing Spanish is very useful for these sources as the comments are good.

BB Demo Source by Jan Hubicka
/code/demosrc/demos/bbsrc.zip
19 Jan 1998 (catalog date)
1,575,247 bytes
Download FTP scene.org
Rating:
Text Mode/ASCII demo for DOS and UNIX. Requires gcc to compile unless you really want to mess with the makefiles. Also requires /code/utils/graphics/aa-lib10.zip. Nicely done.

Bytes & Kisses source by Jeff Lawson of JL Enterprise
/code/demosrc/demos/bkisssrc.zip
10 Jan 1997 (catalog date)
513,669 bytes
Download FTP scene.org
Rating:
Sources for a demo with a scrollie, plasma, shadebobs, tunnel, bitmap rotation and stretching, and cool credits - Nice comments, but not precompiled. add /misc.!!! to your path and be sure to have pklite somewhere in your path. Go through each directory and use Borland's make on all the targets of each make file. Then make bytekiss.exe from /. Nice demo for its time, but frightfully boring except on Valentine's day. :)

Byte B4 Christmas source by Jeff Lawson of JL Enterprise
/code/demosrc/demos/byte-src.zip
10 Jan 1997 (catalog date)
560,382 bytes
Download FTP scene.org
Rating:
Sources for a demo with snowflakes, fire, and some text writers - Nice comments, but not precompiled. add /misc.!!! to your path and be sure to have pklite somewhere in your path. Go through each directory and use Borland's make on all the targets of each make file. Then make bytekiss.exe from /. Nice demo for its time, but frightfully boring except on Christmas Eve :)

Copper Faked source by The Faker of Aardvark
/code/demosrc/demos/cfsource.zip
10 Jan 1997 (catalog date)
146,977 bytes
Download FTP scene.org
Rating:
Sources for Copper Faked - Barren on comments and not precompiled.

Stupikeffyloooopy Full Source by FAC of Delabu Alama
/code/demosrc/demos/loopysrc.zip
25 Apr 1998 (catalog date)
211,591 bytes
Download FTP scene.org
Full source for the Stupikeffyloopy demo. - Coded in TMT Pascal v2.0 registered. - Can be compiled with either registered or unregistered versions - Supports Sound Blaster / No Sound - MOD Player by Cesar Vellido / CiMedia - Enjoy it.

VGAless source by Quantum Porcupine
/code/demosrc/demos/src_less.zip
10 Jan 1997 (catalog date)
10,853 bytes
Download FTP scene.org
Rating:
Source for a 8086/CGA demo - Nifty that the demo runs on an 8086. The source won't recompile. One file without comments.

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.

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.

Iguana Landscape by JCAB, Jare of Iguana
/code/effects/land/ign_land.zip
10 Jan 1997 (catalog date)
23,458 bytes
Download FTP scene.org
Rating:
The voxel landscape from Heartquake - No explaination of the effect, non-recompileable. The code is largely dependant on code libraries that the coders have developed and is thus somewhat difficult to follow.

voxel by Jeff Bilger
/code/effects/land/voxel.zip
10 Jan 1997 (catalog date)
9,570 bytes
Download FTP scene.org
Rating:
A voxel example - Doesn't recompile easily, no useful comments nor a description.

voxel by Jeff Bilger
/code/effects/land/voxelg.zip
10 Jan 1997 (catalog date)
9,555 bytes
Download FTP scene.org
Rating:
A voxel example - Doesn't recompile easily, no useful comments nor a description.

Plasma by Jan Moller, Erik Hansen
/code/effects/plasma/c_plasma.zip
10 Jan 1997 (catalog date)
55,010 bytes
Download FTP scene.org
Rating:
Simple plasma example - Just some plasma. You might want to take the comments out on the WaitRast(): call and recompile, especially if you have a Pentium.

plasma3 by btf
/code/effects/plasma/plasma3.zip
10 Jan 1997 (catalog date)
16,750 bytes
Download FTP scene.org
Rating:
You've got me - A bad processor check spoils this. Difficult to recompile and I'll assume it needs MASM to assemble.

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.

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.

Real Memory by Chatter
/code/hardware/memory/realmem.zip
10 Jan 1997 (catalog date)
10,850 bytes
Download FTP scene.org
Rating:
Supposedly gets you past the 64k barrier in real mode - I have no clue what compiler this is supposed to compile for. It uses opcodes not allowed in BC's inline assembler, watcom doesn't use that kind of inline assembler (and doesn't need this extender anyway), and this is pointless for djgpp which only compiles 32bit pmode apps. I have neither TC (but considering that's a sub-set of BC I can assume it won't work) nor Quick C (but that's so old, it's inline assembler's probably incomplete too).

PMODE/W by Tran, Daredevil
/code/hardware/pmode/pmw133.zip
10 Jan 1997 (catalog date)
143,190 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode C programming - Works with the Watcom C compiler as a replacement for their protected mode system. Has it's tradeoffs with their (Watcom's) system.

Type One's SVGA Tricks Part 1 by Type One
/code/hardware/video/t1-svga1.zip
06 Oct 1996 (catalog date)
17,713 bytes
Download FTP scene.org
Rating:
Broken english. :( Lots of very useful video card tweaking information. Text and assembler, but not compileable.

Tutorial 1 in C by Snowman of Hornet
/code/tutors/denthor/tut01new.zip
11 Jan 1997 (catalog date)
16,337 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 1 in C:The basics - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 2 in C by Snowman of Hornet
/code/tutors/denthor/tut02new.zip
11 Jan 1997 (catalog date)
37,007 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 2 in C:Palette handling - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 3 in C by Snowman of Hornet
/code/tutors/denthor/tut03new.zip
11 Jan 1997 (catalog date)
37,311 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 3 in C:Circles - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 4 in C by Snowman of Hornet
/code/tutors/denthor/tut04new.zip
11 Jan 1997 (catalog date)
20,085 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 4 in C:Virtual screens - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 5 in C by Snowman of Hornet
/code/tutors/denthor/tut05new.zip
11 Jan 1997 (catalog date)
26,798 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 5 in C:scrollers - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 6 in C by Snowman of Hornet
/code/tutors/denthor/tut06new.zip
11 Jan 1997 (catalog date)
34,374 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 6 in C:Look up tables - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 7 in C by Snowman of Hornet
/code/tutors/denthor/tut07new.zip
11 Jan 1997 (catalog date)
37,949 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 7 in C:Animation - Includes Denthor's original tutorial release within and has the compiled exe.

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. :)

Tutorial 9 in C by Snowman of Hornet
/code/tutors/denthor/tut09new.zip
11 Jan 1997 (catalog date)
43,863 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 9 in C:polygons - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 10 in C by Snowman of Hornet
/code/tutors/denthor/tut10new.zip
11 Jan 1997 (catalog date)
45,338 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 10 in C:Chain-4 and scrolling - Includes Denthor's original tutorial release within and has the compiled exe. (This is lysdexic. Bonus. :)

Tutorial in C by Steve Pinault
/code/tutors/denthor/tutorc.zip
11 Jan 1997 (catalog date)
59,478 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:C versions of the PAS source - Needs MSVC to compile, which most people simply don't have.

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

Bin to H by Lev Iserovich
/code/utils/compiler/bin2h.zip
12 Aug 1997 (catalog date)
11,097 bytes
Download FTP scene.org
Rating:
A bin 2 h/obj. Actually produces obj files, but only works with Turbo C with a little tweaking for Borland C. (same company yes, slightly different compilers.) (By extension, you should be able to get it to work with TASM.)

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

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.

C-- by Peter Cellik
/code/utils/compiler/c--c0203.zip
10 Jan 1997 (catalog date)
309,669 bytes
Download FTP scene.org
Rating:
C-- compiler,It's either a stripped down version of C or ASM on steriods. It was good and cool some time ago, but there are surely better development platforms available.

C-- examples by Peter Cellik
/code/utils/compiler/c--ex103.zip
10 Jan 1997 (catalog date)
213,584 bytes
Download FTP scene.org
Rating:
C-- example sources - A must get for c--0203.zip

DeKompress DOS32 by Dark Fibre
/code/utils/compiler/dkd32.zip
10 Jan 1997 (catalog date)
12,414 bytes
Download FTP scene.org
Rating:
Decompresses files made with and compressed via DOS32 - This utility could be useful for rippers faced with intros coded with DOS32. It will unpack the exe and one can use further programs to extract mod files or graphics.

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. :(

Inc Pro by KeLewAN
/code/utils/compiler/incpro3.zip
12 Aug 1997 (catalog date)
6,818 bytes
Download FTP scene.org
Rating:
A bin 2 include util. A word to the coder, learn to read/write double values, it'll help speed up the assembler. If you were really cool, you'd write a binary to .OBJ converter.

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.

The MAKEFILE Maker v1.3 (Watcom) by Kwanny
/code/utils/compiler/mm13.zip
06 Oct 1996 (catalog date)
30,985 bytes
Download FTP scene.org
Rating:

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

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

WIN95 And Demos Starter by Cute Elf
/code/windows/ce-win95.zip
19 Jan 1998 (catalog date)
18,929 bytes
Download FTP scene.org
Rating:
Library for using DirectDraw for making demo effects. Use Winzip to decompress archive because of the long file names. If using DirectX 5, you have to change two lines in DirectXConversion.cpp to type cast to (DirectDrawSurface2 *). When you try to compile, you'll know which lines those are. Hmm... maybe wince stands for Win-CuteElf. (If you see this, are you going back there?)

Llama Olimpica by M3
/demos/1994/l/llama.zip
29 Jun 1996 (catalog date)
16,003 bytes
Download FTP scene.org
Rating:

Campino by Phoenix, Virtual Rage
/demos/1996/c/campino.zip
20 Jul 1996 (catalog date)
893,491 bytes
Download FTP scene.org
Rating:

Compile by Karg
/demos/1996/c/compile.zip
17 Apr 1998 (catalog date)
102,124 bytes
Download FTP scene.org
Rating:

Empire (final) by TPOLM
/demos/1996/e/emp_fnal.zip
09 Feb 1997 (catalog date)
1,177,561 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 05
486,GUS/SB/PAS

PGT by MPI
/demos/1997/p/pgt.zip
21 Jan 1998 (catalog date)
101,085 bytes
Download FTP scene.org
Rating:
Released at event TMDC97 in the demo division and ranked 08
486,,GUS,

Bumpgeci by Buzz Armpit of Brutal Core Division
/demos/1998/b/bcd-bump.zip
21 Aug 1998 (catalog date)
635 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in1k division and ranked 15

Vampire by Mirage
/graphics/images/1994/m/miragebz.zip
04 Jul 1996 (catalog date)
56,940 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 03

Vampire by Black Artist
/graphics/images/1996/v/vamp10.zip
04 Jul 1996 (catalog date)
10,900 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the grfx division and ranked 01

Empire by Dan Abnormal
/music/contests/mc4/rookie/m4r-empi.zip
10 Nov 1996 (catalog date)
226,226 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

MFX - Compilation 6 by MFX
/music/disks/1996/mfx_co6.zip
27 Jan 1997 (catalog date)
890,618 bytes
Download FTP scene.org
Rating:
Wierd slow trancy type tunes... long samples... no interface. Very odd. Very, very odd.

A Hcpunk Compilation by Samael of piru goose
/music/disks/1997/hap-hc.zip
13 Apr 1997 (catalog date)
2,461,941 bytes
Download FTP scene.org

Xm-exe 1.5 by Ian Luck
/music/programs/players/xm-exe15.zip
18 Aug 1998 (catalog date)
215,789 bytes
Download FTP scene.org
Combines playback code and XM/MOD file(s) to create a Win9x/NT executable of the XM/MOD(s). FEATURES: Balls-on accurate reproduction, Linear/Spline interpolated mixing, Volume/Pan ramping, Surround sound, 5 Band equalizer, Compression, WAV writer, Multi-XM, Nice GUI.

Xmplay 1.1 by Ian Luck
/music/programs/players/xmplay11.zip
03 Aug 1998 (catalog date)
76,323 bytes
Download FTP scene.org
Win95/NT XM/MOD player. FEATURES: Balls-on accurate reproduction, Linear/Spline interpolated mixing, Volume/Pan ramping, Surround sound, 5 Band equalizer, Spectrum Analyzer, Nice GUI.

Wav Reverberator V1.4 by PiCoder of Seaber Designs
/music/programs/unusual/wavrev14.zip
18 Jun 1998 (catalog date)
109,599 bytes
Download FTP scene.org
Here it is. Works great, many parameters, clipping control, crisp sound, 225 types of reverbs possible, not counting endless amount of equalization values. FLOATING-point calculations extensively used. Works with stereo and mono 16 bit WAV files of any sample frequency. C++ non-compilable sources included.

Wav Reverberator V1.5 by PiCoder of Seaber Designs
/music/programs/unusual/wavrev15.zip
21 Jun 1998 (catalog date)
162,311 bytes
Download FTP scene.org
Here it is. Works great, many parameters, clipping control, crisp sound, 225 types of reverbs possible, not counting endless amount of equalization values. FLOATING-point calculations extensively used. Works with stereo and mono 16 bit WAV files of any sample frequency. C++ non-compilable sources included.

Compilation by Lord Semtex
/music/songs/1994/compila.zip
15 Sep 1996 (catalog date)
270,043 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Garam Pinienta by Fuzz
/music/songs/1995/g/garampim.zip
16 Sep 1996 (catalog date)
727,600 bytes
Download FTP scene.org
Rating:
Released at event TG95
(MOD)

Last Empire by Szudi
/music/songs/1996/a/abc_last.zip
19 Nov 1996 (catalog date)
279,519 bytes
Download FTP scene.org
Rating:
(MOD)

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)

The Hidden Empire by Karsten Koch
/music/songs/1996/i/im_empir.zip
24 Jul 1996 (catalog date)
98,056 bytes
Download FTP scene.org
Rating:
(S3M)

Stomping on Elephantus by Mystical
/music/songs/1996/m/m-stomp.zip
08 Oct 1996 (catalog date)
411,321 bytes
Download FTP scene.org
Rating:
(S3M)

Empire Jamz by Pirate Pete
/music/songs/1997/e/empire.zip
16 May 1997 (catalog date)
342,106 bytes
Download FTP scene.org
(XM)

Rise Of The Empire by Coplan of Immortal Coil
/music/songs/1997/i/ic-rise.zip
25 Apr 1997 (catalog date)
116,374 bytes
Download FTP scene.org
(IT)

Universal Empire by Multivac of Melancholy
/music/songs/1997/m/ml-univ.zip
07 Jun 1997 (catalog date)
84,350 bytes
Download FTP scene.org
(IT)

Empire Of Dust by Ming of Scrape
/music/songs/1997/s/scr-empd.zip
14 Dec 1997 (catalog date)
303,377 bytes
Download FTP scene.org
(IT)

Big jumping kebab by Beathawk of Trilogy, Funktion
/music/songs/1998/b/bigjump.zip
07 Dec 1998 (catalog date)
571,861 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked 07

Average Compilations by Genosha of Chaos Theory
/music/songs/1998/c/ct-aver.zip
12 May 1998 (catalog date)
692,384 bytes
Download FTP scene.org
(IT)

Kompis by Xhale of Calamity, DCS
/music/songs/1998/k/kompis.zip
02 Jun 1998 (catalog date)
163,594 bytes
Download FTP scene.org
(XM)

Vampire Princess Miyu Ending Theme by VeritaS of DreamWorks Design
/music/songs/1998/v/v_vpmiyu.zip
13 Feb 1998 (catalog date)
203,554 bytes
Download FTP scene.org
(XM)

Vampire Trap by Delete
/music/songs/1998/v/vampire.zip
15 Aug 1998 (catalog date)
286,157 bytes
Download FTP scene.org
(XM)

Vanished Empire by Grape, Web of Fakiiri?
/music/songs/1998/v/vanished.zip
07 Dec 1998 (catalog date)
335,993 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

Vampire's Castle by DipA of Day Zero Deflection
/music/songs/1998/v/vcastle.zip
30 Jul 1998 (catalog date)
37,893 bytes
Download FTP scene.org
(XM)

The Jumping Comma by zak of eminence
/music/songs/1998/z/z_comma8.zip
28 Apr 1998 (catalog date)
85,758 bytes
Download FTP scene.org
(IT)

Vampire by Blackhand of Hooligans
/graphics/images/1997/v/vampir.zip
04 Jul 2003 (catalog date)
39,930 bytes
Download FTP scene.org
Released at event KER97 in the grfx division and ranked XX

Compi by ???
/tla/songs/1995/other/compi.zip
16 Sep 1996 (catalog date)
509,801 bytes
Download FTP
Rating:
Released at event TP95 in the mmul division and ranked XX
DMF

Control Empire by Hector
/tla/songs/1995/s3m/d/dmk-cont.zip
17 Sep 1996 (catalog date)
203,986 bytes
Download FTP
Rating:

Pumping Potential by Scoffer
/tla/songs/1995/s3m/p/pumppot.zip
19 Sep 1996 (catalog date)
332,057 bytes
Download FTP
Rating:

Holy Roman Empire by Austin Luminatus
/tla/songs/1996/it/u/unl-empr.zip
22 Sep 1996 (catalog date)
235,520 bytes
Download FTP
Rating:

Empiricon by Aksen of Flip
/tla/songs/1996/s3m/f/flp-ak06.zip
30 Aug 1996 (catalog date)
205,290 bytes
Download FTP
Rating:

Olympico '96 by El Futplex
/tla/songs/1996/xm/e/ef-olymp.zip
01 Oct 1996 (catalog date)
121,335 bytes
Download FTP
Rating:

Empire of Electronic Trance by Wonderboy
/tla/songs/1996/xm/w/wb-eofdp.arj
17 Nov 1996 (catalog date)
85,137 bytes
Download FTP
Rating: