|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
|
Sound Deluxe System 5.04 by Maple Leaf /code/audio/players/sds504.zip
| 17 Jan 1999 (catalog date)
603,983 bytes
| Download FTP scene.org
| Rating:
| This player supports a lot of different module formats, but the GUS support seems to have a bug because I hear nothing, while it works great on my Soundblaster Pro. It supports a lot of different languages, including Turbo Basic!
|
|
StarPlayer by Jedi of Oxygen /code/audio/players/sp-code.zip
| 25 Aug 1997 (catalog date)
125,394 bytes
| Download FTP scene.org
| Rating:
| A mod/s3m player with source. THIS is the player you want to pick up if you're doing a 100% asm intro with Tran's pmode v2.xx and need SB support. It's easily tweakable to play your tune from memory, though the code given loads from disk. If you don't need SB support, also check out Robban's GUSPlay.
|
|
Tnt's Mod Player by ByteRaver of TNT, NO-ID /code/audio/players/tnt-mp11.zip
| 10 Jun 1998 (catalog date)
306,622 bytes
| Download FTP scene.org
| | This is a .MOD, .WOW player for DOS or a W95 DOS BOX. It supports the GUS and SoundBlaster. Features are interpolative mixing routines (stereo with panning effects), 5 octaves, 1 to 32 channels, _ALL_ MOD types supported, very powerful .MOD loader, MIDAS-alike setup. full pascal and asm source is included. Info about programming mixing routines is included, too.
|
|
|
|
|
|
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.
|
|
|
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.
|
|
Stupikeffyloooopy Full Source by FAC of Delabu Alama /code/demosrc/demos/loopysrc.zip
| 25 Apr 1998 (catalog date)
211,591 bytes
| Download FTP scene.org
| | Full source for the Stupikeffyloopy demo. - Coded in TMT Pascal v2.0 registered. - Can be compiled with either registered or unregistered versions - Supports Sound Blaster / No Sound - MOD Player by Cesar Vellido / CiMedia - Enjoy it.
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tunnel Source by bca of Karva /code/effects/tunnel/bca_tnl.zip
| 19 Jan 1998 (catalog date)
19,956 bytes
| Download FTP scene.org
| Rating:
| A texture mapped tunnel effect. Has holes in the tunnel. No useful comments in the source. One nifty (old!) idea of taking advantage of mirrors in the lookup table. FYI - vasen=left, oikea=right, yl„=upper, ala=lower.
|
|
Voxel by 6502 of Fatal Rage /code/effects/voxel/newvox.zip
| 26 Jun 1997 (catalog date)
3,227 bytes
| Download FTP scene.org
| Rating:
| Beautiful hightfield rendering. If there's anyone with half a clue who can't understand this, I'd like to know. The effect itself is beautiful, fast, and the code is gratuitously commented. My only quip is having (gipped) allocation of some 180k that just eats up base memory. Has no .exe, but compiles with watcom with no problems.
|
|
|
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...
|
|
|
|
|
|
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).
|
|
|
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.
|
|
|
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.
|
|
|
System 64 by Simm of Analogue /code/hardware/pmode/s64.zip
| 10 Jan 1997 (catalog date)
61,037 bytes
| Download FTP scene.org
| Rating:
| A DOS protected mode extender - Comes with full source and looks fairly complete including real mode call back support. Worth giving a look at if you'll find it easier to use than Tran's pmode or DOS32.
|
|
Asychronous communitcations code by Lord Logics /code/hardware/serial/ll_comm.zip
| 10 Jan 1997 (catalog date)
56,754 bytes
| Download FTP scene.org
| Rating:
| Source for "asynchronous" comm connections - A library meant for opening COM lines and other serial line connections. It's supposedly asynchronous (but maybe in a later version for this only supports one). Not too demo scene relevant, but it could make for great modem-modem networking in a game.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
3DS converter by MRI of Doomsday /code/utils/3d/3dsrdr13.zip
| 25 Aug 1997 (catalog date)
6,754 bytes
| Download FTP scene.org
| Rating:
| Reads a 3ds file and outputs an easier to read format. An update of Jare's 3dsrdr12. Get the above for usefulness, get Jare's original version for posterity or more complete informations.
|
|
tinyRTL by Solar Designer /code/utils/compiler/bpc-trtl.zip
| 10 Jan 1997 (catalog date)
13,314 bytes
| Download FTP scene.org
| Rating:
| A pas TPU with source for creating small exes - A TPU that replaces the system TPU in Turbo Pascal so that small .exes can be made. The example .exes are deceiving as there is no built in support for writing text and other such things. Knowledge of assembler will be necessary for most programs you'd write with this.
|
|
GEMA by ? of Sector One /code/utils/compiler/gema16.zip
| 10 Jan 1997 (catalog date)
118,143 bytes
| Download FTP scene.org
| Rating:
| An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(
|
|
GEMA by ? of Sector One /code/utils/compiler/gema26aa.zip
| 10 Jan 1997 (catalog date)
148,691 bytes
| Download FTP scene.org
| Rating:
| An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(
|
|
Inc Pro by KeLewAN /code/utils/compiler/incpro3.zip
| 12 Aug 1997 (catalog date)
6,818 bytes
| Download FTP scene.org
| Rating:
| A bin 2 include util. A word to the coder, learn to read/write double values, it'll help speed up the assembler. If you were really cool, you'd write a binary to .OBJ converter.
|
|
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.
|
|
Bin 2 Pal by pneyz of smoof /code/utils/graphics/b2pal100.zip
| 19 Jan 1998 (catalog date)
10,133 bytes
| Download FTP scene.org
| Rating:
| Converts raw data to palette includeable stuff. Remember: there are no upload/download ratios on hornet. Please don't feel compelled to upload something merely for the sake of uploading something. Who do you think you're helping?
|
|
|
|
|
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' :-)
|
|
Second Phobia by Noice /demos/1993/0-9/2phobia.zip
| 29 Jun 1996 (catalog date)
182,752 bytes
| Download FTP scene.org
| Rating:
| Released at event TP93 in the demo division and ranked 05
Really nice intro with some bitplane-mapping (& rotating), vectors, vector-dots, etc. There is such a bug, it supports GUS only at 220 (for other base-ports un-pklite this program and change 0x220 (the only one) in code to your base address).
|
|
|
|
|
|
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).
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|