Difference between revisions of "GAMES:The 11th Hour"

From DOSBoxWiki
Jump to navigationJump to search
 
 
Line 1: Line 1:
[autoexec]
+
[autoexec]<br>
cycles=28000
+
cycles=28000<br>
mount C C:\11th_Hour
+
mount C C:\11th_Hour<br>
C:
+
C:<br>
imgmount D "11HDisc1.iso" "11HDisc2.iso" "11HDisc3.iso" "11HDisc4.iso" -t iso
+
imgmount D "11HDisc1.iso" "11HDisc2.iso" "11HDisc3.iso" "11HDisc4.iso" -t iso<br>
echo Press Ctrl F4 to swap CD images
+
echo Press Ctrl F4 to swap CD images<br>
 
+
<br>
 
+
<br>
NOTES:
+
NOTES:<br>
1. cycles can be changed to whatever works for your computer.  Set it too low and the game will stutter.  Set it too high and some animation will run too fast.  For me, the stuttering stopped around 23000-25000 cycles, so I pushed it a little further and left it there.
+
1. cycles can be changed to whatever works for your computer.  Set it too low and the game will stutter.  Set it too high and some animation will run too fast.  For me, the stuttering stopped around 23000-25000 cycles, so I pushed it a little further and left it there.<br>
 
2. I had to add the full path to my images for them to work.  Example: imgmount D "C:\11th_Hour\11HDisc1.iso"
 
2. I had to add the full path to my images for them to work.  Example: imgmount D "C:\11th_Hour\11HDisc1.iso"

Latest revision as of 19:43, 3 May 2014

[autoexec]
cycles=28000
mount C C:\11th_Hour
C:
imgmount D "11HDisc1.iso" "11HDisc2.iso" "11HDisc3.iso" "11HDisc4.iso" -t iso
echo Press Ctrl F4 to swap CD images


NOTES:
1. cycles can be changed to whatever works for your computer. Set it too low and the game will stutter. Set it too high and some animation will run too fast. For me, the stuttering stopped around 23000-25000 cycles, so I pushed it a little further and left it there.
2. I had to add the full path to my images for them to work. Example: imgmount D "C:\11th_Hour\11HDisc1.iso"