Search for "ROG": 488 matches(displaying first 250)

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.

Zed 3D by Zed
/code/3d/docs/zed3d060.zip
10 Jan 1997 (catalog date)
357,811 bytes
Download FTP scene.org
Rating:
A comprehensive doc on many aspects of 3d math and programming - Designed for those comfortable with math. It spells out the math concepts needed and shows their application, but by no means spoon feeds the information to you.

WGT by Egerter Software
/code/3d/systems/wgtvesa2.zip
12 Aug 1997 (catalog date)
202,549 bytes
Download FTP scene.org
Rating:
WordUp Graphics Toolkit - Vesa extension. A graphics toolkit designed for games programers.

Phong Illumination Model by FAC of Delabu Alama
/code/3d/trifill/phong/facphong.zip
02 Jun 1998 (catalog date)
32,754 bytes
Download FTP scene.org
How to use the phong model to make nice palettes you can use in lots of effects, like 3D shading, fire, particles, hicolor shading, and plasmas. Includes a cool example program to play with.

AWE 32 "documentation" by Judge Dred
/code/audio/docs/awe32prg.zip
10 Jan 1997 (catalog date)
37,028 bytes
Download FTP scene.org
Rating:
Useful documents for AWE 32 programming - Beats the shit out of Creative Lab's released information.

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.

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.

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.

TSR Clock by Sam of TFL-TDV
/code/dos/time3.zip
26 Feb 1998 (catalog date)
10,887 bytes
Download FTP scene.org
Rating:
Two tiny programs that put a clock in the upper-right of your screen.

Assembly Body for TSR Programs by Sam of TFL-TDV
/code/dos/tsr_xmpl.zip
21 Jan 1998 (catalog date)
36,141 bytes
Download FTP scene.org
Rating:

2d Coloured Bump Mapping by PSX of Future-Shock
/code/effects/bump/2dclbump.zip
24 Apr 1998 (catalog date)
277,086 bytes
Download FTP scene.org
Program to demonstarted Coloured 2D Bump Mapping. Coded in Watcom C.

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.

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.

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.

100 byte water effect by Programmer of Universe Group
/code/effects/water/unv-100b.zip
27 Dec 1997 (catalog date)
2,237 bytes
Download FTP scene.org
Rating:
Assembler

256 Byte Water by Cagdas Calik
/code/effects/water/w256.zip
24 May 1998 (catalog date)
786 bytes
Download FTP scene.org
A 256 byte water effect coded in pure assembly by Cagdas Calik, moreover with 286 instructions. It's recommended that you're mouse driver is load before you run the program, otherwise it will crash. Click left mouse button to go back to dos. Have fun...

SoundBlaster Programming Info by Andr B Baresel, Craig Jackson
/code/hardware/audio/sblast09.zip
21 Jan 1998 (catalog date)
502,511 bytes
Download FTP scene.org
Rating:
The ultimate guide for SoundBlaster coders. Sources included (including S3M player).

SoundBlaster Routines by Christopher M. Box
/code/hardware/audio/sbprog10.zip
21 Jan 1998 (catalog date)
37,846 bytes
Download FTP scene.org
Rating:

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.

DMA tut by Draeden of VLA
/code/hardware/dma/dma_vla.zip
10 Jan 1997 (catalog date)
2,516 bytes
Download FTP scene.org
Rating:
Some docs for DMA programming - Sufficient for learning how to program the DMA. I do believe this was part of the PCGPE 1.0.

Obbuf v3.2 by Ondrej Blazek
/code/hardware/keyboard/obbuf.zip
26 Feb 1998 (catalog date)
12,658 bytes
Download FTP scene.org
Rating:
Fills the keyboard buffer with specific keystrokes before running a program. Very useful if you often use the same functions of a program when you start it.

Peroxide Trainer Part 6 by Telemachos of Peroxide
/code/hardware/keyboard/pxdtut6.zip
17 Jan 1999 (catalog date)
20,234 bytes
Download FTP scene.org
Rating:
This tutorial explains how to program interrupts, timers and keyboard handlers.

Flat Real Mode Interface by Juanito
/code/hardware/memory/frmi_150.exe
10 Jan 1997 (catalog date)
38,210 bytes
Download FTP scene.org
Rating:
An interface for flat real mode from BC - Has some docs on xms and comments explaining how the interface works itself. I didn't test to see if it works. Doesn't work in v86 mode, meaning most programs made with this will require a reboot.

386 power by Lorenzo Micheletto
/code/hardware/pmode/386p_101.zip
10 Jan 1997 (catalog date)
117,845 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - Has docs for useage and some extra miscellaneous routines that could be used for game or graphics programming in pmode. Honestly, if you want to do 100% asm development for pmode I'd suggest DOS32 or Tran's pmode. The author here credits Tran for some backbones to his system.

DOS 32 by Adam Seychell
/code/hardware/pmode/dos32v33.zip
10 Jan 1997 (catalog date)
339,512 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the best choices for a DOS extender. It's complete, well coded, and flexible. (no accompanying .txt file)

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.

PMODE by Tran
/code/hardware/pmode/pm-11-94.zip
10 Jan 1997 (catalog date)
81,994 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the other best choices for a DOS extender. It's complete, well coded, and flexible.

PMODE by Tran
/code/hardware/pmode/pmode307.zip
10 Jan 1997 (catalog date)
54,781 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the other best choices for a DOS extender. It's complete, well coded, and flexible.

PMODE/W by Tran, Daredevil
/code/hardware/pmode/pmw133.zip
10 Jan 1997 (catalog date)
143,190 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode C programming - Works with the Watcom C compiler as a replacement for their protected mode system. Has it's tradeoffs with their (Watcom's) system.

Protect by Denis Marer
/code/hardware/pmode/protect.zip
10 Jan 1997 (catalog date)
15,056 bytes
Download FTP scene.org
Rating:
Some source code for getting into pmode - Good comments, but doesn't set up much of a programming environment. Has no support for DPMI nor real mode call backs.

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.

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.

Variable Pictures
/code/images/bin2asm.zip
15 Apr 1997 (catalog date)
63,503 bytes
Download FTP scene.org
Put variable size pictures in your VGA programs.

HSI 2 ARR
/code/images/hsi2arr.zip
15 Apr 1997 (catalog date)
62,609 bytes
Download FTP scene.org
Converts RAW format picture files to C readable arrays. Full source included, and two example programs.

PCX Utils by Patch of Avalanche
/code/images/pcxutils.zip
15 Apr 1997 (catalog date)
71,400 bytes
Download FTP scene.org
Raw saver. Tweaked saver. File viewer. Font converter. Easy linking to ASM programs.

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.)

GUS Programming Info v3.02
/code/sound/gusin302.zip
06 Oct 1996 (catalog date)
13,723 bytes
Download FTP scene.org
Rating:

Collection of Dr. Dobbs Journals Feb 1991 through Feb 1993. by Dr. Dobbs
/code/tutors/graphics/graphpro.zip
18 Jan 1998 (catalog date)
397,893 bytes
Download FTP scene.org
Rating:
A must for every graphics programmer!

SWAG by SourceWare Archival Group
/code/tutors/swag/swag.zip
18 Mar 1997 (catalog date)
4,975,456 bytes
Download FTP scene.org
Rating:
Programing sources and information for PASCAL programmers - A veritable must for PASCAL programmers, especially those still on the lower end of the learning curve.

VGA Programming Course by T.C.P. of Diabolic Force
/code/tutors/video/tcp_vgak.zip
17 Jan 1999 (catalog date)
87,740 bytes
Download FTP scene.org
Rating:
Doesn't add anything new to existing courses.

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.

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.

DeKompress DOS32 by Dark Fibre
/code/utils/compiler/dkd32.zip
10 Jan 1997 (catalog date)
12,414 bytes
Download FTP scene.org
Rating:
Decompresses files made with and compressed via DOS32 - This utility could be useful for rippers faced with intros coded with DOS32. It will unpack the exe and one can use further programs to extract mod files or graphics.

DFMAKE by Alessandro Job
/code/utils/packers/dfmake.zip
10 Jan 1997 (catalog date)
39,904 bytes
Download FTP scene.org
Rating:
A program and library for accessing data from a datafile from Watcom - Useful little utility. Very simple.

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut1.zip
19 Jan 1998 (catalog date)
15,071 bytes
Download FTP scene.org
Rating:
Windows Tutorial 1. Denthor's back with some tutorials on windows graphics program. I (and he) recommend that you still get another reference (like a *gasp* book) if you know absolutely nothing about programming windows and intend to get serious about it. The tut has just enough info to grasp how windows works, the mindset needed for coding, and some basic messages windows can throw at you. Good for the ultra-beginner with windows. (Oh, the example here is a star field)

Distance by the Distance Programming Team
/demos/1991/distance.zip
29 Jun 1996 (catalog date)
129,028 bytes
Download FTP scene.org
Rating:

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).

Greentro by Keen Like Frogs
/demos/1993/g/greentro.zip
29 Jun 1996 (catalog date)
187,806 bytes
Download FTP scene.org
Rating:

BBS Blue Obzession by Keen Like Frogs
/demos/1994/b/blueobz.zip
29 Jun 1996 (catalog date)
40,241 bytes
Download FTP scene.org
Rating:

BBS The Hideout by Keen Like Frogs
/demos/1994/h/hideout.zip
29 Jun 1996 (catalog date)
6,097 bytes
Download FTP scene.org
Rating:

Journey by Keen Like Frogs
/demos/1994/j/journey.zip
29 Jun 1996 (catalog date)
1,564,878 bytes
Download FTP scene.org
Rating:

Total Malfunction by Progrex
/demos/1994/m/malfunc.zip
29 Jun 1996 (catalog date)
1,183,928 bytes
Download FTP scene.org
Rating:

Washandje by Progress
/demos/1994/p/prg_whs.zip
29 Jun 1996 (catalog date)
65,845 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the in64 division and ranked 04

Frog Fuzz Birthday by Condenz
/demos/1995/c/cdz_frog.zip
29 Jun 1996 (catalog date)
68,666 bytes
Download FTP scene.org
Rating:

Marcang by Hydrogen, Zed of Dlux, Remal
/demos/1995/m/marcang.zip
30 Jun 1996 (catalog date)
89,341 bytes
Download FTP scene.org
Rating:

1 Frame by Hydrogen
/demos/1996/0-9/1frame.zip
30 Jun 1996 (catalog date)
7,003 bytes
Download FTP scene.org
Rating:

Voxel rendering program by Andrea Griffini
/demos/1996/n/newvox4.zip
06 Jul 1996 (catalog date)
15,609 bytes
Download FTP scene.org
Rating:

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

Zero Gravity by Blasphemy
/demos/1996/z/zerograv.zip
09 Feb 1997 (catalog date)
2,036,526 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 13
P5,GUS/SB/PAS,4MB

Fireworks by Picard of Hydrogen
/demos/1998/h/h2_firew.zip
21 Aug 1998 (catalog date)
5,626 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in1k division and ranked 01

Happy Birthday Intro for Programmer/UNV by Sands
/demos/1998/p/progcake.zip
12 Sep 1998 (catalog date)
190,163 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Rehash by Programmed
/demos/1998/r/rehash.zip
02 Sep 1998 (catalog date)
517,478 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Untitled by Rogers
/graphics/images/1996/u/untitled.zip
27 Sep 1996 (catalog date)
159,342 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the grfx division and ranked 14

Frogstar by Blackstain
/graphics/images/1997/g/gfxfrogs.zip
10 Mar 1998 (catalog date)
358,598 bytes
Download FTP scene.org
Rating:
Released at event MOV97 in the grfx division and ranked ??
1524x1161x256, Scan.

Groggy's ID by Groggy
/graphics/images/1997/g/groggy.zip
13 Oct 1997 (catalog date)
94,464 bytes
Download FTP scene.org
Rating:

Fireworm by GuyProg
/graphics/images/1998/f/fireworm.zip
05 Nov 1998 (catalog date)
45,939 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grtc division and ranked 09
640x480x16m

6th Sense Unpacker by Scale of Blasm
/graphics/programs/convert/6sunpack.zip
18 Jun 1998 (catalog date)
7,222 bytes
Download FTP scene.org
Rip GIFs from "6th Sense" by Realtech

Image Alchemy v1.62 by Handmade Software
/graphics/programs/convert/alch162.zip
22 Sep 1996 (catalog date)
405,844 bytes
Download FTP scene.org

Aquaphobia Unpacker by Scale of Blasm
/graphics/programs/convert/aqunpack.zip
18 Jun 1998 (catalog date)
7,829 bytes
Download FTP scene.org
rip GIFs and music from "Aquaphobia" by Realtech

BW Pak by Aeiou
/graphics/programs/convert/at_bwpk6.zip
17 Dec 1997 (catalog date)
26,395 bytes
Download FTP scene.org
bw animation cruncher + source

BMP to AVI by Paul Roberts
/graphics/programs/convert/bmp2avi.zip
22 Sep 1996 (catalog date)
21,580 bytes
Download FTP scene.org

Countdown Unpacker by Scale of Blasm
/graphics/programs/convert/cdunpack.zip
18 Jun 1998 (catalog date)
8,066 bytes
Download FTP scene.org
rip GIFs from "Countdown" by Realtech

Image Cropper by Skip Sauls
/graphics/programs/convert/crop.zip
22 Sep 1996 (catalog date)
34,917 bytes
Download FTP scene.org

Dx Project Unpacker by Scale of Blasm
/graphics/programs/convert/dxunpack.zip
18 Jun 1998 (catalog date)
8,314 bytes
Download FTP scene.org
rip GIFs from "DX Project" by Realtech

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

Fontography 1.0 by Itec
/graphics/programs/convert/fontog10.zip
21 Apr 1998 (catalog date)
153,232 bytes
Download FTP scene.org
.ttf into .bmp. Win32 only.

Pcx2Raw Conversion by Jinx
/graphics/programs/convert/slpcxraw.zip
22 Sep 1996 (catalog date)
43,706 bytes
Download FTP scene.org

VBE Rip 1.0 by Maxon of Volare
/graphics/programs/convert/vberip10.zip
17 Dec 1997 (catalog date)
36,678 bytes
Download FTP scene.org
Ripper. VBE and mouse required

Master Draw v3.6 by Arkham
/graphics/programs/editors/akm-md36.zip
22 Sep 1996 (catalog date)
162,843 bytes
Download FTP scene.org

ANIM8 v1.13 Sprite Editor by Majestick
/graphics/programs/editors/anm8_113.zip
22 Sep 1996 (catalog date)
178,289 bytes
Download FTP scene.org

AnimPaint Animation Editor by Sphair
/graphics/programs/editors/apaint01.zip
22 Sep 1996 (catalog date)
21,254 bytes
Download FTP scene.org

Blob Sculptor For 3DS by Steve Anger
/graphics/programs/editors/bsdemo1a.zip
22 Sep 1996 (catalog date)
76,807 bytes
Download FTP scene.org

Char Editor 1.22 by Escape
/graphics/programs/editors/char_122.zip
07 Dec 1996 (catalog date)
97,866 bytes
Download FTP scene.org

Font Editor v1.2 by Picoder
/graphics/programs/editors/fedit12.zip
13 Sep 1997 (catalog date)
49,065 bytes
Download FTP scene.org

Grafx 2.00 96.3 by Sunset Design
/graphics/programs/editors/gfx2a963.zip
10 May 1998 (catalog date)
469,851 bytes
Download FTP scene.org
Rating:
Multi-resolution bitmap paintprogram

Grafx 2.00 Beta 96.1 by Sunset Design
/graphics/programs/editors/gfx2b961.zip
10 Mar 1998 (catalog date)
463,206 bytes
Download FTP scene.org
Rating:
Multi-resolution bitmap paintprogram

32x32x256 Sprite Editor by YC
/graphics/programs/editors/icspred1.zip
22 Sep 1996 (catalog date)
47,289 bytes
Download FTP scene.org

Jaw 3d Model Viewer by Jawed Karim
/graphics/programs/editors/j3d284.zip
09 Mar 1998 (catalog date)
223,239 bytes
Download FTP scene.org

MDraw Sprite Editor by Matt Miller
/graphics/programs/editors/mdraw.zip
22 Sep 1996 (catalog date)
50,275 bytes
Download FTP scene.org

Palette Ripper v1.0 by Zac Hilbert
/graphics/programs/editors/palrip10.zip
13 Sep 1997 (catalog date)
11,880 bytes
Download FTP scene.org
grabs 256 color palettes from PCX files

Rip Paint Editor by Telegrafix
/graphics/programs/editors/ripaint.zip
22 Sep 1996 (catalog date)
2,192,477 bytes
Download FTP scene.org

Sprite Animator v0.01 by Sliq
/graphics/programs/editors/sam001.zip
22 Sep 1996 (catalog date)
34,322 bytes
Download FTP scene.org

Spriter v1.03 by Discordis
/graphics/programs/editors/spriv103.zip
22 Sep 1996 (catalog date)
24,331 bytes
Download FTP scene.org

WinPlas v2.0 Demo - Plasmid Editor
/graphics/programs/editors/winplasd.zip
22 Sep 1996 (catalog date)
340,399 bytes
Download FTP scene.org

320x400x256 DP2e Patch by Pelusa
/graphics/programs/mode/dp400.zip
22 Sep 1996 (catalog date)
922 bytes
Download FTP scene.org

Any X-mode DP2e Patch by Bartist
/graphics/programs/mode/dpx11.zip
22 Sep 1996 (catalog date)
15,994 bytes
Download FTP scene.org

Some X-modes DP2e Patch by Eclipse
/graphics/programs/mode/dpxt102.zip
22 Sep 1996 (catalog date)
5,325 bytes
Download FTP scene.org

Setmode 1.0 by Post Mortem
/graphics/programs/mode/setmode.zip
13 Sep 1997 (catalog date)
49,192 bytes
Download FTP scene.org
use 320x200x256c programs in non-standard resolutions

TSR Makes Aspect 1:1 by Shayde
/graphics/programs/mode/squash.zip
22 Sep 1996 (catalog date)
6,096 bytes
Download FTP scene.org

Fractal Arts by Cyberlight Matrix
/graphics/programs/players/cybrshow.zip
22 Sep 1996 (catalog date)
1,444,755 bytes
Download FTP scene.org

Display v1.87 Image Viewer/Convertor
/graphics/programs/players/disp187.zip
22 Sep 1996 (catalog date)
836,628 bytes
Download FTP scene.org

Fast FLI/FLC Player by Eclipse
/graphics/programs/players/e_fast22.zip
22 Sep 1996 (catalog date)
346,686 bytes
Download FTP scene.org

FastLite FLI/FLC Viewer by Eclipse
/graphics/programs/players/fastl301.zip
22 Sep 1996 (catalog date)
25,022 bytes
Download FTP scene.org

Multimedia Designer by Harrow Software
/graphics/programs/players/formula3.zip
22 Sep 1996 (catalog date)
1,340,241 bytes
Download FTP scene.org

RTMZ 3.0 by Davide Pasca
/graphics/programs/players/rtmz30.zip
13 Sep 1997 (catalog date)
532,945 bytes
Download FTP scene.org
3D viewer

VPic Image Viewer by Bob Montgomery
/graphics/programs/players/vpic61e.zip
22 Sep 1996 (catalog date)
251,334 bytes
Download FTP scene.org

3D Polygon Editor
/graphics/programs/vector/3dedb09.zip
22 Sep 1996 (catalog date)
132,500 bytes
Download FTP scene.org

Master Modeler 1.0 by Arkham
/graphics/programs/vector/akm-mm10.zip
22 Sep 1996 (catalog date)
85,171 bytes
Download FTP scene.org

Thread v1.0 by Andrew Harvey
/graphics/programs/vector/thrd9510.zip
17 Dec 1997 (catalog date)
422,754 bytes
Download FTP scene.org
Vector program for Win95

3D Vector Editor by Grey Cat
/graphics/programs/vector/veced300.zip
22 Sep 1996 (catalog date)
330,857 bytes
Download FTP scene.org

Introduction to 3D Programming - Article #1 by Kiwidog of Hornet, Terraformer
/info/demonews/other/dn114_3d.zip
02 Dec 1996 (catalog date)
14,866 bytes
Download FTP scene.org
from DemoNews.114

Introduction to 3D Programming - Article #2 by Kiwidog of Hornet, Terraformer
/info/demonews/other/dn116_3d.zip
02 Dec 1996 (catalog date)
19,309 bytes
Download FTP scene.org
from DemoNews.116

Disk Magazine Generator v1.03d by Dark Fiber
/mags/programs/dmg103d.zip
15 Sep 1996 (catalog date)
194,195 bytes
Download FTP scene.org

Genetic Dreams Text Editor v4.0 by Escape
/mags/programs/gde40.zip
14 Sep 1996 (catalog date)
67,364 bytes
Download FTP scene.org

Hafasika by Frotus, Froggie
/music/contests/mc5/rookie/m5r-hafa.zip
29 Aug 1997 (catalog date)
430,793 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked R07

Progression by Necros of Five Musicians
/music/disks/1995/fm-prog.zip
26 Jul 1996 (catalog date)
1,992,944 bytes
Download FTP scene.org
Rating:

Acidfrog vs. Zinc by Acidfrog, Zinc
/music/disks/1996/af-vs-zn.zip
11 Aug 1996 (catalog date)
496,371 bytes
Download FTP scene.org
Rating:

MusicDisk 2 by Balrog
/music/disks/1996/grv_d2.zip
15 Sep 1996 (catalog date)
2,536,747 bytes
Download FTP scene.org
Rating:

Paragon by Sir Roger
/music/disks/1996/ptm-para.zip
28 Sep 1996 (catalog date)
2,596,059 bytes
Download FTP scene.org
Rating:

Eat To Get Slimmer by Airog, Cruel Creator, Dilvish, Galahad, Noiseman of Gemini Productions
/music/disks/1997/gem-slim.zip
21 Apr 1997 (catalog date)
4,476,702 bytes
Download FTP scene.org

Genesis by Drizzt, Crack, Sir Roger, Niko, Duffy, Gil, Hork, Romout, Hoagie of LosT BoyZ
/music/disks/1998/genesis.zip
09 Aug 1998 (catalog date)
6,153,306 bytes
Download FTP scene.org

Music File Compressor v1.34 by Zirconia
/music/programs/compress/mmcmp134.zip
09 Jan 1997 (catalog date)
45,909 bytes
Download FTP scene.org
compress/decompress songs, load compressed modules into any tracker/player with TSR loaded

Xmo, Extended Module Optimizer by trench
/music/programs/compress/xmo.zip
21 Sep 1998 (catalog date)
10,478 bytes
Download FTP scene.org
The eXtended Module Optimizer will remove unused samples & instruments from your .XM (FastTracker 2) -modules. More optimizations will come in feature versions.

669 to 8-channel MOD converter v1.0
/music/programs/convert/6692mod.zip
09 Sep 1996 (catalog date)
7,730 bytes
Download FTP scene.org

AMF2MOD v1.0
/music/programs/convert/amf2mod.zip
09 Sep 1996 (catalog date)
23,784 bytes
Download FTP scene.org

AMF2S3M v0.001f by Jinas
/music/programs/convert/amf2s3m.zip
09 Sep 1996 (catalog date)
8,803 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.

Chop Mod! v1.6 Convert Amiga 2.x executables to MOD
/music/programs/convert/chopmod.zip
09 Sep 1996 (catalog date)
13,520 bytes
Download FTP scene.org

Chronos Module Conv. 1.01 by Chronos
/music/programs/convert/cmc101.zip
09 Sep 1996 (catalog date)
40,993 bytes
Download FTP scene.org

Several _nifty_ conversion utilities by Bushy
/music/programs/convert/convert.zip
09 Sep 1996 (catalog date)
79,060 bytes
Download FTP scene.org

Convert v1.3B
/music/programs/convert/convrt14.zip
09 Sep 1996 (catalog date)
117,789 bytes
Download FTP scene.org
Good converter 4 many sound/music formats

Xtracker's .DSF to ST3's .SMP sample converter by ZAB
/music/programs/convert/dsf2smp.zip
09 Sep 1996 (catalog date)
9,281 bytes
Download FTP scene.org

Easy Xmid V1.0 by Stefano Maini
/music/programs/convert/easyxmid.zip
23 Feb 1998 (catalog date)
18,288 bytes
Download FTP scene.org
Midi to Fast Tracker 2 XM converter, DOS platform, very easy to use.

It2xm V1.01 by Phoenix of Hornet
/music/programs/convert/it2xm101.zip
25 Jun 1997 (catalog date)
13,551 bytes
Download FTP scene.org
IT2XM module converter v1.01 - a couple minor (inevitable?) bug fixes.

Midi To Xm File Converter V1.4 by Ian Luck
/music/programs/convert/mid2xm14.zip
26 Apr 1997 (catalog date)
522,238 bytes
Download FTP scene.org

MIDIMOD v0.2 Convert MOD to MID
/music/programs/convert/midimod2.zip
09 Sep 1996 (catalog date)
85,804 bytes
Download FTP scene.org

Midimix 1.1 by Zvika Ben-Haim
/music/programs/convert/midmix11.zip
09 Sep 1997 (catalog date)
80,902 bytes
Download FTP scene.org
Converts MIDI files to XM format. Shareware version supports up to 10 channels in output XM files. Samples are not included.

Mod15 v1.2
/music/programs/convert/mod15v12.zip
10 Sep 1996 (catalog date)
38,797 bytes
Download FTP scene.org
convert 15/31 instrument MODs (source included)

MOD to 669 converter
/music/programs/convert/mod2669.zip
09 Sep 1996 (catalog date)
21,576 bytes
Download FTP scene.org

Mod2XM v1.0
/music/programs/convert/mod2xm10.zip
09 Jan 1997 (catalog date)
40,808 bytes
Download FTP scene.org
MOD/S3M to XM

MOD to ASCII converter
/music/programs/convert/moddis00.zip
09 Sep 1996 (catalog date)
210,303 bytes
Download FTP scene.org
(man, that's weird!)

MODREN v1.0 by Populus
/music/programs/convert/modren10.zip
09 Sep 1996 (catalog date)
13,889 bytes
Download FTP scene.org
ren Amiga-style mod names to PC

MTM to MOD v1.1 by Renaissance
/music/programs/convert/mtmmod11.zip
09 Sep 1996 (catalog date)
15,219 bytes
Download FTP scene.org

PTMID v0.1 by Andrew Scott
/music/programs/convert/ptmid.zip
09 Sep 1996 (catalog date)
58,557 bytes
Download FTP scene.org
MID files to MOD (source)

IFF to RAW converter by Surprise Productions
/music/programs/convert/s1p_i2r.zip
09 Sep 1996 (catalog date)
6,480 bytes
Download FTP scene.org

Ultimate Sound Converter v1.1 by Carlo Vogelsang
/music/programs/convert/sc11.zip
09 Sep 1996 (catalog date)
57,225 bytes
Download FTP scene.org

ToAmiga Music Module Converter v1.00
/music/programs/convert/stm2mod.zip
09 Sep 1996 (catalog date)
8,927 bytes
Download FTP scene.org
STM to MOD

Convert STX (from STMIK 0.2) back to STM
/music/programs/convert/stx2stm.zip
09 Sep 1996 (catalog date)
6,405 bytes
Download FTP scene.org

MTM to S3M converter by Zab
/music/programs/convert/tos3m100.zip
09 Sep 1996 (catalog date)
48,065 bytes
Download FTP scene.org

VOC to SAM Converter
/music/programs/convert/voc2sam3.zip
09 Sep 1996 (catalog date)
6,226 bytes
Download FTP scene.org

Wav To Xi Converter 1.2 by MAZ
/music/programs/convert/wav2xi12.zip
28 Apr 1997 (catalog date)
15,628 bytes
Download FTP scene.org
8/16 bit WAV to XI converter, incl. crossfade loop "detection", frequency to FT2 RelNote/FineTune conversion, amplification trigger and zero cross handling. NEW: removed readonly-WAV bug, now accepts paths in source filename to better integrate it with AKA's SMoRPhi

WavConv v1.0 by James M. Curran
/music/programs/convert/wavconv.zip
09 Sep 1996 (catalog date)
15,067 bytes
Download FTP scene.org

Xm2Mid Package by brekeke of brekekek
/music/programs/convert/xm2mid.zip
21 Jan 1997 (catalog date)
120,598 bytes
Download FTP scene.org
Converts Fasttracker II's extended modules to standard midi files. Effects: Set Volume, Jump loop, Position jump, Set Speed/BPM, Pattern break

Xm2wav 1.06 by Digisnap
/music/programs/convert/xm2wav06.zip
13 Sep 1997 (catalog date)
43,308 bytes
Download FTP scene.org
xm-2-wav 1.06 by Digisnap. Supports four point (spline) sample interpolation, anti click algorithm and (NEW) envelope interpolation. Especially made for those who want to burn their XM's on CD-ROM.

Xm2wav by digisnap
/music/programs/convert/xm2wav07.zip
24 Apr 1998 (catalog date)
45,155 bytes
Download FTP scene.org
Converts XM's to 16 or 32 bit WAV's. Supports four point (spline) sample interpolation and envelope interpolation. High compatibility to FT2.

Xm2wav by digisnap
/music/programs/convert/xm2wav08.zip
19 May 1998 (catalog date)
45,381 bytes
Download FTP scene.org
Converts XM's to 16 or 32 bit WAV's. Supports four point (spline) sample interpolation and envelope interpolation. High compatibility to FT2.

Yamaha Tx16w Wavefile To Iff Converter V1.2 by PiCoder of Seaber Designs
/music/programs/convert/yt2iff12.zip
05 Sep 1997 (catalog date)
7,659 bytes
Download FTP scene.org
This proggy is useful on converting those TX16W files (*.W??) to the FT2-compatible IFF files

Remus v0.04e
/music/programs/emulate/remus04e.zip
21 Jan 1997 (catalog date)
41,045 bytes
Download FTP scene.org
Generic protected mode sound card emulator. Allow you to use programs with sound cards you do not have. Very ALPHA. Emulates Speaker, D/A on LPT, Gravis, more to come...

Atari-St SoundChip Emulator v3.12 by Leonard of Oxygene
/music/programs/emulate/stsou31.zip
21 Jan 1997 (catalog date)
529,039 bytes
Download FTP scene.org

DMF Shell by Doomsday, Balrog of CORE
/music/programs/frontend/dmfshl20.zip
09 Sep 1996 (catalog date)
15,752 bytes
Download FTP scene.org

DMP Companion v2.60
/music/programs/frontend/dmpc260.zip
09 Sep 1996 (catalog date)
105,419 bytes
Download FTP scene.org
read in archives, random play

Grafik .HSC Player v1.05a
/music/programs/frontend/ghsc105a.zip
09 Sep 1996 (catalog date)
35,200 bytes
Download FTP scene.org

Multiformat mod player shell by Natas of Lithium
/music/programs/frontend/ls034.zip
09 Sep 1996 (catalog date)
66,437 bytes
Download FTP scene.org

GutMOD v2.10
/music/programs/frontend/lynchmod.zip
09 Jan 1997 (catalog date)
26,767 bytes
Download FTP scene.org
Small, and HQ mod file playing system. Under 25k!

Musicplay v12.0 by LiteProbe
/music/programs/frontend/mplay12.zip
09 Sep 1996 (catalog date)
111,343 bytes
Download FTP scene.org
organize files

Shell v1.0 Front End for Modules by Mr. Data
/music/programs/frontend/shell10.zip
09 Sep 1996 (catalog date)
54,633 bytes
Download FTP scene.org

ThunderShell v1.0 by Superiority Complex
/music/programs/frontend/ts100.zip
09 Sep 1996 (catalog date)
27,651 bytes
Download FTP scene.org

X-Master v2.02
/music/programs/frontend/xmstr202.zip
09 Sep 1996 (catalog date)
86,958 bytes
Download FTP scene.org

Digital Disk Jockey v1.00 by PcMax
/music/programs/mixers/dj-mixer.zip
09 Jan 1997 (catalog date)
38,127 bytes
Download FTP scene.org
SB16, mixes 2 wavs together

Gravis Ultrasound Mixer (for OS/2 2.x) by Robert Turner
/music/programs/mixers/gusmixer.zip
09 Sep 1996 (catalog date)
22,586 bytes
Download FTP scene.org

Mixer for GusMax v1.1
/music/programs/mixers/maxmix11.zip
09 Sep 1996 (catalog date)
14,059 bytes
Download FTP scene.org

Mixer for SB16 and AWE32
/music/programs/mixers/mixer112.zip
28 Sep 1996 (catalog date)
17,561 bytes
Download FTP scene.org

Master Mixer v5.1
/music/programs/mixers/mm5_1.zip
21 Jan 1997 (catalog date)
90,960 bytes
Download FTP scene.org
Full range SB mixer (All functions) Undocumented controls enabled! Automatic "clicks" removal. Can save 6 different mixing configs. Can replace ALL SB drivers at BOOT. Boots your PC (DOS) in a second. Unlimited number of Special Effects. User definable Chorus/Reverb+editor. [v5.1:Fix OPL3, AWE32, PC Spk level.] Does DSP Reset, EMU Reset. Win95 Ok! Can enable/disable any function. Command-line "QuickLoading" (tm) Sets your mixer in 1/4th a second!

PNPMIX v0.2 by Nima Ghasseminejad
/music/programs/mixers/pnpmix02.zip
09 Jan 1997 (catalog date)
7,312 bytes
Download FTP scene.org
Gravis UltraSound PnP dos mixer

Promixer by Sonix
/music/programs/mixers/promixer.zip
09 Sep 1996 (catalog date)
26,392 bytes
Download FTP scene.org

Replacement for SB??SET.EXE
/music/programs/mixers/sbmix10.zip
09 Sep 1996 (catalog date)
9,569 bytes
Download FTP scene.org

Sound Blaster Pro pop-up Mixer v1.0
/music/programs/mixers/sbpmix.zip
09 Sep 1996 (catalog date)
21,608 bytes
Download FTP scene.org

TSR Sound Blaster Pro mixer by Manty
/music/programs/mixers/sbpv310b.zip
09 Sep 1996 (catalog date)
27,261 bytes
Download FTP scene.org

Analogic Virtual Synth V1.1 by Rob, GdH of NewStyle
/music/programs/players/alogic11.zip
12 Sep 1997 (catalog date)
148,433 bytes
Download FTP scene.org
Analogic v1.1 realtime virtual analogue synthesizer. Requires MSDOS, VBE2.0 or S3 chipset for the 640x480x256 LFB videomode and a soundcard: SB16, SB16ASP, AWE or GUS. Can write WAV files too. Full version. Now with SB MIDI support.

Adrenalin Module Player v0.30 by Beta of Adrenalin
/music/programs/players/amod030.zip
09 Jan 1997 (catalog date)
77,826 bytes
Download FTP scene.org
Assembly '95 Edition

AWE Module Player v2.4 by Grinus
/music/programs/players/amp24.zip
15 Jun 1998 (catalog date)
75,419 bytes
Download FTP scene.org
Module player for SB AWE32/64 cards. IT/XM/S3M/MOD/MTM/PTM modules supported. The ultimate sound quality. Many other unique features. Freeware. NEWS: compressed IT samples + another changes. Requirements: 386+, DOS+, EGA+, SB AWE32+.

Amp For Windows V1.22 by Grinus of casa
/music/programs/players/ampw122.zip
19 Jan 1998 (catalog date)
124,292 bytes
Download FTP scene.org
Module player for SB AWE32/64 cards. IT/XM/S3M/MOD/MTM/PTM modules supported. The best possible sound quality. A minimal processor and memory usage. Internal file selector and playlist editor. Optimized for running in background. NEWS: enhanced IT support, a faster loader, fixes. Requirements: 386+, Windows 3.1+, SB AWE32+

AWEPlay 0.430 by Thor
/music/programs/players/ap_0430.zip
09 Sep 1996 (catalog date)
80,325 bytes
Download FTP scene.org

AmoebaSoft MOD Player v0.90
/music/programs/players/asmod09s.zip
10 Sep 1996 (catalog date)
94,095 bytes
Download FTP scene.org
GUS only, includes source

AWEMod v0.76 by Infiniti 2001
/music/programs/players/awemod76.zip
09 Sep 1996 (catalog date)
36,162 bytes
Download FTP scene.org

AWE32 Module Player v1.51
/music/programs/players/awemp151.zip
10 Sep 1996 (catalog date)
142,192 bytes
Download FTP scene.org
IT/XM/S3M/MTM/MOD/PTM support, Win95 friendly

AWE32 Reset for Cubic Player v1.6
/music/programs/players/awereset.zip
10 Sep 1996 (catalog date)
8,511 bytes
Download FTP scene.org

BBZPlay v1.05
/music/programs/players/bbzpl105.zip
10 Sep 1996 (catalog date)
156,019 bytes
Download FTP scene.org

Cheese Player v1.2
/music/programs/players/cheese12.zip
09 Jan 1997 (catalog date)
18,054 bytes
Download FTP scene.org

Capamod 2.25 by Flap of Capacala
/music/programs/players/cmod225.zip
05 Jul 1998 (catalog date)
72,656 bytes
Download FTP scene.org

Capamod V3.13b by Flap of Capacala
/music/programs/players/cmod313b.zip
14 May 1997 (catalog date)
160,485 bytes
Download FTP scene.org
MOD/S3M/XM player for GUS (final release)

Cubic Player v1.6 Full version
/music/programs/players/cp16.zip
09 Sep 1996 (catalog date)
1,056,527 bytes
Download FTP scene.org

Cubic Player v1.666
/music/programs/players/cp1666.zip
20 Apr 1997 (catalog date)
495,088 bytes
Download FTP scene.org

Cubic Player v1.6 Echos by Buzz
/music/programs/players/cp16echo.zip
21 Jan 1997 (catalog date)
1,015 bytes
Download FTP scene.org

Cubic Player v1.6 Lite version
/music/programs/players/cp16l.zip
09 Sep 1996 (catalog date)
266,576 bytes
Download FTP scene.org

Cubic Player v1.7
/music/programs/players/cp17.zip
09 Sep 1996 (catalog date)
467,299 bytes
Download FTP scene.org

Cubic Player 2.0 Alpha Plus Plus Enhanced Full Version by pascal
/music/programs/players/cp20full.zip
14 May 1998 (catalog date)
663,963 bytes
Download FTP scene.org
This is the FULL version of Cubic Player 2.0 alpha plus plus enhanced. I took the time to complete this so that people wouldn't have to keep downloading the main player and all the enhancements. If I missed anything, let me know.

Cubic Player 2.0 Alpha Plus Plus Enhanced by pascal
/music/programs/players/cp2appe.zip
04 May 1997 (catalog date)
456,545 bytes
Download FTP scene.org
cubic player 2.0 alpha plus plus enhanced: news: Audio MPEG Version 1 and 2, Layer 1-3: ESS AudioDrive 688: MP1, MP2 recording

Cubic AWE Player Wavetable Driver v1.7c
/music/programs/players/cpawe17c.zip
09 Sep 1996 (catalog date)
7,014 bytes
Download FTP scene.org

Cubic Player 2 Appe Long Filename Support by pascal
/music/programs/players/cpfslfn1.zip
22 Jul 1997 (catalog date)
37,489 bytes
Download FTP scene.org
Cubic Player 2 alpha plus plus long filename support release 1: shows long filenames in the fileselector.

Cubic GUS Player Driver v1.7b
/music/programs/players/cpgp17b.zip
09 Sep 1996 (catalog date)
3,732 bytes
Download FTP scene.org
bugfixed version

Cubic Player v1.7 IT Loader
/music/programs/players/cpitl17e.zip
28 Sep 1996 (catalog date)
19,404 bytes
Download FTP scene.org

Cubic Player 2 Appe .it Player Beta 3 by pascal
/music/programs/players/cpitpl3b.zip
04 Jul 1997 (catalog date)
113,091 bytes
Download FTP scene.org
Cubic Player 2 alpha plus plus enhanced .IT Player beta 3: -fixed it player -fixed wavetable device drivers included -fixed xm player included -needs cp2appe of course

Cubic Player v1.7 GUS PnP Driver
/music/programs/players/cpiwd17a.zip
28 Sep 1996 (catalog date)
16,789 bytes
Download FTP scene.org

Cubic Player 2 Appe .mpx Decoder Update 2 by pascal
/music/programs/players/cpmpxpl2.zip
02 Aug 1997 (catalog date)
55,209 bytes
Download FTP scene.org
Cubic Player 2 alpha plus plus .MPx Decoder update 2: IT player beta release 3 required (CPITPL3B.ZIP). -Layer 3 .WAV support -.MP3 to Layer 3 .WAV converter with source included

Cubic Player v1.7 WSS Driver
/music/programs/players/cpwss17f.zip
28 Sep 1996 (catalog date)
4,938 bytes
Download FTP scene.org

Cubic Player v1.7 XM Loader
/music/programs/players/cpxml17d.zip
28 Sep 1996 (catalog date)
15,207 bytes
Download FTP scene.org

CoralMod Player v0.5b
/music/programs/players/crlm05b.zip
09 Sep 1996 (catalog date)
16,513 bytes
Download FTP scene.org

Crystal Modules Player v2.83
/music/programs/players/crys283.zip
10 Sep 1996 (catalog date)
134,925 bytes
Download FTP scene.org
source included

Pervo Player v1.0
/music/programs/players/cwd_pp.zip
20 Apr 1997 (catalog date)
19,444 bytes
Download FTP scene.org

Denzogtr.zip by Alessandro De Sanctis
/music/programs/players/denzogtr.zip
11 Dec 1997 (catalog date)
93,829 bytes
Download FTP scene.org
This is the ultimate chords/scales finder: all you're looking for DenzoGtr can find. This is not a scales or chords dB, but a powerful engine that you cam program for finding all positions for both scales and chords. There is no a fix number of choice: you can find 10, 100, 1000, 10000 position for each chord depending from tunig, finger positions, inversions and other parameters. In the same way you can search for 3 notes for string scales or pentatonic pattern etc. Also arpeggios are simple to find. Remenber that DenzoGtr is designed to be expanded with your own tuning, scales and chords. So have fun, Alex.

Dual Module Player v4.00
/music/programs/players/dmp400.zip
09 Sep 1996 (catalog date)
326,215 bytes
Download FTP scene.org

Diamond Player v3.00a
/music/programs/players/e_diamn1.zip
09 Jan 1997 (catalog date)
97,075 bytes
Download FTP scene.org

FairPlay v1.00b by Vibrants
/music/programs/players/fb100b-m.zip
09 Sep 1996 (catalog date)
52,620 bytes
Download FTP scene.org

Amiga Futur Composer player for Win95 by Leonard of Oxygene
/music/programs/players/fcwin.zip
21 Jan 1997 (catalog date)
179,814 bytes
Download FTP scene.org
Plays FC4 files (8 included in this file)

Fin Mod v1.0
/music/programs/players/finemod.zip
10 Sep 1996 (catalog date)
170,684 bytes
Download FTP scene.org
4-channel MOD player for Windows

FLI & Module Player v1.2b
/music/programs/players/flimp12b.zip
09 Jan 1997 (catalog date)
47,254 bytes
Download FTP scene.org
Play FLI and MOD/S3M at the same time.

FireMod v1.04 by Firelight
/music/programs/players/fmod104.zip
09 Sep 1996 (catalog date)
35,016 bytes
Download FTP scene.org

GMOD v1.3
/music/programs/players/genmod.zip
20 Apr 1997 (catalog date)
433,735 bytes
Download FTP scene.org
GMOD V1.3 GENERIC-MODule music player for DOS converts MOD, S3M, MTM, 669, FAR, MED, STM & ULT music files to the new .GDM format & then plays elegent stereo music thru a variety of sound cards (GUS, SB1x, SB2x, SBPro, and PAS) Includes setup and music format conversion utilities. Register and get a 2 disk set with ZIP support/more and free audio CD player. NEW

Grafik HSC Player v1.06
/music/programs/players/ghsc106.zip
09 Sep 1996 (catalog date)
35,818 bytes
Download FTP scene.org

Galaxy Player v2.12
/music/programs/players/glx212.zip
09 Sep 1996 (catalog date)
80,617 bytes
Download FTP scene.org

Gusmod v2.11 by Joshua Jensen
/music/programs/players/gmod211.zip
09 Sep 1996 (catalog date)
36,073 bytes
Download FTP scene.org

Grind v1.3 by Trixter of Hornet
/music/programs/players/grind13.zip
09 Sep 1996 (catalog date)
1,303,308 bytes
Download FTP scene.org
MODplayer with dancing people

Inertia Player v1.22
/music/programs/players/iplay122.zip
09 Sep 1996 (catalog date)
151,114 bytes
Download FTP scene.org

Judas Sound System V2.06y by Yehar, Cadaver
/music/programs/players/jdas206y.zip
07 Jun 1998 (catalog date)
438,873 bytes
Download FTP scene.org
Judas v2.06y Apocalyptic Softwaremixing Soundsystem for Watcom 32bit flat mode. Supports: SB/SBPRO/SB16/GUS/WAV-writer. Modules: XM/MOD/S3M. Samples: WAV/raw. Quality mixer gives you the best sound quality you can get today, clicker free (without touching sharp percussions), mixed with 32bit precision. Cubic interpolation reproduces samples with good treble response and very low distortion. Fast mixer is the ultra-fast alternative, suitable for games and demos. A player, examples, documents and full sources are included. Judas is free to be used for any purpose. New in this version: fixes, enhanced quality mixer, distortion indicator, true volume meters, song looping settings, rewinding and forwarding, Watcom 11.0 support.

Juicy Player v1.7
/music/programs/players/juicy17.zip
09 Sep 1996 (catalog date)
38,678 bytes
Download FTP scene.org

Jukebox ROL player
/music/programs/players/jukebox.zip
09 Sep 1996 (catalog date)
80,685 bytes
Download FTP scene.org

KaraDos v1.6.1 MIDI Player
/music/programs/players/kardp161.zip
09 Sep 1996 (catalog date)
413,317 bytes
Download FTP scene.org

PBP-Player v1.15a by Legend Design
/music/programs/players/ld-pbp11.zip
09 Jan 1997 (catalog date)
328,800 bytes
Download FTP scene.org

Mod4win 2.30b Full Version
/music/programs/players/m4w230bf.zip
14 May 1998 (catalog date)
1,231,435 bytes
Download FTP scene.org
This is Mod4Win 2.30b full version with the updated Player32.dll file. I just took the update and compressed it and tested it out, it worked fine. If there are any problems with the install, let me know and I'll test it out.

Mod4Win v2.30 (light version) by Jens Puchert
/music/programs/players/m4w230sl.zip
09 Sep 1996 (catalog date)
401,408 bytes
Download FTP scene.org

Mod4Win v2.30 (extended version) by Jens Puchert
/music/programs/players/m4w230sx.zip
09 Sep 1996 (catalog date)
2,263,540 bytes
Download FTP scene.org

MOD4WIN v2.40 Beta Demo
/music/programs/players/m4w240bd.zip
14 Mar 1997 (catalog date)
419,295 bytes
Download FTP scene.org

MegaPlay v1.08 by Marco Koetsveld
/music/programs/players/mega_108.zip
09 Sep 1996 (catalog date)
72,385 bytes
Download FTP scene.org

Metal v0.2pl7
/music/programs/players/metal027.zip
09 Sep 1996 (catalog date)
32,407 bytes
Download FTP scene.org

Magik Player
/music/programs/players/mgkplay.zip
09 Sep 1996 (catalog date)
21,317 bytes
Download FTP scene.org
PC-speaker and LPT ports

Mi3 Player - Miladin's Mini Midas Mod Player For Win95 And Nt by Miladin Pavlicic
/music/programs/players/mi3_10.zip
26 Apr 1997 (catalog date)
315,518 bytes
Download FTP scene.org
Mi3 Player is MIDAS based Win32 (Win95 and WinNT) mod player for MOD, S3M and XM formats. Features include playlist support with integrated playlist editor, VU meters with digital and analog look, drag&drop support, context sensitive help...

Midas Player For Win '95,nt V1.0 by Bartman of Abyss
/music/programs/players/midas95.zip
25 Apr 1997 (catalog date)
77,778 bytes
Download FTP scene.org
SUMMARY: Midas'95 is a module player based on the Midas Sound System (by Sahara Surfers), it plays protracker MOD, screamtracker S3M and fasttracker2 XM modules and runs under Windows 95 and Windows NT 3.51+ (4.0 compatibility assured). FEATURES: Simple but nice user interface. Test it out. It's totally free.

MIDAS Module Player v1.00b
/music/programs/players/midp100b.zip
09 Sep 1996 (catalog date)
63,910 bytes
Download FTP scene.org

Mikit 0.09 For Win95 And Nt by Jean-Paul Mikkers
/music/programs/players/mikit090.zip
27 Aug 1997 (catalog date)
92,776 bytes
Download FTP scene.org
Impulse Tracker Module player for Windows '95 / NT drag & drop, playlist, easy audio setup Req. hardware: 486+ , Win95/NT supported soundcard

MikMod v2.09B
/music/programs/players/mikm209b.zip
09 Sep 1996 (catalog date)
149,626 bytes
Download FTP scene.org
Player with source

The Unchained Melody 2.20 by Mak
/music/programs/players/mld220.zip
28 Apr 1997 (catalog date)
42,491 bytes
Download FTP scene.org
ProTracker and Scream Tracker 3 (MOD/S3M) music module player for Gravis soundcards with file selector and everything..

The Multi Module Player V5.325 by Charles Attard
/music/programs/players/mmp5325.zip
24 May 1997 (catalog date)
123,088 bytes
Download FTP scene.org
High quality graphical player for 669/LST/MOD/MTM/NST/S3M/XM/WAV/XI/ARJ/ZIP with mouse. Support for SB Pro/16 with oversampling and low-pass filter

Mind Player v1.0
/music/programs/players/mndp_10p.zip
09 Sep 1996 (catalog date)
39,137 bytes
Download FTP scene.org

MOD.EXE
/music/programs/players/mod.zip
20 Apr 1997 (catalog date)
12,018 bytes
Download FTP scene.org
Graphical MOD player "MASSOUND Player version 9"

Mod Masher player v2.2
/music/programs/players/modm22a.zip
09 Sep 1996 (catalog date)
126,898 bytes
Download FTP scene.org

Morgul v1.10
/music/programs/players/morgl110.zip
09 Sep 1996 (catalog date)
140,550 bytes
Download FTP scene.org

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)