Search for "ail": 64 matches

Zed 3D by Zed
/code/3d/docs/zed3d095.zip
19 Jan 1998 (catalog date)
697,450 bytes
Download FTP scene.org
Rating:
Zed 3d - a document explaining the maths you'll need for 3d. Word and postscript formats of the same file. Zed has an attention to detail and a great way to explain all the math. I highly recommend this to anyone starting to make a 3d engine who doesn't know where to start (start with the math, not the polygon fillers, believe me! the fillers are trivial in comparison). See the bibliography for where to go next.

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.

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.

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.

Linefire by Kable
/code/effects/fire/linefire.zip
26 Jun 1997 (catalog date)
26,759 bytes
Download FTP scene.org
Rating:
Mystify your fire. I half expected to hear the FM sounds from Amnesia to kick in. It's only one line with a *much* longer (and blured) tail, but still. Uses a Bresenham's line routine.

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.

bglass by Konrad Olejnik of K!O
/code/effects/lens/bglass.zip
19 Jan 1998 (catalog date)
50,803 bytes
Download FTP scene.org
Rating:
Bumped glass routine. For TMT pascal. You might call this a bump map type effect. The difference I'm going to call is that bump map routines alter light intensity while lens routines change your position in a texture map. Interesting way to get the timer! :) For C users, that would be int *time = 0x046C. See a BIOS data reference for further details.

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.

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.

EMS specs by Dick Flanagan
/code/hardware/memory/ems4spec.zip
10 Jan 1997 (catalog date)
67,864 bytes
Download FTP scene.org
Rating:
A comprehensive doc on EMS - Has the Expanded Memory Specification details and some Pascal and Asm source for acessing EMS memory.

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.

Cutter
/code/images/cutter1.zip
15 Apr 1997 (catalog date)
68,240 bytes
Download FTP scene.org
Graphics Cutter v1.0 is a scripting language used in cutting graphics from PCX files. Unzip with -d option (subdirectories). Saves palette info, include files, and object files. Object files are stored in MODE 0x13 and MODE X formats. DEMO of bouncing balls included. Source available in registered version.

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.

Tiny PCX by Sugar Less
/code/utils/graphics/tinypcx.zip
19 Jan 1998 (catalog date)
1,165 bytes
Download FTP scene.org
Rating:
164 byte pcx loader. Only works on 320x200x256 images (because of video mode and failing to check the image's actual size) and doesn't explain the pcx file format (which is more or less trivial)

Blue Robot of Sea by Seikkailupahkina
/demos/1996/b/bros.zip
06 Jan 1997 (catalog date)
51,961 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the in64 division and ranked 11

Cocktail by Alien
/demos/1996/c/cocktail.zip
30 Jun 1996 (catalog date)
721,851 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked 09

X-Act by General Failure Team
/demos/1997/x/xact.zip
13 Feb 1998 (catalog date)
655,210 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Startrail to Glory by Abyss
/demos/1998/c/cptfutur.zip
28 May 1998 (catalog date)
2,546,293 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 02
Win95

Lee by Sail
/demos/1998/l/lee.zip
12 Nov 1998 (catalog date)
1,310,783 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the djav division and ranked 08
JAVA

Matka Alamaailmaan by kSM
/demos/1998/m/matka.zip
02 Aug 1998 (catalog date)
1,085,537 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the demo division and ranked 09

Zailor Power by R.W.O.
/graphics/images/1994/z/zailor.zip
04 Jul 1996 (catalog date)
51,469 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 40

Failure by Storm
/graphics/images/1997/a/abc_fail.zip
21 Jun 1997 (catalog date)
188,915 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the grtc division and ranked 01
640x480x16m

Sj Fail by Accipiter of Bordofprey
/graphics/images/1997/s/sjfail.zip
17 Feb 1998 (catalog date)
68,089 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 07
640x512x256

End of the Trail by Zozo of Power Team
/graphics/images/1998/z/zozo-eot.zip
16 Jun 1998 (catalog date)
147,437 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grfx division and ranked 10
640x512x256

ASCII Art Maker by Don Kreusberg
/graphics/programs/convert/emailasc.zip
22 Sep 1996 (catalog date)
174,264 bytes
Download FTP scene.org

The Official Demogroup E-Mail List #03 by Scout, Sleeping Dog, Sam
/info/contact/del03.zip
09 Nov 1996 (catalog date)
5,694 bytes
Download FTP scene.org

The Mail Swap List v0.91
/info/contact/msl091.zip
22 Nov 1998 (catalog date)
23,244 bytes
Download FTP scene.org
includes a handle list and a swapping FAQ

Caillean by Lord Blanka the Black
/music/contests/mc2/veteran/v-cail.zip
09 Nov 1996 (catalog date)
160,928 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V27

Jungle Trail by Broam of Unreformed Deviants
/music/contests/mc5/rookie/m5r-tral.zip
29 Aug 1997 (catalog date)
413,065 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Hard As Nails by Ez of Deathstar
/music/contests/mc5/veteran/m5v-han.zip
29 Aug 1997 (catalog date)
601,658 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

The Green Twist by Urge of Aile
/music/contests/mc5/veteran/m5v-tgtw.zip
29 Aug 1997 (catalog date)
385,420 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

The Pigtail Legend by Jeremy Michael
/music/contests/mc6/veteran/m6v-pig.zip
28 Mar 1999 (catalog date)
322,574 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Spring Hail by Legend
/music/contests/mc6/veteran/m6v-sph.zip
28 Mar 1999 (catalog date)
488,435 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Old Folks by Urge of AiLe Productions
/music/disks/1997/oldfolk.zip
15 Apr 1997 (catalog date)
2,240,200 bytes
Download FTP scene.org

Awave V4.2 by F.M.J.
/music/programs/convert/awave42.zip
25 Aug 1997 (catalog date)
450,107 bytes
Download FTP scene.org
Audio & instrument file format converter, editor & player. - Convert among - 100 audio file formats - Read the instrument formats of most commercial synthesizers and soundcards - Make high quality conversions between the bank and instrument formats of different synthesizers. - Use it as a 'generic' instrument editor for your wavetable sound card. For some cards this is the *only* one available. - Use it as an audio player - Use it as a simple audio editor.

Modplug Player V1.38 by Olivier Lapicque
/music/programs/players/mpp138.zip
30 Aug 1998 (catalog date)
255,342 bytes
Download FTP scene.org
MOD/S3M/XM/IT/OKT/NST/WOW/MED/669 Player for Windows95/NT4, Supports playlists live mixing of 2 mods + input, Bass Expansion, Surround, Reverb, EQ, zipped modules, VU-Meter, spectrum analyzer, DirectSound & MMX acceleration. WinAmp Plug-Ins & RAR support, IT Resonant Filters, and 5-bands Graphic Equalizer. (See readme.txt for more details)

Opencp 2.5 by KB
/music/programs/players/opencp25.zip
24 Jul 1998 (catalog date)
976,379 bytes
Download FTP scene.org
opencp 2.5.0 - cubic player - the next generation, formats: mod, s3m, xm, it, mtm, 669, wow, ult, dmf, ams, mxm, ptm, mdl, okt, wav, mp1, mp2, mp3, sid - playlists: pls, m3u, plt (mikit) - cards: gus, iw, sb, awe, ews, ess, wss, pas, wav-writer, mpx-writer - html docs included, source code available

Orangator V1.1 by Agent Orange, Tangerine of T-Rex
/music/programs/samplers/trx-or11.zip
29 Aug 1997 (catalog date)
314,312 bytes
Download FTP scene.org
New verion of powerful win95 synth, bugfixed, new effects (reverb, etc) and no demosong note the e-mail address correction

Juno 106 Pack 1 by DotH of MultiDimensional
/music/samples/dothpk1.zip
15 Jan 1998 (catalog date)
4,971,232 bytes
Download FTP scene.org
Samples for quality tracking from the juno. The pack includes sweeped synths and bass sounds. Recommended for Techno-Trance-Goa music. contains full sweeps so you can have all the samples needed to make real-like sweeps. All samples are 16 bit at 44.1Khz WAV. Pack contains detailed list of samples.

Factory Samples Pack Volume 1 by Forklift
/music/samples/propane.zip
11 Nov 1997 (catalog date)
6,098,959 bytes
Download FTP scene.org
Propane recycling plant samples: squeaking drill Impak airgun Shockblaster falling tool forklift horn air compressor squeaking sounds of hammer taking of nails.

Factory Samples Pack Volume 2 by Forklift
/music/samples/propane2.zip
23 Mar 1998 (catalog date)
5,856,147 bytes
Download FTP scene.org
More factory samples are available now. Read the included text file here for d etails.

Full Sail by Scirocco
/music/songs/1995/f/fullsail.zip
21 Sep 1996 (catalog date)
423,624 bytes
Download FTP scene.org
Rating:
(XM)

Fingernail Dreams by Sikamikanico
/music/songs/1995/s/si_dream.zip
21 Sep 1996 (catalog date)
125,718 bytes
Download FTP scene.org
Rating:
(XM)

The Tailor by Hadji
/music/songs/1995/t/tail-had.zip
20 Sep 1996 (catalog date)
6,171 bytes
Download FTP scene.org
Rating:
(S3M)

Sailor Moon Techno Mod 1 by Xfood
/music/songs/1996/s/sos1.zip
19 Mar 1997 (catalog date)
418,782 bytes
Download FTP scene.org
(S3M)

Sailor Moon Techno Mod 2 by Xfood
/music/songs/1996/s/sos2.zip
19 Mar 1997 (catalog date)
162,594 bytes
Download FTP scene.org
(S3M)

Casualty Of War by Brian Bisaillon
/music/songs/1997/c/casualty.zip
13 Dec 1997 (catalog date)
126,523 bytes
Download FTP scene.org
(IT)

Details by Ranger Rick of FTMI Studios
/music/songs/1997/d/details.zip
24 May 1997 (catalog date)
424,751 bytes
Download FTP scene.org
(IT)

Impulse Nine by Brian Bisaillon
/music/songs/1997/i/impulse9.zip
08 Dec 1997 (catalog date)
231,820 bytes
Download FTP scene.org
(S3M)

Eternal Clouds by Superman, Flail of Optikal Delusion
/music/songs/1997/o/od_cloud.zip
18 Dec 1997 (catalog date)
51,898 bytes
Download FTP scene.org
(S3M)

A Tribute To Sailor Moon by Psychad of Obvious
/music/songs/1997/p/psy_sail.zip
02 Jun 1997 (catalog date)
787,727 bytes
Download FTP scene.org
(XM)

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)

Jupiter Trails by RabiteMan
/music/songs/1997/r/rm-trail.zip
19 Mar 1997 (catalog date)
133,667 bytes
Download FTP scene.org
(S3M)

Turbo-Snails Theme by Shudder
/music/songs/1997/s/s_snails.zip
19 Mar 1997 (catalog date)
147,224 bytes
Download FTP scene.org
(S3M)

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.

When Gravity Fails by Radiance of DZone
/music/songs/1997/w/wgf.zip
27 Nov 1997 (catalog date)
304,837 bytes
Download FTP scene.org
(MOD)

avaruusseikkailu 2051 by leach of coil
/music/songs/1998/l/lc_a2051.zip
07 Dec 1998 (catalog date)
256,539 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

Withnail And I by t.smedback alias tobe
/music/songs/1998/w/withnail.zip
14 Jun 1998 (catalog date)
264,189 bytes
Download FTP scene.org
(XM)

Mekka 97 Modules
/music/songs/1997/m/mek97oth.zip
06 Jul 2003 (catalog date)
8,543,860 bytes
Download FTP scene.org
Released at event MEK97 in the m4ch division and ranked XX
Songs that failed the preselection.

Megapol by Mr. Powerfailure
/tla/songs/1995/xm/m/megapol.zip
21 Sep 1996 (catalog date)
217,545 bytes
Download FTP
Rating:

Nailed To The Wall by Jimmac
/tla/songs/1995/xm/n/nailed.zip
21 Sep 1996 (catalog date)
105,299 bytes
Download FTP
Rating:

System's Failure by Orthodox
/tla/songs/1996/s3m/o/orx-sfai.zip
09 Oct 1996 (catalog date)
234,572 bytes
Download FTP
Rating:

Trailblazers by CrimeDay, Wiruz
/tla/songs/1996/s3m/t/trail.zip
22 Sep 1996 (catalog date)
140,735 bytes
Download FTP
Rating: