Search for "Nation": 124 matches

3d math by Lithium of VLA
/code/3d/docs/3d_math.zip
10 Jan 1997 (catalog date)
11,835 bytes
Download FTP scene.org
Rating:
Explanations of some 3d math concepts - I remember not getting the 3d rotations working correctly when I first started programming, but I'm not sure if that's my fault or the fault of the doc. Most of the docs are some simple linear algebra. They spell out the equations in the end for those who can't completely understand them.

Polyfiller Tutorial by Karma of TFL-TDV
/code/3d/docs/ttka3ddo.zip
18 Jan 1998 (catalog date)
15,613 bytes
Download FTP scene.org
Rating:
A good explanation of different types of polyfillers.

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.

Gouraud Shading by The Faker of Surprise Productions
/code/3d/trifill/gouraud/goushad.zip
25 Aug 1997 (catalog date)
16,816 bytes
Download FTP scene.org
Rating:
No explanation, but the source is very easy to understand.

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.

Phong Explanation by TimJ of Vertigo
/code/3d/trifill/phong/vgophong.zip
17 Jan 1999 (catalog date)
6,709 bytes
Download FTP scene.org
Rating:
Good tutorial about how the phong lightning algorithm works and how it can be implemented

8086 Compo Explanation And Rules by Trixter of Hornet
/code/contests/8086/8086_com.txt
07 Nov 1997 (catalog date)
17,870 bytes
Download FTP scene.org
Released at event 8086 in the misc division

2D Rotation by Draeden of VLA
/code/effects/3d/rotate.zip
25 Aug 1997 (catalog date)
7,790 bytes
Download FTP scene.org
Rating:
A clear explanation, but it doesn't explain how to do matrix rotation.

3D Rotation by Draeden of VLA
/code/effects/3d/rotate3d.zip
25 Aug 1997 (catalog date)
35,866 bytes
Download FTP scene.org
Rating:
A clear explanation, but it doesn't explain how to do matrix rotation.

Bump mapping by PLaSH of Azure
/code/effects/bump/azr_bump.zip
25 Aug 1997 (catalog date)
110,842 bytes
Download FTP scene.org
Rating:
Samples of bumpmapping. No explanation of the effect. Fairly clean code. Several examples so far into the optimization.

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!

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.

4ge-fractal by CuteELF of 4ge
/code/effects/fractal/4ge-frac.zip
10 Jan 1997 (catalog date)
10,454 bytes
Download FTP scene.org
Rating:
A fractal zoomer - Has an explanation of how the effect is done, but doesn't say much about the generation of the fractal. Good overall program design and comments.

Fractal Trees by Slavinsky of PL
/code/effects/fractal/vaftre.zip
17 Jan 1999 (catalog date)
31,968 bytes
Download FTP scene.org
Rating:
Explanation of how to make a simple fractal tree.

Cyber Space 3d by Phantom of Nostalgia
/code/effects/land/cyb3dkit.zip
10 Jan 1997 (catalog date)
31,536 bytes
Download FTP scene.org
Rating:
A landscape routine with many aspects - No source and a very quick explaination of the ideas and algorithms behind the effect.

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.

ll_land by Lord Logics
/code/effects/land/ll_land2.zip
10 Jan 1997 (catalog date)
147,335 bytes
Download FTP scene.org
Rating:
A landscape routine similar to that at the end of unreal - the xmode routines bug out, but atleast there's an explanation of the effect.

Crossfade by Esak
/code/effects/pallette/crosfade.zip
21 Sep 1997 (catalog date)
55,071 bytes
Download FTP scene.org
Rating:
Includes a good explanation of how it works.

Copper Bars by Patch
/code/effects/raster/bars.zip
25 Aug 1997 (catalog date)
8,373 bytes
Download FTP scene.org
Rating:
No explanation, just source.

Vertical Copper Bars by Type One of TFL-TDV
/code/effects/raster/intro5.zip
25 Aug 1997 (catalog date)
21,193 bytes
Download FTP scene.org
Rating:
No explanation, comments are in French.

Vertical Copper Bars by Jare of Iguana
/code/effects/raster/the_cop.zip
25 Aug 1997 (catalog date)
49,089 bytes
Download FTP scene.org
Rating:
No explanation, no comments. A .gif dumper is also included.

Cache Optimized Roto-Zoomer by pascal of Cubic Team
/code/effects/rotozoom/pasroto.zip
05 Oct 1996 (catalog date)
29,419 bytes
Download FTP scene.org
Rating:
Nice, fast, tight code with a good explanation of why it is so fast.

Transparency Tutorial by Sirmikey of Chaotic Order
/code/effects/transpar/transpar.zip
05 Oct 1996 (catalog date)
290,156 bytes
Download FTP scene.org
Rating:
w/WATCOM C source - Doesn't run. Nice explanation/code

ND.exe by Friar Tuck
/code/effects/tunnel/syn.zip
10 Jan 1997 (catalog date)
31,848 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - Spaghetti code and no explanation. Also doesn't generate the dot tunnel real time, rather it has the rungs of dots precalculated in the exe.

tube by James Johnson
/code/effects/tunnel/tubesrc.zip
10 Jan 1997 (catalog date)
22,030 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - Poorly done, looks horrible, no explanation or comments, no timing synching.

Animation Construction Kit 3D (source) by Lary Myers
/code/effects/worlds/acksrc.zip
25 Aug 1997 (catalog date)
146,731 bytes
Download FTP scene.org
Rating:
A Wolfenstein-like 3d world engine by Lary Myers, including all sources and a good explanation of how it works. To make it run you also have to download ackkit.zip which contains all the data.

Eclipse operating System v3.05
/code/hardware/pmode/e_os305.zip
30 Jun 1998 (catalog date)
1,442,821 bytes
Download FTP scene.org
Rating:
A combination of a dos extender and a demo library containing a lot of useful functions. It's very useful for intros because the tiny version is very small (including a sb and gus modplayer). C, Assembler

Mode 13h Doc by Vulture
/code/hardware/video/basicdoc.zip
10 Jan 1997 (catalog date)
7,727 bytes
Download FTP scene.org
Rating:
An explaination of mode 13h - For the *absolute* beginner.

Fake mode by Yaka of Xography
/code/hardware/video/fakemode.zip
10 Jan 1997 (catalog date)
126,776 bytes
Download FTP scene.org
Rating:
A tweak mode for high color resolution on a VGA - Great explanation of how to set up such a video mode. Pre-dates illumanati and ambience by Tran.

LOADALL Tutorial by Mark Dixon
/code/tutors/asm/loadall.zip
18 Jan 1998 (catalog date)
3,621 bytes
Download FTP scene.org
Rating:
Explanation of the LOADALL instruction.

Demo Series, Part 10 by Outlaw Triad
/code/tutors/graphics/otface.zip
17 Jan 1999 (catalog date)
17,486 bytes
Download FTP scene.org
Rating:
Tutorial about sorting faces in a 3d scene. No explanation about sorting algorithms at all, which makes it totaly useless.

Mode 13h Explanation by Vulture of Outlaw Triad
/code/tutors/video/basicdoc.zip
18 Jan 1998 (catalog date)
4,494 bytes
Download FTP scene.org
Rating:
Only explains how to get into mode 13h and how its memory model works. Not very useful.

Alpha PCI by Power Crisis International
/demos/1993/a/alphapci.zip
29 Jun 1996 (catalog date)
210,722 bytes
Download FTP scene.org
Rating:

Nuclear Detonation by Nuclear Meltdown
/demos/1993/n/nm_det.zip
29 Jun 1996 (catalog date)
27,788 bytes
Download FTP scene.org
Rating:

Space Jam by Fascination
/demos/1994/f/fsn_sj.zip
29 Jun 1996 (catalog date)
61,494 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 02

Unlimited Existance by Fascination
/demos/1994/f/fsn_ue.zip
29 Jun 1996 (catalog date)
129,462 bytes
Download FTP scene.org
Rating:
Released at event ABD94 in the demo division and ranked 06

GooRoo Nation by Starry Knights Productions
/demos/1994/g/gn_skp.zip
29 Jun 1996 (catalog date)
729,088 bytes
Download FTP scene.org
Rating:

112 by Fascination
/demos/1995/f/fsn_112.zip
27 Nov 1998 (catalog date)
529,000 bytes
Download FTP scene.org
Rating:
Released at event JUH95A in the demo division and ranked 05
,,GUS,

Daisy by Fascination
/demos/1995/f/fsn_dsy.zip
30 Jun 1996 (catalog date)
356,422 bytes
Download FTP scene.org
Rating:

Hive by Fascination
/demos/1995/f/fsn_hive.zip
30 Jun 1996 (catalog date)
881,683 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the demo division and ranked 01

Vastaaja by Fascination
/demos/1995/f/fsn_vast.zip
30 Jun 1996 (catalog date)
180,692 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 06

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

Nation Zero by Jamm
/demos/1995/n/nation0.zip
30 Jun 1996 (catalog date)
85,710 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 04

Illumination by Yodel
/demos/1995/y/ydl_illu.zip
30 Jun 1996 (catalog date)
45,727 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 02

Halo-The Illumination by Cobra Creations
/demos/1996/c/coc_halo.zip
03 Jul 1996 (catalog date)
1,674,839 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the demo division and ranked 03

How Do You Do by Fascination
/demos/1996/f/fsn_hdyd.zip
30 Jun 1996 (catalog date)
585,441 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the demo division and ranked 07

BBS Global Domination by Brains Don't Bounce
/demos/1996/g/gd.zip
06 Jan 1997 (catalog date)
3,549 bytes
Download FTP scene.org
Rating:

Nation Zero 2 by Jamm
/demos/1996/n/nation2.zip
14 Sep 1996 (catalog date)
74,474 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in64 division and ranked 03

Extermination by Substance
/demos/1996/s/stc_xtr.zip
23 Dec 1996 (catalog date)
39,875 bytes
Download FTP scene.org
Rating:
Released at event GRV96 in the in64 division and ranked 01

United Nations demo by Kristofer Tingdahl
/demos/1996/u/undemo.zip
03 Jul 1996 (catalog date)
9,532 bytes
Download FTP scene.org
Rating:

Ubernational Zonk by TPOLM
/demos/1998/b/bernatio.zip
22 Oct 1998 (catalog date)
1,272,613 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the demo division and ranked 07

Destination Goatland by Noice
/demos/1998/n/noc_dego.zip
05 Aug 1998 (catalog date)
2,233,410 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the demo division and ranked 01
P166,VESA,GUS/SB/PAS,24MB

Out of Imagination by Onyx
/graphics/images/1994/o/outofima.zip
04 Jul 1996 (catalog date)
169,605 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 65

Domination by Slimy Devil
/graphics/images/1995/s/sld-domi.zip
04 Jul 1996 (catalog date)
53,770 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked ??

Machination by Ox
/graphics/images/1996/o/ox_gfx1.zip
25 Oct 1996 (catalog date)
88,702 bytes
Download FTP scene.org
Rating:

Splash 1 by Fascination
/mags/1995/fsn_spl1.zip
28 May 1998 (catalog date)
224,667 bytes
Download FTP scene.org

Splash 2 by Fascination
/mags/1995/fsn_spl2.zip
11 Jul 1996 (catalog date)
520,220 bytes
Download FTP scene.org
Rating:

Splash 3 by Fascination
/mags/1996/fsn_spl3.zip
15 Sep 1996 (catalog date)
570,108 bytes
Download FTP scene.org
Rating:

Splash 4 by Fascination
/mags/1996/fsn_spl4.zip
15 Sep 1996 (catalog date)
521,783 bytes
Download FTP scene.org
Rating:

Tangerine Fascination by Necros
/music/contests/mc4/veteran/m4v-fasc.zip
10 Nov 1996 (catalog date)
454,106 bytes
Download FTP scene.org
Rating:
Released at event MC4 in the mmul division and ranked V02
Necros at his best

Pesh Dimensions by Caramel of Fascination, Gods
/music/contests/mc5/veteran/m5v-pesh.zip
29 Aug 1997 (catalog date)
421,980 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

An Explanation by Bug
/music/contests/mc6/rookie/m6r-anex.zip
28 Mar 1999 (catalog date)
153,552 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Tangerine Fascination by Necros
/music/contests/mc_winners/m4v-fasc.it
28 Mar 1999 (catalog date)
709,340 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V02

Tangerine Fascination by Necros
/music/contests/mc_winners/m4v-fasc.mp3
28 Mar 1999 (catalog date)
4,071,340 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V02

Destination by Mr. Angry
/music/disks/1996/destinat.zip
19 Nov 1996 (catalog date)
606,091 bytes
Download FTP scene.org
Rating:

The Determination by Dune
/music/songs/1993/determin.zip
15 Sep 1996 (catalog date)
160,870 bytes
Download FTP scene.org
Rating:
(MOD)

Pulse Combination by Mindfuck
/music/songs/1994/pulse.zip
15 Sep 1996 (catalog date)
194,568 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked XX
(MOD)

D-Nation by Logos
/music/songs/1995/c/cb-dnat.zip
21 Sep 1996 (catalog date)
462,796 bytes
Download FTP scene.org
Rating:
(XM)

Elimination by LizardKing
/music/songs/1995/e/eliminat.zip
16 Sep 1996 (catalog date)
93,975 bytes
Download FTP scene.org
Rating:
(MOD)

Hallucination by Cyclone
/music/songs/1995/h/halucin8.zip
18 Sep 1996 (catalog date)
36,963 bytes
Download FTP scene.org
Rating:
(S3M)

Illumination by Cube
/music/songs/1995/i/illumina.zip
16 Sep 1996 (catalog date)
374,234 bytes
Download FTP scene.org
Rating:
Released at event ASM95
(MOD)

Star Peregrination by Black Thunder
/music/songs/1995/p/peregrin.zip
21 Sep 1996 (catalog date)
178,035 bytes
Download FTP scene.org
Rating:
(XM)

The Reincarnation by Boogeyman
/music/songs/1995/r/reincarn.zip
21 Sep 1996 (catalog date)
180,936 bytes
Download FTP scene.org
Rating:
(XM)

Tranze Contamination by Solaris
/music/songs/1995/s/sol-con.zip
21 Sep 1996 (catalog date)
242,158 bytes
Download FTP scene.org
Rating:
(XM)

Yammah Reincarnation by Liam The Lemming
/music/songs/1995/y/yammah5.zip
20 Sep 1996 (catalog date)
226,620 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(S3M)

Rave Da Nation Pre-release by Codeblaster of The Lost Patrol
/music/songs/1996/c/cb-rvedn.zip
20 Sep 1997 (catalog date)
195,247 bytes
Download FTP scene.org
Rating:
(S3M)

Hardcore Imagination by epox of decay
/music/songs/1996/d/dcy_imhc.zip
06 Apr 1997 (catalog date)
340,956 bytes
Download FTP scene.org
(XM)

In Your Imagination by Dionysus
/music/songs/1996/d/dn_iyi.zip
22 Sep 1996 (catalog date)
172,111 bytes
Download FTP scene.org
Rating:
(IT)

Extermination by Bethoven
/music/songs/1996/e/extermin.zip
19 Nov 1996 (catalog date)
158,435 bytes
Download FTP scene.org
Rating:
(MOD)

United (Nations) by Emolient of Focus
/music/songs/1996/f/fo_unitd.zip
24 Jul 1996 (catalog date)
644,462 bytes
Download FTP scene.org
Rating:
(XM)

Killing Me Softly by Hauz Nation of Northern Pain
/music/songs/1996/f/fugee.zip
25 Jul 1997 (catalog date)
747,380 bytes
Download FTP scene.org
Released at event MEK97 in the mmul division and ranked XX
(XM)

Mortal Fascination by Glitch
/music/songs/1996/g/gl-mort.zip
01 Oct 1996 (catalog date)
545,991 bytes
Download FTP scene.org
Rating:
(XM)

Trepanation by Graham the Happy Scum
/music/songs/1996/i/io_trep.zip
18 Nov 1996 (catalog date)
331,751 bytes
Download FTP scene.org
Rating:
(IT)

The Mechanic Opera by Jammax of Imagination
/music/songs/1996/j/jam-oper.zip
29 Apr 1997 (catalog date)
611,840 bytes
Download FTP scene.org
(MDL)

Out of Imagination by Leroy
/music/songs/1996/l/lry_outo.zip
23 Aug 1996 (catalog date)
7,920 bytes
Download FTP scene.org
Rating:
(XM)

At The Temple by STARLET of AQUATIC ILLUMINATION
/music/songs/1997/a/ai_flb7.zip
29 Sep 1997 (catalog date)
319,229 bytes
Download FTP scene.org
(IT)

No Limit by Digital Imaginations
/music/songs/1997/d/di-limit.zip
28 Jul 1997 (catalog date)
75,439 bytes
Download FTP scene.org
(XM)

High On Life by Digital Imaginations
/music/songs/1997/d/di-simp.zip
28 Jul 1997 (catalog date)
250,200 bytes
Download FTP scene.org
(XM)

Incarnation by Glitch of Decay
/music/songs/1997/g/gl-incar.zip
20 Apr 1997 (catalog date)
779,534 bytes
Download FTP scene.org
(XM)

Nation Cross Rainbow by HenriX of TMX
/music/songs/1997/h/henr_ncr.zip
25 Jul 1997 (catalog date)
447,452 bytes
Download FTP scene.org
Released at event MEK97 in the mmul division and ranked XX
(XM)

Phonation by isms
/music/songs/1997/i/i-phonat.zip
11 Nov 1997 (catalog date)
88,840 bytes
Download FTP scene.org
(XM)

Incarnation by Steven Undertaker
/music/songs/1997/i/incar.zip
06 Apr 1997 (catalog date)
193,835 bytes
Download FTP scene.org
(XM)

The Mindblowing Music by Jammax, Lord Killer of Imagination, Demon Desing
/music/songs/1997/j/jam-mind.zip
19 Jul 1997 (catalog date)
450,556 bytes
Download FTP scene.org
(MDL)

Rock And Roll by Jammax of Imagination
/music/songs/1997/j/jam-rock.zip
19 Jul 1997 (catalog date)
364,511 bytes
Download FTP scene.org
(IT)

Abduktid by Silky of Psyclone International, Resonance
/music/songs/1997/s/slk_abdd.zip
01 Sep 1997 (catalog date)
385,078 bytes
Download FTP scene.org
(XM)

Psyclonic Diversions by Silky of Psyclone International, Resonance
/music/songs/1997/s/slk_pd.zip
21 Aug 1997 (catalog date)
360,168 bytes
Download FTP scene.org
(XM)

Shaolin Explorination by Junglizt of Society Of Sound
/music/songs/1997/s/sos_shao.zip
23 Jun 1997 (catalog date)
580,572 bytes
Download FTP scene.org
(IT)

Halucination by ob1, ely
/music/songs/1997/s/sps_hal.zip
04 Aug 1997 (catalog date)
392,207 bytes
Download FTP scene.org
(XM)

Alienation by tEr of hRG
/music/songs/1997/t/ter-aln.zip
07 Dec 1997 (catalog date)
612,277 bytes
Download FTP scene.org
(IT)

Sweden - The Rave by Zoda of dLO
/music/songs/1997/z/zo-swede.zip
12 Mar 1997 (catalog date)
179,130 bytes
Download FTP scene.org
Rating:
(XM) Rave cover of the swedish national anthem

Destination Mars by Chronicle of DRuNK
/music/songs/1998/c/ch-mars.zip
27 Apr 1998 (catalog date)
869,675 bytes
Download FTP scene.org
(XM)

Reincarnation by Jay
/music/songs/1998/j/jayreinc.zip
01 Mar 1998 (catalog date)
97,365 bytes
Download FTP scene.org
(IT)

Heavens Damnation by Kasumi-Chan of DreamWorks Design
/music/songs/1998/k/k_hdamnt.zip
16 Jan 1998 (catalog date)
596,225 bytes
Download FTP scene.org
(XM)

Imagination by Scorpion of kombo
/music/songs/1998/k/km_imagi.zip
06 Jan 1998 (catalog date)
232,574 bytes
Download FTP scene.org
(IT)

Cocaine Loop by Loki of Aquatic Illumination
/music/songs/1998/l/lok-cl.zip
23 Aug 1998 (catalog date)
591,419 bytes
Download FTP scene.org
(IT)

Final Destination by Zancarius DESTRUX of XofX
/music/songs/1998/x/xx_final.zip
26 Jan 1998 (catalog date)
208,370 bytes
Download FTP scene.org
(IT)

Determination of Reality by Harald Wuest
/music/songs/1997/r/realityd.zip
06 Jul 2003 (catalog date)
368,431 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the mmul division and ranked XX
(XM)

Pulmination by Oracle Prod.
/tla/disks/1996/o/orc-pulm.zip
01 Jul 1996 (catalog date)
1,887,884 bytes
Download FTP
Rating:

Conspirito by Nation
/tla/songs/1994/mod/c/conspiri.zip
15 Sep 1996 (catalog date)
158,686 bytes
Download FTP
Rating:
Released at event TP94 in the m4ch division and ranked 10

Alienation by Hypno
/tla/songs/1995/mod/a/alienate.lha
16 Sep 1996 (catalog date)
137,252 bytes
Download FTP
Rating:

Bizarre Imaginations by Zanti
/tla/songs/1995/mod/b/bizarre.zip
16 Sep 1996 (catalog date)
37,391 bytes
Download FTP
Rating:

House Mixes 1-4 by Article III
/tla/songs/1995/s3m/n/nation-1.zip
18 Sep 1996 (catalog date)
325,639 bytes
Download FTP
Rating:

Undercurrent RMX by Article III
/tla/songs/1995/s3m/n/nation-2.zip
18 Sep 1996 (catalog date)
780,763 bytes
Download FTP
Rating:

Gothic by Gato
/tla/songs/1995/s3m/n/nation-3.zip
18 Sep 1996 (catalog date)
425,645 bytes
Download FTP
Rating:

Agents of Testing by Article III
/tla/songs/1995/s3m/n/nation-4.zip
18 Sep 1996 (catalog date)
374,096 bytes
Download FTP
Rating:

Sex Mad by Article III
/tla/songs/1995/s3m/n/nation_1.zip
18 Sep 1996 (catalog date)
480,194 bytes
Download FTP
Rating:

Undercurrent (Gods Remix) by Article III
/tla/songs/1995/s3m/n/nation_2.zip
18 Sep 1996 (catalog date)
788,528 bytes
Download FTP
Rating:

Agents of Testing by Article III
/tla/songs/1995/s3m/n/nation_4.zip
18 Sep 1996 (catalog date)
565,489 bytes
Download FTP
Rating:

Cacophony by Article III
/tla/songs/1995/s3m/n/nation_5.zip
18 Sep 1996 (catalog date)
340,580 bytes
Download FTP
Rating:

Trance Nation by Nexus
/tla/songs/1995/s3m/n/nex-tn.zip
18 Sep 1996 (catalog date)
135,422 bytes
Download FTP
Rating:

Stagnation by Zeus
/tla/songs/1995/s3m/s/stgntion.zip
20 Sep 1996 (catalog date)
175,321 bytes
Download FTP
Rating:

I Yam An Adventurer by Banco of Illumination
/tla/songs/1996/s3m/i/ill-im.zip
22 Sep 1996 (catalog date)
209,936 bytes
Download FTP
Rating:
Released at event ANT96 in the m4ch division and ranked ??

Rave Nation by Xaos
/tla/songs/1996/xm/d/dz_rvntn.zip
08 Oct 1996 (catalog date)
574,064 bytes
Download FTP
Rating:

Hippo Detonation by Prozaq
/tla/songs/1996/xm/p/prozaq1.zip
01 Jul 1996 (catalog date)
278,912 bytes
Download FTP
Rating: