|
|
|
|
|
|
|
|
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.
|
|
|
Black Ice source by Sinbad /code/demosrc/bbsintro/blacdemo.zip
| 10 Jan 1997 (catalog date)
432,910 bytes
| Download FTP scene.org
| Rating:
| Sources for a large BBS intro with a scrollie, fire, and a zoomer - Comments for the effects, recompiles easily. Shows influences from Mental Surgery, mainly in the sound code. Old effects, but recent code.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
42 Source by Maniac of LBA /code/demosrc/bbsintro/lba42src.zip
| 26 Jun 1997 (catalog date)
10,213 bytes
| Download FTP scene.org
| Rating:
| BBS ad with a scroller and a lighting-esque effect. Both an asm and Pascal version compile, though the pascal version looks like nothing more than a rewrite of the asm code in Pascal's inline syntax. Few comments.
|
|
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.
|
|
Power Grid loader source by Friar Tuck of Ice /code/demosrc/bbsintro/pgloader.zip
| 10 Jan 1997 (catalog date)
80,967 bytes
| Download FTP scene.org
| Rating:
| Source for a BBS loader with a text writer, music, and a lens - Has the adlib player from fcsp2src.zip. No comments. The lens is nice as the equations used make it look like a crystal ball.
|
|
Squid source by tlc, The Doctor /code/demosrc/bbsintro/sqd1_src.zip
| 10 Jan 1997 (catalog date)
21,591 bytes
| Download FTP scene.org
| Rating:
| Source for a BBS loader with copper bars, a scrollie, altered text characters, and an adlib player - Copious comments and tight source. They even do checks for the proper equipment, i.e. VGA and a 386. Comes with docs on programming the adlib and SB fm chips. Comments are in Portuguese.
|
|
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.
|
|
|
Boardz source by Vulture /code/demosrc/bbsintro/vga-vul1.zip
| 10 Jan 1997 (catalog date)
11,913 bytes
| Download FTP scene.org
| Rating:
| Source for a BBS loader with a star field and scrollie - I never thought I'd give this high a rating for source to a BBS loader, but I figure there's got to be some way for people to know what to look for. The source is beautiful and there are more comments than there are lines of source! *Perfect* for the beginner, though not a tutorial.
|
|
ACiDween loader by Wonder Monkey of Acid /code/demosrc/bbsintro/wm-h_src.zip
| 10 Jan 1997 (catalog date)
76,513 bytes
| Download FTP scene.org
| Rating:
| Source for a halloween BBS loader - So-So source. Scarey warnings about ripping. But I'm sure I'll want this guy's routine for masking off bits. I suppose he thinks SHR AL, 3: SHL AL, 3 is faster than AND AL, 11111000b.
|
|
|
Fake demo source by Pelusa /code/demosrc/demos/fakedemo.zip
| 10 Jan 1997 (catalog date)
335,424 bytes
| Download FTP scene.org
| Rating:
| Sources for a demo with a sinus waver, wormhole, rotating landscape, fire, scrollie, shadebobs, lens, mandelbrot set zoomer - Comments for proceedures, many parts, lots to look over. Clean code too. (old cheesy necros music. :)
|
|
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.
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
Starz V1.0 by VuLgAr UnIcOrN /code/effects/stars/starz10.zip
| 03 Jun 1998 (catalog date)
154,676 bytes
| Download FTP scene.org
| | This is a 2D side scrolling stars demo. There are multiple star speeds / sizes / colors. There are also lots of options like directions and color changing. It is written using C++ in the MS VC++5.0/MFC environment.
|
|
|
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.
|
|
|
AWE-DIP-01-ENG by Creative Labs engineers /code/hardware/audio/adip.zip
| 10 Jan 1997 (catalog date)
708,753 bytes
| Download FTP scene.org
| Rating:
| Examples and API for using the AWE32 - And people wonder why there's not much SB support. The information in the packet is contorted. I could go on this for days. Comments like /* main - here's where the fun begins */ are misleading. The fun actually began several hundred lines ago (starting at line 134). It's late. I'm not exactly bored, but this bit of code is frustrating. I wonder why CL even bothered. There are no technical docs of any sort and the code that is here *REEKS* of bad style. For extra frustration, I unzipped the file which had a self extracting .exe in it, which gave me 4 zips which when each extracted with the -d option finally gives me the SDK. Kneebiter - at 1:30 in the morning. Need more tea...
|
|
|
|
|
FreePack DOS extender by Narech Koumar of Supernar Systems Intl. /code/hardware/pmode/dos32a.zip
| 25 Aug 1997 (catalog date)
520,938 bytes
| Download FTP scene.org
| Rating:
| Another DOS extender option. I didn't test this for usefulness. I doesn't look any more difficult to learn to use than Adam Seychell's (sp?) Dos32 or Thomas Pytel/Charles Scheffold's Pmode/w. How well it functions is another story. Full documentation available. Comes with a tetris clone presumeably made using the extender. No source.
|
|
|
|
|
|
|
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.
|
|
|
|
The Mag by Spellcaster /code/mags/mag11.zip
| 01 Jul 1997 (catalog date)
95,422 bytes
| Download FTP scene.org
| Rating:
| A serial coding magazine. Sorting, matrix algebra, geometric transformations, more complex 3d, still adding to that game. (This magazine has come a long way since issue one and is entirely progressive.)
|
|
|
|
|
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. :)
|
|
|
|
|
|
|
WIN95 And Demos Starter by Cute Elf /code/windows/ce-win95.zip
| 19 Jan 1998 (catalog date)
18,929 bytes
| Download FTP scene.org
| Rating:
| Library for using DirectDraw for making demo effects. Use Winzip to decompress archive because of the long file names. If using DirectX 5, you have to change two lines in DirectXConversion.cpp to type cast to (DirectDrawSurface2 *). When you try to compile, you'll know which lines those are. Hmm... maybe wince stands for Win-CuteElf. (If you see this, are you going back there?)
|
|
|
24 Hour Break by Digitize Design Group /demos/1993/0-9/24h_brk.zip
| 29 Jun 1996 (catalog date)
90,627 bytes
| Download FTP scene.org
| Rating:
| Fast circle-effect, sine scroller (coded in interesting way) - not a great job for asm-intro-compo (of course some music) btw: at the end they are talking about many bugs: here is one: press (& hold) left shift during sine-scroller. Letters D and G will be moved 'a little' :-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dee Musicdisk Two by Dee /music/disks/1997/dee2.zip
| 01 Feb 1997 (catalog date)
4,250,859 bytes
| Download FTP scene.org
| Rating:
| Slam! This is how a music disk should be done. Absolutely the best interface I've seen for a music disk since Epidemic. Not only that, but the interface is configurable... you can actually use it for your own productions. The music kicks ass. If you only download a couple music disks this year, be sure that one of them is Dee Musicdisk Two!
|
|
|
|
|
|
|
|
The Pulse 0.90 by Ladislav Lostak of Unreal /music/programs/players/pulse090.zip
| 20 Sep 1998 (catalog date)
1,009,064 bytes
| Download FTP scene.org
| | New Czech player of all types of mods, mp3 and wav for Win95/98/NT. The newest beta version brings completely rebuilt system based on "components" (allows to add new features, e.g. new format loader, just by adding the dll library to the directory), new design structure (non-rectangle windows, animated buttons, ...} that allows to change design on-fly while playing, and WinAMP skins support with non-observed differences, 12-parameter Reverb editor with presets saving, simple playlist editor, pop-up menu on right-click, external tools for associating extensions and Systray, several new (and splendid) designs, nice splash-screen on start, sid format support (Commodore 64), full-customizable taskbar using "Captions", and lots of more features which are to be improved in upcoming versions. Supports 669, far, fnk, it, m15, mdl, med, mod, mtm, mp1/2/3, nst, raw, s3m, sid/dat, stm, ult, wav, wow and xm.
|
|
Yamp 2.1 - The Music Player by AKA /music/programs/players/yamp21.zip
| 14 Nov 1997 (catalog date)
1,395,682 bytes
| Download FTP scene.org
| | The player for WAVs (all formats, even compressed ones), MIDs, RMIs, MODs, S3Ms, XMs, ITs and CDs - ZIP support - powerful play lists - command line support for single songs, a number of songs, play lists and folders - Drag'n'Drop for songs, play lists, folders .. - loadable and editable designs, even non-rectangular windows are possible, 41 designs are included - Ok now, read the help file for a longer feature list :) Yamp is freeware.
|
|
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.
|
|
|
Samples from TB Proteus 1/XR by Sam Eassa /music/samples/proteus1.zip
| 10 Sep 1996 (catalog date)
2,081,430 bytes
| Download FTP scene.org
| | This is the first (I hope) of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. All samples are 22kHz, 16 bit most were created by playing a C3 note on one PC and capturing it live on another. Post editing was done to equalize gain and remove the dead space. They are saved as .wav but can be changed using any one of many programs out there.
|
|
Samples from TB Proteus 1/XR by Sam Eassa /music/samples/proteus2.zip
| 10 Sep 1996 (catalog date)
1,868,625 bytes
| Download FTP scene.org
| | This is the second of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. The emphasis in this collection is on FX although some conventional samples are included. All samples are 22kHz, 16 bit most were created by playing a C3 note on one PC and capturing it live on another. Post editing was done to equalize gain and remove the dead space. They are saved as .wav but can be changed using any one of many programs out there.
|
|
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.
|
|
Samples from TB Proteus 1/XR by Sam Eassa /music/samples/proteus4.zip
| 11 Sep 1996 (catalog date)
1,495,900 bytes
| Download FTP scene.org
| | This is the fourth and probably last in a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. In this collection, I've tried to sample unique sounds native only to the proteus synthesizer and that cannot be found in the General MIDI set. I'm hoping to provide the means for the many composers out there to make some truly unique sounding mods. 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 as was done on the first two Proteus packs. This has yielded some very quiet and crisp 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 mono and were created by playing different notes on the multisound, and capturing them live to disk using the Multisound's own digital audio sampler. Post editing was done to optimize gain and remove the dead space as well as to keep the samples reasonable small.
|
|
|
Yamaha DX-27 Samples by Soundwave /music/samples/swdx27.zip
| 11 Oct 1997 (catalog date)
16,992,316 bytes
| Download FTP scene.org
| | Samples taken from the Yamaha DX27 - 4-op FM, the little cousin of the DX7. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Snarfs -tm- by Vincent Voois of The Netherlands /music/songs/1997/v/vv_snarf.zip
| 27 Aug 1997 (catalog date)
356,223 bytes
| Download FTP scene.org
| | (IT)Impulse Tracker 2.14 required. (were available since August 16th 1997) This is done on purpose to prevent everyone from using a player for this song. If you want to debug your player: this song can be a nice effort to help you with it, some odd tricks are used in here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|