Search for "fire": 137 matches

Phong Illumination Model by FAC of Delabu Alama
/code/3d/trifill/phong/facphong.zip
02 Jun 1998 (catalog date)
32,754 bytes
Download FTP scene.org
How to use the phong model to make nice palettes you can use in lots of effects, like 3D shading, fire, particles, hicolor shading, and plasmas. Includes a cool example program to play with.

F. mod docs by Firelight
/code/audio/docs/fmoddoc.zip
10 Jan 1997 (catalog date)
83,795 bytes
Download FTP scene.org
Rating:
Firelight's mod format description - The perfect text file for someone who is writing a mod player especially first timers. Assumes knowledge of programming and doesn't cover details of sound card specific issues, like setting up a DMA transfer or initializing the sound card.

F. mod docs part 2 by Firelight
/code/audio/docs/fmoddoc2.zip
10 Jan 1997 (catalog date)
390,839 bytes
Download FTP scene.org
Rating:
Firelight's mod/s3m format description.

GusDump v1.0 by Firelight
/code/audio/utils/gusdump.zip
26 Feb 1998 (catalog date)
10,714 bytes
Download FTP scene.org
Rating:
Dumps the contents of the GUS memory to a file, very useful for sample rippers.

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.

Underworld source by Air Richter
/code/demosrc/bbsintro/uwloader.zip
10 Jan 1997 (catalog date)
24,930 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with star field, fire, some graphincs and a text writer - Good comments.

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

Fake demo source by Pelusa
/code/demosrc/demos/fakedemo.zip
10 Jan 1997 (catalog date)
335,424 bytes
Download FTP scene.org
Rating:
Sources for a demo with a sinus waver, wormhole, rotating landscape, fire, scrollie, shadebobs, lens, mandelbrot set zoomer - Comments for proceedures, many parts, lots to look over. Clean code too. (old cheesy necros music. :)

Chaos by Consub of CSB
/code/demosrc/intros/csb_csrc.zip
10 Jul 1997 (catalog date)
24,328 bytes
Download FTP scene.org
Rating:
Simple 4k intro. Shadebobs, fire, some random stuff. Nifty idea for using 7 segment displays for all the text.

fysx by Jinesra
/code/demosrc/intros/fysx.zip
19 Jan 1998 (catalog date)
1,438 bytes
Download FTP scene.org
Rating:
A 256 byte intro with dual scrollers and fire-esque effect.

ASM Fire by LeGeND
/code/effects/fire/asmfire.zip
12 Aug 1997 (catalog date)
2,321 bytes
Download FTP scene.org
Rating:
A fire routine. A little big for a fire effect. Might consider using a random number function.

Asm Fire 2 by Legend
/code/effects/fire/asmfire2.zip
19 Jan 1998 (catalog date)
1,184 bytes
Download FTP scene.org
Rating:
Fire Example. No useful comments and not that impressive looking.

bfire by Blair Harrison
/code/effects/fire/bfire.zip
19 Jan 1998 (catalog date)
6,651 bytes
Download FTP scene.org
Rating:
Fire Routine. No explanation and horrible optimization. Well, utter lack of optimization, rather.

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.

Burning Match by Digimind
/code/effects/fire/bmatch.zip
19 Jun 1998 (catalog date)
3,005 bytes
Download FTP scene.org
314 byte fire example with asm source and executable. Features wood, sulfur and oxygen.

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.

Fire by JARE of Iguana
/code/effects/fire/fire_win.zip
10 Jan 1997 (catalog date)
10,716 bytes
Download FTP scene.org
Rating:
A fire routine under windows - Crawls on my p133. :( Don't bother looking at this unless you've programmed for windows before. You're likely to have a heart attack. :) Requires WinG to run.

Fire code by Kirk A. Baum
/code/effects/fire/firecode.zip
10 Jan 1997 (catalog date)
54,739 bytes
Download FTP scene.org
Rating:
A simple fire routine - Contains the same fire as that of fire-win.zip but coded in assembler for DOS.

57 Byte Fire Routine by Rex Deathstar of Waterlogic
/code/effects/fire/firetiny.zip
07 Oct 1996 (catalog date)
1,249 bytes
Download FTP scene.org
Rating:

Yet Another Fire Algorithm by Tanjent
/code/effects/fire/firewall.zip
05 Oct 1996 (catalog date)
8,396 bytes
Download FTP scene.org
Rating:
Poor looking fire, so so code.

128 byte fire by Gaffer of Prometheus
/code/effects/fire/flame128.zip
30 Jun 1998 (catalog date)
2,363 bytes
Download FTP scene.org
Rating:
Assembler

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.

184 Byte Fire Routine by Gaffer of Prometheus
/code/effects/fire/flame184.zip
05 Oct 1996 (catalog date)
2,669 bytes
Download FTP scene.org
Rating:
tight code

flames by Errand
/code/effects/fire/flames2.zip
10 Jan 1997 (catalog date)
3,148 bytes
Download FTP scene.org
Rating:
A simple fire routine - out dated

Fire effect by XtaC of Garbage
/code/effects/fire/gb_wfire.zip
10 Jul 1997 (catalog date)
21,102 bytes
Download FTP scene.org
Rating:
Fire Effect. Yet another fire example.

Kaos Fire by DrKaos of Zero Wait State
/code/effects/fire/kaosfire.zip
24 Apr 1998 (catalog date)
12,991 bytes
Download FTP scene.org

Linefire by Kable
/code/effects/fire/linefire.zip
26 Jun 1997 (catalog date)
26,759 bytes
Download FTP scene.org
Rating:
Mystify your fire. I half expected to hear the FM sounds from Amnesia to kick in. It's only one line with a *much* longer (and blured) tail, but still. Uses a Bresenham's line routine.

Mg-flame by Magnesium
/code/effects/fire/mg_flame.zip
06 Jul 1998 (catalog date)
3,276 bytes
Download FTP scene.org
A Flame effect in only 256-bytes with full assembler source. It even leaves you in DOS with a message. Commented for those wanting to learn 256-byte asm coding. TASM needed.

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

Fire by Fantom Cat of Swat Cats
/code/effects/fire/swfire.zip
17 Jan 1999 (catalog date)
6,160 bytes
Download FTP scene.org
Rating:
An original variation of the well-known fire effect.

Various Demo Effects by Bjarke Viksoe
/code/effects/various/demostuf.zip
21 Sep 1997 (catalog date)
80,945 bytes
Download FTP scene.org
Rating:
Basic stuff like rotators, fire effects, starfields, etc.

Tutorial #19 by Denthor of Asphyxia
/code/tutors/denthor/tut19.zip
11 Jan 1997 (catalog date)
11,620 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:full assembler - for a quick and painless (?) switch from pascal/asm to full assembler. Has a simple fire effect as an example.

Serie De Tutoriales Fac 7 by FAC of Delabu Alama
/code/tutors/graphics/tut7.zip
25 Apr 1998 (catalog date)
92,107 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Seventh tutorial: Basic effects (plasma, fire, interference).

Fire by Forge
/demos/1993/f/fire_frg.zip
29 Jun 1996 (catalog date)
51,266 bytes
Download FTP scene.org
Rating:

Firedemo by VangeliSTeam
/demos/1993/f/firedemo.zip
29 Jun 1996 (catalog date)
146,527 bytes
Download FTP scene.org
Rating:

42 by Halcyon
/demos/1994/0-9/42.zip
29 Jun 1996 (catalog date)
67,994 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX
Good beginning on this demo. Blue fire effect, going into zooming routines to delay dots, to 3-d fire. There are other interesting effects. To get past some parts of the demo the user must press Escape. The music is also a little repetitve at times... Without a GUS I couldn't get the entire demo.

Fire by Forge
/demos/1994/f/fire.zip
29 Jun 1996 (catalog date)
156,887 bytes
Download FTP scene.org
Rating:

4kg by Lopez, Firehawk
/demos/1995/0-9/4kg.zip
29 Jun 1996 (catalog date)
5,082 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Fire & Ice by Neural Image Syndicate
/demos/1995/f/fai.zip
30 Jun 1996 (catalog date)
211,449 bytes
Download FTP scene.org
Rating:

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

Fire compo results pack (full) by #coders
/demos/1996/f/fire_res.zip
03 Jul 1996 (catalog date)
256,360 bytes
Download FTP scene.org

Fire compo results pack (small) by #coders
/demos/1996/f/fire_sml.zip
03 Jul 1996 (catalog date)
55,421 bytes
Download FTP scene.org

Firek by Orchide of Watchmen
/demos/1996/f/firek.zip
30 Jun 1996 (catalog date)
6,340 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in4k division and ranked 05

256 byte fire compo voting pack by #coders
/demos/1996/f/firevote.zip
03 Jul 1996 (catalog date)
349,929 bytes
Download FTP scene.org

Fire & Water by Fidel Ink of Digital Cascade
/demos/1996/f/firewat.zip
02 Oct 1996 (catalog date)
6,024 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the in8k division and ranked 02

Bela the Firestarter by Fishy of Hoe
/demos/1996/h/hoe_bela.zip
18 Sep 1996 (catalog date)
4,167 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in1k division and ranked ??

Plugfire by Foam
/demos/1996/p/plugfire.zip
30 Jun 1996 (catalog date)
9,773 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in64 division and ranked 08

Wildfire by Perigee Software
/demos/1996/p/ps-fire.zip
26 Dec 1996 (catalog date)
1,000 bytes
Download FTP scene.org
Rating:

Snowfire by Anaconda
/demos/1996/s/snowfire.zip
30 Jun 1996 (catalog date)
8,889 bytes
Download FTP scene.org
Rating:

#coders fire compo entry by The Unlord of Xylem
/demos/1996/x/xlm_fire.zip
06 Jul 1996 (catalog date)
6,778 bytes
Download FTP scene.org

Fire by Black Rainbow
/demos/1997/f/firede.zip
11 May 1997 (catalog date)
1,100,385 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the demo division and ranked 11
DX2/80,,GUS/SB,8MB

The Fire Temple by HarKal
/demos/1997/f/firetemp.zip
31 Oct 1997 (catalog date)
330,825 bytes
Download FTP scene.org
Rating:
Released at event GAR97 in the demo division and ranked 04
486,,GUS/SB,

Fire by Garbage
/demos/1997/g/gb_as96f.zip
04 Apr 1997 (catalog date)
285,373 bytes
Download FTP scene.org
Rating:
386,,SB,

Fire by Paranoia
/demos/1997/p/pra_fire.zip
11 May 1997 (catalog date)
54,921 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in64 division and ranked 10

Rabbitfire by Monster
/demos/1997/r/rabbit.zip
13 Sep 1998 (catalog date)
47,676 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Baptism of Fire by Swirl
/demos/1997/s/swl_bof.zip
28 Mar 1997 (catalog date)
65,618 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in64 division and ranked 03
P5,,GUS,4MB

Fireworks by Picard of Hydrogen
/demos/1998/h/h2_firew.zip
21 Aug 1998 (catalog date)
5,626 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in1k division and ranked 01

Aldi by Fireball
/graphics/images/1994/a/aldi.zip
04 Jul 1996 (catalog date)
4,126 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Fire Emblem by Pris
/graphics/images/1994/f/fire_emb.zip
04 Jul 1996 (catalog date)
103,598 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 07

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

Dances with Fire by Light
/graphics/images/1995/l/lt-dance.zip
04 Jul 1996 (catalog date)
58,012 bytes
Download FTP scene.org
Rating:

Firestorm by Danny
/graphics/images/1996/b/blownawa.zip
14 May 1997 (catalog date)
1,195,541 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the grfx division and ranked 03

Firehand by Piszur
/graphics/images/1996/f/firehand.zip
23 Nov 1996 (catalog date)
155,527 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the grtc division and ranked XX

Kolor by Noize of Fire, Kolor
/graphics/images/1997/k/kolor000.zip
09 Mar 1998 (catalog date)
11,421 bytes
Download FTP scene.org
Rating:
Released at event EVK97 in the grfx division and ranked 02
320x200x256

Mechfire by Fishbone
/graphics/images/1997/m/mechfire.zip
25 Nov 1998 (catalog date)
226,316 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grtc division and ranked 08
800x600x16m

Fireworm by GuyProg
/graphics/images/1998/f/fireworm.zip
05 Nov 1998 (catalog date)
45,939 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grtc division and ranked 09
640x480x16m

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

Backfire by Ryuzo Akano
/music/contests/mc1/entries/__backfi.zip
09 Nov 1996 (catalog date)
31,656 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 12

E-74556 by Firelight
/music/contests/mc3/veteran/e-74556.zip
09 Nov 1996 (catalog date)
352,845 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V10

Pocket Development by Fireside of Xmp, Dental
/music/contests/mc5/intermed/m5i-ptdt.zip
29 Aug 1997 (catalog date)
157,527 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Feel The Heat Of The Fire by X-rabbit
/music/contests/mc5/rookie/m5r-ftof.zip
29 Aug 1997 (catalog date)
157,464 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Yell Fire by Celorn of Psalm:97
/music/contests/mc5/veteran/m5v-fire.zip
29 Aug 1997 (catalog date)
450,930 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Holoscope by Firelight of Vault
/music/contests/mc5/veteran/m5v-hol.zip
29 Aug 1997 (catalog date)
366,205 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Mnemo by Luminfire
/music/contests/mc6/rookie/m6r-mnem.zip
28 Mar 1999 (catalog date)
432,813 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Seregal Fires by BelGarion
/music/contests/mc6/rookie/m6r-sefi.zip
28 Mar 1999 (catalog date)
443,313 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Ptc Sucks by FireLight
/music/contests/mc6/veteran/m6v-ptcs.zip
28 Mar 1999 (catalog date)
511,302 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Sounds Like The Sun by Hardfire
/music/contests/mc6/veteran/m6v-slts.zip
28 Mar 1999 (catalog date)
447,097 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Fire Storm 2 by Firelight
/music/disks/1995/firest2.zip
21 Sep 1996 (catalog date)
1,795,450 bytes
Download FTP scene.org
Rating:

Firestorm by Firelight
/music/disks/1995/firestrm.zip
26 Jul 1996 (catalog date)
930,115 bytes
Download FTP scene.org
Rating:

Fire in the Soul by Immortal Software Productions
/music/disks/1995/fits12.zip
26 Jul 1996 (catalog date)
891,793 bytes
Download FTP scene.org
Rating:

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

Battered by Firelight of Vault
/music/disks/1997/battered.zip
28 May 1997 (catalog date)
104,490 bytes
Download FTP scene.org

FireMod v1.04 by Firelight
/music/programs/players/fmod104.zip
09 Sep 1996 (catalog date)
35,016 bytes
Download FTP scene.org

Chariots of Fire by HMW
/music/songs/1994/chariot.zip
11 Aug 1996 (catalog date)
216,924 bytes
Download FTP scene.org
Rating:
(S3M)

Funky Squad by Firelight
/music/songs/1995/a/a-funksq.zip
24 Sep 1996 (catalog date)
209,670 bytes
Download FTP scene.org
Rating:
(S3M)

Manifest by Firelight
/music/songs/1995/a/a-manife.zip
24 Sep 1996 (catalog date)
208,555 bytes
Download FTP scene.org
Rating:
(XM)

Novindus by Firelight
/music/songs/1995/a/a-novind.zip
24 Sep 1996 (catalog date)
190,968 bytes
Download FTP scene.org
Rating:
(XM)

Cycles Of Fire by Scirocco
/music/songs/1995/c/cyclfire.zip
21 Sep 1996 (catalog date)
518,836 bytes
Download FTP scene.org
Rating:
(XM)

Clouds Of Fire by Hector
/music/songs/1995/d/dmk-fire.zip
17 Sep 1996 (catalog date)
264,616 bytes
Download FTP scene.org
Rating:
(S3M)

Firesiren by Hector
/music/songs/1995/f/firesirn.zip
17 Sep 1996 (catalog date)
286,931 bytes
Download FTP scene.org
Rating:
(S3M)

Eternal Fire by Rob Doell
/music/songs/1995/g/gl-fire.zip
21 Sep 1996 (catalog date)
418,815 bytes
Download FTP scene.org
Rating:
(XM)

Firepower by Chris Jarvis
/music/songs/1996/c/cj-frpwr.zip
22 Sep 1996 (catalog date)
145,533 bytes
Download FTP scene.org
Rating:
(IT)

Firestorm by Chris Jarvis
/music/songs/1996/c/cj-frstr.zip
22 Sep 1996 (catalog date)
134,476 bytes
Download FTP scene.org
Rating:
(IT)

Plasma Fire by ray of decay
/music/songs/1996/d/dcy_plfi.zip
06 Apr 1997 (catalog date)
177,203 bytes
Download FTP scene.org
(S3M)

Fire & Ice by Kxmode
/music/songs/1996/k/kx-frice.zip
22 Sep 1996 (catalog date)
195,584 bytes
Download FTP scene.org
Rating:
(IT)

Snowman by Fireside
/music/songs/1996/p/pl-snowm.zip
08 Apr 1997 (catalog date)
133,567 bytes
Download FTP scene.org
(XM)

Line Of Fire by cyclone of questor, ART
/music/songs/1997/a/art_123.zip
15 Dec 1997 (catalog date)
652,028 bytes
Download FTP scene.org
(XM)

Night On Fire by Raphael of Digitalus
/music/songs/1997/a/avz3.zip
21 Sep 1997 (catalog date)
997,564 bytes
Download FTP scene.org
(IT)

Into The Fire - 18th Place At Trip '98 by Mekka of Dreamers
/music/songs/1997/d/drm-itf.zip
11 Jan 1998 (catalog date)
659,794 bytes
Download FTP scene.org
(XM)

Fire And Forget by Zond 3 of Linnorm
/music/songs/1997/f/fianfor.zip
22 Sep 1997 (catalog date)
483,578 bytes
Download FTP scene.org
(XM)

Fire And Forget by Synergist
/music/songs/1997/f/fireanf.zip
11 Sep 1997 (catalog date)
483,337 bytes
Download FTP scene.org
(XM)

Firestorm by TRX of THE DANZE DIVISION
/music/songs/1997/f/firestrm.zip
16 Jul 1997 (catalog date)
547,394 bytes
Download FTP scene.org
(IT)

Glass Spectre by Firelight
/music/songs/1997/f/flglass.zip
24 Nov 1997 (catalog date)
627,840 bytes
Download FTP scene.org
Released at event COV97 in the mmul division and ranked 01
(XM)

Bell Fire by Mazedude of Ignition Music
/music/songs/1997/i/ibells.zip
13 Dec 1997 (catalog date)
94,452 bytes
Download FTP scene.org
(S3M)

Firethorn by Coplan of Immortal Coil
/music/songs/1997/i/ic-firet.zip
14 Jul 1997 (catalog date)
115,577 bytes
Download FTP scene.org
(IT)

Midnight Fires by Miss Saigon of Threesome
/music/songs/1997/m/midnigh_.zip
10 Dec 1998 (catalog date)
68,416 bytes
Download FTP scene.org
Released at event ASM97 in the mmul division and ranked XX

Heart Of Fire by RBH of NWP
/music/songs/1997/n/nwp_htof.zip
11 Dec 1997 (catalog date)
182,632 bytes
Download FTP scene.org
(S3M)

Mute by Fireside
/music/songs/1997/p/pl-mute.zip
08 Apr 1997 (catalog date)
34,253 bytes
Download FTP scene.org
(XM)

Where is the fire?!? by Dark of MetaBolic
/music/songs/1997/w/whereis.zip
13 Dec 1998 (catalog date)
349,629 bytes
Download FTP scene.org
Released at event BIZ97 in the mmul division and ranked 27

Dark by T-Fire
/music/songs/1998/d/dark.zip
11 Feb 1998 (catalog date)
172,714 bytes
Download FTP scene.org
(XM)

Walk On Fire by DotH of MultiDimensional
/music/songs/1998/g/g25-fire.zip
06 Jan 1998 (catalog date)
334,216 bytes
Download FTP scene.org
(XM)

Interstate by T-Fire
/music/songs/1998/i/inter.zip
11 Feb 1998 (catalog date)
1,179,229 bytes
Download FTP scene.org
Rating:
(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

Armegeddon Fire by Pirate Pete, Drone of Knights and Pirates
/music/songs/1998/k/kp-arm3.zip
15 Aug 1998 (catalog date)
990,828 bytes
Download FTP scene.org
(XM)

Unburnin' Fire by substanza of Mah Music
/music/songs/1998/m/mah037.zip
24 Aug 1998 (catalog date)
737,978 bytes
Download FTP scene.org
(IT)

Fire In My Soul by The Nightstalker of ZFX
/music/songs/1998/n/ns-fire2.zip
06 May 1998 (catalog date)
311,003 bytes
Download FTP scene.org
(XM)

Fire In My Head by The Nightstalker of ZFX
/music/songs/1998/n/ns-fire3.zip
21 May 1998 (catalog date)
364,389 bytes
Download FTP scene.org
(XM)

Archaic by The Nightstalker of ZFX
/music/songs/1998/n/ns-fire4.zip
01 Jul 1998 (catalog date)
288,582 bytes
Download FTP scene.org
(XM)

Fire In My Heart by The Nightstalker of ZFX
/music/songs/1998/n/ns-firei.zip
04 Apr 1998 (catalog date)
462,523 bytes
Download FTP scene.org
(XM)

The Time Is The Fire In Which We Burn by Physical Phantasm, Ph2 of Oceanic Records
/music/songs/1998/o/or-time.zip
06 May 1998 (catalog date)
249,997 bytes
Download FTP scene.org
(XM)

Relics Of San Francisco by Luminfire of ScatterAxis, Pantheon Music Releases
/music/songs/1998/s/sa01.zip
07 Mar 1998 (catalog date)
462,163 bytes
Download FTP scene.org
(XM)

Smooth by T-Fire
/music/songs/1998/s/smooth.zip
03 Mar 1998 (catalog date)
1,023,246 bytes
Download FTP scene.org
(XM)

Trickery by T-Fire
/music/songs/1998/t/trick.zip
27 Feb 1998 (catalog date)
1,427,977 bytes
Download FTP scene.org
(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)

Living Dreams by Bakfire
/tla/disks/1996/d/dreams.zip
29 Sep 1996 (catalog date)
1,225,643 bytes
Download FTP
Rating:

The Fire Bird by Notman
/tla/songs/1995/mod/t/the_fire.zip
16 Sep 1996 (catalog date)
115,762 bytes
Download FTP
Rating:
Released at event TP95 in the m4ch division and ranked XX

Plutofire by Kevin Kumshot
/tla/songs/1995/s3m/p/plutofir.zip
19 Sep 1996 (catalog date)
311,998 bytes
Download FTP
Rating:

Forest Fire by Sine
/tla/songs/1995/xm/f/forfire.zip
21 Sep 1996 (catalog date)
324,438 bytes
Download FTP
Rating:

Fire! Remix by Spotz
/tla/songs/1995/xm/p/prod.zip
21 Sep 1996 (catalog date)
618,854 bytes
Download FTP
Rating:

Mars Fire! by Luna
/tla/songs/1996/mod/l/lw_mars.zip
22 Sep 1996 (catalog date)
196,911 bytes
Download FTP
Rating:

Neural Misfire by Sublunar
/tla/songs/1996/s3m/s/sublunar.zip
22 Sep 1996 (catalog date)
138,053 bytes
Download FTP
Rating:

Balls Of Fire by Acidfrog
/tla/songs/1996/xm/a/af-bof.zip
22 Sep 1996 (catalog date)
251,495 bytes
Download FTP
Rating:

Beetle Dream by FireBeetle
/tla/songs/1996/xm/f/fb-drm.zip
16 Nov 1996 (catalog date)
21,853 bytes
Download FTP
Rating:

Fire by Dead
/tla/songs/1996/xm/f/fire.zip
16 Nov 1996 (catalog date)
2,845,473 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: