Search for "goo": 179 matches

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.

3D Matrix Transformations by Voltaire of OTM
/code/3d/docs/otmmatx.zip
18 Jan 1998 (catalog date)
13,676 bytes
Download FTP scene.org
Rating:
Good tutorial on 3D transformations using matricies.

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

3D Engine by Zjack of DCC
/code/3d/systems/dcc_3de.zip
25 Aug 1997 (catalog date)
720,195 bytes
Download FTP scene.org
Rating:
A fast and goodlooking 3d engine. It also includes a .3ds convertor.

3D example by Andrew Harvey
/code/3d/systems/exampl3d.zip
30 Jun 1998 (catalog date)
385,953 bytes
Download FTP scene.org
Rating:
Good looking texturemapped 3d engine, but unfortunately there is no documentation included. Assembler

GFXFX3: Inertia 3d engine by Alex Chalfin and Jeroen Bouwens
/code/3d/systems/gfx3i099.zip
30 Jun 1998 (catalog date)
1,148,321 bytes
Download FTP scene.org
Rating:
Goodlooking 3d engine, with very complete documentation. Unfortunately only the libraries are included, while the actual source is missing. Pascal

Power Render v2.3 by Gooroo
/code/3d/systems/prv2_3.zip
01 Jul 1997 (catalog date)
4,685,199 bytes
Download FTP scene.org
Rating:
A rendering system for 3dfx cards. Requires watcom and WGT5.1+ to compile examples. This is a commercial package.

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.

Powerrender v2.5 by Egerter Software
/code/3d/systems/pwrndr25.zip
17 Jan 1999 (catalog date)
4,315,320 bytes
Download FTP scene.org
Rating:
Pretty good and professional 3d system.

Raw GFX Lib by Ghyll of TGA
/code/3d/systems/tgarx2b1.zip
02 Jul 1997 (catalog date)
34,488 bytes
Download FTP scene.org
Rating:
An elementary graphics system. The functions are very base and it's a good idea for anyone coding graphics engines either to understand how those functions work or to be given higher level functions to work with.

fx 3d kit by Dave Stampe
/code/3d/trifill/flat/fpoly256.zip
10 Jan 1997 (catalog date)
35,175 bytes
Download FTP scene.org
Rating:
A Y mode filler and line routine - Well documented and good comments. Poor asm style when it comes to stack handling. It would be difficult to learn from this code.

OTM Phong by Voltaire of OTM
/code/3d/trifill/phong/otmphong.doc
08 Jun 1997 (catalog date)
23,949 bytes
Download FTP scene.org
Rating:
Good tutorial explaining how to approximate phong shading using a model based on linear interpolation of angles.

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

Fast Affine Texture Mapping II by MRI of Doomsday
/code/3d/trifill/texmap/fatmap2.zip
30 Jun 1998 (catalog date)
55,809 bytes
Download FTP scene.org
Rating:
A good tutorial about accurate texture mapping. This version uses convex polygons instead of triangles to make clipping easier. Text, C

Triscan by Andrew Harvey
/code/3d/trifill/texmap/triscan.zip
19 Jan 1998 (catalog date)
11,472 bytes
Download FTP scene.org
Rating:
Some triangle fillers. Doesn't assemble as is. Uses lots of assembler macros, which is good for style and helps portability, but kills readability for people not familiar with the code.

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.

DSIK by Carlos Hassan
/code/audio/players/dsikdemo.zip
10 Jan 1997 (catalog date)
52,964 bytes
Download FTP scene.org
Rating:
DSIK music player library - A reasonably good music playing library.

GTSR by CyberStrike of Renaissance
/code/audio/players/gsrc211.zip
10 Jan 1997 (catalog date)
70,125 bytes
Download FTP scene.org
Rating:
A TSR mod player for GUS - Good code, but lack of documentation makes it difficult to figure out what's going on.

Aplib V0.12b by Jibz
/code/compress/aplib012.zip
04 May 1998 (catalog date)
57,733 bytes
Download FTP scene.org
Compression library based on aPACK. Good compression ratios and fast decompression. Very easy to use. Supports 32bit Watcom and DJGPP.

LZ asm sources by Tom Pfau
/code/compress/lz_asm.zip
19 Oct 1996 (catalog date)
9,566 bytes
Download FTP scene.org
Rating:
lz compression/decompression, good for a .gif viewer, macro library

Underworld BBS by Dake of Devotion
/code/demosrc/bbsintro/dk_uwsrc.zip
26 Jan 1998 (catalog date)
17,240 bytes
Download FTP scene.org
Rating:
Simple BBS addy. Not very impressive but has good commenting. Helpful for those learning assembler.

Micaco BBS ad source by Chc
/code/demosrc/bbsintro/micsrc41.zip
10 Jan 1997 (catalog date)
190,207 bytes
Download FTP scene.org
Rating:
Source for a BBS ad with an environment mapped object - It's all asm source, but you need Watcom to compile it. Comes with an extra ASC file format converter. All comments are in Spanish though there's a (shorter) Enlish readme file. Knowing Spanish is very useful for these sources as the comments are good.

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.

Amnesia Vector source by Tran of Renaissance
/code/demosrc/demos/as.zip
10 Jan 1997 (catalog date)
7,047 bytes
Download FTP scene.org
Rating:
The sources for the temple vector part of Amnesia - Sparce comments. Tight code, but probably only understandable by those who have written atleast a simple vector system and familiar with pmode. Certainly good code, but I question its usefulness to those who read it.

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.

Hell source by Tran
/code/demosrc/demos/hellsrc.zip
10 Jan 1997 (catalog date)
62,331 bytes
Download FTP scene.org
Rating:
Source for Tran's demo Hell - Like most of Tran's released source, it makes a good example, but is difficult for people to read unless you've already done something similarly complex.

Phro source by Phred of OTM
/code/demosrc/demos/phro.zip
10 Jan 1997 (catalog date)
294,474 bytes
Download FTP scene.org
Rating:
Source for a demo with texture mapping, space cut, motion blur, a tunnel, and texture warping - All pascal with inline assembler. Good source, but no comments.

Birthday source by Sliq
/code/demosrc/intros/birthsrc.zip
10 Jan 1997 (catalog date)
25,025 bytes
Download FTP scene.org
Rating:
Sources for an intro with simple 3d - Comments for the proceedures, easy to read source. Shows influences from Mental Surgery, mainly in the interupt handling. Old sources (1993), but otherwise good.

bits'93 source by David Hedley
/code/demosrc/intros/bits93.zip
10 Jan 1997 (catalog date)
34,416 bytes
Download FTP scene.org
Rating:
Sources for an intro with a bouncing lens and a sinus scroller - Few comments. Shows influences from Mental Surgery, mainly in the interrupt routines. Old sources (1993), good timing of effects.

Chaos 4k intro source by Codex
/code/demosrc/intros/chaos4k1.zip
10 Jan 1997 (catalog date)
14,345 bytes
Download FTP scene.org
Rating:
Sources for a 4k intro with static, sinus scrollie, vector cube, and some other stuff - No comments or description. Rather non-standard C at that, but I wonder how else a 4k intro would be made in C. Good for the curious.

Hooray by Neon of Spetsnaz
/code/demosrc/intros/hooray.zip
19 Jan 1998 (catalog date)
31,077 bytes
Download FTP scene.org
Rating:
Hooray 4-k intro (raytracing). Good code style for assembler, well commented functions, poorly commented math.

Injection music disk source by Orthodox of Red Power
/code/demosrc/musdisks/rpinjsrf.zip
10 Jan 1997 (catalog date)
193,146 bytes
Download FTP scene.org
Rating:
Source for a music disk with a midas interface. - The version of midas used with this music disk is included. Rather simple code for anyone wanting to use a good music play from within Pascal.

Assembler Laboratory V1.3 Beta 1 by Kurt Groenbech a.k.a. Rib of Talent, Xenon
/code/editors/alab13b1.zip
24 Aug 1998 (catalog date)
322,386 bytes
Download FTP scene.org
A very good assembler and Watcom C IDE with a lot of very useful features.

Assembler Laboratory v1.2 by Kurt Inge Groenbech
/code/editors/alabv12.zip
26 Feb 1998 (catalog date)
185,153 bytes
Download FTP scene.org
Rating:
A very good development environment that includes a very good editor with syntax highlighting.

Multi-Sprites Editor v5.5 by BPC
/code/editors/bpc-se55.zip
26 Feb 1998 (catalog date)
98,673 bytes
Download FTP scene.org
Rating:
A very good sprite editor with a nice windows-like user interface.

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

WGT Graphics Tut #5 by Gooroo
/code/effects/morph/wgttut5.zip
10 Jan 1997 (catalog date)
224,120 bytes
Download FTP scene.org
Rating:
Morphing - Gooroo describes the ideas and code behind morphing in alot of detail.

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

JCL Plasma by Jeremy Longley
/code/effects/plasma/jclplasm.zip
10 Jan 1997 (catalog date)
88,979 bytes
Download FTP scene.org
Rating:
A nice plasma example - Pregenerates the plasma maps. Looks good.

Alias by Minimalist
/code/effects/rotozoom/alias.zip
25 Aug 1997 (catalog date)
164,287 bytes
Download FTP scene.org
Rating:
Scaling, rotating, anti-aliasing. There's a turboC, WatcomC, and Pascal version of this program all included. Admittedly, he cheats the palette on anti-aliasing (as shown by using most any non-grayscale image), the programming is good nonetheless.

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

shadebobs by NutCracker
/code/effects/shadebob/shadebob.zip
11 Jan 1997 (catalog date)
6,468 bytes
Download FTP scene.org
Rating:
Source for some shadebobs - No docs, no comments. Looks good. (the exe, that is)

Sprite Editor by Solar Designer of BPC
/code/effects/sprites/bpc-ms6.zip
26 Jun 1997 (catalog date)
103,086 bytes
Download FTP scene.org
Rating:
Very good sprite editor with a windows-like user interface, multiple video modes, pcx and bmp support and all the usual editing tools.

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.

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

PixPack
/code/effects/various/pixpack.zip
05 Oct 1996 (catalog date)
1,075,409 bytes
Download FTP scene.org
Rating:
Demo Effects Source Code Collection - random stuffs, few good things

Vector Ball 2 by Tumblin
/code/effects/vectball/vectbal2.zip
10 Jan 1997 (catalog date)
190,261 bytes
Download FTP scene.org
Rating:
Some vector ball examples and utilities - Not bad, but simple. Shows some good code design strategies.

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

SoundBlaster Routines by Jeff Bird
/code/hardware/audio/sbf3.zip
21 Jan 1998 (catalog date)
87,954 bytes
Download FTP scene.org
Rating:
A good collection of sources and documents.

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.

Dos extender by Supernar Systems Intl.
/code/hardware/pmode/dos32a_5.zip
30 Jun 1998 (catalog date)
606,774 bytes
Download FTP scene.org
Rating:
Very good dos extender, also extends the most popular mouse and vesa functions.

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.

MOD v1.0 by Dake of Devotion
/code/hardware/video/dk-mod10.zip
26 Jan 1998 (catalog date)
5,010 bytes
Download FTP scene.org
Rating:
Source to change to different text modes. More complex than necessary. Good commenting.

Multipage VGA Library by Lin Ke-Fong
/code/library/mpvga10.zip
01 Dec 1997 (catalog date)
84,061 bytes
Download FTP scene.org
Rating:
VGA library by Lin Ke-Fong. Very good tweaked vga library. It automaticaly detects the vga card to offer as much functionality as possible instead of using the standard vga settings only like most libraries do.

XMode Library
/code/library/xlib61.zip
01 Dec 1997 (catalog date)
786,630 bytes
Download FTP scene.org
Rating:
A very good graphics library that contains everything you need when working in XMode.

ASM Tutorial Part 3 by Draeden of VLA
/code/tutors/asm/asmvla01.zip
18 Jan 1998 (catalog date)
10,780 bytes
Download FTP scene.org
Rating:
Explains a few of the dos interrupts. Might be handy if you are a beginner, but what you really need is a good interrupt list.

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.

3DS converter by MRI of Doomsday
/code/utils/3d/3dsco20.zip
25 Aug 1997 (catalog date)
14,233 bytes
Download FTP scene.org
Rating:
Reads a 3ds file and outputs an easier to read format. Good utility with full source for reading .3DS files. It's easily tweakable (with a #define) to read from a file or memory and not that difficult to tweak for your own 3d structures. It's also done well enough that adding support for more features of the .3ds format should not be that difficult from a coding standpoint. Specs are admittedly hard to find.

Boot by ? of Ooze
/code/utils/boot/0l_boot.zip
25 Aug 1997 (catalog date)
81,135 bytes
Download FTP scene.org
Rating:
Reboots & boot sector util. A utility that'll reboot your computer (which isn't terribly useful) and to read/write boot sectors. It's a good, hard to find utility for someone just poking into that sort of stuff.

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.

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.

Fontedit 1.00b by Post Mortem
/code/utils/fonts/fed.zip
26 Feb 1998 (catalog date)
51,508 bytes
Download FTP scene.org
Rating:
Very good vga font editor.

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)

30 Demo by Noice
/demos/1993/0-9/30_demo.zip
29 Jun 1996 (catalog date)
40,554 bytes
Download FTP scene.org
Rating:
Demo contains rotating cube (so obvious), low-zoom plasma (so good, because you cannot see plasma in any other demo this way - always there is a high zoom (because looks better :-), then a dot-ball (also obvious), and end-scroller (thats all???? yes....)

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.

4 Kings by Orange
/demos/1994/0-9/4kings.zip
29 Jun 1996 (catalog date)
57,584 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 10
A nice, unique look to this demo sets it apart from others. Lots of mathematical based code. Opens up with four grahpics in the corners and a bouncing pixel that opens up to the title. Good design doesn't stay with any one routine for too long.

The Good, The Bad, The Ugly by Surprise Productions
/demos/1994/g/gbu_sp.zip
29 Jun 1996 (catalog date)
559,803 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 02

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:

YumYumGoodYumBurb by Hirmu
/demos/1995/h/hrm_yumm.zip
30 Jun 1996 (catalog date)
153,138 bytes
Download FTP scene.org
Rating:

Dragon v1.1 by GooRoo
/demos/1996/d/dragon11.zip
30 Jun 1996 (catalog date)
1,298,898 bytes
Download FTP scene.org
Rating:

Goo by Mooze
/demos/1996/g/goo.zip
11 Jan 1997 (catalog date)
800,403 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the demo division and ranked 07

I Feel Good by Tranze
/demos/1997/f/feelgood.zip
23 Jul 1997 (catalog date)
657,221 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the demo division and ranked XX
,,GUS/SB/PAS,

Goose by Byteam
/demos/1997/g/goose.zip
23 Mar 1997 (catalog date)
11,745 bytes
Download FTP scene.org
Rating:
Released at event SNS97 in the in4k division and ranked 06
,,,

Goodpipe by Pixie
/graphics/images/1994/g/goodpipe.zip
04 Jul 1996 (catalog date)
43,177 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 07

Kiss Eden Goodbye by Morbid
/graphics/images/1996/b/bye_eden.zip
02 Sep 1996 (catalog date)
180,814 bytes
Download FTP scene.org
Rating:
Released at event TS96 in the grfx division and ranked 03

Eternity by Beast of Astroidea, Kangooroo
/graphics/images/1998/a/ai_etern.zip
16 Jun 1998 (catalog date)
94,684 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grfx division and ranked 03
640x256x256

The Blue Lagoon by Quarex
/music/contests/mc2/veteran/v-lagoon.zip
09 Nov 1996 (catalog date)
151,683 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V28

Spirit by GooRoo
/music/contests/mc4/veteran/m4v-spir.zip
10 Nov 1996 (catalog date)
209,710 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Blow Up The World! by Pingood
/music/contests/mc5/rookie/m5r-blow.zip
29 Aug 1997 (catalog date)
420,602 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Water Is Good by Echo of Fudge
/music/contests/mc5/rookie/m5r-waig.zip
29 Aug 1997 (catalog date)
102,626 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Photosynthesis by Gooroo of KFMF
/music/contests/mc5/veteran/m5v-phot.zip
29 Aug 1997 (catalog date)
280,664 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Secluded Lagoon by Zaigamor of Solo, Disc
/music/contests/mc5/veteran/m5v-secl.zip
29 Aug 1997 (catalog date)
313,685 bytes
Download FTP scene.org
Released at event MC5 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

Sweet Kiss Goodnight by PanDuh
/music/contests/mc6/rookie/m6r-kiss.zip
28 Mar 1999 (catalog date)
298,119 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Goodbye Vanessa by Dextrose
/music/contests/mc6/veteran/m6v-gbv.zip
28 Mar 1999 (catalog date)
638,643 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Code Break by GooRoo
/music/disks/1995/codebrk.zip
26 Jul 1996 (catalog date)
1,379,017 bytes
Download FTP scene.org
Rating:

Deceased Ambition (XM Pack) by Vincent Voois
/music/disks/1996/daxmpck.zip
22 Jan 1997 (catalog date)
5,063,281 bytes
Download FTP scene.org
Rating:
At 5 megs, you might not want to download this. Trust me, you do. There are a couple totally kick ass tunes in here... this guy is good.

Emissions 1 by Ethos 9
/music/disks/1996/et9-emsn.zip
01 Feb 1997 (catalog date)
372,915 bytes
Download FTP scene.org
Rating:
Collection of about 40 chip songs... some good some bad.

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

Explorer by GooRoo
/music/disks/1996/k_explor.zip
15 Sep 1996 (catalog date)
2,152,890 bytes
Download FTP scene.org
Rating:

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.

Ancient Tracks by Tangerine of T-Rex
/music/disks/1996/tan-ant.zip
23 Jan 1997 (catalog date)
2,023,579 bytes
Download FTP scene.org
Rating:
This guy is consistenly good and even samples some of his own stuff (a lost art). This pack was released in 1996 but contains his tunes from 1995. I wish I knew what he was doing these days.

Traxism Compo #7
/music/disks/1996/tr07_vot.zip
23 Jan 1997 (catalog date)
185,409 bytes
Download FTP scene.org
Rating:
A few good songs, a few bad ones.

A Death Metal Musicdisk by sir keisari samael macb of goose
/music/disks/1997/g-death.zip
21 Aug 1997 (catalog date)
2,191,052 bytes
Download FTP scene.org

A Hcpunk Compilation by Samael of piru goose
/music/disks/1997/hap-hc.zip
13 Apr 1997 (catalog date)
2,461,941 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.

Blackmetal Trilogy by Samael of goose piru
/music/disks/1997/sml-bmtr.zip
21 Aug 1997 (catalog date)
2,398,170 bytes
Download FTP scene.org

Debut by SML of VSL
/music/disks/1997/v-debut.zip
01 Feb 1997 (catalog date)
2,647,372 bytes
Download FTP scene.org
Rating:
Songs were a bit large (3 were 2 megs each). However, they were pretty good.

Exotica by dj zip, drzachary, ragOOn, scheme, el blanco of kombo
/music/disks/1998/exotica.zip
03 Mar 1998 (catalog date)
2,942,021 bytes
Download FTP scene.org

Convert v1.3B
/music/programs/convert/convrt14.zip
09 Sep 1996 (catalog date)
117,789 bytes
Download FTP scene.org
Good converter 4 many sound/music formats

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.

Universal Module Player 32 V0.39a by Terry Chatman of none
/music/programs/players/u32-039a.zip
15 Jun 1998 (catalog date)
95,572 bytes
Download FTP scene.org
A pretty damn good module player with no quirks. Easy to setup & use. Supports loading of multiple modules, MOD/S3M/XM, Sound Blaster Series, Pro Audio Spectrum Series, & Microsoft Sound System sound cards and compatibles. Download this today

Nut Chords 1.1 by Nutcase of Kinetic PC
/music/programs/unusual/nutcho11.zip
05 May 1997 (catalog date)
79,630 bytes
Download FTP scene.org
Excellent chord-finder for musicians and composers. This chord-finder can find all variations of any chords in any tuning possible. You can add more weird chords if you want. Program is based on logics and can really show all variations where to pick up a chord with guitar. Program works on PC/DOS/VGA machines. Featuring: fretboard and keyboard view, mouse and shortkey controls, searching for chords, pick up chords and keys from lists, converting chords between piano and guitar. Perfect tool for all serious composers, trackers as well. TRY IT, it's good. Thanks.

Vibe Control Center V1.01 by Logos of Charlie Brown Records
/music/programs/unusual/vibe101.zip
06 Jun 1997 (catalog date)
618,214 bytes
Download FTP scene.org
Vibe Control Center is a program which enlightens the work of the (music-)group manager. VCC has a powerful (paradox-based) database in which all the group- data can be entered. With this information VCC can easily print fancy text-files in the format you have designed with the powerful (html-alike) text-structuring language. VCC can also pack your releases or disks with the push of a button, WITH the info-files that carry the latest of your group its information. No more endlessly preparing an info-file for a musicdisk or release, just push that button. By downloading Vibe, you have earned a good night sleep, Logos

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus3.zip
10 Sep 1996 (catalog date)
746,435 bytes
Download FTP scene.org
This is the third of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. Whereas the first and second collections (proteus1.zip and proteus2.zip) were a collection of melodic as well as percussion samples at 22kHz/16 bits, this one is percussion only at 44.1kHz/16 bits. Based on some good feedback (thanks Jester :-) I kept all samples very basic (no combos or riffs) for maximum usefulness. The quality is also better due to the fact that the sampling was done locally on the multisound as opposed to using a seperate PC. This has yielded some very quiet and crisp samples compared to the first sets of samples. Although the samples are in .wav format, they can be ported to .smp or almost any other using a program such as Goldwave. All samples are 44.1kHz, 16 bit and were created by playing different percussion notes on the multisound, and capturing them live to RAM and then to disk. Post editing was done to optimize gain and remove the dead space.

Soundwave's Sample Collection, Waldorf Pulse by Soundwave
/music/samples/s16pulse.zip
13 Oct 1997 (catalog date)
23,581,833 bytes
Download FTP scene.org
Samples of the Waldorf Pulse bass synthesizer, 44.1kHz 16 bit, 8 packs. The Waldorf Pulse is a classy, 3-VCO analog bass synthesizer with some nice acid-tweaking knobs if done right. It can do great Minimoog sounds, screeching leads, and more. Some are homemade, some are not, some are factory patches. Most are multisampled for that analog feel if you split up the waveform. Lots of bass sounds - that's what the Pulse is good for.

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.

Lenni Goes Goovy by Breeze
/music/songs/1994/lenni.zip
15 Sep 1996 (catalog date)
255,102 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked 12
(S3M)

Goodbye To A Good Thing by Blackwolf
/music/songs/1995/d/d-gtagt.zip
17 Sep 1996 (catalog date)
163,791 bytes
Download FTP scene.org
Rating:
(S3M)

Deep Butterfly by Yolk
/music/songs/1995/d/deepbfly.zip
01 Feb 1997 (catalog date)
224,359 bytes
Download FTP scene.org
Rating:
(MOD) Got a good beat... not so sure about the rest.

Psilocybin-Edit by Yolk, Legend
/music/songs/1995/d/dpsm-mus.zip
01 Feb 1997 (catalog date)
397,548 bytes
Download FTP scene.org
Rating:
(MOD) Origially from the Amiga demo "Deep Psilocybin Mix" which came in first at Scenario '95. Very scatch hard but good.

Gooftechno by Undertaker of Halogen Dreams
/music/songs/1995/h/hd-gftec.zip
18 Sep 1996 (catalog date)
205,273 bytes
Download FTP scene.org
Rating:
(S3M)

Catch Me If You Can by GooRoo
/music/songs/1995/k/k_catch.zip
18 Sep 1996 (catalog date)
193,675 bytes
Download FTP scene.org
Rating:
(S3M)

The Shake by GooRoo
/music/songs/1995/k/k_shake.zip
18 Sep 1996 (catalog date)
168,303 bytes
Download FTP scene.org
Rating:
(S3M)

Long Kiss Good Night Two Adrenalin Remix by Almighty One
/music/songs/1996/a/a1_nit2r.zip
24 Jun 1997 (catalog date)
662,717 bytes
Download FTP scene.org
Rating:
(IT)

The Long Kiss Goodnite Part One by Almighty One
/music/songs/1996/a/a1_nite1.zip
28 Apr 1997 (catalog date)
559,335 bytes
Download FTP scene.org
Rating:
(IT)

The Long Kiss Good Night Part Two by Almighty One
/music/songs/1996/a/a1_nite2.zip
12 Jun 1997 (catalog date)
717,226 bytes
Download FTP scene.org
Rating:
(IT)

Goodbye To A Good Thing (Reprise) by Blackwolf
/music/songs/1996/b/bw-gtagt.zip
22 Sep 1996 (catalog date)
125,765 bytes
Download FTP scene.org
Rating:
(S3M)

Cannonball Guige by KraZy GoOse
/music/songs/1996/c/cannonbg.zip
22 May 1997 (catalog date)
135,546 bytes
Download FTP scene.org
Rating:
(XM)

Good Day 0.7b by Codeblaster of The Lost Patrol
/music/songs/1996/c/cb-goodd.zip
25 Oct 1997 (catalog date)
183,255 bytes
Download FTP scene.org
Rating:
(S3M)

Genetic Modulation by Chris Helfrich
/music/songs/1996/c/ch-good.zip
09 Apr 1997 (catalog date)
186,369 bytes
Download FTP scene.org
Rating:
(XM)

Dungeon Xplorers 2 by KraZy GoOse
/music/songs/1996/d/dungeon2.zip
22 May 1997 (catalog date)
193,635 bytes
Download FTP scene.org
(XM)

Dungeon Xplorers by KraZy GoOse
/music/songs/1996/d/dungeonx.zip
22 May 1997 (catalog date)
92,302 bytes
Download FTP scene.org
(XM)

Hi Breeze by Calvin of Proxima
/music/songs/1996/j/jegkanju.zip
24 Jan 1997 (catalog date)
100,964 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the mmul division and ranked ??
(XM) Heavy bass, good beat

Krazyness For Piano by KraZy GoOse
/music/songs/1996/k/krazypno.zip
22 May 1997 (catalog date)
85,557 bytes
Download FTP scene.org
(XM)

Adagio by KraZy GoOse
/music/songs/1996/k/kzadagio.zip
22 May 1997 (catalog date)
167,512 bytes
Download FTP scene.org
(XM)

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)

Sphere by Pieter van der veen
/music/songs/1996/p/pv-spher.zip
11 Feb 1997 (catalog date)
183,469 bytes
Download FTP scene.org
Rating:
(XM) fast techno, good instruments

The Long Kiss Good Night Part 3 by Autolycus
/music/songs/1997/a/a1_nite3.zip
24 Aug 1997 (catalog date)
680,720 bytes
Download FTP scene.org
(IT)

Up To No Good Mix by Dynamite of The Lost Patrol
/music/songs/1997/d/dn-utngm.zip
31 Aug 1997 (catalog date)
137,954 bytes
Download FTP scene.org
(S3M)

Good Day by Euphy Scott
/music/songs/1997/e/es_gday.zip
06 Jun 1997 (catalog date)
224,329 bytes
Download FTP scene.org
(XM)

Hurts So Good by Sangreal
/music/songs/1997/h/hurts.zip
04 Dec 1997 (catalog date)
235,343 bytes
Download FTP scene.org
(IT)

Good by Jay Dee
/music/songs/1997/j/jd-good.zip
17 Oct 1997 (catalog date)
690,945 bytes
Download FTP scene.org
(XM)

Ocean by ragOOn of Kombo
/music/songs/1997/k/km_ocean.zip
14 Jan 1998 (catalog date)
515,016 bytes
Download FTP scene.org
(XM)

Atheism by PinGood of MultiSync Productions
/music/songs/1997/m/m_athm.zip
13 Sep 1997 (catalog date)
507,546 bytes
Download FTP scene.org
(IT)

Blind by PinGood of MultiSync Productions
/music/songs/1997/m/m_blnd.zip
30 Sep 1997 (catalog date)
733,876 bytes
Download FTP scene.org
(IT)

The Chemist by PinGood of MultiSync Productions
/music/songs/1997/m/m_chm.zip
10 Sep 1997 (catalog date)
261,953 bytes
Download FTP scene.org
(IT)

Visions by Ploffer
/music/songs/1997/p/ploff_vi.zip
11 Feb 1997 (catalog date)
396,207 bytes
Download FTP scene.org
Rating:
(XM) very good fast dance tune

Punertavan Illan Koitto by Samael of goose
/music/songs/1997/p/punailta.zip
21 Aug 1997 (catalog date)
566,115 bytes
Download FTP scene.org
(IT)

Goon by sunrise of Synthetic Minds
/music/songs/1997/s/s_goon.zip
09 Jul 1997 (catalog date)
279,798 bytes
Download FTP scene.org
(XM)

Under The Aegis Of Nightbearing Empyrean by Samael of piru goose
/music/songs/1997/s/sml-aegs.zip
07 Apr 1997 (catalog date)
599,284 bytes
Download FTP scene.org
(IT)

Red Burning Flowers by Samael of piru goose
/music/songs/1997/s/sml-burn.zip
07 Apr 1997 (catalog date)
425,614 bytes
Download FTP scene.org
(S3M)

Bolch by Goose of Society Of Sound
/music/songs/1997/s/sos_blch.zip
24 Sep 1997 (catalog date)
101,893 bytes
Download FTP scene.org
(IT)

No Fear by Goose of Society Of Sound
/music/songs/1997/s/sos_nofr.zip
09 Oct 1997 (catalog date)
362,340 bytes
Download FTP scene.org
(IT)

Spectral Memories by KraZy GoOse
/music/songs/1997/s/spectral.zip
22 May 1997 (catalog date)
141,935 bytes
Download FTP scene.org
(XM)

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)

Aqualogic Chill by dj zip, ragOOn of kombo
/music/songs/1998/a/aqualog.zip
05 Apr 1998 (catalog date)
486,866 bytes
Download FTP scene.org
Rating:
(XM)

Arrid Adventure by Goose of Danger High Voltage Records
/music/songs/1998/d/dhv_aad.zip
10 Jul 1998 (catalog date)
399,245 bytes
Download FTP scene.org
(IT)

Beat Rush by Goose of DHV Records
/music/songs/1998/d/dhv_btr.zip
10 May 1998 (catalog date)
630,677 bytes
Download FTP scene.org
(IT)

Freak Out by Goose of Danger High Voltage Records
/music/songs/1998/d/dhv_fro.zip
31 Aug 1998 (catalog date)
619,368 bytes
Download FTP scene.org
(IT)

Good Lovin by ChimpZ of DHV
/music/songs/1998/d/dhv_glv.zip
07 May 1998 (catalog date)
307,093 bytes
Download FTP scene.org
(XM)

Refined by Goose of Danger High Voltage Records
/music/songs/1998/d/dhv_ref.zip
01 Sep 1998 (catalog date)
847,142 bytes
Download FTP scene.org
(IT)

Transition by Goose of Danger High Voltage Records
/music/songs/1998/d/dhv_trn.zip
12 Jul 1998 (catalog date)
747,162 bytes
Download FTP scene.org
(IT)

Goodbye Past by L-Wizard of Peelot
/music/songs/1998/g/goodbye_.zip
13 Dec 1998 (catalog date)
174,615 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Project Dance by dj zip, ragOOn of kombo
/music/songs/1998/k/km_proj.zip
04 Feb 1998 (catalog date)
448,101 bytes
Download FTP scene.org
(XM)

United Mellow by ragOOn of kombo
/music/songs/1998/k/km_unitd.zip
03 Feb 1998 (catalog date)
690,060 bytes
Download FTP scene.org
(XM)

Good Night, Satan by tb of Mah Music
/music/songs/1998/m/mah016.zip
24 May 1998 (catalog date)
466,409 bytes
Download FTP scene.org
(XM)

Good.cop by p.b.
/music/songs/1998/p/pb_03_98.zip
03 Feb 1998 (catalog date)
978,729 bytes
Download FTP scene.org
(XM)

The Simpsons Theme by Cosmic Eclipse
/music/songs/1998/s/simpsons.zip
23 Mar 1998 (catalog date)
247,375 bytes
Download FTP scene.org
Rating:
A fairly good cover of the Simpsons Theme by Danny Elfman. Parts of the scores from Pee Wee's Big Adventure and Batman are added as bonus patterns. (XM)

Goodlife by Treks of WP
/music/songs/1998/t/tr_glife.zip
01 Jul 1998 (catalog date)
189,551 bytes
Download FTP scene.org
(IT)

Goodlife by Treks of WP
/music/songs/1998/t/tr_speed.zip
31 Jul 1998 (catalog date)
370,560 bytes
Download FTP scene.org
(IT)

Goodbye by Ecarius DESTRUX of XofX
/music/songs/1998/x/xx_goodb.zip
22 Mar 1998 (catalog date)
386,606 bytes
Download FTP scene.org
(IT)

Carrying To Hyper Power by Yello73 of Medieval
/music/songs/1998/y/yl_hyper.zip
25 Mar 1998 (catalog date)
237,601 bytes
Download FTP scene.org
Rating:
A decent electronica track. Good use of tracker commands. Good samples. (IT)

Devined by Ragoon
/music/songs/1998/d/devined.zip
04 Jul 2003 (catalog date)
616,698 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the mmul division and ranked 14
(XM)

Back To The 70's by Ragoon
/music/songs/1998/0-9/70.zip
04 Jul 2003 (catalog date)
443,673 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the m4ch division and ranked 04
(MOD)

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:

No Good by Tangerine
/tla/songs/1995/mod/t/tan-nogd.zip
16 Sep 1996 (catalog date)
747,820 bytes
Download FTP
Rating:

Goodbye scene by Jan Claes
/tla/songs/1995/s3m/g/goodbye.zip
17 Sep 1996 (catalog date)
244,141 bytes
Download FTP
Rating:
Released at event X95

Good Pig Boy by Black Thunder
/tla/songs/1995/s3m/p/pig.zip
19 Sep 1996 (catalog date)
45,040 bytes
Download FTP
Rating:

Goophie by Zinc
/tla/songs/1995/s3m/z/znc-wack.zip
20 Sep 1996 (catalog date)
92,711 bytes
Download FTP
Rating:

Go On At by Improve
/tla/songs/1995/xm/g/goonat.zip
21 Sep 1996 (catalog date)
104,263 bytes
Download FTP
Rating:
Released at event TP95 in the mmul division and ranked XX

All Good Things End by Noble Roman
/tla/songs/1996/s3m/d/d_allend.zip
22 Sep 1996 (catalog date)
80,405 bytes
Download FTP
Rating:

Living Proof by GooRoo
/tla/songs/1996/s3m/k/k_lproof.zip
22 Sep 1996 (catalog date)
194,320 bytes
Download FTP
Rating:

Go On Now by Diwic
/tla/songs/1996/xm/g/goonnow.zip
22 Sep 1996 (catalog date)
53,944 bytes
Download FTP
Rating:

No Good by Exxon
/tla/songs/1996/xm/n/nogrmx.zip
22 Sep 1996 (catalog date)
164,632 bytes
Download FTP
Rating:

Kiss Two Bucks Goodbye by Spurious
/tla/songs/1996/xm/s/sp-kiss2.zip
17 Nov 1996 (catalog date)
218,580 bytes
Download FTP
Rating: