VOGONS


Daggerfall install

Topic actions

  • This topic is locked. You cannot reply or edit posts.

First post, by AngelOfPain

User metadata
Rank Newbie
Rank
Newbie

first i want to say sorry if this has already been explained. this is my problem. i reciently just dled daggerfall from there website and i am new to the whole mounting thing. i have tried to use your instal guide but still cant get it working. i would be thankful for any help.

i want to install the game to my game folder
d:\games

install file is in
d:\check\daggerfall\1\dfcd

my cdrom is e:\

this is what i have tried
mount c d:\check\daggerfall\1\dfcd
mount d "e:\" -t cdrom
followed all instruction (unless i missed something)
next i tried
mount c d:\games
mount d "d:\check\daggerfall\1\dfcd" -t cdrom
that didnt work

plz if you can help i would be ever so greatfull

Reply 4 of 6, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Instructions inside DOSBox would be the same except for the mount points. Outside of DOSBox you need to use whatever extraction program is available on OSX to unzip .zip's.

DOSBox Compilation Guides
DosBox Feature Request Thread
PC Game Compatibility List
How To Ask Questions The Smart Way
Running DRM games offline

Reply 6 of 6, by Vince.Bloodworks

User metadata
Rank Newbie
Rank
Newbie

Hey AngelOfPain, one of my friends have the same problem.
To install you have to do this:

-mount your DFCD folder as cdrom by type in:
mount e d:\check\daggerfall\1\dfcd\ -t cdrom -ioctl -label Daggerfall
( letter "e" is just an example )

-mount your Folder where you want to install it to
And here maybe occurs a problem! When you try to install daggerfall the setup says that you don't have enough space on your harddisk. To install daggerfall without problems mount your games folder like this:

mount c d:\games\ -freesize 2000

With this you set up your mounted drive "C:" with 2000 Mbyte free diskspace.

Now change to "E" and run the install program.
It should work now. And every time you want to play daggerfall you have to mount DFCD first like above. Make a batch file doing this 😁

Hope this will help you 😉