Search for "TIME": 238 matches

3d vectors by John McCarthy
/code/3d/systems/3dvect39.zip
10 Jan 1997 (catalog date)
382,175 bytes
Download FTP scene.org
Rating:
A complete 3d vector system - No complex shading, but has a full camera model, gif loader, object loader, etc, etc... Takes some time to figure out.

Panard Vision Realtime 3d Engine 0.98 by SMKaribou of GMF
/code/3d/systems/gmfpv98w.zip
25 Apr 1998 (catalog date)
3,360,072 bytes
Download FTP scene.org
Full Featured Free 3D Engine SDK. Support for hardware (glide, direct3d, opengl) and software rendering. Requires DX5.

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

Real-Time Environment Mapping Tutorial by Frenzy
/code/3d/trifill/envmap/envmap.doc
05 Oct 1996 (catalog date)
4,169 bytes
Download FTP scene.org
Rating:
Somewhat incorrect document. Parts are right, others wrong.

Texture Map by Robert Schmidt of Ztiff Zox Softwear
/code/3d/trifill/texmap/textmap.zip
08 Jun 1997 (catalog date)
11,172 bytes
Download FTP scene.org
Rating:
Document on how to map a 2D texture onto a 3D parallellogram. Useful to understand the mathematics behind texture mapping, but too slow for a decent realtime implementation.

Texture Mapper by Fantom of Ultimate Brains
/code/3d/trifill/texmap/texture.zip
08 Jun 1997 (catalog date)
112,765 bytes
Download FTP scene.org
Rating:
There are no comments included with the source, so you'll need to spend some time before you totaly understand what's going on.

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.

Data (de)compressing Library by Markus Oberhumer
/code/compress/lzo100.zip
17 Jan 1999 (catalog date)
375,931 bytes
Download FTP scene.org
Rating:
Favours speed over compression ratio which makes it very suitable for realtime (de)compression. Supports a lot of different operating systems and even the Atari ST TOS.

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

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.

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

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

Source of Mayhem by Incognita
/code/demosrc/demos/mayhmsrc.zip
17 Jan 1999 (catalog date)
276,437 bytes
Download FTP scene.org
Rating:
No documentation, but it contains some modern effects like metaballs and realtime raytracing.

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.

TSR Clock by Sam of TFL-TDV
/code/dos/time3.zip
26 Feb 1998 (catalog date)
10,887 bytes
Download FTP scene.org
Rating:
Two tiny programs that put a clock in the upper-right of your screen.

Real-Time Phong Bump Mapping Tutorial by Frenzy
/code/effects/bump/bump.doc
05 Oct 1996 (catalog date)
3,877 bytes
Download FTP scene.org
Rating:
Incorrect ideas, it's not done this way.

Gallery Source by ARM of Iguana
/code/effects/doom/gallery.zip
10 Jan 1997 (catalog date)
593,716 bytes
Download FTP scene.org
Rating:
Source to Iguana's gallery scene from Inconexia (a doom clone) - Nice code, but low accuracy on the maths. Cool pictures, but I saw them the first time, when they were in the Prado. :) I always thought that there should have been an Easter Egg for May 3rd. Run subdirs.exe to get the full source.

bglass by Konrad Olejnik of K!O
/code/effects/lens/bglass.zip
19 Jan 1998 (catalog date)
50,803 bytes
Download FTP scene.org
Rating:
Bumped glass routine. For TMT pascal. You might call this a bump map type effect. The difference I'm going to call is that bump map routines alter light intensity while lens routines change your position in a texture map. Interesting way to get the timer! :) For C users, that would be int *time = 0x046C. See a BIOS data reference for further details.

Free direction tunnel tutorial by Blackaxe of Kolor
/code/effects/tunnel/fdtunnel.zip
30 Jun 1998 (catalog date)
4,008 bytes
Download FTP scene.org
Rating:
A good tutorial about coding free direction tunnels using the realtime raytracing method. Text

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.

X-Master v2.0 by Joey Mukherjee
/code/fileutil/xmstr201.zip
26 Feb 1998 (catalog date)
88,124 bytes
Download FTP scene.org
Rating:
A menu driven file manager for multimedia files like mod-files, fli-files and demos that allows you to keep them all archived on your harddisk.

Peroxide Trainer Part 6 by Telemachos of Peroxide
/code/hardware/keyboard/pxdtut6.zip
17 Jan 1999 (catalog date)
20,234 bytes
Download FTP scene.org
Rating:
This tutorial explains how to program interrupts, timers and keyboard handlers.

VidBlitz by Zax
/code/hardware/video/vblitz13.zip
10 Jan 1997 (catalog date)
184,347 bytes
Download FTP scene.org
Rating:
A utility to give you bliting times from your video card - Useless?

VidTimer by Zax
/code/hardware/video/vtime110.zip
10 Jan 1997 (catalog date)
179,797 bytes
Download FTP scene.org
Rating:
A utility to give you bliting times from your video card - Same as vblitz13.zip, just a different version.

Multimedia Library by TSC-Software
/code/library/multikit.zip
18 Jan 1998 (catalog date)
344,177 bytes
Download FTP scene.org
Rating:
Contains source for xmode operations and playing mods on GUS and SB.

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.

Tutorial #16 by Denthor of Asphyxia
/code/tutors/denthor/tut16.zip
11 Jan 1997 (catalog date)
11,630 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Scaling - One of those things you'll need time and time and time and time again in demo coding.

Free Direction Rendering by kombat of immortals
/code/tutors/graphics/freedir.zip
15 May 1998 (catalog date)
49,280 bytes
Download FTP scene.org
This document gives information on how to render various objects in high quality and in real time.

truepal by Florian Hallar
/code/tutors/video/at_trpal.zip
19 Jan 1998 (catalog date)
56,300 bytes
Download FTP scene.org
Rating:
Emulates truecolor modes in 320x200x8. Not really... it just converts the picture to use a 3-3-2 palette. It's a common emulation mode since it saves time versus quantizing a new palette everyframe (maybe in 5 years we could do that, even if we don't need it anymore. :)

Bootgame by Ko-Ko
/code/utils/boot/bootgame.zip
18 Jan 1998 (catalog date)
11,940 bytes
Download FTP scene.org
Rating:
Puts a game into the bootsector of a floppy! Unfortunately, the game is not timed and unplayable on modern computers.

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

MikDLL library by MikMak
/code/utils/compiler/mikdll.zip
10 Jan 1997 (catalog date)
20,844 bytes
Download FTP scene.org
Rating:
A dynamic library loader for BC/DOS - This is a rather complex piece of code not designed for the beginner. It shows you how you could create a dynamic library so that you can load code at runtime. Suggested use is for a mod player to load the specific sound card's drivers run time.

Video Card Benchmarker by Fabian Gonzalez
/code/utils/graphics/vblitz14.zip
26 Feb 1998 (catalog date)
184,939 bytes
Download FTP scene.org
Rating:
Measure the time needed for reading and writing from video memory.

Killing Time by Breakdown
/demos/1993/k/killtime.zip
29 Jun 1996 (catalog date)
601,910 bytes
Download FTP scene.org
Rating:

Realtime by Impact Studios
/demos/1993/r/realtime.zip
29 Jun 1996 (catalog date)
481,780 bytes
Download FTP scene.org
Rating:

Timeout by Epical
/demos/1993/t/timeout.zip
29 Jun 1996 (catalog date)
64,211 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 04

1st Infection by N-Factor
/demos/1994/0-9/1infect.zip
29 Jun 1996 (catalog date)
788,796 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the demo division and ranked ??
N-Factor's first production, released at Wired'94 - a good "first-time" production for a new group. Lots of vector objects, some unlimited bobs, and textured planes - a top and bottom of the screen - but they are doing many things with this simple transform table: like really interesting flight of space ship over you (like in 2nd Reality), but textured (looks much-much better).

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.

Ambience (Timeless 2) by Tran
/demos/1994/a/ambience.zip
29 Jun 1996 (catalog date)
361,610 bytes
Download FTP scene.org
Rating:

Revenge by Real-Time
/demos/1994/r/revenge.zip
29 Jun 1996 (catalog date)
54,952 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 09

Outta Time by Select
/demos/1994/s/slt_ot.zip
29 Jun 1996 (catalog date)
72,158 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the in64 division and ranked 03

Summertime (bugfix) by Mental Design
/demos/1994/s/summertm.zip
29 Jun 1996 (catalog date)
28,993 bytes
Download FTP scene.org
Rating:

Timeless (fix) by Tran
/demos/1994/t/timefix.zip
29 Jun 1996 (catalog date)
883 bytes
Download FTP scene.org
Rating:

Timeless by Tran
/demos/1994/t/timeless.zip
29 Jun 1996 (catalog date)
156,741 bytes
Download FTP scene.org
Rating:

Way To Finland by Real-Time
/demos/1994/w/waytofin.zip
14 Jan 1997 (catalog date)
1,825,600 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Goldorak by Real-Time
/demos/1995/g/goldorak.zip
30 Jun 1996 (catalog date)
1,124,640 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the demo division and ranked 01

Bedtime For Claudia by Just For Fun
/demos/1995/j/jff-bed.zip
12 Jan 1997 (catalog date)
961,959 bytes
Download FTP scene.org
Rating:

The Timegate by MB
/demos/1995/m/mb_nexus.zip
30 Jun 1996 (catalog date)
40,017 bytes
Download FTP scene.org
Rating:

No Limit by Real-Time
/demos/1995/n/nolimit.zip
30 Jun 1996 (catalog date)
61,505 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the in64 division and ranked 06

FLI by Real-Time
/demos/1995/r/rt_fli.zip
30 Jun 1996 (catalog date)
5,317 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the in4k division and ranked 03

1st Time by Plutonic
/demos/1996/0-9/1sttime.zip
09 Feb 1997 (catalog date)
521,080 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 06

After Death by Real-Time
/demos/1996/a/afterdth.zip
08 Dec 1996 (catalog date)
2,717,349 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the demo division and ranked 04

One Time (v1.3) by Info-Tech
/demos/1996/o/one-time.zip
09 Sep 1996 (catalog date)
189,794 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the i128 division and ranked ??

BBS Changing Times by Primary
/demos/1996/p/p-ctimes.zip
22 Nov 1996 (catalog date)
71,396 bytes
Download FTP scene.org
Rating:

Timeout by Excess
/demos/1996/t/timeout.zip
30 Jun 1996 (catalog date)
1,874,453 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the demo division and ranked 06

Time Out by Zaifrun of Immaculate
/demos/1996/t/timeout_.zip
01 Feb 1997 (catalog date)
3,745 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in4k division and ranked 10

Time by The Lost Souls
/demos/1996/t/tls_time.zip
12 Dec 1996 (catalog date)
594,484 bytes
Download FTP scene.org
Rating:

Time Zone +13:00 by Eufrosyne
/demos/1997/f/frs_tz13.zip
12 Apr 1997 (catalog date)
706,506 bytes
Download FTP scene.org
Rating:
Released at event JUH97 in the demo division and ranked 03
,,GUS/SB/PAS,

No Time by Los Muchachos
/demos/1997/n/notime.zip
15 Aug 1997 (catalog date)
509,254 bytes
Download FTP scene.org
Rating:
Released at event Z97 in the demo division and ranked ??

Phenomena by Timeless
/demos/1997/p/phenomna.zip
12 Dec 1997 (catalog date)
582,660 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Real Time by Sagan of Thunderbolts
/demos/1997/r/realtime.zip
30 Aug 1997 (catalog date)
2,803 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the in4k division and ranked 04

Time by The Black Hazard
/demos/1997/t/tbh_time.zip
04 May 1997 (catalog date)
1,498,192 bytes
Download FTP scene.org
Released at event MEK97 in the demo division and ranked 05
,,GUS/SB,8MB

Revolution of Time by Demaniacs
/demos/1997/t/time.zip
26 Dec 1997 (catalog date)
320,781 bytes
Download FTP scene.org
Rating:

8192 Bits by Runtime, Rv
/demos/1998/0-9/8192_1k.zip
19 Nov 1998 (catalog date)
1,678 bytes
Download FTP scene.org
Rating:
486-33,,,

D.O.T by Realtime, No Carrier
/demos/1998/d/dot.zip
19 Nov 1998 (catalog date)
148,054 bytes
Download FTP scene.org
Rating:
P5,,GUS/SB/PAS,8MB

Time Zone by Blabla
/demos/1998/t/timezone.zip
29 Mar 1998 (catalog date)
67,569 bytes
Download FTP scene.org
Rating:
Released at event VOL98 in the in64 division and ranked 01
486-66,VESA,GUS/SB,

Soccertime by Xanth
/graphics/images/1994/s/soccerti.zip
04 Jul 1996 (catalog date)
54,652 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Bathtime by Damac
/graphics/images/1995/b/bathtime.zip
04 Jul 1996 (catalog date)
28,942 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the grfx division and ranked 10

Bedtime by Criman
/graphics/images/1996/b/bedtime.zip
04 Jul 1996 (catalog date)
31,158 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the grfx division and ranked 05

Timer by Kvazar
/graphics/images/1996/t/timer.zip
07 Sep 1996 (catalog date)
428,939 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the grtc division and ranked ??

Gettime by Edo Uno
/graphics/images/1997/g/gettime.zip
04 Jun 1997 (catalog date)
47,567 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the grfx division and ranked 03

Multimedian uhri by Grond
/graphics/images/1997/g/gore.zip
17 Feb 1998 (catalog date)
5,651 bytes
Download FTP scene.org
Rating:
Released at event DML97 in the grfx division and ranked 04
320x200x256

Strange World by Time Rider of The Realtime Crew
/graphics/images/1997/m/mek-169.zip
18 May 1998 (catalog date)
431,158 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the grtc division and ranked ??
640x480x16m

Springtime Feelings by Cyclone of Abyss
/graphics/images/1997/m/mek-83.zip
18 May 1998 (catalog date)
59,323 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the grfx division and ranked 01
320x256x256

Hard Times by HP of Micropyle
/graphics/images/1998/d/deadlany.zip
16 Jun 1998 (catalog date)
14,793 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grfx division and ranked 10
320x200x256

Summertime by Seth of Fudge
/graphics/images/1998/s/summerti.zip
11 Sep 1998 (catalog date)
207,301 bytes
Download FTP scene.org
Rating:
Released at event SE98 in the grfx division and ranked 01
640x480x256

Multimedia Designer by Harrow Software
/graphics/programs/players/formula3.zip
22 Sep 1996 (catalog date)
1,340,241 bytes
Download FTP scene.org

Alterations of Time by Scott F., Ken V.
/music/contests/mc1/entries/__time.zip
09 Nov 1996 (catalog date)
176,430 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 11

Lost Time by Mental Floss
/music/contests/mc2/veteran/v-time.zip
09 Nov 1996 (catalog date)
195,006 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V13

Time Walk by Decker of Outworlders
/music/contests/mc4/rookie/m4r-time.zip
10 Nov 1996 (catalog date)
135,159 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Breath of Time by Chris Jarvis
/music/contests/mc4/veteran/m4v-brea.zip
10 Nov 1996 (catalog date)
313,992 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V20

Timespan by Primal
/music/contests/mc4/veteran/m4v-span.zip
10 Nov 1996 (catalog date)
394,652 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Five-Five Time by Quantum Porcupine of Grey
/music/contests/mc5/intermed/m5i-fft.zip
29 Aug 1997 (catalog date)
415,029 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I12

Seizure Of Time by Shih Tzu
/music/contests/mc5/intermed/m5i-seiz.zip
29 Aug 1997 (catalog date)
144,769 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Times Past by Lupin
/music/contests/mc5/intermed/m5i-tpst.zip
29 Aug 1997 (catalog date)
194,895 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Beatime by Miks of Scavengers
/music/contests/mc5/rookie/m5r-beim.zip
29 Aug 1997 (catalog date)
486,874 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Earth Sought Imni by Ganesha of Antimetric Resolventation
/music/contests/mc5/rookie/m5r-esi.zip
29 Aug 1997 (catalog date)
290,359 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Hanging Time by Doc
/music/contests/mc5/veteran/m5v-hang.zip
29 Aug 1997 (catalog date)
758,105 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Time Flows by The Zapper! of Force Ten
/music/contests/mc5/veteran/m5v-time.zip
29 Aug 1997 (catalog date)
774,615 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V11

Zenith Of Time by Floss of Kosmic, Bdp
/music/contests/mc5/veteran/m5v-zeni.zip
29 Aug 1997 (catalog date)
719,355 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Cool Summertime by D.T.
/music/contests/mc6/intermed/m6i-csmt.zip
28 Mar 1999 (catalog date)
302,746 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked I18

The First Time by OPI
/music/contests/mc6/intermed/m6i-time.zip
28 Mar 1999 (catalog date)
740,301 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Time Of The Oblivion by Wark
/music/contests/mc6/intermed/m6i-toto.zip
28 Mar 1999 (catalog date)
522,200 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked I13

For Sometime by prgrmr
/music/contests/mc6/rookie/m6r-fst.zip
28 Mar 1999 (catalog date)
547,579 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Lifetimes by The Nightstalker
/music/contests/mc6/rookie/m6r-lftm.zip
28 Mar 1999 (catalog date)
341,613 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Onetime Pad by 3NO
/music/contests/mc6/veteran/m6v-otp.zip
28 Mar 1999 (catalog date)
407,847 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Time Out Of Joint by Ranger Rick
/music/contests/mc6/veteran/m6v-tooj.zip
28 Mar 1999 (catalog date)
692,409 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

TimeLine by Epinicion
/music/disks/1995/epi-tml.zip
26 Jul 1996 (catalog date)
3,826,206 bytes
Download FTP scene.org
Rating:

Twilight Transit by TIME
/music/disks/1995/t-trnsit.zip
26 Jul 1996 (catalog date)
1,822,539 bytes
Download FTP scene.org
Rating:

Danger Zone by DZone
/music/disks/1997/dzone.zip
01 Feb 1997 (catalog date)
796,099 bytes
Download FTP scene.org
Rating:
DZone took time at least to do an interface for this disk. Some songs better than others.

Timetraveller by andr0meda of Green
/music/disks/1997/gr1_time.zip
11 Dec 1997 (catalog date)
2,632,531 bytes
Download FTP scene.org

A Journy Through Time by Silent Vengeance MOC of Time's Edge
/music/disks/1997/j-t-time.zip
05 May 1997 (catalog date)
1,093,688 bytes
Download FTP scene.org

Analogic Virtual Synth V1.1 by Rob, GdH of NewStyle
/music/programs/players/alogic11.zip
12 Sep 1997 (catalog date)
148,433 bytes
Download FTP scene.org
Analogic v1.1 realtime virtual analogue synthesizer. Requires MSDOS, VBE2.0 or S3 chipset for the 640x480x256 LFB videomode and a soundcard: SB16, SB16ASP, AWE or GUS. Can write WAV files too. Full version. Now with SB MIDI support.

Cubic Player 2.0 Alpha Plus Plus Enhanced Full Version by pascal
/music/programs/players/cp20full.zip
14 May 1998 (catalog date)
663,963 bytes
Download FTP scene.org
This is the FULL version of Cubic Player 2.0 alpha plus plus enhanced. I took the time to complete this so that people wouldn't have to keep downloading the main player and all the enhancements. If I missed anything, let me know.

FLI & Module Player v1.2b
/music/programs/players/flimp12b.zip
09 Jan 1997 (catalog date)
47,254 bytes
Download FTP scene.org
Play FLI and MOD/S3M at the same time.

Play It 0.03 For Windows by Olivier Aumage
/music/programs/players/pliw003.zip
07 Jun 1998 (catalog date)
550,929 bytes
Download FTP scene.org
High quality software player for Impulse Tracker modules. Win95 - WinNT4. Playback of up to 4 modules at a time. High precision mixing routines. C++ source files included.

Top 10 Player 32 by Peter Chana
/music/programs/players/top_13.zip
31 Aug 1998 (catalog date)
1,349,408 bytes
Download FTP scene.org
An easy to use multimedia program with databank function. The readme file describes how to use Top 10 Player. It supports the following formats: Wav, Mid, Avi, Mov, Mpg, Mp3, Animation files, Mod, Xm, It, S3m, CD Audio.

Awetube 1.17 by Milosz Tylenda
/music/programs/samplers/awetub17.zip
26 Apr 1997 (catalog date)
31,364 bytes
Download FTP scene.org
Simple realtime vocoder for awe32. Version 1.17

Hammerhead by Bram Bos
/music/programs/samplers/hhbeta96.zip
24 May 1997 (catalog date)
1,440,712 bytes
Download FTP scene.org
What is HammerHead ? HammerHead is a simple TR-909-like drumcomputer program aiming at the dance-scene. You can use it to create perfect Techno-loops, Jungle patterns and real BAD-MOFO-KICK-ASS-NOISY-GABBA-SHIT. What is HammerHead not ? HammerHead is not Shareware, it's Freeware . No frustrating save-disabling, no grayed-out-menu-features, no paying serious money, no annoying messages and most of all NO TIME LIMIT... HammerHead is not a Bossa Nova tool... This means that you won't find any sucky Tom-Toms, Shakers, Cowbells, Congas and Bongos in this box... What you WILL find is cool 909 shit, bad overdriven bassdrums, lotsa snaredrums, claps, and complete breakbeats to spice up the lot. Buckets-o-fun for making Jungle.

Rubber Duck v0.86b by D-Lusion
/music/programs/samplers/rubdk086.zip
09 Jan 1997 (catalog date)
832,246 bytes
Download FTP scene.org
realtime resonant filters, 4 basic waveforms, 224 note sequencer, digital delay, drum section, 16-bit, 44khz, Win95

Sampled V1.24 by Neurodancer
/music/programs/samplers/sampl124.zip
27 May 1998 (catalog date)
405,907 bytes
Download FTP scene.org
A full-featured DOS sound-editor, with lots of effects such as spectrum editing (directly edit sound spectra using loads of tools), Time Variable Filters (low/high/band-pass/stop), Am, fm, flanger, reverberation room, robotize, compressor/expander, morph, echo-killer, strange effects (String-ize, Voice Modifier, TVShifter, Robotize), all the other 'standard' wave-editing tools (delay,resample,level-control,etc...)

16 Fix by Zest
/music/programs/trackers/16fix.zip
14 Mar 1997 (catalog date)
4,878 bytes
Download FTP scene.org
Fixes the problem with loading *.RAW 16-bit mono sound files into fasttrackerii -- having to press "16-bit" and "no" every time you load a sound, can get boring. this program replaces all your *.RAW files with *.IFF sounds, that load into fasttracker without any fuss. The search for *.RAW files is recursive, i.e. all sub-directories beneath the one you are fix'ing, will be fix'ed too .. careful!! the original .RAW files are ERASED. also, if you have other than 16-bit sound files in your collection, you should sort them first, placing your 16-bit files in a seperate directory, before using FIX. This program is freeware. Enjoy :)

Metabolic Virtual File System 1.0 by Slater of Metabolic
/music/programs/unusual/mvfs.zip
12 Jun 1997 (catalog date)
36,850 bytes
Download FTP scene.org
MetaBolic Virtual File System is a set of DOS-based utilities which allow a user to create virtual links to files. This way a file can be present many times on your harddisk while using diskspace only once. The system is transparant to existing and future applications. Virtual files can be accessed just as if they were real files.

Cenotaph Drumloops V1 by cenotaph of danger high voltage, space invaders
/music/samples/ct-drlo1.zip
03 Apr 1998 (catalog date)
3,671,128 bytes
Download FTP scene.org
18 high quality mono 44.1kHz .wav format drumloops. Quality is 10 times better than my first sample pack.

Roland Juno 106 Samples #2 by Soundwave
/music/samples/swjuno2.zip
11 Oct 1997 (catalog date)
18,988,252 bytes
Download FTP scene.org
Samples taken from the Roland Juno 106 - Analog-based synthesizer with thundering bass, Yamaha TX16W - Sampler with Typhoon OS the modulation makes synthesis possible. By popular demand, the Juno pack is back! And this time, we've got a lot of resonance for all of you techno guys out there. (: We've got a couple of samples of resonant acid-like bass, plus a lot of other goodies with booms, distortion, LFOs, etc. There are 25 additional Juno sounds here, recorded at 44.1kHz, 16 bit on a Pro Audio Spectrum 16 with the sample point at C3 unless otherwise noted. Sorry, no loop points or envelopes are provided. Be sure to check out the Typhoon TR-808-like kit as well.

Quantime by Daze
/music/songs/1994/quantim2.zip
15 Sep 1996 (catalog date)
243,639 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked XX
(S3M)

Techno Time by DjM of Digital Things
/music/songs/1995/d/dit-tech.zip
06 Aug 1997 (catalog date)
81,506 bytes
Download FTP scene.org
Rating:
(MOD)

Techno Time, Remix by DjM of Digital Things
/music/songs/1995/d/dit-tecr.zip
06 Aug 1997 (catalog date)
126,817 bytes
Download FTP scene.org
Rating:
(MOD)

It's About Time by E. Lucidity
/music/songs/1995/e/el-iabtm.zip
21 Sep 1996 (catalog date)
69,866 bytes
Download FTP scene.org
Rating:
(XM)

Timeless Voyage by Fred
/music/songs/1995/f/fred-kmg.zip
17 Sep 1996 (catalog date)
220,202 bytes
Download FTP scene.org
Rating:
(S3M)

Guitar Time by Baby
/music/songs/1995/g/guittime.zip
18 Mar 1997 (catalog date)
207,579 bytes
Download FTP scene.org
Rating:
Released at event DS95 in the mmul division and ranked 03
(DSM)

Lost In The Folds Of Time by The Pope
/music/songs/1995/i/is-lost.zip
18 Sep 1996 (catalog date)
313,084 bytes
Download FTP scene.org
Rating:
(S3M)

The Old Times by Wode
/music/songs/1995/o/oldtimes.zip
21 Sep 1996 (catalog date)
203,992 bytes
Download FTP scene.org
Rating:
(XM)

Out Of Time by Protocol of Acid
/music/songs/1995/p/pro-time.zip
19 Sep 1996 (catalog date)
140,215 bytes
Download FTP scene.org
Rating:
(S3M)

The Sands Of Time by Replay
/music/songs/1995/r/r_sandz.zip
20 Sep 1996 (catalog date)
231,449 bytes
Download FTP scene.org
Rating:
(S3M)

Somewhere In Time by Replay
/music/songs/1995/r/r_sit.zip
20 Sep 1996 (catalog date)
164,920 bytes
Download FTP scene.org
Rating:
(S3M)

Sometimes by Darkwolf
/music/songs/1995/s/somtimes.zip
20 Sep 1996 (catalog date)
256,272 bytes
Download FTP scene.org
Rating:
(S3M)

Space And Time by Rage
/music/songs/1995/s/spacetim.zip
21 Sep 1996 (catalog date)
359,608 bytes
Download FTP scene.org
Rating:
(XM)

The Time Has Come by Tfh of TIME
/music/songs/1995/t/t-thetim.zip
20 Apr 1997 (catalog date)
79,793 bytes
Download FTP scene.org
Rating:
(S3M)

Time Explosion by IA
/music/songs/1995/t/texp_ia_.zip
21 Sep 1996 (catalog date)
255,693 bytes
Download FTP scene.org
Rating:
(XM)

Timeless Lullaby by Mozart
/music/songs/1995/t/timlslul.zip
20 Sep 1996 (catalog date)
269,252 bytes
Download FTP scene.org
Rating:
(S3M)

Mystique Part One by TimeLord
/music/songs/1995/t/tl-myst.zip
20 Sep 1996 (catalog date)
263,822 bytes
Download FTP scene.org
Rating:
(S3M)

Mystique Part Two by TimeLord
/music/songs/1995/t/tl-myst2.zip
20 Sep 1996 (catalog date)
420,930 bytes
Download FTP scene.org
Rating:
(S3M)

Mystique Part Three by TimeLord
/music/songs/1995/t/tl-myst3.zip
20 Sep 1996 (catalog date)
494,742 bytes
Download FTP scene.org
Rating:
(S3M)

Just in Time by Oto Rajnic
/music/songs/1996/a/ab_amb.zip
08 Oct 1996 (catalog date)
229,649 bytes
Download FTP scene.org
Rating:
(XM)

Timezlip by Aquafresh
/music/songs/1996/a/af-timez.zip
22 Sep 1996 (catalog date)
228,889 bytes
Download FTP scene.org
Rating:
(XM)

Runtime by Airon of Phd
/music/songs/1996/a/air-rt.zip
22 Sep 1996 (catalog date)
471,168 bytes
Download FTP scene.org
Rating:
(XM)

Time And Eternity by Arcturus
/music/songs/1996/a/aq_time.zip
17 Mar 1997 (catalog date)
232,972 bytes
Download FTP scene.org
Rating:
(IT)

Bigtime by Zalt of Groove
/music/songs/1996/b/bigtime.zip
24 Jan 1997 (catalog date)
301,005 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the mmul division and ranked 05
(XM)

Give Me Some Time by Aahz
/music/songs/1996/c/ccs-time.zip
22 Sep 1996 (catalog date)
625,816 bytes
Download FTP scene.org
Rating:
(XM)

Time Controller by Cygnes
/music/songs/1996/c/cgs-tc.zip
18 Nov 1996 (catalog date)
82,766 bytes
Download FTP scene.org
Rating:
(IT)

As Time Goes By by Cygnes
/music/songs/1996/c/cgs-time.zip
04 Aug 1996 (catalog date)
258,109 bytes
Download FTP scene.org
Rating:
(S3M)

Techno Divertimento 1 by DigiByte
/music/songs/1996/d/db-td1.zip
13 Apr 1997 (catalog date)
71,228 bytes
Download FTP scene.org
(IT)

Go Go Ragtime by DD of Aurora
/music/songs/1996/d/dd-gadgt.zip
09 Apr 1997 (catalog date)
157,707 bytes
Download FTP scene.org
(XM)

Time Passing by Fumar of Simple Concept Music Productions
/music/songs/1996/f/fr-time.zip
19 Jun 1998 (catalog date)
228,705 bytes
Download FTP scene.org
(XM)

Fun In the Sun by Toalnkor, Mythos of Realtech, Real-Time
/music/songs/1996/f/funsun.zip
21 Feb 1997 (catalog date)
351,894 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the mmul division and ranked XX
(S3M)

Time Has Gone by Hunz
/music/songs/1996/h/hnz-time.zip
22 Sep 1996 (catalog date)
123,595 bytes
Download FTP scene.org
Rating:
(MOD)

Last Time by Jets
/music/songs/1996/j/jets-lt.zip
24 Jan 1997 (catalog date)
246,823 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the mmul division and ranked XX
(XM)

Hard Times by Stinger
/music/songs/1996/k/k_hard.zip
26 Jan 1997 (catalog date)
246,514 bytes
Download FTP scene.org
Rating:
(XM)

Flavour of Time remix by Super Slimer of Metamorph
/music/songs/1996/m/m_fotime.zip
30 Aug 1996 (catalog date)
201,331 bytes
Download FTP scene.org
Rating:
(XM)

Streetjazz by Mortimer Twang
/music/songs/1996/m/m_jazz.zip
20 Nov 1996 (catalog date)
419,811 bytes
Download FTP scene.org
Rating:
(MOD)

TimeSlip Re-re-mix by Supernao, Hollywood, Dreamfish
/music/songs/1996/m/m_rem1c.zip
22 Sep 1996 (catalog date)
16,872 bytes
Download FTP scene.org
Rating:
(MOD)

Streetbeat by Mortimer Twang of Mono
/music/songs/1996/m/m_stree.zip
04 Aug 1996 (catalog date)
476,668 bytes
Download FTP scene.org
Rating:
(MOD)

Theme by Mortimer Twang
/music/songs/1996/m/m_theme.zip
20 Nov 1996 (catalog date)
236,846 bytes
Download FTP scene.org
Rating:
(MOD)

Time by Nutcase of Cute
/music/songs/1996/n/nc-time.zip
30 Aug 1996 (catalog date)
614,090 bytes
Download FTP scene.org
Rating:
(XM)

Tribes Of Time by Nino of Realities
/music/songs/1996/n/ninotrbe.zip
28 May 1997 (catalog date)
364,677 bytes
Download FTP scene.org
(IT)

Spacetime Continuum by Harry
/music/songs/1996/n/no-conti.zip
26 Jan 1997 (catalog date)
1,060,239 bytes
Download FTP scene.org
Rating:
(IT)

Good Times by AstraDyne of NOISE
/music/songs/1996/n/no-goodt.zip
04 Aug 1996 (catalog date)
413,832 bytes
Download FTP scene.org
Rating:
(XM)

Once Upon a Time by Wolfgang
/music/songs/1996/o/once.zip
23 Aug 1996 (catalog date)
98,166 bytes
Download FTP scene.org
Rating:
(S3M)

Party Times by Salvorite
/music/songs/1996/p/part_e.zip
07 Jan 1998 (catalog date)
46,063 bytes
Download FTP scene.org
(XM)

Forets Rain's Lonley Melody by Silent Vengeance MOC of Time's Edge
/music/songs/1996/r/rain.zip
06 Oct 1997 (catalog date)
1,001,179 bytes
Download FTP scene.org
(IT)

The End Of Time by Dude
/music/songs/1996/r/rat_eot.zip
22 Sep 1996 (catalog date)
69,959 bytes
Download FTP scene.org
Rating:
(S3M)

Sometimes I Remember by Factor
/music/songs/1996/r/rmmbr.zip
15 Mar 1997 (catalog date)
111,487 bytes
Download FTP scene.org
Released at event MOV96 in the mmul division and ranked XX
(S3M)

Time Slips By by Gamera
/music/songs/1996/s/s-time.zip
22 Sep 1996 (catalog date)
184,825 bytes
Download FTP scene.org
Rating:
(S3M)

When Time Began by Darkwolf
/music/songs/1996/t/tf-when.zip
18 Nov 1996 (catalog date)
659,343 bytes
Download FTP scene.org
Rating:
(IT)

Time Advanced by Noiseman
/music/songs/1996/t/timeadv.zip
22 Sep 1996 (catalog date)
1,141,816 bytes
Download FTP scene.org
Rating:
(XM)

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)

The Time Switch by Kezoomer of TLS
/music/songs/1996/t/timeswtc.zip
24 Jan 1997 (catalog date)
264,343 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the mmul division and ranked 08
(S3M)

Affliction by Timelord
/music/songs/1996/t/tl-affli.zip
22 Sep 1996 (catalog date)
569,564 bytes
Download FTP scene.org
Rating:
(S3M)

Impulse by Timelord
/music/songs/1996/t/tl-impul.zip
30 Aug 1996 (catalog date)
595,265 bytes
Download FTP scene.org
Rating:
(S3M)

Lost Time by Dynamite of The Lost Patrol
/music/songs/1996/t/tlp-lstt.zip
20 Sep 1997 (catalog date)
14,245 bytes
Download FTP scene.org
(S3M)

Time Of Despair by Ken 'Wirehead' Wronkiewicz
/music/songs/1996/w/wh-tod.zip
24 Sep 1997 (catalog date)
438,719 bytes
Download FTP scene.org
(IT)

3time by Euphy Scott
/music/songs/1997/0-9/3time.zip
06 Apr 1997 (catalog date)
274,995 bytes
Download FTP scene.org
(XM)

Time Bomb by Tsc of AstroideA
/music/songs/1997/a/ai_timeb.zip
09 Feb 1999 (catalog date)
619,049 bytes
Download FTP scene.org
Released at event RAGE97 in the mmul division and ranked ??

Timeless by n-joy of ART
/music/songs/1997/a/art_101.zip
17 Oct 1997 (catalog date)
1,136,461 bytes
Download FTP scene.org
(IT)

Lifetime Of A Myth by Blackwolf
/music/songs/1997/b/bw-myth.zip
17 Mar 1997 (catalog date)
186,193 bytes
Download FTP scene.org
(IT)

As Time Passes Me By by Pedro of CBR
/music/songs/1997/c/cb-time.zip
22 Nov 1997 (catalog date)
522,336 bytes
Download FTP scene.org
(XM)

A Time Of Changes by Multivac of Melancholy
/music/songs/1997/c/changes.zip
16 Nov 1997 (catalog date)
505,119 bytes
Download FTP scene.org
(IT)

Party Time by Darius of Outworlders
/music/songs/1997/d/dar-part.zip
09 Apr 1997 (catalog date)
75,445 bytes
Download FTP scene.org
(XM)

Plano C by Dr. Saygon of Saygon Soft Multimedia
/music/songs/1997/d/ds-pc.zip
15 Jun 1998 (catalog date)
182,469 bytes
Download FTP scene.org
Rating:
(S3M)

Gliding On The Wings Of Night by Silent Vengeance MOC of Time's Edge
/music/songs/1997/g/glidente.zip
24 Apr 1997 (catalog date)
54,194 bytes
Download FTP scene.org
(S3M)

The Part Time Jazz Band by It-Alien
/music/songs/1997/i/it-jazzb.zip
26 Jul 1997 (catalog date)
311,051 bytes
Download FTP scene.org
(XM)

A Lucid Time by Imaginary Unit
/music/songs/1997/i/iu-lucid.zip
17 Aug 1997 (catalog date)
438,945 bytes
Download FTP scene.org
(IT)

Rubbertime by Jimmac
/music/songs/1997/j/j_rtime.zip
23 Apr 1997 (catalog date)
265,539 bytes
Download FTP scene.org
(XM)

No-time by Deginge of LOK
/music/songs/1997/l/lok_notm.zip
07 Dec 1997 (catalog date)
636,033 bytes
Download FTP scene.org
(XM)

Sweet by Mortimer Twang
/music/songs/1997/m/m_sweet.zip
18 Mar 1997 (catalog date)
233,784 bytes
Download FTP scene.org
(MOD)

Spacetime Continuum by Harry of NOISE
/music/songs/1997/n/no-conti.zip
10 Nov 1997 (catalog date)
1,060,455 bytes
Download FTP scene.org
(IT)

Unstoppable Time Gear by Neurotix of D.M.S.
/music/songs/1997/n/ntx_untg.zip
23 Nov 1997 (catalog date)
314,091 bytes
Download FTP scene.org
(XM)

Funky Time by The Fox II of phd, Mono
/music/songs/1997/p/phd_futi.zip
10 May 1997 (catalog date)
184,247 bytes
Download FTP scene.org
(MOD)

Time by Rhino of Torment
/music/songs/1997/r/rno-time.zip
06 Apr 1997 (catalog date)
273,831 bytes
Download FTP scene.org
(XM)

Running Out Of Time by Terminus
/music/songs/1997/r/root.zip
08 Apr 1997 (catalog date)
226,568 bytes
Download FTP scene.org
(XM)

Spending Time by Ryo-Ohki of Fatal Error
/music/songs/1997/r/ryo_spt.zip
13 Dec 1998 (catalog date)
445,219 bytes
Download FTP scene.org
Released at event BIZ97 in the mmul division and ranked 08

Tischmehl by Salice
/music/songs/1997/s/sal-time.zip
11 May 1997 (catalog date)
15,369 bytes
Download FTP scene.org
(XM)

Time's End Again by Catspaw of SonicFusion
/music/songs/1997/s/sf-tea.zip
27 Oct 1997 (catalog date)
511,631 bytes
Download FTP scene.org
(IT)

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

Ancient Times by Floppy Man of Sphere
/music/songs/1997/s/sfr-time.zip
14 Jun 1997 (catalog date)
263,357 bytes
Download FTP scene.org
(IT)

Is There Time For Me by Dustchild
/music/songs/1997/t/time.zip
22 Feb 1998 (catalog date)
595,275 bytes
Download FTP scene.org
(XM)

Break Time by Dynamite of The Lost Patrol
/music/songs/1997/t/tlp-brkt.zip
13 Jul 1997 (catalog date)
302,478 bytes
Download FTP scene.org
(S3M)

The Dark Maze Of Djorgh by The Time Warrior
/music/songs/1997/t/ttw_djor.zip
08 Oct 1997 (catalog date)
359,922 bytes
Download FTP scene.org
(S3M)

Dreams Of Etherealness by The Time Warrior
/music/songs/1997/t/ttw_dret.zip
08 Oct 1997 (catalog date)
177,290 bytes
Download FTP scene.org
(IT)

Radiance Of Essence by The Time Warrior
/music/songs/1997/t/ttw_esra.zip
13 Jun 1997 (catalog date)
295,579 bytes
Download FTP scene.org
(IT)

digital TIME voyage by xhale of Calamity
/music/songs/1997/v/voyage.zip
30 Dec 1998 (catalog date)
307,459 bytes
Download FTP scene.org
Released at event DST97 in the mmul division and ranked 13

Time 2 Move by Mind Bliss of Excalibur
/music/songs/1997/x/x_t2move.zip
29 Jan 1998 (catalog date)
304,958 bytes
Download FTP scene.org
(XM)

Timeless Journey by Xenon
/music/songs/1997/x/xe_br3sn.zip
14 May 1997 (catalog date)
115,740 bytes
Download FTP scene.org
(IT)

The Third Time by Xhale of DCS
/music/songs/1998/0-9/3rdtime.zip
18 Dec 1998 (catalog date)
392,852 bytes
Download FTP scene.org
Released at event BP98 in the mmul division and ranked 03

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.

Morhping Space And Time by Tigerhawk of Digitalus
/music/songs/1998/d/dig-mts.zip
13 Apr 1998 (catalog date)
147,658 bytes
Download FTP scene.org
(IT)

Chip Mania I by Dr. Saygon of Saygon Soft Multimedia, XKR Group
/music/songs/1998/d/ds-chip1.zip
01 Jul 1998 (catalog date)
2,564 bytes
Download FTP scene.org
Rating:
(IT)

Chip Mania Ii by Dr. Saygon of Saygon Soft Multimedia, XKR Group
/music/songs/1998/d/ds-chip2.zip
01 Jul 1998 (catalog date)
2,133 bytes
Download FTP scene.org
Rating:
(IT)

Chip Mania Iii by Dr. Saygon of Saygon Soft Multimedia
/music/songs/1998/d/ds-chip3.zip
05 Sep 1998 (catalog date)
2,975 bytes
Download FTP scene.org
(IT)

The World Of Multimedia 1.2 by Dr. Saygon of Saygon Soft Multimedia
/music/songs/1998/d/ds-world.zip
15 Jun 1998 (catalog date)
262,981 bytes
Download FTP scene.org
Released at event PC'97 in the mmul division and ranked 08
(IT)

Time 3 Plastic Ego by Stereoman of NOISE
/music/songs/1998/n/no-time3.zip
09 Feb 1998 (catalog date)
464,977 bytes
Download FTP scene.org
(IT)

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)

Time Is Coming by PiCoder of Seaber Designs
/music/songs/1998/s/sed-tim8.zip
22 Feb 1998 (catalog date)
536,054 bytes
Download FTP scene.org
(XM)

Springtimetune 98 by D.T.
/music/songs/1998/s/springt.zip
14 Sep 1998 (catalog date)
296,255 bytes
Download FTP scene.org
(IT)

Tides of Time by Sol of Trauma
/music/songs/1998/t/tides_of.zip
13 Dec 1998 (catalog date)
853,868 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Hard Times Comin' by Treks of WP
/music/songs/1998/t/tr_hard.zip
28 Jun 1998 (catalog date)
357,545 bytes
Download FTP scene.org
Rating:
(IT)

Twilight Time by FLAtRich of fLAtDiSk SoftWorks
/music/songs/1998/t/twilight.zip
06 Apr 1998 (catalog date)
673,576 bytes
Download FTP scene.org
(IT)

Mexicaribana 1950 Party Time by Xinjia
/music/songs/1998/x/xj-meca.zip
24 Aug 1998 (catalog date)
58,844 bytes
Download FTP scene.org
(IT)

Lost In Time by Screes of Aeon, RBI
/music/songs/1998/s/scr_time.zip
04 Jul 2003 (catalog date)
433,084 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the mmul division and ranked 05
(IT)

Groovy Time Fabric by Zinc
/tla/disks/1996/z/zinc-gtf.zip
15 Sep 1996 (catalog date)
858,674 bytes
Download FTP
Rating:

Bedtime by Flower
/tla/songs/1994/mod/b/bedtime.zip
15 Sep 1996 (catalog date)
116,111 bytes
Download FTP
Rating:
Released at event TP94 in the m4ch division and ranked XX

It's Jazztime by Sector
/tla/songs/1995/mod/j/jazztime.zip
16 Sep 1996 (catalog date)
69,560 bytes
Download FTP
Rating:
Released at event TP95 in the m4ch division and ranked XX

Dreamtime Spirit by Raphael Blackwolf
/tla/songs/1995/mod/r/rb-drmsp.zip
16 Sep 1996 (catalog date)
316,751 bytes
Download FTP
Rating:

It's Jungle Time! by Riders
/tla/songs/1995/s3m/i/itsjtime.zip
18 Sep 1996 (catalog date)
137,381 bytes
Download FTP
Rating:

This Is My Time by Velvet Scream
/tla/songs/1995/xm/b/b13-0011.zip
21 Sep 1996 (catalog date)
650,380 bytes
Download FTP
Rating:

Night Time by Jlexus
/tla/songs/1995/xm/n/nightime.zip
21 Sep 1996 (catalog date)
117,819 bytes
Download FTP
Rating:

Every Time You Touch Me by Schizoid
/tla/songs/1996/it/e/etytm.zip
22 Sep 1996 (catalog date)
540,335 bytes
Download FTP
Rating:

The End Of Time by Caliban
/tla/songs/1996/s3m/e/end.zip
22 Sep 1996 (catalog date)
10,233 bytes
Download FTP
Rating:
Released at event OZ96 in the m16k division and ranked 06

The Passing of Time by Cheech the Sneech of Flip
/tla/songs/1996/s3m/f/flp-cts3.zip
30 Aug 1996 (catalog date)
77,049 bytes
Download FTP
Rating:

You've Really Done It This Time by Dr. Orange
/tla/songs/1996/s3m/m/m-doneit.zip
22 Sep 1996 (catalog date)
110,057 bytes
Download FTP
Rating:

Old Time Rock-n-Roll by PowerMike
/tla/songs/1996/s3m/p/pm-piano.zip
23 Aug 1996 (catalog date)
103,588 bytes
Download FTP
Rating:

Timewarp by Truxx
/tla/songs/1996/xm/c/cb-vibes.arj
22 Sep 1996 (catalog date)
138,320 bytes
Download FTP
Rating:

Party Time by DJ Kike
/tla/songs/1996/xm/d/dubu88.zip
08 Oct 1996 (catalog date)
326,128 bytes
Download FTP
Rating:

House Time by Trauma
/tla/songs/1996/xm/h/htime.zip
22 Sep 1996 (catalog date)
415,970 bytes
Download FTP
Rating:

Into the Time by MC Dreamer
/tla/songs/1996/xm/i/intime.zip
16 Nov 1996 (catalog date)
403,206 bytes
Download FTP
Rating:

All this Time by Smash
/tla/songs/1996/xm/i/io_atime.zip
16 Nov 1996 (catalog date)
329,549 bytes
Download FTP
Rating:

Tombed in Time by MC Dreamer
/tla/songs/1996/xm/t/tombed.zip
17 Nov 1996 (catalog date)
440,617 bytes
Download FTP
Rating: