Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Harvester"

From PCGamingWiki, the wiki about fixing PC games
Line 1: Line 1:
Harvester (DOS game run through DOSBOX)
+
== Harvester (DOS game run through DOSBOX) ==
[edit] Crashing when NPCs enter combat mode
+
=== Crashing when NPCs enter combat mode ===
 
+
<br />
When mounting your directories (or automounting them in a .conf file) make sure to mount the game like this:
+
When mounting your directories (or automounting them in a .conf file) make sure to mount the game as shown in ''Example 1'':<br />
(assuming that the game is in the directory "c:\games\harvest")
+
(assuming that the game is in the directory "c:\games\harvest")<br /><br />
 
+
''Example 1 (Good idea):''<br /><br />
mount c c:\games
+
mount c c:\games<br />
c:
+
c:<br />
cd harvest
+
cd harvest<br />
harvest
+
harvest<br />
 
+
<br />
Not like this:
+
''Example 2 (Bad idea):''<br /><br />
 
+
mount c c:\games\harvest<br />
mount c c:\games\harvest
+
c:<br />
c:
+
harvest<br />
harvest
+
<br />
 
+
The way shown in the second example will cause a crash when any NPC attempts to enter combat with you.<br />
The way shown in the second example will cause a crash when any NPC attempts to enter combat with you.
+
<br /><br />
 +
=== Videos not playing when in full-screen mode ===
 +
<br />
 +
Go to your Harvester dosbox config file and change the line "output=surface" to "output=overlay" (without the quote marks).  
  
 
[[Category:Game]]
 
[[Category:Game]]
 
[[Category:Windows]]
 
[[Category:Windows]]

Revision as of 17:59, 1 April 2012

Harvester (DOS game run through DOSBOX)

Crashing when NPCs enter combat mode


When mounting your directories (or automounting them in a .conf file) make sure to mount the game as shown in Example 1:
(assuming that the game is in the directory "c:\games\harvest")

Example 1 (Good idea):

mount c c:\games
c:
cd harvest
harvest

Example 2 (Bad idea):

mount c c:\games\harvest
c:
harvest

The way shown in the second example will cause a crash when any NPC attempts to enter combat with you.


Videos not playing when in full-screen mode


Go to your Harvester dosbox config file and change the line "output=surface" to "output=overlay" (without the quote marks).