Search for "296": 201 matches

3d math by Lithium of VLA
/code/3d/docs/3d_math.zip
10 Jan 1997 (catalog date)
11,835 bytes
Download FTP scene.org
Rating:
Explanations of some 3d math concepts - I remember not getting the 3d rotations working correctly when I first started programming, but I'm not sure if that's my fault or the fault of the doc. Most of the docs are some simple linear algebra. They spell out the equations in the end for those who can't completely understand them.

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

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.

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.

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.

GUS Revision by data
/code/audio/detect/gusrev02.zip
10 Jan 1997 (catalog date)
13,044 bytes
Download FTP scene.org
Rating:
GUS revision detector v0.2b - Isn't this in the manual that comes with the GUS, or somewhere on the board? No code.

d00 format by Joachim Fenkes
/code/audio/docs/d00formt.zip
10 Jan 1997 (catalog date)
3,737 bytes
Download FTP scene.org
Rating:
Docs of the d00 format used by Adlib player and Edlib tracker - Docs for those who need them. Docs are also available with the EdLib tracker, but these are a little more thorough.

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.

F. mod docs part 2 by Firelight
/code/audio/docs/fmoddoc2.zip
10 Jan 1997 (catalog date)
390,839 bytes
Download FTP scene.org
Rating:
Firelight's mod/s3m format description.

GUS SDK by Gravis, FORTE
/code/audio/docs/gusdk222.zip
10 Jan 1997 (catalog date)
945,826 bytes
Download FTP scene.org
Rating:
GUS SDK - Everything you've ever wanted to know about the GUS but were afraid to ask.

Cubic Player Music Interface Kit by Kortal of Wizardry
/code/audio/players/cpmik02.zip
10 Jan 1997 (catalog date)
18,771 bytes
Download FTP scene.org
Rating:
A music player - Doesn't have the sound player code, is buggy, supports only GUS and S3M.

DemoVT by JCAB of Iguana
/code/audio/players/demovt15.zip
10 Jan 1997 (catalog date)
228,287 bytes
Download FTP scene.org
Rating:
A music player - Has no source for the player and a few bugs. But it's easy to interface from *any* language with support for SB and GUS. Rename file heartq.002 from Iguana's demo HeartQuake to demovt.exe and use that instead. It's version "1.6"

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.

Gold Play by Sourcer of CodeBlasters
/code/audio/players/goldp101.zip
10 Jan 1997 (catalog date)
77,277 bytes
Download FTP scene.org
Rating:
A mod player - Predates the popularity of st3 and GUS and has no support for either. No sound playing code, but has a few simple examples. Knowledge of Swedish helpful.

GUS Play interface by Juggler of BTL
/code/audio/players/gp15-pas.zip
10 Jan 1997 (catalog date)
46,188 bytes
Download FTP scene.org
Rating:
An interface for GUS Play for TP - Comes with Robban's GUS play and CyberStrike's Ultradox

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.

GUS Play by Robban of Cascada
/code/audio/players/gusp15.zip
10 Jan 1997 (catalog date)
19,591 bytes
Download FTP scene.org
Rating:
Robban's GUS Play - A favorite for intros in the past. Complete and small. Supports GUS and .mod files only.

HSC Player by Crom
/code/audio/players/hsc_src.zip
10 Jan 1997 (catalog date)
48,660 bytes
Download FTP scene.org
Rating:
A player for HSC files - I like how the "call Playpoll" line is commented out and the line "mov bl, 0" has the following comment: "1 = polling" No docs.

Jorian Mod Player by Nathan Hand
/code/audio/players/jmp.zip
10 Jan 1997 (catalog date)
4,332 bytes
Download FTP scene.org
Rating:
Crap Mod Player - Give this man a pointer! Doesn't parse any of the effects either. Oh yeah, globals abound.

Midas v.040a by Petteri Kangaslampi, Jarno Paananen
/code/audio/players/mdss040a.zip
10 Jan 1997 (catalog date)
1,400,325 bytes
Download FTP scene.org
Rating:
Midas music system - A full music system (almost) with support for compiling with tasm, BP, BC, and Watcom.

MPEG Player by MikMak
/code/audio/utils/maplaypc.zip
10 Jan 1997 (catalog date)
212,398 bytes
Download FTP scene.org
Rating:
An MPEG audio player for PC - Has the source to the original MAPLAY utility and the source for the MSDOS port is available upon request.

Source of Lasse Reinbong by Cubic Team
/code/demosrc/demos/lassesrc.zip
17 Jan 1999 (catalog date)
129,636 bytes
Download FTP scene.org
Rating:
The full source of the intro that won at The Party'95.

burn by Frank Paxti
/code/effects/fire/burn.zip
10 Jan 1997 (catalog date)
20,165 bytes
Download FTP scene.org
Rating:
A fireroutine - Not your normal fire routine. Looks more real.

Fire by JARE of Iguana
/code/effects/fire/fire_win.zip
10 Jan 1997 (catalog date)
10,716 bytes
Download FTP scene.org
Rating:
A fire routine under windows - Crawls on my p133. :( Don't bother looking at this unless you've programmed for windows before. You're likely to have a heart attack. :) Requires WinG to run.

Fire code by Kirk A. Baum
/code/effects/fire/firecode.zip
10 Jan 1997 (catalog date)
54,739 bytes
Download FTP scene.org
Rating:
A simple fire routine - Contains the same fire as that of fire-win.zip but coded in assembler for DOS.

small flame by Gaffer of PRoMETHEUS
/code/effects/fire/flame160.zip
18 Mar 1997 (catalog date)
2,964 bytes
Download FTP scene.org
Rating:
Source for a small fire routine. Doesn't actually work on my computer. To answer a question proposed by the author about size optimization, inc al is bigger than inc ax because intel doesn't have an inc /r8 instruction. inc ax is of the form inc /r16 which compiles to db 40+rw, where rw = 0 for ax, 1 for cx, 2 for dx, 3 for bx, ... inc al is of the form inc r/m8 and compiles to db FE /1 where /1 = c0 for al, c4 for ah, c1 for bl..., 05 for a memory reference.... See an intel document for more details.

flames by Errand
/code/effects/fire/flames2.zip
10 Jan 1997 (catalog date)
3,148 bytes
Download FTP scene.org
Rating:
A simple fire routine - out dated

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.

3d Scape by David Hedley
/code/effects/land/3dscape.zip
10 Jan 1997 (catalog date)
22,362 bytes
Download FTP scene.org
Rating:
A dot landscape similar to that at the end of unreal - few comments, and poorly optimized.

Cyber Space 3d by Phantom of Nostalgia
/code/effects/land/cyb3dkit.zip
10 Jan 1997 (catalog date)
31,536 bytes
Download FTP scene.org
Rating:
A landscape routine with many aspects - No source and a very quick explaination of the ideas and algorithms behind the effect.

Iguana Landscape by JCAB, Jare of Iguana
/code/effects/land/ign_land.zip
10 Jan 1997 (catalog date)
23,458 bytes
Download FTP scene.org
Rating:
The voxel landscape from Heartquake - No explaination of the effect, non-recompileable. The code is largely dependant on code libraries that the coders have developed and is thus somewhat difficult to follow.

ll_frac by Lord Logics
/code/effects/land/ll_frac.zip
10 Jan 1997 (catalog date)
33,813 bytes
Download FTP scene.org
Rating:
A Fractal landscape generator - Creates a fractal landscape to a .asc file. Looks mostly useless to me with so-so source, but no comments.

ll_land by Lord Logics
/code/effects/land/ll_land2.zip
10 Jan 1997 (catalog date)
147,335 bytes
Download FTP scene.org
Rating:
A landscape routine similar to that at the end of unreal - the xmode routines bug out, but atleast there's an explanation of the effect.

Mars Info by Tim Clarke
/code/effects/land/marsinfo.zip
10 Jan 1997 (catalog date)
2,822 bytes
Download FTP scene.org
Rating:
Details on the algorithm for the mars intro - Look for mars10.zip for the exe associated with this description.

OTM Voxel by Voltaire of OTM
/code/effects/land/otmvoxel.zip
10 Jan 1997 (catalog date)
187,665 bytes
Download FTP scene.org
Rating:
Tries to explain what voxels really are - Most people will ignore the difference anyway. :( And this example leaves much to be desired.

rotating landscape by TTT
/code/effects/land/rotscape.zip
10 Jan 1997 (catalog date)
129,844 bytes
Download FTP scene.org
Rating:
A landscape routine similar to that at the end of unreal - Comments only on function names and has a larger executable than need be for this effect. (Lots of tables, i.e. the landscape itself)

voxel by Jeff Bilger
/code/effects/land/voxel.zip
10 Jan 1997 (catalog date)
9,570 bytes
Download FTP scene.org
Rating:
A voxel example - Doesn't recompile easily, no useful comments nor a description.

voxel by Jeff Bilger
/code/effects/land/voxelg.zip
10 Jan 1997 (catalog date)
9,555 bytes
Download FTP scene.org
Rating:
A voxel example - Doesn't recompile easily, no useful comments nor a description.

lens by Joey
/code/effects/lens/lens.zip
10 Jan 1997 (catalog date)
10,913 bytes
Download FTP scene.org
Rating:
A doc on how to create a lens - Nice graphic file diagram for the text. It all makes sense to me. Some pseudo pascal code is there too.

lens source by Jeff Lawson
/code/effects/lens/lenssrc.zip
10 Jan 1997 (catalog date)
40,603 bytes
Download FTP scene.org
Rating:
Some source for the lens effect - includes /code/effect/lens/lens.lzh as it's description of how it works.

lens by Nagy Daniel
/code/effects/lens/lensv10a.zip
10 Jan 1997 (catalog date)
40,337 bytes
Download FTP scene.org
Rating:
Source for a lens effect - (I suspect this is a rip of lenssrc.zip/lens.lzh...) The TGA loading routines are exactly the same aside from variable names.

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.

Plasma by Jan Moller, Erik Hansen
/code/effects/plasma/c_plasma.zip
10 Jan 1997 (catalog date)
55,010 bytes
Download FTP scene.org
Rating:
Simple plasma example - Just some plasma. You might want to take the comments out on the WaitRast(): call and recompile, especially if you have a Pentium.

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.

plassm by James Johnson
/code/effects/plasma/plasexp.zip
10 Jan 1997 (catalog date)
3,400 bytes
Download FTP scene.org
Rating:
Simple plasma example - Based on code by Jare/Iguana. Nice comments on the setting of mode-X.

plasma3 by btf
/code/effects/plasma/plasma3.zip
10 Jan 1997 (catalog date)
16,750 bytes
Download FTP scene.org
Rating:
You've got me - A bad processor check spoils this. Difficult to recompile and I'll assume it needs MASM to assemble.

Tom's Plasma by Tom Dibble
/code/effects/plasma/tplas11.zip
10 Jan 1997 (catalog date)
139,950 bytes
Download FTP scene.org
Rating:
Decent plasma example - Has some "fractal clouds" code too. Needs a random number generator of it's own so that there isn't the huge data file of mostly random numbers that goes along with it.

Motion Read Me by Patch of Avalanche
/code/effects/scroll/motionrd.zip
10 Jan 1997 (catalog date)
30,871 bytes
Download FTP scene.org
Rating:
Source for a smooth vertical text mode scroller - That's the way to do it. :) (Bugs on Matrox cards, but that's the fault of the card, not the code.)

Scroll by Jay Kramer
/code/effects/scroll/scroll2.zip
10 Jan 1997 (catalog date)
41,209 bytes
Download FTP scene.org
Rating:
Source for mode X scrolling - _NOT_ the way to do hardware scrolling. Abuses the mode-X library.

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.

tube by James Johnson
/code/effects/tunnel/tubesrc.zip
10 Jan 1997 (catalog date)
22,030 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - Poorly done, looks horrible, no explanation or comments, no timing synching.

tunnel by ?
/code/effects/tunnel/tunnel.zip
10 Jan 1997 (catalog date)
37,658 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - That it was done in basic is about the only plus. Looks so-so, no comments.

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.

Vector Ball by Tumblin
/code/effects/vectball/vectball.zip
10 Jan 1997 (catalog date)
38,780 bytes
Download FTP scene.org
Rating:
A vector ball example - blah...

wormhole by John Cloninger of IND
/code/effects/wormhole/wormhole.zip
10 Jan 1997 (catalog date)
118,586 bytes
Download FTP scene.org
Rating:
A wormhole example - Slow generation of the wormhole itself then it loads the wormhole from a file for the actual effect. You have to figure most of the effect out for yourself though.

386 programmer's manual by Intel
/code/hardware/cpu/386intel.zip
10 Jan 1997 (catalog date)
209,396 bytes
Download FTP scene.org
Rating:
Full docs on the 386 - Everything you've ever wanted to know about the (outdated) 386.

Mode 13h Doc by Vulture
/code/hardware/video/basicdoc.zip
10 Jan 1997 (catalog date)
7,727 bytes
Download FTP scene.org
Rating:
An explaination of mode 13h - For the *absolute* beginner.

Check VESA by London Fog
/code/hardware/video/checkvsa.zip
10 Jan 1997 (catalog date)
1,595 bytes
Download FTP scene.org
Rating:
A program to detect if a computer has VESA support - Uhm, like... thanks. It's a real help.

Fake mode by Yaka of Xography
/code/hardware/video/fakemode.zip
10 Jan 1997 (catalog date)
126,776 bytes
Download FTP scene.org
Rating:
A tweak mode for high color resolution on a VGA - Great explanation of how to set up such a video mode. Pre-dates illumanati and ambience by Tran.

S-VGA Programming by Sasquatch
/code/hardware/video/rvesa.zip
10 Jan 1997 (catalog date)
4,523 bytes
Download FTP scene.org
Rating:
VESA programming example - Not helpful.

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?

VGA Info by Andrew Scott
/code/hardware/video/vga-info.zip
10 Jan 1997 (catalog date)
139,440 bytes
Download FTP scene.org
Rating:
A VGA reference manual - Poor layout. I found it difficult to find things. Not as if the VGA card has changed, but the information seems outdated.

VGA FX by Chris Dunford
/code/hardware/video/vgafx.zip
10 Jan 1997 (catalog date)
27,128 bytes
Download FTP scene.org
Rating:
Some text effects - It's just some palette manipulations hidden (unintentionally) behind some very twisted code. Then again, it was coded in '89.

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.

Sound Master v1.0 by Ziggy
/code/sound/smaster.zip
05 Oct 1996 (catalog date)
20,296 bytes
Download FTP scene.org
Rating:
SoundBlaster Library

ULT Module File Format
/code/sound/ultform.zip
06 Oct 1996 (catalog date)
2,966 bytes
Download FTP scene.org
Rating:

VGA-Vulture by Vulture
/code/tutors/video/vga-vul2.zip
10 Jan 1997 (catalog date)
20,011 bytes
Download FTP scene.org
Rating:
Palette fading example - A simple program demonstrating how to fade a palette in and out.

VGA-vulture by Vulture
/code/tutors/video/vga-vul3.zip
10 Jan 1997 (catalog date)
14,233 bytes
Download FTP scene.org
Rating:
3d rotation example - Does 3 sets of 2-d rotation.

VGA-vulture by Vulture
/code/tutors/video/vga-vul4.zip
10 Jan 1997 (catalog date)
9,013 bytes
Download FTP scene.org
Rating:
3d rotation example - Does 3 sets of 2-d rotation. See /code/tutorials/video/vga-vul2.zip

Vicky by The Space Pigs
/demos/1991/vicky.zip
29 Jun 1996 (catalog date)
229,631 bytes
Download FTP scene.org
Rating:

Dizzy Sensations by Anarchy
/demos/1993/d/dizzysen.zip
29 Jun 1996 (catalog date)
296,851 bytes
Download FTP scene.org
Rating:

Wish by Majic 12
/demos/1993/w/wish_m12.zip
29 Jun 1996 (catalog date)
296,254 bytes
Download FTP scene.org
Rating:

Charity by Symptom
/demos/1995/c/charf.zip
29 Jun 1996 (catalog date)
62,296 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 17

Expression by Threesome
/demos/1995/e/expressn.zip
30 Jun 1996 (catalog date)
296,291 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the demo division and ranked 10

Planet Groove by Fudge
/demos/1995/f/fdg_grov.zip
30 Jun 1996 (catalog date)
812,967 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 20

OS/2 Warp demo by Valhalla
/demos/1995/v/val_os2f.zip
30 Jun 1996 (catalog date)
529,691 bytes
Download FTP scene.org
Rating:
Released at event OS2W in the demo division and ranked 01

Enagi by Lost
/demos/1996/e/enagi.zip
31 Aug 1996 (catalog date)
296,144 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the demo division and ranked 13

Karanga by Color
/demos/1996/k/karanga.zip
08 Dec 1996 (catalog date)
1,129,627 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the demo division and ranked 08

KFMTV 2 (Nightvision) by Kosmic
/demos/1996/k/ktv_1296.zip
20 Jan 1997 (catalog date)
585,405 bytes
Download FTP scene.org
Rating:

Tume by Mass
/demos/1996/m/m_tume.zip
08 Feb 1997 (catalog date)
162,235 bytes
Download FTP scene.org
Rating:
5 seconds long!

Megablast by Orange
/demos/1996/m/megademo.zip
09 Feb 1997 (catalog date)
2,966,903 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 02
GUS/SB/PAS,8+MB

Torso Preview (SB patch) by Mode XIX
/demos/1996/t/torsofix.zip
26 Dec 1996 (catalog date)
50,166 bytes
Download FTP scene.org
Rating:

Junk by Axioma
/demos/1997/a/aa_juke.zip
11 May 1997 (catalog date)
84,788 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in64 division and ranked 02

303 by Acme
/demos/1997/a/acme_303.zip
06 May 1997 (catalog date)
3,231,480 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 01

Stasis by Analogue
/demos/1997/a/an_stas.zip
06 May 1997 (catalog date)
1,923,520 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 02

Balooon by Logrus
/demos/1997/b/balooon.zip
24 Oct 1997 (catalog date)
1,064,761 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 08
486DX,,GUS/SB,8MB

Abbey Road by Dawn 3
/demos/1997/d/d3_abbey.zip
08 Feb 1998 (catalog date)
1,146,304 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 18

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

Ecstasy by Fanatic
/demos/1997/e/ecstasy.zip
06 May 1997 (catalog date)
29,699 bytes
Download FTP scene.org
Rating:
Released at event X97 in the in64 division and ranked XX

Fly by Excessive Force
/demos/1997/e/efc_fly.zip
06 May 1997 (catalog date)
1,022,848 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 11

Autyzm by Fuse
/demos/1997/f/fse_auty.zip
24 Oct 1997 (catalog date)
3,083,847 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 05
P5,,GUS1M,12MB

Orion by Green
/demos/1997/g/gr1_orio.zip
06 May 1997 (catalog date)
1,736,703 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 04
486,,GUS/SB/PAS,8MB

Syrius Orbitter by Hellcore
/demos/1997/h/hc_so.zip
24 Oct 1997 (catalog date)
2,316,593 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 07
,VESA,,

People by Image
/demos/1997/i/img_ppl.zip
06 May 1997 (catalog date)
978,454 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked EE
486,SVGA,GUS,16MB

Red Sky by Jello
/demos/1997/j/jlo_rsky.zip
06 May 1997 (catalog date)
1,545,306 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 06

Desire by Kosmic
/demos/1997/k/k_desire.zip
06 May 1997 (catalog date)
765,255 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 07
,,GUS/SB/PAS,

Loltro by Trybit
/demos/1997/l/loltro.zip
06 May 1997 (catalog date)
2,279,306 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 12
,,GUS/SB/PAS,

Trip Into Your Mind by Norferin
/demos/1997/n/nfn_trip.zip
24 Oct 1997 (catalog date)
1,428,217 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 06
P5,VESA,GUS/SB,8MB

Sunflower by Pulse
/demos/1997/p/pls_sunf.zip
24 Oct 1997 (catalog date)
2,878,338 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 02
P5,,,8MB

Panoramix by Poison
/demos/1997/p/psn_pano.zip
24 Oct 1997 (catalog date)
5,036,957 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 04
DX4,VESA,GUS1M/SB/PAS,16MB

Addicted (bugfixed) by Quad
/demos/1997/q/qd-adfix.zip
06 May 1997 (catalog date)
1,838,866 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 05

CNCD vs Orange by CNCD, Orange
/demos/1997/s/seks.zip
11 Aug 1997 (catalog date)
3,723,469 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the demo division and ranked 01
,,GUS/SB,

Saturday by Spirit New Style
/demos/1997/s/sns_sday.zip
06 May 1997 (catalog date)
2,854,633 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 03
P5,,GUS/SB,

Torus by The Blue Torus Crew
/demos/1997/t/tbtc_trs.zip
06 May 1997 (catalog date)
5,491,086 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 08
P5,SVGA,,

Spit by Tha Dombo Cruwl
/demos/1997/t/tdc-spit.zip
06 May 1997 (catalog date)
3,523,380 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 10

Unclean by Exmortis
/demos/1997/u/unclean.zip
24 Oct 1997 (catalog date)
3,699,189 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 01
P5,VESA,GUS/SB/PAS,16MB

Excellent by Excalibur
/demos/1997/x/x_ellent.zip
06 May 1997 (catalog date)
1,725,189 bytes
Download FTP scene.org
Rating:
Released at event X97 in the demo division and ranked 09
,,GUS/SB/PAS,

Funtro by Universe
/demos/1998/f/funtro_b.zip
18 Oct 1998 (catalog date)
62,965 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in64 division and ranked 11

Soepkip 3 by Kontvlokken Posse
/demos/1998/s/soepkip3.zip
23 Jun 1998 (catalog date)
2,436,296 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the demo division and ranked 02

Man Prey by Doc Procyon
/graphics/images/1994/m/manprey.zip
04 Jul 1996 (catalog date)
29,605 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Snoog Kwiwa and Goey by Magic
/graphics/images/1994/s/snoop_go.zip
04 Jul 1996 (catalog date)
205,296 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 62

Play Magic by Samsman
/graphics/images/1995/m/magic_tg.zip
12 Sep 1996 (catalog date)
22,966 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the grfx division and ranked XX

Party Pig by Contrast
/graphics/images/1995/p/partypig.zip
12 Sep 1996 (catalog date)
27,296 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the grfx division and ranked 03

Tech. Devil by Mitchy Mit
/graphics/images/1996/t/techdevl.zip
04 Jul 1996 (catalog date)
68,775 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the grfx division and ranked 09

Tigerkidz by FatCat
/graphics/images/1996/t/tigerkid.zip
04 Jul 1996 (catalog date)
37,419 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the grfx division and ranked 01

Tvndr? by Mr. Schizophrenia
/graphics/images/1996/t/tvndr.zip
04 Jul 1996 (catalog date)
61,771 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the grfx division and ranked 05

Man Moon by Gabriel
/graphics/images/1996/u/uf_man_m.zip
04 Jul 1996 (catalog date)
148,756 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the grtc division and ranked 04

Blossom by Owl of Plp
/graphics/images/1997/b/blossom.zip
17 Feb 1998 (catalog date)
12,966 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 05
640x512x256

SAL 7 by GDM, Zinko of Looker House
/graphics/images/1997/m/mek-142.zip
18 May 1998 (catalog date)
38,296 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the grfx division and ranked 09
640x256x256

All about eve by Azure of Dilemma
/graphics/images/1998/a/alleve.zip
14 Sep 1998 (catalog date)
27,741 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 08
320x200x256

Command by Edo of Astral
/graphics/images/1998/a/ast-com.zip
14 Sep 1998 (catalog date)
285,566 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 13
640x480x16m

Forest by unknown
/graphics/images/1998/f/forest.zip
25 Nov 1998 (catalog date)
45,007 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the gfst division and ranked ??
936x702x16m

Djeunz by X-Man of Sunset design, Procreation
/graphics/images/1998/x/x_djeunz.zip
17 Mar 1998 (catalog date)
29,296 bytes
Download FTP scene.org
Rating:
Released at event VOL4 in the grfx division and ranked ??
320x240x256

Belgian Scene Report 12 by Baxter, Cray
/mags/1997/bsr-0012.zip
15 Dec 1997 (catalog date)
295,296 bytes
Download FTP scene.org
Rating:
VGA, Mouse required

Insurgent Youth by John Neispodzianski
/music/contests/mc2/veteran/v-youth.zip
09 Nov 1996 (catalog date)
296,042 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V10

O-14876 by Riders
/music/contests/mc3/rookie/o-14876.zip
09 Nov 1996 (catalog date)
129,616 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R17

O-41252 by MASTERWho
/music/contests/mc3/rookie/o-41252.zip
09 Nov 1996 (catalog date)
303,296 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R32

O-99361 by VooDoo
/music/contests/mc3/rookie/o-99361.zip
09 Nov 1996 (catalog date)
129,667 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R64

E-29612 by DJ Tek
/music/contests/mc3/veteran/e-29612.zip
09 Nov 1996 (catalog date)
211,179 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V42

In the MC4 Forest by Xfyl
/music/contests/mc4/rookie/m4r-fore.zip
10 Nov 1996 (catalog date)
296,227 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked R13

Lost Without Love by Smash
/music/contests/mc4/rookie/m4r-lost.zip
10 Nov 1996 (catalog date)
329,649 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

There And Back Again (bilbo) by Klausi
/music/contests/mc5/intermed/m5i-taba.zip
29 Aug 1997 (catalog date)
296,599 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Hallucinogenic by Dedloc
/music/contests/mc5/veteran/m5v-hllc.zip
29 Aug 1997 (catalog date)
330,296 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Mozicpack #8 by Mozicart
/music/disks/1995/moz_0008.zip
26 Jul 1996 (catalog date)
1,329,605 bytes
Download FTP scene.org
Rating:

6 Solutions by Scooba
/music/disks/1996/6solluti.zip
23 Jul 1996 (catalog date)
1,296,681 bytes
Download FTP scene.org
Rating:

Mystique 02/1996 by Mystique
/music/disks/1996/myst0296.zip
15 Sep 1996 (catalog date)
1,239,281 bytes
Download FTP scene.org
Rating:

02/1996 by pHluid
/music/disks/1996/ph-0296.zip
15 Sep 1996 (catalog date)
2,273,027 bytes
Download FTP scene.org
Rating:

12/1996 by pHluid
/music/disks/1996/ph-1296.zip
26 Jan 1997 (catalog date)
2,760,951 bytes
Download FTP scene.org
Rating:

Sonic Equinox Pack February 1996 by Members of Sonic Equinox of Sonic Equinox
/music/disks/1996/se_d0296.zip
01 Dec 1997 (catalog date)
860,039 bytes
Download FTP scene.org
Rating:

Synthetica by Sanxion
/music/disks/1996/sxn-synt.zip
20 Nov 1996 (catalog date)
2,752,968 bytes
Download FTP scene.org
Rating:

Tri X by Drax of Maniacs of Noise
/music/disks/1997/drx-trix.zip
20 Aug 1997 (catalog date)
1,296,311 bytes
Download FTP scene.org
Rating:

Metro Transit by Jesse Dangerously of Happy Phat Klan
/music/disks/1997/jd-metro.zip
08 Jul 1998 (catalog date)
2,960,983 bytes
Download FTP scene.org

Triphop by Riders of Skyjump Team
/music/disks/1997/triphop.zip
01 Feb 1997 (catalog date)
1,296,740 bytes
Download FTP scene.org
Rating:
Some pretty hip-hoppidy songs in here.

Banishment by Broam, Deezay, Krest, The greatFox, and RS3 of Exiles
/music/disks/1998/e_banish.zip
30 Apr 1998 (catalog date)
2,928,859 bytes
Download FTP scene.org

Roland X-50 Sample Pack I
/music/samples/sams_01.zip
10 Sep 1996 (catalog date)
2,966,160 bytes
Download FTP scene.org
IFF

Bungy Guitar by PiCoder of Seaber Designs
/music/samples/sed-bgtr.zip
09 Jan 1998 (catalog date)
2,296,425 bytes
Download FTP scene.org
16 bit, 44.1kHz, multisampled, looped WAVs of kinda steel guitar

5 Orchestra Hits by PiCoder of Seaber Designs
/music/samples/sed-orht.zip
13 May 1998 (catalog date)
3,829,625 bytes
Download FTP scene.org
5 orchestra hits here. 50 kHz, 16 bit stereo WAVs.

Funk Xi Instrument Pack by PiCoder of Seaber Designs
/music/samples/sed-xi01.zip
06 Oct 1997 (catalog date)
2,961,600 bytes
Download FTP scene.org
This pack contains absolutely ultimate quality samples for extra high sound fidelity, 17 FT2 format XI instruments

Huile de Pneu by Blue Silence
/music/songs/1994/hui.zip
15 Sep 1996 (catalog date)
628,296 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked XX
(MOD)

Chaseit by Vincent
/music/songs/1995/c/chaseit.zip
16 Sep 1996 (catalog date)
162,961 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the m4ch division and ranked XX
(MOD)

Dezis Dilemma by Mob of Proletariat of fLAtDiSk SoftWorks
/music/songs/1995/d/dezis_d.zip
01 Sep 1997 (catalog date)
296,904 bytes
Download FTP scene.org
Rating:
(S3M)

Airborne by Phorte
/music/songs/1996/a/a-airbor.zip
22 Nov 1996 (catalog date)
329,610 bytes
Download FTP scene.org
Rating:
Released at event COV96 in the mmul division and ranked 08
(XM)

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)

Sidestep Remix by Aahz
/music/songs/1996/c/ccs-ssre.zip
22 Sep 1996 (catalog date)
229,698 bytes
Download FTP scene.org
Rating:
(S3M)

Attack Of The Oompahs by DigiByte
/music/songs/1996/d/db-oomp.zip
13 Apr 1997 (catalog date)
229,647 bytes
Download FTP scene.org
(IT)

Heart-Shaped Box (remix) by Erno Helen
/music/songs/1996/e/ez-heart.zip
06 Apr 1997 (catalog date)
296,488 bytes
Download FTP scene.org
(XM)

Itchy Feet by Smash of IO
/music/songs/1996/i/io_itch.zip
23 Aug 1996 (catalog date)
129,672 bytes
Download FTP scene.org
Rating:
(XM)

A_ciductive Fantasy by Jer
/music/songs/1996/j/j_aciduc.zip
05 Jun 1997 (catalog date)
147,457 bytes
Download FTP scene.org
(XM)

Urgent but Unwanted by WAVE
/music/songs/1996/j/jt_urgen.zip
16 Nov 1996 (catalog date)
148,296 bytes
Download FTP scene.org
Rating:
(XM)

Midnight by Mystical
/music/songs/1996/m/m-midnig.zip
15 Mar 1997 (catalog date)
332,962 bytes
Download FTP scene.org
Released at event TP96 in the mmul division and ranked 02
(S3M)

Morning Moon by Screaming Angel
/music/songs/1996/m/mm.zip
15 Mar 1997 (catalog date)
252,966 bytes
Download FTP scene.org
Released at event MOV96 in the mmul division and ranked 06
(S3M)

Round And Round by Xfood
/music/songs/1996/r/rndnrnd.zip
19 Mar 1997 (catalog date)
29,662 bytes
Download FTP scene.org
(S3M)

Julia '96 by Slightly Magic
/music/songs/1996/s/sm-julia.zip
30 Aug 1996 (catalog date)
174,296 bytes
Download FTP scene.org
Rating:
(S3M)

Greenish by Per Almered of Excellence In Art
/music/songs/1996/x/xia_gree.zip
27 Jun 1997 (catalog date)
142,965 bytes
Download FTP scene.org
(XM)

Invasion Of the Furbles by Yannis
/music/songs/1996/y/ybfurble.zip
22 Sep 1996 (catalog date)
9,296 bytes
Download FTP scene.org
Rating:
(S3M)

I Hate Titling Songs by oscillate of 7YNIVf
/music/songs/1997/0-9/7_hate.zip
28 Aug 1997 (catalog date)
296,651 bytes
Download FTP scene.org
(IT)

Dream About Dreaming by Agent Orange of T-Rex
/music/songs/1997/a/ago-drea.zip
23 Nov 1997 (catalog date)
158,790 bytes
Download FTP scene.org
(XM)

Azenza by Emmoenzedt
/music/songs/1997/a/azenza.zip
01 Nov 1997 (catalog date)
142,967 bytes
Download FTP scene.org
(XM)

Cannabis Dreams by Matteus of TSS
/music/songs/1997/c/cdch12.zip
11 Sep 1997 (catalog date)
342,966 bytes
Download FTP scene.org
(XM)

Wasted Words - honesty by Thomas'DRAX'Mogensen of MANIACS of NOISE
/music/songs/1997/d/drx-wast.zip
04 Aug 1997 (catalog date)
118,330 bytes
Download FTP scene.org
Rating:
(XM)

The Roswell Message by Deep Throat of Millennia
/music/songs/1997/d/dt_roswl.zip
07 Jan 1998 (catalog date)
233,519 bytes
Download FTP scene.org
(XM)

Hypnosis by Jozef
/music/songs/1997/h/hypnosis.zip
17 May 1998 (catalog date)
301,296 bytes
Download FTP scene.org
(XM)

Untitled by MaD Hatter
/music/songs/1997/m/mh-untit.zip
31 May 1997 (catalog date)
1,192,778 bytes
Download FTP scene.org
(XM)

Promises by Mercure
/music/songs/1997/m/mrc-prom.zip
21 May 1997 (catalog date)
296,546 bytes
Download FTP scene.org
(IT)

Nightfall by Exokai
/music/songs/1997/n/nightfal.zip
16 Jun 1997 (catalog date)
272,965 bytes
Download FTP scene.org
(IT)

Dreaming Of Summer by Stereoman of NOISE
/music/songs/1997/n/no-dofs.zip
17 Apr 1997 (catalog date)
296,677 bytes
Download FTP scene.org
(IT)

Ultimate House by cyclone of questor
/music/songs/1997/q/que-ult.zip
17 Jul 1997 (catalog date)
296,475 bytes
Download FTP scene.org
(XM)

Angel by Quincent
/music/songs/1997/q/quin_an.zip
15 Nov 1997 (catalog date)
296,794 bytes
Download FTP scene.org
(IT)

Race Of Discovery by Spurious of Dead Clown Records
/music/songs/1997/s/sp-rod.zip
16 Sep 1997 (catalog date)
268,296 bytes
Download FTP scene.org
(XM)

Washing Dishes by toejam of fp.tad
/music/songs/1997/t/toe-wash.zip
16 Apr 1997 (catalog date)
62,355 bytes
Download FTP scene.org
(IT)

Brainstrom by Hypnotic of Cns
/music/songs/1998/c/cns-eat.zip
07 Dec 1998 (catalog date)
296,311 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

Fairy Fantasy by Deep Throat of Millennia
/music/songs/1998/d/dt_ffant.zip
07 Feb 1998 (catalog date)
296,839 bytes
Download FTP scene.org
(XM)

Camels Of Camelot by Metal of Vibrants, fudGe
/music/songs/1998/m/mtl-coca.zip
08 Aug 1998 (catalog date)
296,798 bytes
Download FTP scene.org
(XM)

Bosum Friend by Hoax of Oceanic Records
/music/songs/1998/o/or-bosum.zip
06 Mar 1998 (catalog date)
282,960 bytes
Download FTP scene.org
(XM)

Cuney by Physical Phantasm of Oceanic Records
/music/songs/1998/o/or-cuney.zip
23 Mar 1998 (catalog date)
296,190 bytes
Download FTP scene.org
(XM)

112 by Phlow of Goto10, xMp, Poffelipoff
/music/songs/1998/p/ph_112.zip
03 Jul 1998 (catalog date)
262,406 bytes
Download FTP scene.org
(XM)

Bjornes Magasin by Phlow of Goto10, xMp, Poffelipoff
/music/songs/1998/p/ph_bjorn.zip
03 Jul 1998 (catalog date)
5,655 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)

Assembly '96 Invitation Text
/party/invites/1996/asm96inv.zip
05 Oct 1996 (catalog date)
12,547 bytes
Download FTP scene.org
Released at event ASM96

Assembly '96 Invitation Demo by Sonic Clique
/party/invites/1996/s-asm96.zip
05 Oct 1996 (catalog date)
1,712,536 bytes
Download FTP scene.org
Rating:
Released at event ASM96

02/96 Pack by Exploding Hedgehogs
/tla/disks/1996/e/eh-0296.zip
15 Sep 1996 (catalog date)
1,241,912 bytes
Download FTP
Rating:

Spasm 02/1996 by Spasm
/tla/disks/1996/s/spm-0296.zip
15 Sep 1996 (catalog date)
1,396,324 bytes
Download FTP
Rating:

Pugwash by Babbage
/tla/songs/1995/mod/p/pugwash.zip
16 Sep 1996 (catalog date)
59,296 bytes
Download FTP
Rating:
Released at event DS95 in the mmul division and ranked 02

Inspiration by Angelic Productions
/tla/songs/1995/mtm/spirit.zip
16 Sep 1996 (catalog date)
296,404 bytes
Download FTP
Rating:

Xfiles Main Mix by Pont Mercier
/tla/songs/1995/s3m/x/xmain.zip
20 Sep 1996 (catalog date)
202,963 bytes
Download FTP
Rating:

Mayaheemabaaya by Chilm
/tla/songs/1995/s3m/x/xtc-maya.zip
20 Sep 1996 (catalog date)
139,296 bytes
Download FTP
Rating:

Dawn at Midnight by LaLa
/tla/songs/1996/mod/d/dawnmidn.zip
22 Sep 1996 (catalog date)
152,966 bytes
Download FTP
Rating:

Surgery by Demuc
/tla/songs/1996/xm/d/dem-surg.zip
22 Sep 1996 (catalog date)
182,960 bytes
Download FTP
Rating:

Consciousness by DJ Kike
/tla/songs/1996/xm/d/dubu95.zip
16 Nov 1996 (catalog date)
296,921 bytes
Download FTP
Rating:

Groovy Baby by Humanoid
/tla/songs/1996/xm/g/g_baby.zip
22 Sep 1996 (catalog date)
302,296 bytes
Download FTP
Rating:

Trance Fiction by Spurious
/tla/songs/1996/xm/t/trancex.zip
17 Nov 1996 (catalog date)
296,079 bytes
Download FTP
Rating: