Search for "get": 110 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.

Panard-Vision 3D Engine by Olivier Brunet
/code/3d/systems/pvsdk95d.zip
17 Jan 1999 (catalog date)
915,862 bytes
Download FTP scene.org
I couldn't get it to work unfortunately, but it seems pretty good.

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.

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

Contrast source by Type One, Gopi, Bismark, Karma, Sam of TFL-TDV
/code/demosrc/demos/contrsrc.zip
10 Jan 1997 (catalog date)
1,105,116 bytes
Download FTP scene.org
Rating:
Sources for Contrast - Comments variable on the coder, but on the whole, they are good. This is a good example of how to get a multi-coder demo made. The .exe will not run under Win'95.

Inconexia sources by JCAB, JARE of Iguana
/code/demosrc/demos/incosrc.zip
10 Jan 1997 (catalog date)
242,043 bytes
Download FTP scene.org
Rating:
A collection of sources from Inconexia - A collection of effects. Get gallery.zip for the museum part which the .txt file says won't be released. :)

Seasick source by Draeden of VLA
/code/demosrc/intros/sea_code.zip
10 Jan 1997 (catalog date)
33,542 bytes
Download FTP scene.org
Rating:
Source for an intro with a reflecting scrollie and text writer - Old source, but well constructed. Great for those who just know asm, but don't know how to put something complete together using just asm.

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.

Tile Editor by ???
/code/effects/sprites/mktil16a.zip
26 Jun 1997 (catalog date)
62,369 bytes
Download FTP scene.org
Rating:
For 16x16 mode 13h tiles. This editor has mouse support, and also supports rotating colors. You can combine tiles to see how they look when used together.

Water by Yamaha of XYZZ
/code/effects/water/watrxyzz.zip
25 Aug 1997 (catalog date)
128,613 bytes
Download FTP scene.org
Rating:
A water effect sample. Won't compile as is since it's missing quite a number of library files. Get hq_water if you want to understand this effect. Get this afterwards only if you can't understand asm.

Collection of ASM sources by ? of Blue Nose Productions
/code/hardware/general/asm_good.zip
10 Jan 1997 (catalog date)
118,612 bytes
Download FTP scene.org
Rating:
Lots of ASM sources, mostly for hardware and BIOS routines - It's somewhat difficult to find what you want, but the comments tell you what you need to know (but not what you have to do) to get everything compiled. Looks like a great source for the cut & paste coder. Given the nature of the routines, I'd say that was the intended purpose of this release.

Keyboard handler by Patch
/code/hardware/keyboard/kbdhand9.zip
10 Jan 1997 (catalog date)
26,409 bytes
Download FTP scene.org
Rating:
Source for making a keyboard handler (int 9) and reading the keyboard from the handler - Doesn't tell you much, but is a good demonstration. I'd suggest for those needing to write a keyboard handler is to get a hardware reference for the keyboard and see what other options are available and how the code works.

Real Memory by Chatter
/code/hardware/memory/realmem.zip
10 Jan 1997 (catalog date)
10,850 bytes
Download FTP scene.org
Rating:
Supposedly gets you past the 64k barrier in real mode - I have no clue what compiler this is supposed to compile for. It uses opcodes not allowed in BC's inline assembler, watcom doesn't use that kind of inline assembler (and doesn't need this extender anyway), and this is pointless for djgpp which only compiles 32bit pmode apps. I have neither TC (but considering that's a sub-set of BC I can assume it won't work) nor Quick C (but that's so old, it's inline assembler's probably incomplete too).

Flat Maquina by Morbid Iadalboath of MUTANTE
/code/hardware/pmode/fm32_v2.zip
02 Jul 1997 (catalog date)
6,647 bytes
Download FTP scene.org
Rating:
A Pascal TPU for getting flat mode memory. People really should be moving away from dealing with segmented memory. Get this if you're still using Pascal or something similar.

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.

Protect by Denis Marer
/code/hardware/pmode/protect.zip
10 Jan 1997 (catalog date)
15,056 bytes
Download FTP scene.org
Rating:
Some source code for getting into pmode - Good comments, but doesn't set up much of a programming environment. Has no support for DPMI nor real mode call backs.

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

Bytes Of Wisdom Diskmag Engine Sources by MinMax of Septic Productions
/code/mags/bow5src.zip
21 Aug 1998 (catalog date)
109,870 bytes
Download FTP scene.org
Sources to diskmag engine written in Watcom C. Can use VBE 1.2/2.0 & textmode. Very flexible. Also it is recomended that you download the diskmag itself (to get the example files) (bow5.zip)

The Mag by Spellcaster
/code/mags/mag02.zip
01 Jul 1997 (catalog date)
12,743 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing info on Pascal, gets into basic assembler, BIOS, interrupts, and mode 13h.

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 #20 by Denthor of Asphyxia
/code/tutors/denthor/tut20.zip
11 Jan 1997 (catalog date)
19,099 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:face sorting and back face removal - The tutorials are finally getting into more complex 3d.

Games 'n Graphics Trainer Series chapter 1 by Gerben
/code/tutors/graphics/gngtut01.zip
30 Jun 1998 (catalog date)
3,072 bytes
Download FTP scene.org
Rating:
Another trainer explaining how to get into mode 13h. Try Denthors trainers instead if you really don't know how to do this. Text

Bezier and Spline by plash of Azure
/code/tutors/math/azr_bcrv.zip
19 Jan 1998 (catalog date)
96,843 bytes
Download FTP scene.org
Rating:
Examples of Bezier patches and B-spline curves. Read a reference on bezier or spline modelling first. The math is not easy nor is it explained by the author. Good reference if you are having troubles getting your own routines to work.

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.

3DS converter by MRI of Doomsday
/code/utils/3d/3dsrdr13.zip
25 Aug 1997 (catalog date)
6,754 bytes
Download FTP scene.org
Rating:
Reads a 3ds file and outputs an easier to read format. An update of Jare's 3dsrdr12. Get the above for usefulness, get Jare's original version for posterity or more complete informations.

Bin to H by Lev Iserovich
/code/utils/compiler/bin2h.zip
12 Aug 1997 (catalog date)
11,097 bytes
Download FTP scene.org
Rating:
A bin 2 h/obj. Actually produces obj files, but only works with Turbo C with a little tweaking for Borland C. (same company yes, slightly different compilers.) (By extension, you should be able to get it to work with TASM.)

Bin to Obj by Mr Baggins of Extravaganza
/code/utils/compiler/binobj32.zip
12 Aug 1997 (catalog date)
31,779 bytes
Download FTP scene.org
Rating:
A bin 2 obj util. Actually produces obj files, but only works with Watcom C. (By extension, you should be able to get it to work with pmode and TASM.)

C-- examples by Peter Cellik
/code/utils/compiler/c--ex103.zip
10 Jan 1997 (catalog date)
213,584 bytes
Download FTP scene.org
Rating:
C-- example sources - A must get for c--0203.zip

Netwide Assembler by Simon Tatham, Julian Hall
/code/utils/compiler/nasm094.zip
02 Jul 1997 (catalog date)
320,576 bytes
Download FTP scene.org
Rating:
A freeware assembler with good support. People have been switching from TASM to this assembler, especially linux and 68K coders. It is still being supported by the makers so it understands newer op codes, like mmx instructions, so you don't need to get intel's 'macros' for new opcodes.

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)

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.

Barf by Widget, Malvern
/demos/1995/b/barf___.zip
29 Jun 1996 (catalog date)
47,977 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked ??

Get Well by Image
/demos/1995/i/img_well.zip
30 May 1998 (catalog date)
130,237 bytes
Download FTP scene.org
Rating:
,,GUS,

Life by Widget, Malvern
/demos/1995/l/life__.zip
30 Jun 1996 (catalog date)
278,053 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the demo division and ranked ??

Coolness Gets Around by The Crew
/demos/1996/c/coolnez.zip
12 Aug 1996 (catalog date)
71,214 bytes
Download FTP scene.org
Rating:
Released at event FLAG96 in the in64 division and ranked 02

Dead Fish Can't Swim by Spagetti
/demos/1996/d/deadfish.zip
30 Jun 1996 (catalog date)
119,029 bytes
Download FTP scene.org
Rating:

Kvalitet by Fidgety, Thumbz of TP, ??
/demos/1996/k/kvalitet.zip
13 Jul 1996 (catalog date)
4,381 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in4k division and ranked ??

Don't Get Stajlish (final) by Syntax Terror
/demos/1996/s/ste-stlf.zip
11 Dec 1996 (catalog date)
433,993 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the demo division and ranked 04

Kingboot by Paragon
/demos/1997/k/kingboot.zip
22 Sep 1997 (catalog date)
66,095 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked DD
may get timing problems - 486,,,

How Can You Get Yours? by Reality Benders
/demos/1997/r/rb_how.zip
02 Sep 1998 (catalog date)
302,528 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the demo division and ranked XX
486,,GUS/SB/PAS,

Getmem by Rectum Cauda
/demos/1997/r/rc-getme.zip
26 Jul 1997 (catalog date)
4,505 bytes
Download FTP scene.org
Rating:
Released at event I97 in the in4k division and ranked 01

Fidget by Blocc
/demos/1998/f/fidget.zip
13 Feb 1998 (catalog date)
62,545 bytes
Download FTP scene.org
Rating:
,VESA,GUS,

GetImage by Edo Uno
/graphics/images/1996/a/aa_image.zip
23 Nov 1996 (catalog date)
707,962 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the grfx division and ranked XX

Get Mem by Edo Uno
/graphics/images/1996/g/get_mem.zip
04 Sep 1996 (catalog date)
524,830 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the grfx division and ranked 04

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

Together by Raphiel
/music/contests/mc4/rookie/m4r-toge.zip
10 Nov 1996 (catalog date)
118,204 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Get Back Jojo by Jbal
/music/contests/mc5/veteran/m5v-gbjo.zip
29 Aug 1997 (catalog date)
173,460 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Get Moving Men by WizardArthur
/music/contests/mc6/rookie/m6r-ggm.zip
28 Mar 1999 (catalog date)
59,702 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

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

Getsumei No Michi by Hardcode
/music/disks/1996/hdcmd.zip
15 Sep 1996 (catalog date)
4,005,447 bytes
Download FTP scene.org
Rating:

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

Get A Day Job by iago of intellicore
/music/disks/1997/dayjob.zip
16 Aug 1997 (catalog date)
754,038 bytes
Download FTP scene.org

Eat To Get Slimmer by Airog, Cruel Creator, Dilvish, Galahad, Noiseman of Gemini Productions
/music/disks/1997/gem-slim.zip
21 Apr 1997 (catalog date)
4,476,702 bytes
Download FTP scene.org

Skyline by Nexus, BassQ, Arclight, Turrican, Vildauget of Cloud Nine
/music/disks/1997/skyline.zip
15 Apr 1997 (catalog date)
3,716,143 bytes
Download FTP scene.org

Digital Disk Jockey v1.00 by PcMax
/music/programs/mixers/dj-mixer.zip
09 Jan 1997 (catalog date)
38,127 bytes
Download FTP scene.org
SB16, mixes 2 wavs together

GMOD v1.3
/music/programs/players/genmod.zip
20 Apr 1997 (catalog date)
433,735 bytes
Download FTP scene.org
GMOD V1.3 GENERIC-MODule music player for DOS converts MOD, S3M, MTM, 669, FAR, MED, STM & ULT music files to the new .GDM format & then plays elegent stereo music thru a variety of sound cards (GUS, SB1x, SB2x, SBPro, and PAS) Includes setup and music format conversion utilities. Register and get a 2 disk set with ZIP support/more and free audio CD player. NEW

Judas Sound System V2.06y by Yehar, Cadaver
/music/programs/players/jdas206y.zip
07 Jun 1998 (catalog date)
438,873 bytes
Download FTP scene.org
Judas v2.06y Apocalyptic Softwaremixing Soundsystem for Watcom 32bit flat mode. Supports: SB/SBPRO/SB16/GUS/WAV-writer. Modules: XM/MOD/S3M. Samples: WAV/raw. Quality mixer gives you the best sound quality you can get today, clicker free (without touching sharp percussions), mixed with 32bit precision. Cubic interpolation reproduces samples with good treble response and very low distortion. Fast mixer is the ultra-fast alternative, suitable for games and demos. A player, examples, documents and full sources are included. Judas is free to be used for any purpose. New in this version: fixes, enhanced quality mixer, distortion indicator, true volume meters, song looping settings, rewinding and forwarding, Watcom 11.0 support.

GetSamps v2.42
/music/programs/rippers/getsa242.zip
09 Sep 1996 (catalog date)
34,785 bytes
Download FTP scene.org

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

Farmer's It Samplepack 3 by Farmer
/music/samples/frm-smp3.zip
08 Jan 1998 (catalog date)
988,375 bytes
Download FTP scene.org
Contains 28 cd-quality samples from percussion to trumpets and bass to sound effects. A must-get for anyone who tracks.

Farmer's It Samplepack 4 by Farmer
/music/samples/frm-smp4.zip
28 Feb 1998 (catalog date)
1,931,970 bytes
Download FTP scene.org
Contains over 35 cd-quality samples of instruments and sound effects. Another must-get for anyone who tracks.

Forget The Pain by Slightly Magic of BFG
/music/songs/1995/b/bfg-ftp.zip
30 Oct 1997 (catalog date)
51,814 bytes
Download FTP scene.org
Rating:
(S3M)

Don't Get Around Much by DD
/music/songs/1995/d/dontgeta.zip
17 Sep 1996 (catalog date)
276,860 bytes
Download FTP scene.org
Rating:
(S3M)

We Gather Together by Darois
/music/songs/1995/g/gather.zip
21 Sep 1996 (catalog date)
27,946 bytes
Download FTP scene.org
Rating:
(XM)

Gotta Get it Out by Mystical
/music/songs/1995/m/m-getit.zip
18 Sep 1996 (catalog date)
176,267 bytes
Download FTP scene.org
Rating:
(S3M)

Forget Me by Barbatruc
/music/songs/1996/b/brb_forg.zip
08 Oct 1996 (catalog date)
214,743 bytes
Download FTP scene.org
Rating:
(S3M)

Closer (main theme) by Groo of CNCD
/music/songs/1996/c/closrmus.zip
01 Feb 1997 (catalog date)
357,121 bytes
Download FTP scene.org
Rating:
(MOD) Wish I could have seen the demo this song was ripped from. Nice and heavy (NIN'ish) and it comes together well.

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.

Forgive And Forget by Vegas
/music/songs/1996/f/forgive.zip
13 Apr 1997 (catalog date)
319,242 bytes
Download FTP scene.org
(IT)

Get On Up, Get On Down by Matt
/music/songs/1996/g/getonup.zip
22 Sep 1996 (catalog date)
247,403 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the mmul division and ranked 01
(XM)

Don't Forget Me by Miss Saigon
/music/songs/1996/m/ms_dfm.zip
01 Oct 1996 (catalog date)
38,166 bytes
Download FTP scene.org
Rating:
(XM)

Allways Together by Meatless of NeDeBo
/music/songs/1996/n/ned_all.zip
20 Apr 1997 (catalog date)
254,225 bytes
Download FTP scene.org
(XM)

Jones Getaway Tune by Oona
/music/songs/1996/o/o-j_gtt.zip
22 Sep 1996 (catalog date)
415,486 bytes
Download FTP scene.org
Rating:
(XM)

Always Together by ray of decay
/music/songs/1997/d/dcy_alto.zip
06 Apr 1997 (catalog date)
138,718 bytes
Download FTP scene.org
(XM)

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

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

Get Smart by Pirate Pete
/music/songs/1997/g/getsmart.zip
30 Sep 1997 (catalog date)
255,978 bytes
Download FTP scene.org
(XM)

Gettin Groovy by Hackman of Image Dreams
/music/songs/1997/g/gettingr.zip
06 Jul 1997 (catalog date)
190,492 bytes
Download FTP scene.org
Released at event TG97 in the mmul division and ranked 21
(MOD)

Get Busy On Em by Ramone of Mono
/music/songs/1997/m/m_get.zip
29 Nov 1997 (catalog date)
384,891 bytes
Download FTP scene.org
(XM)

Get Over Here! by Mr.Sanders of HRg
/music/songs/1997/m/mrs-get.zip
24 Jun 1997 (catalog date)
324,677 bytes
Download FTP scene.org
(IT)

Longetivity by Stote of NOISE new objectives in sound exploration
/music/songs/1997/n/no-longe.zip
10 Nov 1997 (catalog date)
706,972 bytes
Download FTP scene.org
(IT)

Fashion Nugget by A-Move of Amable
/music/songs/1997/n/nugget.zip
02 Jan 1999 (catalog date)
112,234 bytes
Download FTP scene.org
Released at event EVK97 in the mmul division and ranked 01

Fidget by zap of riot
/music/songs/1997/r/rt_fidg.zip
22 Oct 1997 (catalog date)
132,469 bytes
Download FTP scene.org
(S3M)

Noget af en steg by Mystical of Purple
/music/songs/1997/s/steg.zip
09 Feb 1999 (catalog date)
599,366 bytes
Download FTP scene.org
Released at event SE97 in the mmul division and ranked 03

Target Practising by GKV
/music/songs/1997/t/tapr-gkv.zip
02 Aug 1997 (catalog date)
243,551 bytes
Download FTP scene.org
(IT)

Always Together by Maelstrom
/music/songs/1997/t/tb-toget.zip
19 Mar 1997 (catalog date)
173,174 bytes
Download FTP scene.org
(S3M)

I Gettah Good Feelin' by Joegi of Total Eclipse
/music/songs/1997/t/te-getta.zip
25 Sep 1997 (catalog date)
552,495 bytes
Download FTP scene.org
(IT)

Trying To Forget You by Multivac
/music/songs/1997/t/trying.zip
06 Apr 1997 (catalog date)
334,212 bytes
Download FTP scene.org
(IT)

You Dont Get Me by Mole of Radio
/music/songs/1997/u/udontget.zip
30 Dec 1998 (catalog date)
438,315 bytes
Download FTP scene.org
Released at event DML97 in the mmul division and ranked 11

Bangowhammo by Jammax and DJ Vegetable of NoID
/music/songs/1998/b/bango.zip
10 Jun 1998 (catalog date)
411,034 bytes
Download FTP scene.org
(IT)

Come and get me by kuu of black sista
/music/songs/1998/c/come_and.zip
13 Dec 1998 (catalog date)
331,588 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Get With The Groove by Draygen of Miracle, Shadow
/music/songs/1998/d/dy-gwtg.zip
24 Apr 1998 (catalog date)
298,423 bytes
Download FTP scene.org
(IT)

Put Your Hands Together by Will Be
/music/songs/1998/w/wb-pyhtr.zip
25 Apr 1998 (catalog date)
414,879 bytes
Download FTP scene.org
(IT)

Funkygetten X-tal Remix by PsySal of N-Gen
/music/songs/1998/w/wm_xtal.zip
16 May 1998 (catalog date)
1,117,234 bytes
Download FTP scene.org
(IT)

Forget The Past by ???
/tla/songs/1995/mod/0-9/4getpast.zip
16 Sep 1996 (catalog date)
133,324 bytes
Download FTP
Rating:

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

Forgetting Me by Aradia
/tla/songs/1995/s3m/e/epi-frgt.zip
17 Sep 1996 (catalog date)
50,855 bytes
Download FTP
Rating:

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

Get Down Make Love (remix) by Bedlamite
/tla/songs/1995/s3m/n/nin_love.zip
18 Sep 1996 (catalog date)
962,236 bytes
Download FTP
Rating:

Night Song (Crushed Petals) by Vegetablecalm
/tla/songs/1995/s3m/v/vclm-oph.zip
20 Sep 1996 (catalog date)
182,216 bytes
Download FTP
Rating:

Sunrise Experience by Vildauget
/tla/songs/1995/xm/v/vg-sunri.zip
21 Sep 1996 (catalog date)
219,849 bytes
Download FTP
Rating:

Get Ready For This by SoundMaster
/tla/songs/1996/mod/g/get-rx.zip
22 Sep 1996 (catalog date)
133,224 bytes
Download FTP
Rating:

Get Wid It by PowerMike
/tla/songs/1996/s3m/p/pm-getwi.zip
22 Sep 1996 (catalog date)
115,547 bytes
Download FTP
Rating:

Get Wid It by PowerMike
/tla/songs/1996/s3m/p/power3.zip
22 Sep 1996 (catalog date)
115,783 bytes
Download FTP
Rating:

Get Legalized by Psychotron
/tla/songs/1996/s3m/p/psypack4.arj
09 Oct 1996 (catalog date)
68,399 bytes
Download FTP
Rating:

Get the Big Bass by Gabriel Ilardi
/tla/songs/1996/xm/b/bumpers.zip
08 Oct 1996 (catalog date)
231,108 bytes
Download FTP
Rating:

Lets Get Into It by logos
/tla/songs/1996/xm/c/cb-ptrac.arj
22 Sep 1996 (catalog date)
273,574 bytes
Download FTP
Rating:

Don't Forget by Taz
/tla/songs/1996/xm/d/dontforg.arj
01 Jul 1996 (catalog date)
56,787 bytes
Download FTP
Rating: