DosBox Help Needed: Crusader No Remorse and No Regret

Crusader No Regret and No Remorse will not respond to C: hard drive

because it is large hard drive and it is NTFS.

I put my Pen USB drive 1 GB. It is FAT.

It is easy trick. Crusader No Regret and No Remorse did respond

to Pen USB drive 1 GB and FAT. Go to my computer to check letter drive of Pen USB drive.

I am genius to solve this diffucult problem.

You can also mount a hard drive and limit the size to a set amount.

mount c: c:\ -freesize 1024 should trick the computer into thinking you have a 1 gig hard drive (use -size instead -freesize as necessary).
 
once i HAVE installed it on my usb flash key and running it from my CD-rom (drive e), how do i go back to load up the game again after i turn my computer off? i mean i don;'t want to keep on reinstalling just to play. i'm a tech-~~~~ so some layperson's instructions would be great
 
once i HAVE installed it on my usb flash key and running it from my CD-rom (drive e), how do i go back to load up the game again after i turn my computer off? i mean i don;'t want to keep on reinstalling just to play. i'm a tech-~~~~ so some layperson's instructions would be great

I'm not entirely sure whay you mean here. But If you put all the cdrom mounting and flashdrive mounting lines into the autoexec section of the dosbox.conf file (at the end) it will automatically load those settings when you restart dosbox. You shouldn't have to reinstall anything.
 
confused

see that's the thing. maybe i'm just bad at this. when i restart dosbox, it requires me to mount everything again. and when i mount, then i type "regret" on the e: (which is my cd rom drive) or g: (which is my flash drive), it says unable to read no regret cd, even though it just did 5 hours ago...
 
see that's the thing. maybe i'm just bad at this. when i restart dosbox, it requires me to mount everything again. and when i mount, then i type "regret" on the e: (which is my cd rom drive) or g: (which is my flash drive), it says unable to read no regret cd, even though it just did 5 hours ago...

If you are using dosbox 0.73, go to where it is in your start menu programs. There should be a folder called configuration with a file in there called "edit configuration". Run that and then scroll down to the bottom where it says [autoexec] and add all your mounting lines there and then save and exit. Then when you run dosbox you should not need to mount anything.

Don't forget that you need a line to mount your CD-Rom as well as a line to mount the drive that you are installing/running the game off of.
 
My son and I were having problems getting both Crusader: No Remorse and Crusader: No Regret to work. We too were getting some of the same error messages mentioned here. So we went to work on it and finally figured it out.
We are running DOSBox 0.73 on Windows Vista.

We are not professionals and most of the helps I found via the web were complicated and confusing rather than helpful/useful and none solved our issues, so here is what we did to get them running, we are making this Very simple for anyone that finds programming lingo hair raising :):

Windows Vista:

1st: you will need to open My Computer and access your C drive, then double click [users], then double click [your name], so your address bar should read C:\users\your name\ .

2nd: create a new file folder here and title it temp (to do this go to the top left corner click file>click new>click folder then type temp, press enter).

3rd: open the temp folder you just created. Now you will need to Copy all Crusader game files to this folder. We just opened our Cdrom, highlighted all files and dragged it to the temp folder.
When you finish you can close these folders.

4th: I am assuming you have already downloaded DOSBox 0.73 and installed it.

So now go to Start> Programs> DOSBox - 0.73> Configuration> Edit Configuration. This will pop up a window in notepad with DOSBox's configuration commands. Do not be intimidated, it's not at complicated as it may seem.

At the top left of the screen you will see File - Edit - Format, etc. Click on View and select Status Bar. This will bring up a bar along the bottom of the screen that will tell you what Line and Column you are on on the page.

Do you want your game to play in FullScreen Mode, go down to line 20, does it say fullscreen=false then change the false to true.

Now scroll all the way down to the bottom, to line 230 and 231, they should look like this:
[autoexec]
# Lines in this section will be run at startup.

Beginning on Line 232 type the following (be sure to insert Your Actual Name into the your name place:
mount c c:\users\your name
c:
mount d c:\users\your name\temp
d:

Close the page, it will prompt you to save changes, click save.

Finally open DOSBox, you should have a d:\ prompt
Type Install, the installation path should be listed as C:\Crusader Or C:\Regret depending on the game, choose a Full installation, you may have to experiment with the sound, mine works with the SoundBlaster, 220, 7, 1, but you can test it out till you hear it working for you. When installation completes, you should be in DOSBox with a C:\Regret or C:\Crusader prompt, to begin playing just type the same name and your game should start.

When you want to start the game anew, you do not need to reinstall, DOSBox will open at the D:\ prompt so change this to C:\ then change directories to the game you want: crusader or regret by typing cd crusader or cd regret, then type the game name again to start playing.
 
My son and I were having problems getting both Crusader: No Remorse and Crusader: No Regret to work. We too were getting some of the same error messages mentioned here. So we went to work on it and finally figured it out.
We are running DOSBox 0.73 on Windows Vista.

We are not professionals and most of the helps I found via the web were complicated and confusing rather than helpful/useful and none solved our issues, so here is what we did to get them running, we are making this Very simple for anyone that finds programming lingo hair raising :):

Windows Vista:

1st: you will need to open My Computer and access your C drive, then double click [users], then double click [your name], so your address bar should read C:\users\your name\ .

2nd: create a new file folder here and title it temp (to do this go to the top left corner click file>click new>click folder then type temp, press enter).

3rd: open the temp folder you just created. Now you will need to Copy all Crusader game files to this folder. We just opened our Cdrom, highlighted all files and dragged it to the temp folder.
When you finish you can close these folders.

4th: I am assuming you have already downloaded DOSBox 0.73 and installed it.

So now go to Start> Programs> DOSBox - 0.73> Configuration> Edit Configuration. This will pop up a window in notepad with DOSBox's configuration commands. Do not be intimidated, it's not at complicated as it may seem.

At the top left of the screen you will see File - Edit - Format, etc. Click on View and select Status Bar. This will bring up a bar along the bottom of the screen that will tell you what Line and Column you are on on the page.

Do you want your game to play in FullScreen Mode, go down to line 20, does it say fullscreen=false then change the false to true.

Now scroll all the way down to the bottom, to line 230 and 231, they should look like this:
[autoexec]
# Lines in this section will be run at startup.

Beginning on Line 232 type the following (be sure to insert Your Actual Name into the your name place:
mount c c:\users\your name
c:
mount d c:\users\your name\temp
d:

Close the page, it will prompt you to save changes, click save.

Finally open DOSBox, you should have a d:\ prompt
Type Install, the installation path should be listed as C:\Crusader Or C:\Regret depending on the game, choose a Full installation, you may have to experiment with the sound, mine works with the SoundBlaster, 220, 7, 1, but you can test it out till you hear it working for you. When installation completes, you should be in DOSBox with a C:\Regret or C:\Crusader prompt, to begin playing just type the same name and your game should start.

When you want to start the game anew, you do not need to reinstall, DOSBox will open at the D:\ prompt so change this to C:\ then change directories to the game you want: crusader or regret by typing cd crusader or cd regret, then type the game name again to start playing.

LOVE YOU
 
Back
Top