Search for "HEL": 189 matches

Triscan by Andrew Harvey
/code/3d/trifill/texmap/triscan.zip
19 Jan 1998 (catalog date)
11,472 bytes
Download FTP scene.org
Rating:
Some triangle fillers. Doesn't assemble as is. Uses lots of assembler macros, which is good for style and helps portability, but kills readability for people not familiar with the code.

Gold Play by Sourcer of CodeBlasters
/code/audio/players/goldp101.zip
10 Jan 1997 (catalog date)
77,277 bytes
Download FTP scene.org
Rating:
A mod player - Predates the popularity of st3 and GUS and has no support for either. No sound playing code, but has a few simple examples. Knowledge of Swedish helpful.

Omega AWE32 Mod player by Cygnus x-1
/code/audio/players/omega060.zip
11 Jan 1997 (catalog date)
60,741 bytes
Download FTP scene.org
Rating:
A mod player for AWE32 - Just released for the hell of it.

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

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.

Chaos source by Mrock of Hellcore
/code/demosrc/intros/chaossrc.zip
19 Jan 1998 (catalog date)
30,532 bytes
Download FTP scene.org
Rating:
Source for a tunnel effect with an adlib player. Different from chaos4k1.zip. Fairly nice code, some useful comments... very average.

2d bump mapping by HELiX
/code/effects/bump/bumpsrc.zip
18 Mar 1997 (catalog date)
63,540 bytes
Download FTP scene.org
Rating:
Simple example and explanation of how to do 2d bump mapping. Looks like it was written by a beginner (because of the code optimization, or lack there of), but is fairly nicely commented, which is a big plus!

Alias by Minimalist
/code/effects/rotozoom/alias.zip
25 Aug 1997 (catalog date)
164,287 bytes
Download FTP scene.org
Rating:
Scaling, rotating, anti-aliasing. There's a turboC, WatcomC, and Pascal version of this program all included. Admittedly, he cheats the palette on anti-aliasing (as shown by using most any non-grayscale image), the programming is good nonetheless.

24 Byte Tiny Starfield by Matt Wilhelm
/code/effects/stars/mwstar.zip
05 Oct 1996 (catalog date)
5,708 bytes
Download FTP scene.org
Rating:
Slow as crap, but AWESOME! But I suppose only a demented coder would appreciate it.

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.

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.

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.

DOS 32 by Adam Seychell
/code/hardware/pmode/dos32v33.zip
10 Jan 1997 (catalog date)
339,512 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the best choices for a DOS extender. It's complete, well coded, and flexible. (no accompanying .txt file)

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.

WDOSX v0.93 by Wuschel
/code/hardware/pmode/wdosx093.zip
17 Jan 1999 (catalog date)
151,894 bytes
Download FTP scene.org
Rating:
Dos extender for Tasm, Nasm, Borland C/C++ and Delphi2.

Check VESA by London Fog
/code/hardware/video/checkvsa.zip
10 Jan 1997 (catalog date)
1,595 bytes
Download FTP scene.org
Rating:
A program to detect if a computer has VESA support - Uhm, like... thanks. It's a real help.

S-VGA Programming by Sasquatch
/code/hardware/video/rvesa.zip
10 Jan 1997 (catalog date)
4,523 bytes
Download FTP scene.org
Rating:
VESA programming example - Not helpful.

DOS32 v3.5 Beta by Adam Seychell
/code/pmode/dos32b35.zip
06 Oct 1996 (catalog date)
473,793 bytes
Download FTP scene.org
Rating:
32bit DOS Extender

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 #10 by Denthor of Asphyxia
/code/tutors/denthor/tut10.zip
11 Jan 1997 (catalog date)
10,370 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:X-mode - Explains how to use mode-x and how it can be helpful. Doesn't dwell on setting the mode.

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.

Watcom Font Editor by ???
/code/utils/fonts/w_fonted.zip
29 Sep 1997 (catalog date)
11,204 bytes
Download FTP scene.org
Rating:
Watcom font editor by ?. No documentation, no help, no examples. Only the source of the editor itself.

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?

Unlimited Bobs by Hell Bytes
/demos/1993/b/bob.zip
29 Jun 1996 (catalog date)
4,933 bytes
Download FTP scene.org
Rating:

Hell by Tran
/demos/1993/h/hell.zip
29 Jun 1996 (catalog date)
902,405 bytes
Download FTP scene.org
Rating:

Vision From Hell! by Magnetic Team
/demos/1993/h/hell_mv.zip
29 Jun 1996 (catalog date)
139,006 bytes
Download FTP scene.org
Rating:

Michelletro by Digital Infinity
/demos/1994/m/mictro.zip
23 Aug 1996 (catalog date)
506,464 bytes
Download FTP scene.org

Hellraiser by MegaBusters
/demos/1994/r/raiser.zip
29 Jun 1996 (catalog date)
1,180,215 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked 08

Hellfire by Illumination
/demos/1995/h/hellfire.zip
30 Jun 1996 (catalog date)
5,907 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Pseudotiny by Hellfire of Fatal Justice
/demos/1995/p/psdtiny.zip
30 Jun 1996 (catalog date)
8,810 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in4k division and ranked ??

Wise Watcher by Acid Pixhell
/demos/1995/w/wiswatch.zip
30 Jun 1996 (catalog date)
6,817 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Burning Chrome by Hellcore
/demos/1996/b/burning1.zip
31 Jan 1997 (catalog date)
184,143 bytes
Download FTP scene.org
Rating:
486,GUS/SB

First Impact by Helix
/demos/1996/f/fimpact.zip
17 Jul 1996 (catalog date)
115,312 bytes
Download FTP scene.org
Rating:

Helsinki Mon Amour by Plant
/demos/1996/f/ftjamour.zip
09 Feb 1997 (catalog date)
4,136,196 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 08

Hellizer by Queue Members Group
/demos/1996/h/hellizer.zip
02 Oct 1996 (catalog date)
1,519,047 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the demo division and ranked 02

Holy Extracts by Helix
/demos/1996/h/hlx-extr.zip
12 Oct 1996 (catalog date)
574,394 bytes
Download FTP scene.org
Rating:
Released at event GAR96 in the demo division and ranked 03

Sleepless In Sevillia by Helix
/demos/1996/h/hlx-slp.zip
08 Feb 1997 (catalog date)
83,928 bytes
Download FTP scene.org
Rating:
486,GUS/SB/PAS

Ripple Viewer by Hellcore
/demos/1996/r/riplview.zip
31 Jan 1997 (catalog date)
57,512 bytes
Download FTP scene.org
Rating:

Wons by Ax'Hell
/demos/1996/w/wons.zip
30 Jun 1996 (catalog date)
66,551 bytes
Download FTP scene.org
Released at event GP96 in the in64 division and ranked 04

36.6 Hello From Heaven by Screwbolt
/demos/1997/0-9/36_6.zip
10 Apr 1997 (catalog date)
5,828,529 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the demo division and ranked 03
COMA ripoff

DOS Shell by Gyiksoft of ESP Team
/demos/1997/d/dosshell.zip
05 Aug 1997 (catalog date)
16,021 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the in4k division and ranked 06

Deal by Mrock of Hellcore
/demos/1997/h/hc_deal.zip
31 Dec 1997 (catalog date)
4,726 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the in4k division and ranked 01

Falling by Hellcore
/demos/1997/h/hc_fall.zip
28 Mar 1997 (catalog date)
53,562 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in64 division and ranked ??
486,,GUS,

Ghreath by Mrock of Hellcore
/demos/1997/h/hc_great.zip
31 Dec 1997 (catalog date)
4,925 bytes
Download FTP scene.org
Rating:
Released at event IO97 in the in4k division and ranked 02

Narcotic Nap by Hellcore
/demos/1997/h/hc_nap.zip
22 Mar 1998 (catalog date)
2,781,405 bytes
Download FTP scene.org
Rating:
Released at event AST97 in the demo division and ranked 03
,VESA,,

Extremal Shock by Mrock of Hellcore
/demos/1997/h/hc_shock.zip
27 Mar 1997 (catalog date)
12,546 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in4k division and ranked 01

Syrius Orbitter by Hellcore
/demos/1997/h/hc_so.zip
24 Oct 1997 (catalog date)
2,316,593 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 07
,VESA,,

Sut by Mrock of Hellcore
/demos/1997/h/hc_sut.zip
17 Jan 1998 (catalog date)
18,036 bytes
Download FTP scene.org
Rating:
Released at event AST97 in the in4k division and ranked 01
,VESA,,

Helium by Viznut
/demos/1997/h/helium.zip
20 Sep 1997 (catalog date)
4,879 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in4k division and ranked 01

Hell by Jungle
/demos/1997/j/j-hell.zip
05 Aug 1997 (catalog date)
63,153 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the in64 division and ranked 06

Trzecie Tysiaclecie by Hellcore
/demos/1997/t/tt.zip
24 Oct 1997 (catalog date)
60,471 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the in64 division and ranked 07
,,GUS,

Faen I Helvetes Demo by rS
/demos/1998/f/faen.zip
12 Aug 1998 (catalog date)
390,520 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the demo division and ranked 07
,,GUS/SB/PAS,

Hell by Twilight Connection
/demos/1998/h/hell.zip
29 Mar 1998 (catalog date)
924,410 bytes
Download FTP scene.org
Rating:

Helt Sten by Nocturnal
/demos/1998/h/heltsten.zip
23 May 1998 (catalog date)
994,328 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the djav division and ranked 03
JAVA

Loa by Hellcore, Omnicolour
/demos/1998/l/loa.zip
04 Jul 1998 (catalog date)
139,103 bytes
Download FTP scene.org
Rating:
Released at event RH98 in the in64 division and ranked ??
,VESA,GUS/SB,

Helge Schneider by Peachy
/graphics/images/1994/h/helge.zip
04 Jul 1996 (catalog date)
170,718 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 01

Hell by Quevis
/graphics/images/1994/h/hell.zip
04 Jul 1996 (catalog date)
167,105 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Helsinki Fone by Lauri Karmila
/graphics/images/1994/h/hf.zip
04 Jul 1996 (catalog date)
95,362 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

??? by ???
/graphics/images/1995/h/hellview.zip
04 Jul 1996 (catalog date)
64,660 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked ??

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

Hell by Storm
/graphics/images/1996/a/abc_hell.zip
16 May 1997 (catalog date)
25,361 bytes
Download FTP scene.org
Rating:
Released at event GRV96 in the grfx division and ranked ??

Bastard Operator From Hell by Pest
/graphics/images/1996/b/bofh.zip
24 Aug 1996 (catalog date)
63,164 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the grfx division and ranked XX

The Light by Odin
/graphics/images/1996/t/thelight.zip
05 Jun 1997 (catalog date)
64,501 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the grfx division and ranked 02

Last Flight by Phelix of Yodel
/graphics/images/1997/p/pixel_42.zip
16 Jun 1998 (catalog date)
353,356 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 40
1024x768x16m

Ikke helt god i oyet by Loaderror, Stoney of Ephidrena
/graphics/images/1997/p/pixel_53.zip
16 Jun 1998 (catalog date)
148,795 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 36
640x512x256

Bloeder Vochel by Nazgul
/graphics/images/1998/b/bloeder.zip
26 May 1998 (catalog date)
461,273 bytes
Download FTP scene.org
Released at event MEK98 in the grfx division and ranked 02
586x480x16m

Flash Girl by Hellfire of Haujobb
/graphics/images/1998/f/flshgirl.zip
26 May 1998 (catalog date)
278,207 bytes
Download FTP scene.org
Released at event MEK98 in the grfx division and ranked 11
320x200x16m

A Cold Day in Hell by Glenn Fricker
/music/contests/mc1/entries/__cold.zip
09 Nov 1996 (catalog date)
192,237 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 20

The Last Dancer by Catspaw, Dude
/music/contests/mc4/veteran/m4v-thel.zip
10 Nov 1996 (catalog date)
300,491 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Illusionary World by Hell Hound of Tmx
/music/contests/mc5/rookie/m5r-ilsn.zip
29 Aug 1997 (catalog date)
51,303 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Oh, No! Help Me! I Can't Take It! What? by Perisoft of 11aaa
/music/contests/mc5/veteran/m5v-what.zip
29 Aug 1997 (catalog date)
788,428 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Bythelakeshewaits by Myristica
/music/contests/mc6/intermed/m6i-lake.zip
28 Mar 1999 (catalog date)
578,551 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Tribal 1 by Johell
/music/contests/mc6/intermed/m6i-trb1.zip
28 Mar 1999 (catalog date)
744,055 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Life In The Brothel by PeriSoft
/music/contests/mc6/veteran/m6v-litb.zip
28 Mar 1999 (catalog date)
790,386 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Hell Songs by C.C.Catch of Renaissance
/music/disks/1994/helltune.zip
26 Jul 1996 (catalog date)
560,619 bytes
Download FTP scene.org
Rating:

Hello Volume 1 by Primal
/music/disks/1995/hell-v1.zip
26 Sep 1996 (catalog date)
965,704 bytes
Download FTP scene.org
Rating:

Chapter X by Radical Rhythms
/music/disks/1996/rr_chapx.zip
27 Jan 1997 (catalog date)
9,857,222 bytes
Download FTP scene.org
Rating:
Includes 574k UNIVBE .zip file, compressed and uncompressed x-play/x-shell. Most of the music is ok, but they did a _really_ nice job with the interface... give 'em a star just for that. For a disk this large, it's well put together.

A Helping Of Smegma by cd of NOISE
/music/disks/1997/no-smegm.zip
10 Nov 1997 (catalog date)
2,558,555 bytes
Download FTP scene.org

Helvetti Jaatyy by Vuohisoturit
/music/disks/1998/vhihelv.zip
19 Feb 1998 (catalog date)
2,477,091 bytes
Download FTP scene.org

Helium Beats by phlow, hyperlite, distaint, perrra of xmp
/music/disks/1998/xmp-heli.zip
14 Mar 1998 (catalog date)
3,758,109 bytes
Download FTP scene.org
Rating:

DMF Shell by Doomsday, Balrog of CORE
/music/programs/frontend/dmfshl20.zip
09 Sep 1996 (catalog date)
15,752 bytes
Download FTP scene.org

Multiformat mod player shell by Natas of Lithium
/music/programs/frontend/ls034.zip
09 Sep 1996 (catalog date)
66,437 bytes
Download FTP scene.org

Shell v1.0 Front End for Modules by Mr. Data
/music/programs/frontend/shell10.zip
09 Sep 1996 (catalog date)
54,633 bytes
Download FTP scene.org

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

Mi3 Player - Miladin's Mini Midas Mod Player For Win95 And Nt by Miladin Pavlicic
/music/programs/players/mi3_10.zip
26 Apr 1997 (catalog date)
315,518 bytes
Download FTP scene.org
Mi3 Player is MIDAS based Win32 (Win95 and WinNT) mod player for MOD, S3M and XM formats. Features include playlist support with integrated playlist editor, VU meters with digital and analog look, drag&drop support, context sensitive help...

Yamp 2.1 - The Music Player by AKA
/music/programs/players/yamp21.zip
14 Nov 1997 (catalog date)
1,395,682 bytes
Download FTP scene.org
The player for WAVs (all formats, even compressed ones), MIDs, RMIs, MODs, S3Ms, XMs, ITs and CDs - ZIP support - powerful play lists - command line support for single songs, a number of songs, play lists and folders - Drag'n'Drop for songs, play lists, folders .. - loadable and editable designs, even non-rectangular windows are possible, 41 designs are included - Ok now, read the help file for a longer feature list :) Yamp is freeware.

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.

Hangover (Wake to Hell) by Big Jim
/music/songs/1995/b/bj-hang.zip
16 Sep 1996 (catalog date)
112,852 bytes
Download FTP scene.org
Rating:
(S3M)

God Of Hell by Acid Rain of DMK
/music/songs/1995/d/dmk-hell.zip
20 Apr 1997 (catalog date)
286,512 bytes
Download FTP scene.org
Rating:
(S3M)

Doom, Hell at Home by Airon Jayder
/music/songs/1995/d/doomhell.zip
16 Sep 1996 (catalog date)
173,218 bytes
Download FTP scene.org
Rating:
(MOD)

Helpless Hope by Bluebeard
/music/songs/1995/e/epi-help.zip
16 Sep 1996 (catalog date)
83,575 bytes
Download FTP scene.org
Rating:
(MTM)

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

Ollaksemme Rehelisia by Silvery, Luovi
/music/songs/1995/o/ollaksem.zip
18 Sep 1996 (catalog date)
500,386 bytes
Download FTP scene.org
Rating:
(S3M)

Raising Hell by Virgill
/music/songs/1995/r/raising.zip
16 Sep 1996 (catalog date)
152,134 bytes
Download FTP scene.org
Rating:
(MOD)

Satchelcover by ???
/music/songs/1995/s/satchelc.zip
16 Sep 1996 (catalog date)
44,230 bytes
Download FTP scene.org
Rating:
(MOD)

Helter Skelter by Zen Monx Squadron
/music/songs/1996/0-9/0zms-hel.zip
06 Apr 1997 (catalog date)
965,724 bytes
Download FTP scene.org
Rating:
(XM)

Hyper Mad Helium Blast by Darkhalo
/music/songs/1996/b/blast_.zip
21 Nov 1996 (catalog date)
692,713 bytes
Download FTP scene.org
Rating:
(S3M)

Lousy Ripper by Corpse of Hellraiser Group
/music/songs/1996/c/c-ripper.zip
26 Jun 1997 (catalog date)
1,730,903 bytes
Download FTP scene.org
Rating:
(XM)

Genetic Modulation by Chris Helfrich
/music/songs/1996/c/ch-good.zip
09 Apr 1997 (catalog date)
186,369 bytes
Download FTP scene.org
Rating:
(XM)

Just Keep On Going by Chris Helfrich
/music/songs/1996/c/ch-jkeep.zip
09 Apr 1997 (catalog date)
152,908 bytes
Download FTP scene.org
Rating:
(XM)

Outbreak by Chris Helfrich
/music/songs/1996/c/ch-outbr.zip
09 Apr 1997 (catalog date)
257,871 bytes
Download FTP scene.org
Rating:
(XM)

Ultimate State Of Consciousness by Chris Helfrich
/music/songs/1996/c/ch-usoc.zip
09 Apr 1997 (catalog date)
224,134 bytes
Download FTP scene.org
Rating:
(XM)

What Do You Need 2b by Chris Helfrich
/music/songs/1996/c/ch-wdyn2.zip
09 Apr 1997 (catalog date)
180,781 bytes
Download FTP scene.org
Rating:
(XM)

Business Song by Erno Helen
/music/songs/1996/e/ez-bizns.zip
06 Apr 1997 (catalog date)
437,862 bytes
Download FTP scene.org
(XM)

Heart-Shaped Box (remix) by Erno Helen
/music/songs/1996/e/ez-heart.zip
06 Apr 1997 (catalog date)
296,488 bytes
Download FTP scene.org
(XM)

Hardhitting Madness And Insanity by Erno Helen
/music/songs/1996/e/ez-kermo.zip
06 Apr 1997 (catalog date)
580,301 bytes
Download FTP scene.org
(XM)

Spaceman Franticized by Erno Helen
/music/songs/1996/e/ez-spcmn.zip
06 Apr 1997 (catalog date)
328,939 bytes
Download FTP scene.org
(XM)

Helios by Crystal Score
/music/songs/1996/h/helios.zip
22 Sep 1996 (catalog date)
438,039 bytes
Download FTP scene.org
Rating:
Released at event X96 in the mmul division and ranked XX
(EXE)

Beyond Hell by Lioz
/music/songs/1996/l/lz-beynd.zip
22 Sep 1996 (catalog date)
247,965 bytes
Download FTP scene.org
Rating:
(XM)

Return To Hell by Madminder of Deep, Deep Trouble Entertainment
/music/songs/1996/m/mm-rthel.zip
13 Aug 1998 (catalog date)
277,649 bytes
Download FTP scene.org
(XM)

Ophelia by Xerxes
/music/songs/1996/o/ophelia.zip
22 Sep 1996 (catalog date)
347,169 bytes
Download FTP scene.org
Rating:
(XM)

Ophelia 2 by Xerxes
/music/songs/1996/o/ophelia2.zip
22 Sep 1996 (catalog date)
350,603 bytes
Download FTP scene.org
Rating:
(XM)

Helen by Hoax of Oceanic Records
/music/songs/1996/o/or-helen.zip
08 Apr 1997 (catalog date)
552,076 bytes
Download FTP scene.org
(XM)

SunRise by Helium
/music/songs/1996/s/sunrise_.zip
15 Mar 1997 (catalog date)
264,543 bytes
Download FTP scene.org
Released at event MOV96 in the mmul division and ranked 03
(S3M)

7 Circle Of Hell by Gin
/music/songs/1997/0-9/7cajun1.zip
22 Jun 1997 (catalog date)
417,358 bytes
Download FTP scene.org
(XM)

Mosaic Tranceformation by Corpse, dark Freddy of Hellraiser Group
/music/songs/1997/c/c-df-mtf.zip
26 Jun 1997 (catalog date)
642,956 bytes
Download FTP scene.org
(IT)

Rainy Day by Corpse, dark Freddy of Hellraiser Group
/music/songs/1997/c/c-df-rnd.zip
26 Jun 1997 (catalog date)
609,527 bytes
Download FTP scene.org
(IT)

Dreamland by Corpse of Hellraiser Group
/music/songs/1997/c/c-drmlnd.zip
26 Jun 1997 (catalog date)
970,170 bytes
Download FTP scene.org
(IT)

Stained Glass by Corpse of Hellraiser Group
/music/songs/1997/c/c-stngls.zip
26 Jun 1997 (catalog date)
1,131,262 bytes
Download FTP scene.org
(IT)

Temptation by Corpse of Hellraiser Group
/music/songs/1997/c/c-tempt.zip
26 Jun 1997 (catalog date)
495,900 bytes
Download FTP scene.org
(IT)

Calling For Help by Jay, Retomic of SCOPE
/music/songs/1997/c/calling.zip
08 Jul 1997 (catalog date)
99,260 bytes
Download FTP scene.org
Released at event MEK97 in the mmul division and ranked XX
(S3M)

Coming To Hell by castman of CyberImage
/music/songs/1997/c/cm-2hell.zip
29 Sep 1997 (catalog date)
300,254 bytes
Download FTP scene.org
(S3M)

Coming To Hell by castman of CyberImage
/music/songs/1997/c/cm-geno.zip
13 Nov 1997 (catalog date)
173,956 bytes
Download FTP scene.org
(IT)

Resistance by Corpse of Hellraiser Group
/music/songs/1997/c/cps-rez.zip
24 Jun 1997 (catalog date)
644,283 bytes
Download FTP scene.org
(IT)

Sinthelarakata by Urge of Danger High Voltage Records
/music/songs/1997/d/dhv_snt.zip
15 Jul 1998 (catalog date)
511,948 bytes
Download FTP scene.org
(XM)

Beyond The Sky by Death Lord of Hellraiser Group
/music/songs/1997/d/dl-bts.zip
26 Jun 1997 (catalog date)
461,821 bytes
Download FTP scene.org
(IT)

Happy Birthday,luijee by Death Lord of Hellraiser Group
/music/songs/1997/d/dl-hbl.zip
26 Jun 1997 (catalog date)
516,419 bytes
Download FTP scene.org
(IT)

Hidden Hatred by Death Lord of Hellraiser Group
/music/songs/1997/d/dl-htd.zip
26 Jun 1997 (catalog date)
121,459 bytes
Download FTP scene.org
(IT)

Ophelia's Charm by DNA-Groove of Embryo
/music/songs/1997/e/emb-ophe.zip
29 Apr 1997 (catalog date)
196,417 bytes
Download FTP scene.org
(IT)

New Unlimited, Bliss And Harmony by Erno Helen
/music/songs/1997/e/ez-newul.zip
06 Apr 1997 (catalog date)
423,231 bytes
Download FTP scene.org
(XM)

Polkadot Politics by Erno Helen
/music/songs/1997/e/ez-pdp.zip
06 Apr 1997 (catalog date)
497,985 bytes
Download FTP scene.org
(XM)

Random Shuffle (8th Sequence Remix) by Erno Helen
/music/songs/1997/e/ez-rashu.zip
06 Apr 1997 (catalog date)
306,853 bytes
Download FTP scene.org
Rating:
(XM)

From Heaven To Hell by Johny Guitar of Green Stone
/music/songs/1997/f/fhtoh.zip
24 Sep 1998 (catalog date)
239,415 bytes
Download FTP scene.org
(XM)

Hell Sweet Hell by Amadeus Voxon of Flash Inc.
/music/songs/1997/f/fl_shizo.zip
09 Feb 1998 (catalog date)
293,776 bytes
Download FTP scene.org
(XM)

Heaven2hell by Johny Guitar of Green Stone
/music/songs/1997/f/fromh2h.zip
26 Sep 1998 (catalog date)
239,417 bytes
Download FTP scene.org
(XM)

Hell Spawn by Grymmjack of Blade
/music/songs/1997/g/gj-hells.zip
13 Apr 1997 (catalog date)
156,570 bytes
Download FTP scene.org
(IT)

From Heaven To The Hell by Johny Guitar of Green Stone
/music/songs/1997/h/heaven2.zip
25 Sep 1998 (catalog date)
239,422 bytes
Download FTP scene.org
(XM)

I'm Not Bad by Phelix of Yodel
/music/songs/1997/i/imnotbad.zip
06 Jul 1997 (catalog date)
580,139 bytes
Download FTP scene.org
Released at event TG97 in the mmul division and ranked 08
(XM)

Hello 1997 by Wave
/music/songs/1997/j/jt_hello.zip
02 Feb 1997 (catalog date)
243,820 bytes
Download FTP scene.org
Rating:
(XM)

A New Kind of Hell by Maelcum
/music/songs/1997/k/k_hell.zip
17 Mar 1997 (catalog date)
378,215 bytes
Download FTP scene.org
Rating:
(XM)

What The Hell by Super Slimer of MataMorph
/music/songs/1997/m/m_wth.zip
08 Apr 1997 (catalog date)
634,790 bytes
Download FTP scene.org
(XM)

Mallrat Hell Part One by William Wright
/music/songs/1997/m/mallrat1.zip
04 Aug 1997 (catalog date)
1,044,728 bytes
Download FTP scene.org
(XM)

Hellraiser's Mockery by Mr.Sanders of HRg
/music/songs/1997/m/mrs-hrg.zip
17 Jan 1998 (catalog date)
526,671 bytes
Download FTP scene.org
(IT)

Hello by reckless
/music/songs/1997/r/reck001.zip
16 Oct 1997 (catalog date)
378,903 bytes
Download FTP scene.org
(IT)

Hell by Pixy of Ritual
/music/songs/1997/r/rtl-hell.zip
09 Apr 1997 (catalog date)
118,229 bytes
Download FTP scene.org
(XM)

Shellshock by subSONIC
/music/songs/1997/s/ss_shock.zip
20 Jul 1997 (catalog date)
582,598 bytes
Download FTP scene.org
(IT)

The Lost Penguin by geezer of mystic
/music/songs/1997/t/thelostp.zip
19 Dec 1998 (catalog date)
280,709 bytes
Download FTP scene.org
Released at event DH97 in the m4ch division and ranked 03

The Snarfs -tm- by Vincent Voois of The Netherlands
/music/songs/1997/v/vv_snarf.zip
27 Aug 1997 (catalog date)
356,223 bytes
Download FTP scene.org
(IT)Impulse Tracker 2.14 required. (were available since August 16th 1997) This is done on purpose to prevent everyone from using a player for this song. If you want to debug your player: this song can be a nice effort to help you with it, some odd tricks are used in here.

All for the rain by aMUSiC of Helix
/music/songs/1998/a/all4rain.zip
15 Jan 1999 (catalog date)
241,310 bytes
Download FTP scene.org
Released at event GAR98 in the mmul division and ranked 02

Heaven And Hell by Breakthru
/music/songs/1998/b/brk_hnh.zip
21 Apr 1998 (catalog date)
342,926 bytes
Download FTP scene.org
Rating:
(XM)

Vaarna by Erno Helen aka Urge of Danger High Voltage Records
/music/songs/1998/d/dhv_vaa.zip
21 Apr 1998 (catalog date)
491,537 bytes
Download FTP scene.org
(XM)

helle by dawnstar
/music/songs/1998/d/ds-helle.zip
07 Dec 1998 (catalog date)
515,451 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

Hell Gates by Mr.Nik of Flash Inc.
/music/songs/1998/f/fl_helgt.zip
18 Mar 1998 (catalog date)
1,920,056 bytes
Download FTP scene.org
(XM)

Heliotrope by Graham the Happy Scum
/music/songs/1998/g/gths-hel.zip
27 Mar 1998 (catalog date)
401,161 bytes
Download FTP scene.org
(IT)

Helena Takalo-project by Shade of Salvador
/music/songs/1998/h/helena_t.zip
13 Dec 1998 (catalog date)
324,996 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Hello kontrol by Mirko of Oxylon
/music/songs/1998/h/hello_ko.zip
13 Dec 1998 (catalog date)
251,832 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked 13

Helenium by Vladimir JD Sopot
/music/songs/1998/j/jd-hele.zip
11 Feb 1998 (catalog date)
352,439 bytes
Download FTP scene.org
(XM)

Lyrics From Hell by Nighthawk of PFS
/music/songs/1998/h/helvete.zip
04 Jul 2003 (catalog date)
511,478 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the mmul division and ranked 12
(XM)

Their Naive Visions by Insanity, Hellfire of Fatal Justice
/music/songs/1997/t/tnv.zip
06 Jul 2003 (catalog date)
306,375 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the mmul division and ranked XX
(S3M)

Speed by God of Hellfire
/music/songs/1997/m/mkaspeed.zip
06 Jul 2003 (catalog date)
285,504 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the mmul division and ranked XX
(XM)

Helene by Kod, W.Boy
/tla/songs/1994/mod/h/helene.zip
15 Sep 1996 (catalog date)
93,937 bytes
Download FTP
Rating:
Released at event TP94 in the m4ch division and ranked XX

Hello Meow by Hector
/tla/songs/1995/s3m/d/dmk-meow.zip
17 Sep 1996 (catalog date)
165,843 bytes
Download FTP
Rating:

Dreary As All Hell by HTH
/tla/songs/1995/s3m/d/dreary.arj
17 Sep 1996 (catalog date)
34,481 bytes
Download FTP
Rating:

Get The Hell Out by Hector
/tla/songs/1995/s3m/g/getout!.arj
17 Sep 1996 (catalog date)
116,762 bytes
Download FTP
Rating:

What The Hell Is This? by Crus
/tla/songs/1995/s3m/h/hd-wthll.zip
18 Sep 1996 (catalog date)
183,194 bytes
Download FTP
Rating:

The Lump by Grinner
/tla/songs/1995/s3m/t/thelump.zip
20 Sep 1996 (catalog date)
99,999 bytes
Download FTP
Rating:

Bouncing Bottoms by Chris Helfrish
/tla/songs/1995/xm/c/ch-bbttm.zip
21 Sep 1996 (catalog date)
82,108 bytes
Download FTP
Rating:

Digital Depression by Chris Helfrish
/tla/songs/1995/xm/c/ch-ddepr.zip
21 Sep 1996 (catalog date)
133,505 bytes
Download FTP
Rating:

Discharge by Chris Helfrish
/tla/songs/1995/xm/c/ch-disch.zip
21 Sep 1996 (catalog date)
177,587 bytes
Download FTP
Rating:

Mental Extrusion by Chris Helfrish
/tla/songs/1995/xm/c/ch-mextr.zip
21 Sep 1996 (catalog date)
167,263 bytes
Download FTP
Rating:

Subway To Hell by Cordey
/tla/songs/1995/xm/s/subhell.zip
21 Sep 1996 (catalog date)
177,341 bytes
Download FTP
Rating:
Released at event TP95 in the mmul division and ranked XX

Hell's Work Song by Coiled
/tla/songs/1996/it/c/c_hellwk.zip
22 Sep 1996 (catalog date)
284,903 bytes
Download FTP
Rating:

00320 Helsinki by Jaffa of Static
/tla/songs/1996/mod/0-9/00320.zip
22 Sep 1996 (catalog date)
61,335 bytes
Download FTP
Rating:
Released at event ASM96 in the m4ch division and ranked XX

Helmie's Got a Sheep Dood by Suicide
/tla/songs/1996/s3m/f/flp-su02.zip
22 Sep 1996 (catalog date)
68,732 bytes
Download FTP
Rating:

Hello World by Chromosome X, Wax Remover
/tla/songs/1996/s3m/h/hwremix.zip
22 Sep 1996 (catalog date)
86,626 bytes
Download FTP
Rating:

Run Like Hell by Orthodox
/tla/songs/1996/s3m/o/orx-rlh.zip
22 Sep 1996 (catalog date)
40,195 bytes
Download FTP
Rating:

Welcome To Hell by Paladin
/tla/songs/1996/s3m/p/pal_wth.zip
22 Sep 1996 (catalog date)
158,141 bytes
Download FTP
Rating:

Sounds Like Hell by PowerMike
/tla/songs/1996/s3m/p/pm-hell.zip
22 Sep 1996 (catalog date)
51,944 bytes
Download FTP
Rating:

Looks Like hell by PowerMike
/tla/songs/1996/s3m/p/pm-looks.zip
22 Sep 1996 (catalog date)
91,982 bytes
Download FTP
Rating:

Cold as Hell by Muhahah
/tla/songs/1996/s3m/z/zyz-cold.zip
09 Oct 1996 (catalog date)
186,198 bytes
Download FTP
Rating:

Genetic Modulation by Chris Helfrich
/tla/songs/1996/xm/c/ch-genmo.zip
11 Aug 1996 (catalog date)
186,082 bytes
Download FTP
Rating:

U.S.O.C. by Chris Helfrich
/tla/songs/1996/xm/c/ch-usoc.zip
11 Aug 1996 (catalog date)
224,083 bytes
Download FTP
Rating:

What Do Ya Need 2 B by Chris Helfrich
/tla/songs/1996/xm/c/ch-wdyn2.zip
11 Aug 1996 (catalog date)
180,759 bytes
Download FTP
Rating:

Jacaranda by Erno Helen
/tla/songs/1996/xm/e/ez-jaca.zip
23 Jul 1996 (catalog date)
235,817 bytes
Download FTP
Rating:

Headbangin' (Hell 1) by Spurious
/tla/songs/1996/xm/h/headbang.zip
16 Nov 1996 (catalog date)
540,756 bytes
Download FTP
Rating:

Hellfire by Ruud
/tla/songs/1996/xm/h/hellfire.zip
16 Nov 1996 (catalog date)
115,709 bytes
Download FTP
Rating:

Holyhell by ???
/tla/songs/1996/xm/h/holyhell.zip
22 Sep 1996 (catalog date)
215,390 bytes
Download FTP
Rating:

What the Hell? by TNT
/tla/songs/1996/xm/w/whattheh.arj
01 Jul 1996 (catalog date)
351,331 bytes
Download FTP
Rating: