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
m (updated template usage)
(misc. fixes)
Line 38: Line 38:
 
|ultrawidescreen wsgf award =  
 
|ultrawidescreen wsgf award =  
 
|4k ultra hd wsgf award    =  
 
|4k ultra hd wsgf award    =  
|widescreen resolution      = unknown
+
|widescreen resolution      = false
 
|widescreen resolution notes=  
 
|widescreen resolution notes=  
|multimonitor              = unknown
+
|multimonitor              = false
 
|multimonitor notes        =  
 
|multimonitor notes        =  
|ultrawidescreen            = unknown
+
|ultrawidescreen            = false
 
|ultrawidescreen notes      =  
 
|ultrawidescreen notes      =  
|4k ultra hd                = unknown
+
|4k ultra hd                = false
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
|fov                        = unknown
+
|fov                        = n/a
 
|fov notes                  =  
 
|fov notes                  =  
|windowed                  = unknown
+
|windowed                  = true
|windowed notes            =  
+
|windowed notes            = Toggle with {{key|Alt|Enter}} (when using [[DOSBox]]).
|borderless windowed        = unknown
+
|borderless windowed        = false
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
|anisotropic                = unknown
+
|anisotropic                = n/a
 
|anisotropic notes          =  
 
|anisotropic notes          =  
|antialiasing              = unknown
+
|antialiasing              = n/a
 
|antialiasing notes        =  
 
|antialiasing notes        =  
|vsync                      = unknown
+
|vsync                      = false
 
|vsync notes                =  
 
|vsync notes                =  
 
|oculus rift                = unknown
 
|oculus rift                = unknown

Revision as of 02:34, 16 February 2014

This page may require cleanup to meet basic quality standards. You can help by modifying the article. The discussion page may contain useful suggestions.
This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
Harvester
Developers
DigiFX Interactive
Publishers
Merit Studios
Release dates
DOS August 31, 1996
Harvester on Wikipedia

Availability

Template:Availability Table

Game data

Configuration file(s) location

Template:Game data/row
System Location

Save game data location

Template:Game data/row
System Location

Video settings

Template:Video settings

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Issues fixed

Crashing when NPCs enter combat mode

When mounting your folders (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 folder "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).