FDagger

Dave Humphrey - 13 August 1998


FDagger is a simple program that allows one to use Andyfall without having the Daggerfall CD in the drive. Here's how to do it.

Running without a CD Guide

Technical Note: All program does is do the system call 'FALL.EXE z.cfg'. The entire program in C is just:

                void main (void) {
                  system ("FALL.EXE z.cfg");
                 }

Download FDagger (5.1KB)

Last modified 2004-02-26