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 "SteamWorld Dig"

From PCGamingWiki, the wiki about fixing PC games
(added GOG.com details)
(Humble Store, languages, images from v1.09, updated graphics options: manual resolution and AF/AA doesn't apply to 2D game, removed manual keybinding as it's now in-game.)
Line 19: Line 19:
 
==Availability==
 
==Availability==
 
{{Availability Table|
 
{{Availability Table|
 +
{{Availability Table/row| [https://www.humblebundle.com/store/p/steamworlddig_storefront Humble Store] | {{ID|DRM-free}}{{ID|Steam}} |  }}
 
{{Availability Table/row| [http://www.gog.com/game/steamworld_dig GOG.com] | {{ID|GOG.com}} |}}
 
{{Availability Table/row| [http://www.gog.com/game/steamworld_dig GOG.com] | {{ID|GOG.com}} |}}
 
{{Availability Table/row| [http://store.steampowered.com/app/252410/ Steam] | {{ID|Steam}} | }}
 
{{Availability Table/row| [http://store.steampowered.com/app/252410/ Steam] | {{ID|Steam}} | }}
Line 45: Line 46:
  
 
==Video settings==
 
==Video settings==
[[File:SteamWorldDig_2013_12_08_16_14_49_792.png|290px|right|thumb|General settings (for v1.05, now out of date).]]
+
{{++}} Interface size and position can be changed.
 +
[[File:Steamworld_Dig_-_Graphics.jpg|290px|right|thumb|Graphics settings.]]
 
{{Video settings
 
{{Video settings
 
|wsgf link                  =  
 
|wsgf link                  =  
Line 53: Line 55:
 
|4k ultra hd wsgf award    =  
 
|4k ultra hd wsgf award    =  
 
|widescreen resolution      = true
 
|widescreen resolution      = true
|widescreen resolution notes=  
+
|widescreen resolution notes= See [[#Widescreen resolution|Widescreen resolution]].
 
|multimonitor              = unknown
 
|multimonitor              = unknown
 
|multimonitor notes        =  
 
|multimonitor notes        =  
Line 60: Line 62:
 
|4k ultra hd                = unknown
 
|4k ultra hd                = unknown
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
|fov                        = false
+
|fov                        = na
 
|fov notes                  =  
 
|fov notes                  =  
 
|windowed                  = true
 
|windowed                  = true
 
|windowed notes            = Toggle with {{Key|Alt|Enter}}.
 
|windowed notes            = Toggle with {{Key|Alt|Enter}}.
 
|borderless windowed        = hackable
 
|borderless windowed        = hackable
|borderless windowed notes  = See [[#Borderless|Borderless]]
+
|borderless windowed notes  = See [[#Borderless|Borderless]].
|anisotropic                = false
+
|anisotropic                = na
 
|anisotropic notes          =  
 
|anisotropic notes          =  
|antialiasing              = false
+
|antialiasing              = na
 
|antialiasing notes        =  
 
|antialiasing notes        =  
 
|vsync                      = true
 
|vsync                      = true
Line 78: Line 80:
 
|color blind                = false
 
|color blind                = false
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===Widescreen resolution===
 +
{{ii}} Game defaults fullscreen resolution to match desktop resolution and windowed to 960x540. Game runs fine even with lower end machines but some users may prefer to change this and developer has acknowledged this.<ref>http://steamcommunity.com/app/252410/discussions/1/666828127002523375/#c666828126460795932</ref>
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Set resolution manually}}
 +
# Run and quit the game so that settings.xml is created.
 +
# Navigate to your [[#Configuration file and save game data location|configuration file(s) location]].
 +
# Edit settings.xml.
 +
# Edit these values
 +
<pre>
 +
<Setting Key="Screen.FullscreenSize" Value="desktop" /> <!-- Fullscreen resolution -->
 +
<Setting Key="Screen.WindowSize" Value="960;540" /> <!-- Windowed resolution -->
 +
</pre>
 +
<code>desktop</code> makes fullscreen resolution to match your desktop resolution, otherwise use <code>X;Y</code> e.g. <code>1920;1080</code>
 
}}
 
}}
  
Line 86: Line 103:
 
# Navigate to your [[#Configuration file and save game data location|configuration file(s) location]].
 
# Navigate to your [[#Configuration file and save game data location|configuration file(s) location]].
 
# Edit settings.xml.
 
# Edit settings.xml.
# Add (or change existing values, do they exist) to:
+
# Change existing values to:
 
<pre>
 
<pre>
 
<Setting Key="Screen.Borderless" Value="1"/>
 
<Setting Key="Screen.Borderless" Value="1"/>
Line 96: Line 113:
  
 
==Input settings==
 
==Input settings==
 +
[[File:Steamworld_Dig_-_Controls.jpg|290px|right|thumb|Graphics settings.]]
 +
{{ii}} Game changes controls and HUD accordingly on fly. This also applies to rebinding so if you want to rebind controller, use controller in settings and kb+m use kb+m in settings.
 
{{Input settings
 
{{Input settings
|key remap                = hackable
+
|key remap                = true
|key remap notes          = See [[#Remapping|Remapping]]
+
|key remap notes          = Since v1.07
 
|acceleration option      = false
 
|acceleration option      = false
 
|acceleration option notes =  
 
|acceleration option notes =  
Line 109: Line 128:
 
|full controller          = true
 
|full controller          = true
 
|full controller notes    =  
 
|full controller notes    =  
|controller remap          = hackable
+
|controller remap          = true
|controller remap notes    = See [[#Remapping|Remapping]]
+
|controller remap notes    = Since v1.07
 
|invert controller y-axis  =  
 
|invert controller y-axis  =  
 
|invert controller y-axis notes=  
 
|invert controller y-axis notes=  
Line 116: Line 135:
 
|touchscreen notes        =  
 
|touchscreen notes        =  
 
}}
 
}}
 
===[[Remapping]]===
 
{{Fixbox|1=
 
{{Fixbox/fix|Create controls.cfg}}
 
# Navigate to your [[#Configuration file and save game data location|configuration file(s) location]].
 
# Create the file {{File|controls.cfg}}.
 
{{ii}} Check {{File|readme.txt}}, located in the same folder, for the correct syntax.
 
}}
 
Note: Since version 1.07 in game controls can be remapped directly through the Options.
 
  
 
==Audio settings==
 
==Audio settings==
 +
[[File:Steamworld_Dig_-_Sound.jpg|290px|right|thumb|Audio settings.]]
 
{{Audio settings
 
{{Audio settings
 
|separate volume          = true
 
|separate volume          = true
Line 142: Line 153:
 
}}
 
}}
  
 +
{{L10n|content=
 +
{{L10n/switch
 +
|language  = English
 +
|interface = true
 +
|subtitles = true
 +
|audio    = NA
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = French
 +
|interface = true
 +
|subtitles = true
 +
|audio    = NA
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Italian
 +
|interface = true
 +
|subtitles = true
 +
|audio    = NA
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = German
 +
|interface = true
 +
|subtitles = true
 +
|audio    = NA
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Spanish
 +
|interface = true
 +
|subtitles = true
 +
|audio    = NA
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Russian
 +
|interface = true
 +
|subtitles = true
 +
|audio    = NA
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Hungarian
 +
|interface = true
 +
|subtitles = true
 +
|audio    = NA
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Polish
 +
|interface = true
 +
|subtitles = true
 +
|audio    = NA
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Portuguese
 +
|interface = true
 +
|subtitles = true
 +
|audio    = NA
 +
|notes    =
 +
|fan      =
 +
}}
 +
}}
 
==System requirements==
 
==System requirements==
 
{{System requirements
 
{{System requirements
Line 176: Line 261:
 
|minVRAM  = 256 MB
 
|minVRAM  = 256 MB
 
}}
 
}}
 +
 +
{{references}}

Revision as of 12:44, 17 February 2014

SteamWorld Dig
SteamWorld Dig cover
Developers
Image & Form
Release dates
Windows December 5, 2013
macOS (OS X) December 5, 2013
Linux December 5, 2013

General information

GOG.com Community Discussions
GOG.com Support Page
Steam Community Discussions

Availability

Template:Availability Table

Game data

Configuration file and save game data location

Template:Game data/rowTemplate:Game data/rowTemplate:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/252410/pfx/[Note 1]
This game follows the XDG Base Directory Specification on Linux.

Save game cloud syncing

System Native Notes
Steam Cloud
(Not on Linux)

Video settings

Interface size and position can be changed.

Template:Video settings

Widescreen resolution

Game defaults fullscreen resolution to match desktop resolution and windowed to 960x540. Game runs fine even with lower end machines but some users may prefer to change this and developer has acknowledged this.[1]
Instructions

Borderless

Instructions

Input settings

Game changes controls and HUD accordingly on fly. This also applies to rebinding so if you want to rebind controller, use controller in settings and kb+m use kb+m in settings.

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
French
Italian
German
Spanish
Russian
Hungarian
Polish
Portuguese

System requirements

Windows
Minimum
Operating system (OS) XP
Processor (CPU) 2 GHz
System memory (RAM)
Hard disk drive (HDD) 190 MB
Video card (GPU) 256 MB of VRAM
OpenGL 2.1 compatible (with framebuffer object support)
macOS (OS X)
Minimum
Operating system (OS) 10.7
Processor (CPU) 2 GHz
System memory (RAM)
Hard disk drive (HDD) 120 MB
Video card (GPU) 256 MB of VRAM
OpenGL 2.1 compatible (with framebuffer object support)
Linux
Minimum
Operating system (OS)
Processor (CPU) 2 GHz
System memory (RAM)
Hard disk drive (HDD) 80 MB
Video card (GPU) 256 MB of VRAM
OpenGL 2.1 compatible (with framebuffer object support)

Notes

  1. Notes regarding Steam Play (Linux) data:

References