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 "The Witness"

From PCGamingWiki, the wiki about fixing PC games
m
Line 24: Line 24:
  
 
==Game data==
 
==Game data==
===Configuration file(s) location===
+
===Configuration file location===
 
{{Game data|
 
{{Game data|
{{Game data/row|Windows|}}
+
{{Game data/row|Windows|{{P|game}}/data/Local.variables}}
 
}}
 
}}
  
Line 54: Line 54:
 
|4k ultra hd wsgf award    =  
 
|4k ultra hd wsgf award    =  
 
|widescreen resolution      = true
 
|widescreen resolution      = true
|widescreen resolution notes=  
+
|widescreen resolution notes= Custom resolution can be set using [[Glossary:Command line arguments|command line arguments]] with {{Code|-width 1920 -height 1080}}.
|multimonitor              = unknown
+
|multimonitor              = true
 
|multimonitor notes        =  
 
|multimonitor notes        =  
|ultrawidescreen            = unknown
+
|ultrawidescreen            = true
 
|ultrawidescreen notes      =  
 
|ultrawidescreen notes      =  
 
|4k ultra hd                = true
 
|4k ultra hd                = true
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
|fov                        = false
+
|fov                        = hackable
|fov notes                  =  
+
|fov notes                  = See [[#Field of view (FOV)|Field of view (FOV)]].
 
|windowed                  = true
 
|windowed                  = true
|windowed notes            =  
+
|windowed notes            = Option in launcher. Switch at any time using {{Key|Alt|Enter}}
 
|borderless windowed        = false
 
|borderless windowed        = false
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
 
|anisotropic                = false
 
|anisotropic                = false
 
|anisotropic notes          =  
 
|anisotropic notes          =  
|antialiasing              = false
+
|antialiasing              = hackable
|antialiasing notes        =  
+
|antialiasing notes        = See [[#Configuration file structure and options|Configuration file options]].
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                =  
 
|vsync notes                =  
Line 79: Line 79:
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Change configuration file settings|ref=<ref>[steamcommunity.com/app/210970/discussions/3/458606877334931773/#c458606877335050768]</ref>}}
 +
# Open {{File|Local.variables}} in the [[#Configuration file location|configuration file location]].
 +
# To a section starting with {{Code|:/misc}} add the line {{Code|fov_vertical #}} with a desired value.
 +
 +
{{ii}} The default vertical field of view in the game is 54. The horizontal field of view is calculated based on the width of your resolution.
 
}}
 
}}
  
Line 96: Line 105:
 
|controller support notes  =  
 
|controller support notes  =  
 
|full controller          = false
 
|full controller          = false
|full controller notes    = Mouse/Keyboard required to navigate the launcher.
+
|full controller notes    = Mouse/keyboard required to navigate the launcher.
 
|controller remap          = false
 
|controller remap          = false
 
|controller remap notes    =  
 
|controller remap notes    =  
Line 105: Line 114:
 
|touchscreen              = unknown
 
|touchscreen              = unknown
 
|touchscreen notes        =  
 
|touchscreen notes        =  
|button prompts            = unknown
+
|button prompts            =  
 
|button prompts notes      =  
 
|button prompts notes      =  
 
|controller hotplug        = false
 
|controller hotplug        = false
Line 231: Line 240:
 
}}
 
}}
 
}}
 
}}
 +
 +
==Other information==
 +
===API===
 +
{{API
 +
|direct3d versions      = 11
 +
|direct3d notes        =
 +
|directdraw versions    =
 +
|directdraw notes      =
 +
|opengl versions        =
 +
|opengl notes          =
 +
|glide versions        =
 +
|glide notes            =
 +
|software mode          =
 +
|software mode notes    =
 +
|mantle support        =
 +
|mantle support notes  =
 +
|dos modes              =
 +
|dos modes notes        =
 +
|shader model versions  =
 +
|shader model notes    =
 +
|64-bit executable      = true
 +
|64-bit executable notes=
 +
}}
 +
 +
===Middleware===
 +
{{Middleware
 +
|physics          =
 +
|physics notes    =
 +
|audio            =
 +
|audio notes      =
 +
|interface        =
 +
|interface notes  =
 +
|input            =
 +
|input notes      =
 +
|cutscenes        = Bink
 +
|cutscenes notes  =
 +
|multiplayer      =
 +
|multiplayer notes=
 +
}}
 +
 +
===Configuration file structure and options===
 +
{{Standard table|content=
 +
{{Standard table/row|low_res_reflections|Force reflections to be low resolution. Can be ''true'' or ''false''.}}
 +
{{Standard table/row|sun_shadow_resolution|Resolutions of shadows cast by the sun. Can be ''256'', ''512'', or ''1024''.}}
 +
<!-- {{Standard table/row|point_shadow_resolution|}} -->
 +
{{Standard table/row|antialias_panel_rendering|Enables additional anti-aliasing for the puzzle panels. Can be ''true'' or ''false''.}}
 +
{{Standard table/row|skip_mipmaps|Changes texture resolution. Lower is better. Can be ''0'', ''1'', or ''2''.}}
 +
{{Standard table/row|msaa_sample_count|Sets number of MSAA samples. Can be ''1'', ''2'', ''4'', or ''16''.}}
 +
{{Standard table/row|panel_render_width|Value must be a power of two. Values below ''512'' are not recommended.}}
 +
{{Standard table/row|render_width|Changes rendering width. Can also be set with command line argument ''-width''.}}
 +
{{Standard table/row|render_height|Changes rendering height. Can also be set with command line argument ''-height''.}}
 +
{{Standard table/row|dynamic_resolution|Dynamically changes the resolution to maintain framerate. Can be ''true'' or ''false''.}}
 +
}}
 +
{{ii}} These need to be added to a graphical quality category called {{Code|:/render/low}} (or {{Code|medium}}, {{Code|high}}).<ref>[http://steamcommunity.com/app/210970/discussions/3/458606877334931773/#c458606877335056926]</ref>
  
 
==System requirements==
 
==System requirements==

Revision as of 22:39, 26 January 2016

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.
The Witness
The Witness cover
Developers
Thekla
Release dates
Windows January 26, 2016
The Witness on Wikipedia

General information

Steam Community Discussions
Official website

Availability

Source DRM Notes Keys OS
Steam
Icon overlay.png
Windows

Game data

Configuration file location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/210970/pfx/[Note 1]

Save game data location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/210970/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

300px
Launcher.
300px
General settings.

Template:Video settings

Field of view (FOV)

Instructions

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Arabic
Simplified Chinese
Traditional Chinese
French
German
Italian
Japanese
Korean
Polish
Portuguese
Brazilian Portuguese
Russian
Spanish

Other information

API

Technical specs Supported Notes
Direct3D 11
Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Cutscenes Bink Video

Configuration file structure and options

Description
low_res_reflections Force reflections to be low resolution. Can be true or false.
sun_shadow_resolution Resolutions of shadows cast by the sun. Can be 256, 512, or 1024.
antialias_panel_rendering Enables additional anti-aliasing for the puzzle panels. Can be true or false.
skip_mipmaps Changes texture resolution. Lower is better. Can be 0, 1, or 2.
msaa_sample_count Sets number of MSAA samples. Can be 1, 2, 4, or 16.
panel_render_width Value must be a power of two. Values below 512 are not recommended.
render_width Changes rendering width. Can also be set with command line argument -width.
render_height Changes rendering height. Can also be set with command line argument -height.
dynamic_resolution Dynamically changes the resolution to maintain framerate. Can be true or false.
These need to be added to a graphical quality category called :/render/low (or medium, high).[1]

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) 1.8 GHz
System memory (RAM) 4 GB
Hard disk drive (HDD) 4 GB
Video card (GPU) Intel HD 4000

Notes

  1. 1.0 1.1 Notes regarding Steam Play (Linux) data:

References