Search for "WHAT": 73 matches

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

Crappy Texture Map by Mandrill
/code/3d/trifill/texmap/ctm.zip
19 Jan 1998 (catalog date)
6,214 bytes
Download FTP scene.org
Rating:
Crappy Texture Map. At least you know what code should be doing what. The filler looks familiar (the register lay out). The texture 'swims' so I'm not sure this is a routine to emulate.

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

oplid by ? of Audiotrix
/code/audio/detect/oplid.zip
11 Jan 1997 (catalog date)
31,180 bytes
Download FTP scene.org
Rating:
Detects what type of OPL chip is on your sound card - An ad for audiotrix more than anything else. No code. It looks like there should be more files in the archive than there are.

Cubic Player 2 Software Development Kit by Niklas Beisert of Cubic
/code/audio/players/cp2dk05.zip
19 Jan 1998 (catalog date)
131,123 bytes
Download FTP scene.org
Rating:
Cubic Player 2 Development Kit 0.5. Has a music player at least. I'm not going to figure out exactly what this is supposed to be for. No docs.

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.

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.

What Source by Niklas Beisert, Nils Piepenbrink of Cubic Team, $een
/code/demosrc/demos/wht95src.zip
10 Jul 1997 (catalog date)
46,092 bytes
Download FTP scene.org
Rating:
Notably DOES NOT come with a makefile. Uncommented, but nice code style. Awkward synching style.

Fuzzy by INSane of WHo KNoWs?
/code/demosrc/intros/fuzzy.zip
02 Jul 1997 (catalog date)
30,156 bytes
Download FTP scene.org
Rating:
A simple intro. A one effect intro with the 'dune' effect. I'm not sure what people call it.

Maximum by Bear of Sinope
/code/demosrc/intros/maximum.zip
01 Jul 1997 (catalog date)
20,172 bytes
Download FTP scene.org
Rating:
Source for an effect full 4k intro. I can't tell what language most of the comments are in. The 100% register gouraud shaded texture innerloop is particularly clever.

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.

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.

3D Starfield by Legend of Blitz
/code/effects/stars/ldstars.zip
29 May 1997 (catalog date)
9,942 bytes
Download FTP scene.org
Rating:
This is just a basic starfield. What makes it special is the 3D glasses support.

Stars by The Darkman
/code/effects/stars/stars3d.zip
10 Jan 1997 (catalog date)
15,164 bytes
Download FTP scene.org
Rating:
A nicely done starfield - Nicely done (in appearance) but shoddy code. Globals abound, poor understanding of what to make functions. Made by a professed beginner.

123 Byte Tiny Star Field by Rex Deathstar of Waterlogic
/code/effects/stars/tinystar.zip
06 Oct 1996 (catalog date)
1,929 bytes
Download FTP scene.org
Rating:
The 3d version of what Matt and Pascal did. Could conceivably be much smaller

CPUID for intel by Intel engineer(s)
/code/hardware/cpu/cpuid3.zip
10 Jan 1997 (catalog date)
6,402 bytes
Download FTP scene.org
Rating:
Source to detect which intel chip is in a computer - Useful, but not much to look at. It's there for you to use if you ever need to detect what type of processor is in a machine.

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.

Introduction To Keyboard Handlers by Alioth, Don Williamson of O.M.D
/code/hardware/keyboard/keyb.zip
24 Apr 1998 (catalog date)
18,117 bytes
Download FTP scene.org
How to construct a keyboard handler from scratch and why what you do actually works. :)

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

Kernel 1.30b
/code/hardware/pmode/krnl130b.zip
26 Jun 1997 (catalog date)
314,227 bytes
Download FTP scene.org
Rating:
A Pmode kernel program with some extra libraries. Has a sound library and many other extras to make up for the fact that it's rather new and things such as midas, GUSPlay, or whatnot won't work with it. It's picky about assembling (tasm32+wlink only). No real documentation to help you get started.

S3 TPU unit by Dietmar Meschede
/code/hardware/video/s3unit3.zip
10 Jan 1997 (catalog date)
16,549 bytes
Download FTP scene.org
Rating:
Source to set 320x240x256 and 640x480x256 modes with 1MB addressing on S3 chips - Doesn't directly say how to access that video memory or what to do with it. Now adays one should simply use the VESA BIOS.

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.

3d Lib by deks
/code/tutors/math/3dlib.zip
19 Jan 1998 (catalog date)
6,095 bytes
Download FTP scene.org
Rating:
Simple vector and matrix functions. Useless unless you know what they do, and easier to make than use if you do know. Correct code (and math) at the very least.

Text Mode FLI/FLC Player
/code/video/txtfli.zip
06 Oct 1996 (catalog date)
99,695 bytes
Download FTP scene.org
Rating:
Buggy mode set, only worked in a dos box from win '95. Had information about the text mode demo compo and was rather impressive for what it did. Otherwise, tight code for what it does, sparce, useless comments.

What? by Cubic Team, $een
/demos/1996/c/ctswhat.zip
31 Aug 1996 (catalog date)
70,390 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the in64 division and ranked 02

Tarrogona by Whatcom
/demos/1996/t/tarra.zip
09 Feb 1997 (catalog date)
1,303,605 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 21
50hzVGA,GUS/SB/PAS

What (rerelease) by pascal
/demos/1997/c/ctswht95.zip
17 Mar 1997 (catalog date)
79,281 bytes
Download FTP scene.org
Rating:
Win95 - ,,,

What TG Did to Kajania by Kajania
/demos/1997/w/wtgdtk.zip
01 May 1997 (catalog date)
596,165 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the demo division and ranked 10

Whatever by Stock
/demos/1998/w/whatever.zip
04 Jul 1998 (catalog date)
594,970 bytes
Download FTP scene.org
Rating:
Released at event I98 in the demo division and ranked 08
,,GUS/SB/PAS,

What 1
/mags/1995/what1.zip
11 Jul 1996 (catalog date)
1,047,496 bytes
Download FTP scene.org
Rating:

The Question (what Is Narf?) by Rimbo of Cataclysm, Analogue Music
/music/contests/mc5/veteran/m5v-narf.zip
29 Aug 1997 (catalog date)
579,885 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Oh, No! Help Me! I Can't Take It! What? by Perisoft of 11aaa
/music/contests/mc5/veteran/m5v-what.zip
29 Aug 1997 (catalog date)
788,428 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

What You Will by basic
/music/contests/mc6/rookie/m6r-wtuw.zip
28 Mar 1999 (catalog date)
447,318 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

What Words Can Do by WordMacro
/music/contests/mc6/rookie/m6r-wwcd.zip
28 Mar 1999 (catalog date)
367,206 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked R06

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.

What Dosen't Kill Me by benzel of Lithium
/music/disks/1998/killme.zip
27 Jan 1998 (catalog date)
4,674,650 bytes
Download FTP scene.org

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

Liquid Tracker v1.27
/music/programs/trackers/liq127.zip
21 Jan 1997 (catalog date)
118,589 bytes
Download FTP scene.org
SB and PAS only (what's with that?)

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.

What Da Funk by Ome
/music/songs/1994/whatdafu.zip
24 Jan 1997 (catalog date)
279,494 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

What's Our Name by Heretic
/music/songs/1995/d/destiny.zip
11 Sep 1996 (catalog date)
383,613 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the mmul division and ranked XX
(XM)

What Did I Do Wrong? by Tri Sakki
/music/songs/1995/t/t-wrong.zip
24 Sep 1996 (catalog date)
215,540 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the mmul division and ranked 11
(XM)

What Guitar by Mindfuck
/music/songs/1995/w/what_gui.zip
16 Sep 1996 (catalog date)
557,601 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the m4ch division and ranked 13
(MOD)

What Is Love by Nathan Strong
/music/songs/1995/w/wutisluv.zip
21 Sep 1996 (catalog date)
315,718 bytes
Download FTP scene.org
Rating:
(XM)

Give 'em What They Want by Cygnes
/music/songs/1996/c/cgs-give.zip
04 Aug 1996 (catalog date)
388,262 bytes
Download FTP scene.org
Rating:
(S3M)

What Do You Need 2b by Chris Helfrich
/music/songs/1996/c/ch-wdyn2.zip
09 Apr 1997 (catalog date)
180,781 bytes
Download FTP scene.org
Rating:
(XM)

What's this Funk by Dustbin
/music/songs/1996/u/use-funk.zip
17 Nov 1996 (catalog date)
686,906 bytes
Download FTP scene.org
Rating:
(XM)

What's That Sound? by Peals of Bass
/music/songs/1996/w/whats.zip
01 Jul 1996 (catalog date)
474,568 bytes
Download FTP scene.org
Rating:
(XM)

What Remains by dj3
/music/songs/1997/0-9/3-remain.zip
13 Oct 1997 (catalog date)
678,323 bytes
Download FTP scene.org
(IT)

Dr. Whatsit by Balliztic
/music/songs/1997/b/bz-whats.zip
28 Jun 1997 (catalog date)
156,442 bytes
Download FTP scene.org
(IT)

Floating In The Waves Of Fate by Jammax
/music/songs/1997/j/jam-what.zip
12 Jun 1997 (catalog date)
544,301 bytes
Download FTP scene.org
(MDL)

What The Hell by Super Slimer of MataMorph
/music/songs/1997/m/m_wth.zip
08 Apr 1997 (catalog date)
634,790 bytes
Download FTP scene.org
(XM)

Practice What You Preach by ZackmanO of R.E.D.
/music/songs/1997/r/red-prch.zip
27 Jul 1997 (catalog date)
568,487 bytes
Download FTP scene.org
(IT)

What's The Catch by BeaT of Osmosys
/music/songs/1997/t/thecatch.zip
02 Feb 1998 (catalog date)
177,195 bytes
Download FTP scene.org
(XM)

For What Is Lost by Shaed of Danger High Voltage Records
/music/songs/1998/d/dhv-lost.zip
09 May 1998 (catalog date)
1,326,658 bytes
Download FTP scene.org
(IT)

Whats So Funky by tb of Mah Music
/music/songs/1998/m/mah-u08.zip
28 Aug 1998 (catalog date)
1,030,722 bytes
Download FTP scene.org
(XM)

What Does God Say by macris of Mah Music
/music/songs/1998/m/mah038.zip
29 Aug 1998 (catalog date)
311,464 bytes
Download FTP scene.org
(XM)

Let Me Tell You What I'm Feeling by The Nightstalker of ZFX
/music/songs/1998/n/ns-letmt.zip
21 Apr 1998 (catalog date)
690,552 bytes
Download FTP scene.org
(XM)

What Is Sin by Maim of Cryogenic
/music/songs/1998/w/whatssin.zip
02 Sep 1998 (catalog date)
1,334,542 bytes
Download FTP scene.org
(IT)

You Know What You Are (Original by Ministry) by Plastique
/tla/songs/1994/s3m/pl_uknow.zip
16 Sep 1996 (catalog date)
188,928 bytes
Download FTP
Rating:

What The Hell Is This? by Crus
/tla/songs/1995/s3m/h/hd-wthll.zip
18 Sep 1996 (catalog date)
183,194 bytes
Download FTP
Rating:

Whatever by Xenomorf
/tla/songs/1995/s3m/p/prolog.zip
11 Sep 1996 (catalog date)
178,579 bytes
Download FTP
Rating:
Released at event BIZ95 in the mmul division and ranked XX

What The Fuck?! by Nitro
/tla/songs/1995/s3m/w/what_da.zip
20 Sep 1996 (catalog date)
66,046 bytes
Download FTP
Rating:

Call it Whatever by Banshee
/tla/songs/1995/s3m/w/whatever.zip
20 Sep 1996 (catalog date)
320,268 bytes
Download FTP
Rating:

What the Moon Brings by Bigod-20
/tla/songs/1996/s3m/b/bi-moon.zip
08 Oct 1996 (catalog date)
325,863 bytes
Download FTP
Rating:

Valley of What Known by The Decomplier
/tla/songs/1996/s3m/r/raf-val.zip
30 Aug 1996 (catalog date)
206,929 bytes
Download FTP
Rating:

Whatever Bubbles by Pedro
/tla/songs/1996/xm/c/cb-bubbl.arj
22 Sep 1996 (catalog date)
397,032 bytes
Download FTP
Rating:

What Do Ya Need 2 B by Chris Helfrich
/tla/songs/1996/xm/c/ch-wdyn2.zip
11 Aug 1996 (catalog date)
180,759 bytes
Download FTP
Rating:

Dreams are What? by Datrix
/tla/songs/1996/xm/d/dx-darw.zip
16 Nov 1996 (catalog date)
185,192 bytes
Download FTP
Rating:

What a Feeling (cover) by Acidic Sunshine
/tla/songs/1996/xm/f/flashrem.zip
01 Oct 1996 (catalog date)
179,120 bytes
Download FTP
Rating:

What Happens by E-Motion
/tla/songs/1996/xm/h/happens.zip
16 Nov 1996 (catalog date)
206,793 bytes
Download FTP
Rating:

What the Hell? by TNT
/tla/songs/1996/xm/w/whattheh.arj
01 Jul 1996 (catalog date)
351,331 bytes
Download FTP
Rating: