Search for "star": 218 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.

3d basics by Synergist
/code/3d/docs/3dbasics.zip
10 Jan 1997 (catalog date)
2,745 bytes
Download FTP scene.org
Rating:
Some basic 3d documentation - I'd never want to tell someone that this doc is a good place to start. The person writing this has no concept of structures, which severely ease the programming of complex things such as 3d systems.

Zed 3D by Zed
/code/3d/docs/zed3d095.zip
19 Jan 1998 (catalog date)
697,450 bytes
Download FTP scene.org
Rating:
Zed 3d - a document explaining the maths you'll need for 3d. Word and postscript formats of the same file. Zed has an attention to detail and a great way to explain all the math. I highly recommend this to anyone starting to make a 3d engine who doesn't know where to start (start with the math, not the polygon fillers, believe me! the fillers are trivial in comparison). See the bibliography for where to go next.

Rotating 3d escher-knot by Oliver Nash
/code/3d/systems/gsescher.zip
30 Jun 1998 (catalog date)
19,895 bytes
Download FTP scene.org
Rating:
The author says he appreciates a mention when you "steal" his formula, but "his" formula was already used on the amiga a long time ago. It might be useful downloading though if you're a starting 3d coder because the flatshaded 3d engine is very easy to understand. C

Transparent Motion Blur Phong by Rex Deathstar of Waterlogic
/code/3d/trifill/phong/mphong.zip
05 Oct 1996 (catalog date)
110,301 bytes
Download FTP scene.org
Rating:

Tiled Texture Mapping Tutorial by TheGlide of Spinning Kids
/code/3d/trifill/texmap/tiletmap.zip
03 Jun 1998 (catalog date)
4,757 bytes
Download FTP scene.org
This is a little document that explains how to code a tiled texture mapper that handles any power of 2 texture sizes. The document contains some little C code to get you started. To fully understand the doc you should have already read MRI's fatmap.txt and fatmap2.txt.

Texture Mapping Tutorial by Tumblin of Bodies In Motion
/code/3d/trifill/texmap/tmaptut.zip
08 Jun 1997 (catalog date)
66,330 bytes
Download FTP scene.org
Rating:
Excellent tutorial on texture mapping. A must for starters!

GUS Environment by Patch
/code/audio/detect/gusenv.zip
10 Jan 1997 (catalog date)
1,481 bytes
Download FTP scene.org
Rating:
Grabs the Ultrasnd environment for you - Good for those who don't know how to find an environment variable, but it doesn't tell you much. It may give you a place to start.

StarPlayer by Jedi of Oxygen
/code/audio/players/sp-code.zip
25 Aug 1997 (catalog date)
125,394 bytes
Download FTP scene.org
Rating:
A mod/s3m player with source. THIS is the player you want to pick up if you're doing a 100% asm intro with Tran's pmode v2.xx and need SB support. It's easily tweakable to play your tune from memory, though the code given loads from disk. If you don't need SB support, also check out Robban's GUSPlay.

Space Port 2 BBS intro source by PSI
/code/demosrc/bbsintro/fcsp2src.zip
10 Jan 1997 (catalog date)
32,242 bytes
Download FTP scene.org
Rating:
Sources to a BBS intro with ADlib music, scrollie, and star field all in 1993 bytes - The Adlib player in this BBS intro has been ripped and used time and time again by many people. Simple and easy to use. Kudos to those who have credited the source of where they got their player.

Hobbit BBS Intro by Master Of Darkness of Deathstar
/code/demosrc/bbsintro/hobb1src.zip
06 Oct 1996 (catalog date)
11,801 bytes
Download FTP scene.org
Rating:

Immortal Syndicate BBS ad 2 sources by NutCracker
/code/demosrc/bbsintro/isad2src.zip
10 Jan 1997 (catalog date)
20,812 bytes
Download FTP scene.org
Rating:
sources for a BBS intro with a horizontal starfield and dropping letters

The Shed BBS loader source by naich
/code/demosrc/bbsintro/the_shed.zip
10 Jan 1997 (catalog date)
11,922 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with smoothe text scrolling (horizontal), dual layer starfield, and nifty fade out - Good comments, rather large source as it could use a random number generator as opposed to a table and some other (obvious?) size optimization concerns.

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.

Boardz source by Vulture
/code/demosrc/bbsintro/vga-vul1.zip
10 Jan 1997 (catalog date)
11,913 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with a star field and scrollie - I never thought I'd give this high a rating for source to a BBS loader, but I figure there's got to be some way for people to know what to look for. The source is beautiful and there are more comments than there are lines of source! *Perfect* for the beginner, though not a tutorial.

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

Snow Effects by Natas of Lithium
/code/demosrc/intros/snowtro.zip
29 May 1997 (catalog date)
65,044 bytes
Download FTP scene.org
Rating:
Ugly, I have seen much better snow effects. This looks more like a buggy diagonal starfield.

2d Coloured Bump Mapping by PSX of Future-Shock
/code/effects/bump/2dclbump.zip
24 Apr 1998 (catalog date)
277,086 bytes
Download FTP scene.org
Program to demonstarted Coloured 2D Bump Mapping. Coded in Watcom C.

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:

Lens Effect by Coldstar of Outworlders
/code/effects/lens/lenz.zip
17 Jan 1999 (catalog date)
36,431 bytes
Download FTP scene.org
Rating:
Dated effect.

Transparent Plasma/Image Warp by Death Star of Waterlogic
/code/effects/plasma/plaswarp.zip
05 Oct 1996 (catalog date)
59,442 bytes
Download FTP scene.org
Rating:

Rotozoomer by Paul H. Kahler
/code/effects/rotozoom/rotatebm.zip
08 Jul 1997 (catalog date)
17,607 bytes
Download FTP scene.org
Rating:
The comments included with the code are very clear, so this one is great for starters.

C Horizontal Stars by Darion
/code/effects/stars/hstar_c.zip
29 May 1997 (catalog date)
18,275 bytes
Download FTP scene.org
Rating:
Displays a very basic horizontal starfield.

3D Starfield by Legend of Blitz
/code/effects/stars/ldstars.zip
29 May 1997 (catalog date)
9,942 bytes
Download FTP scene.org
Rating:
This is just a basic starfield. What makes it special is the 3D glasses support.

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.

Starfield And 3D Object
/code/effects/stars/objstar.zip
11 Apr 1997 (catalog date)
31,413 bytes
Download FTP scene.org

3D Starfield by Vulture of Outlaw Triad
/code/effects/stars/otstars.zip
29 May 1997 (catalog date)
17,592 bytes
Download FTP scene.org
Rating:
A tutorial on 3D starfield effects.

20 Byte Parallax Starfield by pascal of Cubic Team
/code/effects/stars/passtar.zip
05 Oct 1996 (catalog date)
8,836 bytes
Download FTP scene.org
Rating:
A one-up on that other guy. :)

SideScrolling Starfield by Incognito
/code/effects/stars/qb-stars.zip
05 Oct 1996 (catalog date)
29,071 bytes
Download FTP scene.org
Rating:

Starfield by Shade of Trash
/code/effects/stars/s-stars.zip
12 Aug 1997 (catalog date)
33,908 bytes
Download FTP scene.org
Rating:
A Starfield. A BASIC starfield. Hideously slow and leaves a black cross on the screen.

Star 97 by Deathlock
/code/effects/stars/star97.zip
19 Jan 1998 (catalog date)
3,299 bytes
Download FTP scene.org
Rating:
97 byte starfield. You were outdone on the concept for this one. Looks much better than the twentysomethings starfields. Well commented.

Stars by Draeden of VLA
/code/effects/stars/stars.zip
10 Jan 1997 (catalog date)
10,627 bytes
Download FTP scene.org
Rating:
A simple starfield effect - Good for the beginner.

Stars by Mark Mackey
/code/effects/stars/stars2.zip
10 Jan 1997 (catalog date)
10,857 bytes
Download FTP scene.org
Rating:
A slightly more complex starfield - So-so. No timing code so it blazes.

Stars by The Darkman
/code/effects/stars/stars3d.zip
10 Jan 1997 (catalog date)
15,164 bytes
Download FTP scene.org
Rating:
A nicely done starfield - Nicely done (in appearance) but shoddy code. Globals abound, poor understanding of what to make functions. Made by a professed beginner.

Starz V1.0 by VuLgAr UnIcOrN
/code/effects/stars/starz10.zip
03 Jun 1998 (catalog date)
154,676 bytes
Download FTP scene.org
This is a 2D side scrolling stars demo. There are multiple star speeds / sizes / colors. There are also lots of options like directions and color changing. It is written using C++ in the MS VC++5.0/MFC environment.

123 Byte Tiny Star Field by Rex Deathstar of Waterlogic
/code/effects/stars/tinystar.zip
06 Oct 1996 (catalog date)
1,929 bytes
Download FTP scene.org
Rating:
The 3d version of what Matt and Pascal did. Could conceivably be much smaller

Source for Tunnel Effect by PlastiikkiPaketti of Skraappa Skruuppi
/code/effects/tunnel/araidsrc.zip
06 Oct 1996 (catalog date)
28,319 bytes
Download FTP scene.org
Rating:
used in Stars/Nooon and Paimen/Coma, Doesn't explain the algorithm, not very optimized, low resolution

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.

Voxel Scape 2.0 by Rex Deathstar of Waterlogic
/code/effects/voxel/voxelsp2.zip
06 Oct 1996 (catalog date)
110,511 bytes
Download FTP scene.org
Rating:

Voxel Space Landscape by Rex Deathstar of Waterlogic
/code/effects/voxel/voxelspc.zip
06 Oct 1996 (catalog date)
109,779 bytes
Download FTP scene.org
Rating:

Texture Mapped Wormhole by Death Star of Waterlogic
/code/effects/wormhole/stargate.zip
07 Oct 1996 (catalog date)
64,805 bytes
Download FTP scene.org
Rating:

Virtual File System and Demo Linker by Deathstar
/code/fileutil/ilinkv30.zip
17 Jan 1999 (catalog date)
33,990 bytes
Download FTP scene.org
Rating:
Uses a very makes it too complex compared to other virtual file systems.

AWE-DIP-01-ENG by Creative Labs engineers
/code/hardware/audio/adip.zip
10 Jan 1997 (catalog date)
708,753 bytes
Download FTP scene.org
Rating:
Examples and API for using the AWE32 - And people wonder why there's not much SB support. The information in the packet is contorted. I could go on this for days. Comments like /* main - here's where the fun begins */ are misleading. The fun actually began several hundred lines ago (starting at line 134). It's late. I'm not exactly bored, but this bit of code is frustrating. I wonder why CL even bothered. There are no technical docs of any sort and the code that is here *REEKS* of bad style. For extra frustration, I unzipped the file which had a self extracting .exe in it, which gave me 4 zips which when each extracted with the -d option finally gives me the SDK. Kneebiter - at 1:30 in the morning. Need more tea...

Obbuf v3.2 by Ondrej Blazek
/code/hardware/keyboard/obbuf.zip
26 Feb 1998 (catalog date)
12,658 bytes
Download FTP scene.org
Rating:
Fills the keyboard buffer with specific keystrokes before running a program. Very useful if you often use the same functions of a program when you start it.

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.

76 Byte Pcx Viewer by Saint
/code/images/saintpcx.zip
03 Jul 1998 (catalog date)
7,169 bytes
Download FTP scene.org
Saint's revenge: Another example of size optimization, beating Gyr's viewer by 12 (.) bytes. Hey, will I get four stars, too? :-)

ASM Tutorials Part 0, 1, and 2 by Draeden of VLA
/code/tutors/asm/asmvla00.zip
18 Jan 1998 (catalog date)
16,905 bytes
Download FTP scene.org
Rating:
If you are totaly unexperienced with assembler this is the right one to start with.

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 #13 by Denthor of Asphyxia
/code/tutors/denthor/tut13.zip
11 Jan 1997 (catalog date)
9,823 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:3d starfields - We've seen these time and time again. Check out /code/effects/stars for more examples.

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

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut1.zip
19 Jan 1998 (catalog date)
15,071 bytes
Download FTP scene.org
Rating:
Windows Tutorial 1. Denthor's back with some tutorials on windows graphics program. I (and he) recommend that you still get another reference (like a *gasp* book) if you know absolutely nothing about programming windows and intend to get serious about it. The tut has just enough info to grasp how windows works, the mindset needed for coding, and some basic messages windows can throw at you. Good for the ultra-beginner with windows. (Oh, the example here is a star field)

Star Trek by Authentic Audio
/demos/1991/startrek.zip
29 Jun 1996 (catalog date)
339,030 bytes
Download FTP scene.org
Rating:

Demo by The Napalm Star
/demos/1992/tnsdemo.zip
29 Jun 1996 (catalog date)
76,610 bytes
Download FTP scene.org
Rating:

Stardream by Surprise Productions
/demos/1993/s/sp.zip
29 Jun 1996 (catalog date)
57,821 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 09

Star Spangled Intro by Intercept
/demos/1993/s/star_int.zip
29 Jun 1996 (catalog date)
86,000 bytes
Download FTP scene.org
Rating:

BBS Starbase Systems by Access Denied
/demos/1993/s/starbase.zip
29 Jun 1996 (catalog date)
74,020 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

BBS Anarchy Online by Rex Deathstar
/demos/1994/a/anarchy_.zip
29 Jun 1996 (catalog date)
153,559 bytes
Download FTP scene.org
Rating:

BBS The Asylum by Rex Deathstar
/demos/1994/a/asylum_.zip
29 Jun 1996 (catalog date)
28,720 bytes
Download FTP scene.org
Rating:

BBS Corom Productions by Rex Deathstar
/demos/1994/c/corom.zip
29 Jun 1996 (catalog date)
9,026 bytes
Download FTP scene.org
Rating:

Starwarz by Delusion
/demos/1994/d/delus_sw.zip
29 Jun 1996 (catalog date)
190,225 bytes
Download FTP scene.org
Rating:

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:

BBS I-Chi-Ban by Rex Deathstar
/demos/1994/i/ichiban2.zip
29 Jun 1996 (catalog date)
16,194 bytes
Download FTP scene.org
Rating:

Starlite by Nordic Vision
/demos/1994/s/starlite.zip
14 Jan 1997 (catalog date)
493,089 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Digital Bliss by DeathStar
/demos/1995/d/ds_bliss.zip
29 Jun 1996 (catalog date)
2,777,824 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked EE

Faces Slideshow Demo by Rex Deathstar
/demos/1995/f/faces_.zip
30 Jun 1996 (catalog date)
582,556 bytes
Download FTP scene.org
Rating:

Stars (bugfixed) by Nooon
/demos/1995/n/nooon_st.zip
30 Jun 1996 (catalog date)
1,170,130 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 01

BBS Star Intro by Oxygen
/demos/1995/s/starbbs.zip
30 Jun 1996 (catalog date)
95,487 bytes
Download FTP scene.org
Rating:

BBS Stargate by N-Factor
/demos/1995/s/stargate.zip
30 Jun 1996 (catalog date)
11,228 bytes
Download FTP scene.org
Rating:

Star Light by Xor
/demos/1995/s/starlit.zip
30 Jun 1996 (catalog date)
6,321 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Startro by Reality
/demos/1995/s/startro.zip
30 Jun 1996 (catalog date)
18,190 bytes
Download FTP scene.org
Rating:

GU-Star (bugfixed) by Camorra
/demos/1996/c/cma_gstb.zip
03 Jul 1996 (catalog date)
63,753 bytes
Download FTP scene.org
Rating:

GU-Star by Camorra
/demos/1996/c/cma_gstr.zip
30 Jun 1996 (catalog date)
61,626 bytes
Download FTP scene.org
Rating:

Dizkoball by Deathstar
/demos/1996/d/ds-boll.zip
27 Sep 1996 (catalog date)
78,335 bytes
Download FTP scene.org
Rating:

Fast by Arkham
/demos/1996/f/fastark.zip
12 Dec 1996 (catalog date)
1,314,071 bytes
Download FTP scene.org
Rating:
Released at event SAT96B in the demo division and ranked 03

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

Starchaser by Opiate
/demos/1996/s/starchas.zip
03 Jul 1996 (catalog date)
349,846 bytes
Download FTP scene.org
Rating:

Star Fucker by BadSector
/demos/1996/s/starfuck.zip
09 Feb 1997 (catalog date)
471,384 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 27
SB

Star Reach by Unlimited Creations
/demos/1996/u/ulc_star.zip
30 Jun 1996 (catalog date)
1,677,885 bytes
Download FTP scene.org
Rating:
Released at event MOV95 in the demo division and ranked 03

Alvin Stardust by Cryonics
/demos/1997/c/crs-alvn.zip
19 Dec 1997 (catalog date)
2,437,297 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the demo division and ranked 01
,VESA,GUS/SB,16+MB

Claudia by Deathstar
/demos/1997/d/ds-claud.zip
04 May 1997 (catalog date)
4,537,722 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the demo division and ranked 01
P5,VESA,GUS/SB,16M

Democratia by Deathstar
/demos/1997/d/ds-dmz.zip
20 Dec 1997 (catalog date)
2,761,296 bytes
Download FTP scene.org
Rating:
Released at event SAT97 in the demo division and ranked EE
,,GUS/SB/PAS,

Startrail to Glory by Abyss
/demos/1998/c/cptfutur.zip
28 May 1998 (catalog date)
2,546,293 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 02
Win95

Screen Stars by Bion FX
/demos/1998/s/scrnstrs.zip
22 May 1998 (catalog date)
727,726 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 12

In Search of a New Apartment by Starlight Productions
/demos/1998/s/starlite.zip
04 Jul 1998 (catalog date)
233,391 bytes
Download FTP scene.org
Rating:
Released at event I98 in the demo division and ranked XX

Visitors by Istar
/demos/1998/v/visitors.zip
02 Aug 1998 (catalog date)
2,173,994 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the demo division and ranked 11
,VESA,,

Daddy Dearest by Devilstar
/graphics/images/1994/d/dad_dear.zip
04 Jul 1996 (catalog date)
73,354 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 06

Just Around Corner by Ivarzon
/graphics/images/1994/j/justarou.zip
04 Jul 1996 (catalog date)
121,611 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Starlady by Ravel
/graphics/images/1994/s/starlady.zip
04 Jul 1996 (catalog date)
32,940 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Starlette by Haplo
/graphics/images/1995/s/starlets.zip
04 Jul 1996 (catalog date)
29,055 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the grfx division and ranked 06

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

Energy by Starf0x
/graphics/images/1996/e/energy.zip
18 May 1997 (catalog date)
223,492 bytes
Download FTP scene.org
Rating:
Released at event PC96 in the grtc division and ranked ??

Starship by Boss
/graphics/images/1996/s/starship.zip
27 Sep 1996 (catalog date)
7,975 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the grfx division and ranked 19

Sternen Maedchen (Stargirl) by Fontex, JMS of Color
/graphics/images/1996/s/sternen.zip
06 May 1998 (catalog date)
23,717 bytes
Download FTP scene.org
Released at event WIR96 in the grfx division and ranked 14
320x200x256

Wolvie by Starf0x, Fad
/graphics/images/1996/w/wolvie.zip
16 May 1997 (catalog date)
73,304 bytes
Download FTP scene.org
Rating:
Released at event PC96 in the grfx division and ranked ??

Frogstar by Blackstain
/graphics/images/1997/g/gfxfrogs.zip
10 Mar 1998 (catalog date)
358,598 bytes
Download FTP scene.org
Rating:
Released at event MOV97 in the grfx division and ranked ??
1524x1161x256, Scan.

Star by Lunatic
/graphics/images/1997/s/s_star.zip
09 Mar 1998 (catalog date)
154,990 bytes
Download FTP scene.org
Rating:
Released at event EVK97 in the grfx division and ranked 04
640x480x16m

DemoScene Starter Kit v3.0 by Zippy of Utopia
/info/misc/dssk3.zip
23 Nov 1998 (catalog date)
555,675 bytes
Download FTP scene.org

The Stars Above by Griffin
/music/contests/mc2/rookie/r-tsabov.zip
09 Nov 1996 (catalog date)
36,892 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R25

Timbalada by Starf0x
/music/contests/mc4/rookie/m4r-timb.zip
10 Nov 1996 (catalog date)
274,553 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Leaves of Autumn by Zastar
/music/contests/mc4/veteran/m4v-autu.zip
10 Nov 1996 (catalog date)
60,023 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Larndow (Starfield) by Dangtrin
/music/contests/mc4/veteran/m4v-larn.zip
10 Nov 1996 (catalog date)
283,334 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

The March by Titanstar
/music/contests/mc5/intermed/m5i-tmar.zip
29 Aug 1997 (catalog date)
378,110 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Coquillage by Zastar
/music/contests/mc5/veteran/m5v-coqu.zip
29 Aug 1997 (catalog date)
250,181 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Hard As Nails by Ez of Deathstar
/music/contests/mc5/veteran/m5v-han.zip
29 Aug 1997 (catalog date)
601,658 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Love In The Stars by Airon of Phd
/music/contests/mc5/veteran/m5v-lovs.zip
29 Aug 1997 (catalog date)
493,787 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Stargazer by Bassq of Cloud Nine
/music/contests/mc5/veteran/m5v-sgaz.zip
29 Aug 1997 (catalog date)
526,112 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Starrider I. by Tren of 7 Gods
/music/contests/mc5/veteran/m5v-star.zip
29 Aug 1997 (catalog date)
569,216 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Burning Stars by Syrus
/music/contests/mc6/intermed/m6i-bstr.zip
28 Mar 1999 (catalog date)
609,828 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Goodbye by DOUBLESTAR Laboratory
/music/contests/mc6/intermed/m6i-gdby.zip
28 Mar 1999 (catalog date)
802,779 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Shore The Stars by Akolade
/music/contests/mc6/intermed/m6i-shst.zip
28 Mar 1999 (catalog date)
376,992 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Lady Starlight by Warder
/music/contests/mc6/veteran/m6v-lsl.zip
28 Mar 1999 (catalog date)
541,774 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked V20

Vivid On De Sidewalk by ZaStaR
/music/contests/mc6/veteran/m6v-vsid.zip
28 Mar 1999 (catalog date)
398,735 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked V07

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

Eko "S" by Zake of Kosmic
/music/disks/1996/kmd_ekos.zip
22 Jan 1997 (catalog date)
2,618,909 bytes
Download FTP scene.org
Rating:
If I could have given 3.75 stars on this one I would have. This guy is talented and can touch the funky beat.

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.

First Music Pack by Sunlikamelo-D
/music/disks/1996/slkkro_1.zip
27 Jan 1997 (catalog date)
892,121 bytes
Download FTP scene.org
Rating:
Relaxed, professional, inventive and creative music. Almost a 4 star.

Subsonica 1 by Mellow-D, Kxmode, Stinger, Darkwolf, GD, Hunz, Skie
/music/disks/1996/sub01.zip
22 Jan 1997 (catalog date)
2,061,362 bytes
Download FTP scene.org
Rating:
All of the tunes in here are really good... a couple even at the 4.5 star level.

Discomania Ii by DOUBLESTAR Laboratory of Paranormal Illusions
/music/disks/1997/discman2.zip
29 Dec 1997 (catalog date)
974,430 bytes
Download FTP scene.org

Discomania'97 by DOUBLESTAR Laboratory of Paranormal Illusions
/music/disks/1997/discoman.zip
13 Aug 1997 (catalog date)
2,273,654 bytes
Download FTP scene.org

Dura Master by Nearly Gods
/music/disks/1997/ng-dura.zip
01 Feb 1997 (catalog date)
1,894,723 bytes
Download FTP scene.org
Rating:
Good techno! 3 songs in AMS format, with a nice player to go along. Don't try to play these in Cubic Player (out of memory) or under Windows 95 (lose keyboard handler). Would have given this 4 stars if there had been more songs.

Starcom by Skie
/music/disks/1997/sk-star.zip
12 Nov 1997 (catalog date)
2,118,513 bytes
Download FTP scene.org

Beyond The Silence by Absolute Zero, Circuits Edge, Cosmik Druid, Darkium, HolyBlood, Runestar, Silver Blues of Beyond
/music/disks/1998/bey_9808.zip
22 Sep 1998 (catalog date)
2,672,833 bytes
Download FTP scene.org

The Memory by NaBo of DeathStar
/music/disks/1998/ds-memy.zip
17 Feb 1998 (catalog date)
2,593,181 bytes
Download FTP scene.org

The Pulse 0.90 by Ladislav Lostak of Unreal
/music/programs/players/pulse090.zip
20 Sep 1998 (catalog date)
1,009,064 bytes
Download FTP scene.org
New Czech player of all types of mods, mp3 and wav for Win95/98/NT. The newest beta version brings completely rebuilt system based on "components" (allows to add new features, e.g. new format loader, just by adding the dll library to the directory), new design structure (non-rectangle windows, animated buttons, ...} that allows to change design on-fly while playing, and WinAMP skins support with non-observed differences, 12-parameter Reverb editor with presets saving, simple playlist editor, pop-up menu on right-click, external tools for associating extensions and Systray, several new (and splendid) designs, nice splash-screen on start, sid format support (Commodore 64), full-customizable taskbar using "Captions", and lots of more features which are to be improved in upcoming versions. Supports 669, far, fnk, it, m15, mdl, med, mod, mtm, mp1/2/3, nst, raw, s3m, sid/dat, stm, ult, wav, wow and xm.

StarPlay 2.25 by Jedi of Oxygen
/music/programs/players/starp225.zip
09 Sep 1996 (catalog date)
34,842 bytes
Download FTP scene.org

ITxt v1.05 by ZaStaR
/music/programs/songtext/itxt105.zip
10 Sep 1996 (catalog date)
6,567 bytes
Download FTP scene.org
Import text into ITs

Impulse Tracker Font Editor V2.12 by ZaStaR
/music/programs/trackers/itf212.zip
19 Aug 1997 (catalog date)
43,399 bytes
Download FTP scene.org
Edits the font Impulse Tracker uses. Tired of the illegible DOS fonts IT is forced to use? Load from a new selection of fonts or make your own.

Itxt V2.02 by Zastar
/music/programs/trackers/itxt202.zip
11 Jun 1997 (catalog date)
7,912 bytes
Download FTP scene.org
Imports messages into an Impulse Tracker song from a DOS text file.

Crystal Starlight by Vogue of Triton
/music/songs/1992/cd_star.zip
19 Nov 1996 (catalog date)
146,333 bytes
Download FTP scene.org
Rating:
(MOD)

Stardust Memories by Jester
/music/songs/1992/stardust.zip
15 Sep 1996 (catalog date)
111,896 bytes
Download FTP scene.org
Rating:
(MOD)

Cah-Caqlach by Heatbeat of CNCD
/music/songs/1993/caqlach.zip
01 Feb 1997 (catalog date)
212,791 bytes
Download FTP scene.org
Rating:
(MOD) Starts with a beautiful acoustic guitar intro, then jumps to modern jazz, then goes back to acoustic guitar, then does something else, then something else... gotta give the guy credit, at least it's varied.

Starshine by Purple Motion of Future Crew
/music/songs/1993/strshine.zip
15 Sep 1996 (catalog date)
227,490 bytes
Download FTP scene.org
Rating:
(S3M)

Against The Odds by Astaroth
/music/songs/1995/a/againsto.zip
20 Sep 1996 (catalog date)
321,777 bytes
Download FTP scene.org
Rating:
Released at event ASM95
(XM)

Back To The Start by Blurry
/music/songs/1995/b/b2start.zip
16 Sep 1996 (catalog date)
183,480 bytes
Download FTP scene.org
Rating:
(S3M)

Neural Overload by Bloody Bastard
/music/songs/1995/b/bb-neurl.zip
09 Apr 1997 (catalog date)
168,205 bytes
Download FTP scene.org
Rating:
(XM)

Trance by Bloody Bastard
/music/songs/1995/b/bb-trnce.zip
09 Apr 1997 (catalog date)
147,376 bytes
Download FTP scene.org
Rating:
(XM)

Blackstar One by Mozart
/music/songs/1995/b/blakstar.zip
16 Sep 1996 (catalog date)
284,934 bytes
Download FTP scene.org
Rating:
(S3M)

Starlite Sonata by Hector
/music/songs/1995/d/dmk-star.zip
17 Sep 1996 (catalog date)
226,212 bytes
Download FTP scene.org
Rating:
(S3M)

X-Treme Starlight by Hector
/music/songs/1995/d/dmk-xtrm.zip
17 Sep 1996 (catalog date)
155,128 bytes
Download FTP scene.org
Rating:
(S3M)

Start To Live by Gillespie
/music/songs/1995/g/gl-start.zip
21 Sep 1996 (catalog date)
393,681 bytes
Download FTP scene.org
Rating:
(XM)

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)

Fresh Start by Freejack
/music/songs/1995/p/pr-fresh.zip
19 Sep 1996 (catalog date)
261,140 bytes
Download FTP scene.org
Rating:
(S3M)

Stardust by Replay
/music/songs/1995/r/r_strdst.zip
20 Sep 1996 (catalog date)
208,006 bytes
Download FTP scene.org
Rating:
(S3M)

Persian Starfall by Scirocco
/music/songs/1995/s/starfall.zip
21 Sep 1996 (catalog date)
360,623 bytes
Download FTP scene.org
Rating:
(XM)

Another Night of Thought by Zastar
/music/songs/1996/a/athought.zip
22 Sep 1996 (catalog date)
167,279 bytes
Download FTP scene.org
Rating:
(S3M)

Ascension by Bloody Bastard
/music/songs/1996/b/bb-ascnd.zip
09 Apr 1997 (catalog date)
159,336 bytes
Download FTP scene.org
Rating:
(XM)

Devil's Night by Bloody Bastard
/music/songs/1996/b/bb-crvus.zip
09 Apr 1997 (catalog date)
559,862 bytes
Download FTP scene.org
Rating:
(XM)

Star Tech Theme by Blackbird
/music/songs/1996/b/bb_star.zip
30 Aug 1996 (catalog date)
193,002 bytes
Download FTP scene.org
Rating:
(XM)

Birth of a Star by Heatseeker
/music/songs/1996/b/birthsta.zip
16 Nov 1996 (catalog date)
421,738 bytes
Download FTP scene.org
Rating:
(XM)

Clouds in Oceans by Zastar
/music/songs/1996/c/cloceans.zip
31 Jul 1996 (catalog date)
64,232 bytes
Download FTP scene.org
Rating:
(IT)

The Creation Of Gaia by Zastar
/music/songs/1996/c/creagaia.zip
22 Sep 1996 (catalog date)
200,234 bytes
Download FTP scene.org
Rating:
(IT)

Dance Of Youth by Zastar
/music/songs/1996/d/danceoy2.zip
22 Sep 1996 (catalog date)
148,197 bytes
Download FTP scene.org
Rating:
(IT)

Starscape by DigiByte
/music/songs/1996/d/db-star.zip
13 Apr 1997 (catalog date)
188,261 bytes
Download FTP scene.org
(IT)

Shooting Star by Elwood
/music/songs/1996/e/elw-shot.zip
22 Sep 1996 (catalog date)
212,082 bytes
Download FTP scene.org
Rating:
(XM)

The Adventure by Starf0x
/music/songs/1996/f/f0x-adve.zip
15 Mar 1997 (catalog date)
13,183 bytes
Download FTP scene.org
Released at event PC96 in the m20k division and ranked 01
(IT)

Power Above Power by Starf0x
/music/songs/1996/f/f0x-powe.zip
15 Mar 1997 (catalog date)
340,522 bytes
Download FTP scene.org
Released at event PC96 in the mmul division and ranked 02
(XM)

Timbalada 2 by Starf0x
/music/songs/1996/f/f0x-tim2.zip
15 Mar 1997 (catalog date)
253,617 bytes
Download FTP scene.org
Released at event PC96 in the m4ch division and ranked 03
(XM)

Wild Wind by Starf0x
/music/songs/1996/f/f0x-wind.zip
09 Apr 1997 (catalog date)
636,547 bytes
Download FTP scene.org
(XM)

The Promise by Basehead of Five Musicians
/music/songs/1996/f/fm-promi.zip
01 Feb 1997 (catalog date)
461,534 bytes
Download FTP scene.org
Rating:
(IT) If I'm going on a technical rating, this gets at least 4 stars. For the human enjoyment factor, I'm gonna have to go 3.5.

War Stars by Wave
/music/songs/1996/j/jt_wstar.zip
02 Feb 1997 (catalog date)
94,724 bytes
Download FTP scene.org
Rating:
(XM)

Moonlit Waterfall by Zastar
/music/songs/1996/m/moonlit.zip
11 Aug 1996 (catalog date)
60,021 bytes
Download FTP scene.org
Rating:
(IT)

Rainbow to the Stars (remix) by Daft
/music/songs/1996/r/rainbow2.zip
17 Nov 1996 (catalog date)
629,731 bytes
Download FTP scene.org
Rating:
(XM)

Lost Stars by Mr. Lag
/music/songs/1996/r/rl_lstar.zip
15 Mar 1997 (catalog date)
160,239 bytes
Download FTP scene.org
Released at event PC96 in the mmul division and ranked 06
(IT)

Cold Shoulder by Bloody Bastard
/music/songs/1996/s/spcoldsh.zip
08 Apr 1997 (catalog date)
344,311 bytes
Download FTP scene.org
(XM)

Soundtrack to NoooN demo "Stars" by Groo
/music/songs/1996/s/starsmuz.zip
22 Sep 1996 (catalog date)
427,173 bytes
Download FTP scene.org
Rating:
(S3M)

But, That's A Long Time Ago by Zastar
/music/songs/1996/t/timeago.zip
22 Sep 1996 (catalog date)
51,411 bytes
Download FTP scene.org
Rating:
(IT)

No Stars by Maelcum
/music/songs/1996/w/wn_nostr.zip
23 Sep 1996 (catalog date)
274,234 bytes
Download FTP scene.org
Rating:
(MTM)

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)

Nowhere by Ez of DeathStar
/music/songs/1997/d/ds-nowhr.zip
26 Jul 1997 (catalog date)
427,961 bytes
Download FTP scene.org
(IT)

Clone by Starf0x of theEnd
/music/songs/1997/f/f0x-clon.zip
25 Apr 1997 (catalog date)
272,168 bytes
Download FTP scene.org
(XM)

Mel by Starf0x of theEnd
/music/songs/1997/f/f0x-mel.zip
20 Apr 1997 (catalog date)
187,715 bytes
Download FTP scene.org
(XM)

Swift by Starf0x of theEnd
/music/songs/1997/f/f0x-swft.zip
07 May 1997 (catalog date)
222,220 bytes
Download FTP scene.org
(XM)

Follow the Star by kb of the obsessed maniacs, purge, smash designs, just
/music/songs/1997/f/ftstar.zip
09 Feb 1999 (catalog date)
531,614 bytes
Download FTP scene.org
Released at event TP97 in the mmul division and ranked ??

Ipocrisia E Tristezza by Ez, It-Alien of Deathstar
/music/songs/1997/i/it-hypo.zip
24 Sep 1997 (catalog date)
331,917 bytes
Download FTP scene.org
(IT)

Starring... by Jch of Vibrants
/music/songs/1997/j/jch-star.zip
17 Jul 1997 (catalog date)
237,713 bytes
Download FTP scene.org
(XM)

Star Wars Rap by Salvorite
/music/songs/1997/l/luke.zip
26 Apr 1997 (catalog date)
73,358 bytes
Download FTP scene.org
(MOD)

Starving At The Gates Of Civilisation by Stote of NOISE
/music/songs/1997/n/no-starv.zip
13 Apr 1997 (catalog date)
759,211 bytes
Download FTP scene.org
(IT)

I'll Be The Distant Stars by Octoque
/music/songs/1997/o/oq-stars.zip
18 Feb 1998 (catalog date)
850,123 bytes
Download FTP scene.org
(IT)

Mistar by Rhino of Torment
/music/songs/1997/r/rno-mstr.zip
06 Apr 1997 (catalog date)
124,029 bytes
Download FTP scene.org
(XM)

Running out of time by Starfish of Submatic
/music/songs/1997/s/sf_run.zip
30 Dec 1998 (catalog date)
322,605 bytes
Download FTP scene.org
Released at event DST97 in the mfst division and ranked 05

Starless (In The Seventh Sky) by 7thSky
/music/songs/1997/s/starless.zip
19 Mar 1997 (catalog date)
320,540 bytes
Download FTP scene.org
(S3M)

Stardust Memories 1997 Re-edit by Addic303 of Atmozfear Wayz Music Productions
/music/songs/1998/a/a3-star.zip
11 Jan 1998 (catalog date)
362,238 bytes
Download FTP scene.org
Rating:
(XM)This is the 1997 re-edit of Jester's tune 'Stardust Memories' from 1992. This Song is worth being actualized from time to time :-) Hope you enjoy it.

Cheeky Bastard by Mr T
/music/songs/1998/c/cheeky3.zip
15 May 1998 (catalog date)
791,408 bytes
Download FTP scene.org
(XM)

Custard With Treacle by DiGiSTORM
/music/songs/1998/d/dgs-cwt.zip
16 Mar 1998 (catalog date)
204,519 bytes
Download FTP scene.org
(IT)

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

Second Side by Nabo of DeathStar
/music/songs/1998/d/ds-side.zip
02 Feb 1998 (catalog date)
418,041 bytes
Download FTP scene.org
(XM)

Trinitone Starbop by jaysonic of machinebrain
/music/songs/1998/j/j_trinst.zip
08 Jan 1998 (catalog date)
368,649 bytes
Download FTP scene.org
(XM)

Lavender With Wings by ZaStaR
/music/songs/1998/l/lavender.zip
31 Jan 1998 (catalog date)
133,012 bytes
Download FTP scene.org
(IT)

Chaos Starter by substanza of Mah Music
/music/songs/1998/m/mah032.zip
30 Jul 1998 (catalog date)
973,752 bytes
Download FTP scene.org
(IT)

Nude Starircase Descending by Psygoat
/music/songs/1998/n/nude.zip
16 Aug 1998 (catalog date)
204,300 bytes
Download FTP scene.org
(XM)

Lovestar by Airon of phd
/music/songs/1998/p/phd_love.zip
29 Jan 1998 (catalog date)
393,467 bytes
Download FTP scene.org
(IT)

Pianostar by DipA of Day Zero Deflection
/music/songs/1998/p/pnostar.zip
02 Jul 1998 (catalog date)
56,591 bytes
Download FTP scene.org
(XM)

Starts With by Silky of Resonance
/music/songs/1998/r/r_with.zip
01 Jun 1998 (catalog date)
523,853 bytes
Download FTP scene.org
(XM)

Salaiset Kansiot by Grillimestari of HiRMU
/music/songs/1998/s/salaiset.zip
15 Jan 1999 (catalog date)
222,826 bytes
Download FTP scene.org
Released at event JUH98 in the mmul division and ranked ??

Star_druel by Wolk of The Einstein Crew
/music/songs/1998/s/star.zip
15 Apr 1998 (catalog date)
137,265 bytes
Download FTP scene.org
(XM)

Star Control 2 Hyper Remix by Arcain of none
/music/songs/1998/s/star2.zip
20 Jan 1998 (catalog date)
731,767 bytes
Download FTP scene.org
(XM)

Starscroll Remix by Wildcopper, Sam Eassa
/music/songs/1998/s/strscrl2.zip
11 Feb 1998 (catalog date)
894,070 bytes
Download FTP scene.org
(XM)

Superconductor by Tiger of Istar
/music/songs/1998/s/super.zip
07 Dec 1998 (catalog date)
352,046 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked 06

My Mind Loops by Dawnstar
/music/songs/1998/t/tlt_loop.zip
21 Jun 1998 (catalog date)
638,182 bytes
Download FTP scene.org
(XM)

Mash's Theme by VeritaS of DreamWorks Design
/music/songs/1998/v/v_fstars.zip
12 Mar 1998 (catalog date)
622,808 bytes
Download FTP scene.org
(XM)

Stars Ending Theme by VeritaS of DreamWorks Design
/music/songs/1998/v/v_smsedt.zip
21 Mar 1998 (catalog date)
572,698 bytes
Download FTP scene.org
(XM)

Feathers In Vasona by ZaStaR
/music/songs/1998/v/vasona.zip
24 Feb 1998 (catalog date)
40,464 bytes
Download FTP scene.org
(IT)

Voice Of Evergreen by ZaStaR
/music/songs/1998/v/voicever.zip
27 Feb 1998 (catalog date)
163,707 bytes
Download FTP scene.org
(IT)

Beyond The Starry Night by Zancarius DESTRUX of XofX
/music/songs/1998/x/xx_beynd.zip
27 Jan 1998 (catalog date)
280,451 bytes
Download FTP scene.org
(IT)

Destiny Of The Stars by Zancarius DESTRUX of XofX
/music/songs/1998/x/xx_ds.zip
08 Feb 1998 (catalog date)
264,332 bytes
Download FTP scene.org
(IT)

Bastard by Zixaq of Ephidrena
/music/songs/1998/b/bastard.zip
04 Jul 2003 (catalog date)
570,753 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the mmul division and ranked 07
(XM)

Heaven Above by Starfox of Silicon Records
/music/songs/1997/s/sta-heav.zip
06 Jul 2003 (catalog date)
376,957 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the mmul division and ranked XX
(XM)

No Good - Start The Dance by Silent Mode
/tla/songs/1994/mtm/smnogood.zip
24 Sep 1996 (catalog date)
360,702 bytes
Download FTP
Rating:

Starlight Symphony by Emax
/tla/songs/1994/xm/star.zip
15 Sep 1996 (catalog date)
230,319 bytes
Download FTP
Rating:
Released at event TP94 in the mmul division and ranked 05

Getting Started by Knox
/tla/songs/1995/mod/g/gettings.zip
16 Sep 1996 (catalog date)
193,845 bytes
Download FTP
Rating:
Released at event TP95 in the m4ch division and ranked XX

??? by Starfox
/tla/songs/1995/mod/p/pc95-095.zip
13 Sep 1996 (catalog date)
305,639 bytes
Download FTP
Rating:
Released at event PC95 in the mmul division and ranked 04

Battlefield In The Stars by TDC
/tla/songs/1995/s3m/b/battle.zip
16 Sep 1996 (catalog date)
284,720 bytes
Download FTP
Rating:
Released at event SE95 in the mmul division and ranked ??

Kirsi's Night Of Stars by Hector
/tla/songs/1995/s3m/d/dmk-nite.zip
17 Sep 1996 (catalog date)
198,562 bytes
Download FTP
Rating:

Stoned Bastard by Black Dragon
/tla/songs/1995/s3m/s/stoned.zip
20 Sep 1996 (catalog date)
166,327 bytes
Download FTP
Rating:

Unity by Beagle, Glurff, CJ
/tla/songs/1995/xm/s/startrek.zip
21 Sep 1996 (catalog date)
305,515 bytes
Download FTP
Rating:
Released at event TP95 in the mmul division and ranked XX

Trippy Trippy Disco Star by Oyml A.
/tla/songs/1996/s3m/o/oym-ttds.zip
22 Sep 1996 (catalog date)
110,204 bytes
Download FTP
Rating:

Ten Star Techno by PowerMike
/tla/songs/1996/s3m/p/pm-tech.zip
23 Aug 1996 (catalog date)
68,524 bytes
Download FTP
Rating:

Roberto the Bastard by Luca Restifo
/tla/songs/1996/xm/l/l-robbst.zip
17 Nov 1996 (catalog date)
248,618 bytes
Download FTP
Rating: