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 "Graveyard Keeper"

From PCGamingWiki, the wiki about fixing PC games
m (→‎Alternatively: https://www.pcgamingwiki.com/wiki/Graveyard_Keeper)
m
 
(13 intermediate revisions by 6 users not shown)
Line 16: Line 16:
 
{{Infobox game/row/reception|IGDB|graveyard-keeper|75}}
 
{{Infobox game/row/reception|IGDB|graveyard-keeper|75}}
 
|taxonomy    =  
 
|taxonomy    =  
{{Infobox game/row/taxonomy/monetization      | }}
+
{{Infobox game/row/taxonomy/monetization      | One-time game purchase }}
 
{{Infobox game/row/taxonomy/microtransactions | }}
 
{{Infobox game/row/taxonomy/microtransactions | }}
 
{{Infobox game/row/taxonomy/modes            | }}
 
{{Infobox game/row/taxonomy/modes            | }}
{{Infobox game/row/taxonomy/pacing            | }}
+
{{Infobox game/row/taxonomy/pacing            | Real-time }}
{{Infobox game/row/taxonomy/perspectives      | }}
+
{{Infobox game/row/taxonomy/perspectives      | Bird's-eye view, Scrolling }}
 
{{Infobox game/row/taxonomy/controls          | }}
 
{{Infobox game/row/taxonomy/controls          | }}
{{Infobox game/row/taxonomy/genres            | }}
+
{{Infobox game/row/taxonomy/genres            | RPG, ARPG }}
 
{{Infobox game/row/taxonomy/sports            | }}
 
{{Infobox game/row/taxonomy/sports            | }}
 
{{Infobox game/row/taxonomy/vehicles          | }}
 
{{Infobox game/row/taxonomy/vehicles          | }}
 
{{Infobox game/row/taxonomy/art styles        | }}
 
{{Infobox game/row/taxonomy/art styles        | }}
{{Infobox game/row/taxonomy/themes            | }}
+
{{Infobox game/row/taxonomy/themes            | Fantasy }}
 
{{Infobox game/row/taxonomy/series            | }}
 
{{Infobox game/row/taxonomy/series            | }}
 
|steam appid  = 599140
 
|steam appid  = 599140
Line 32: Line 32:
 
|gogcom id    = 1780408621
 
|gogcom id    = 1780408621
 
|strategywiki =  
 
|strategywiki =  
|mobygames    = graveyard-keeper
+
|mobygames    = 112392
 
|wikipedia    = Graveyard Keeper
 
|wikipedia    = Graveyard Keeper
 
|winehq      =  
 
|winehq      =  
 
|license      = commercial
 
|license      = commercial
 +
}}
 +
 +
{{Introduction
 +
|introduction      =
 +
 +
|release history  =
 +
 +
|current state    =
 
}}
 
}}
  
Line 64: Line 72:
 
{{Game data|
 
{{Game data|
 
{{Game data/saves|Windows|{{p|userprofile}}\AppData\LocalLow\Lazy Bear Games\Graveyard Keeper}}
 
{{Game data/saves|Windows|{{p|userprofile}}\AppData\LocalLow\Lazy Bear Games\Graveyard Keeper}}
{{Game data/saves|OS X|{{p|osxhome}}/Library/Application Support/unity.Lazy Bear Games.Graveyard Keeper}}
+
{{Game data/saves|OS X|{{p|osxhome}}/Library/Application Support/Lazy Bear Games/Graveyard Keeper}}
 
{{Game data/saves|Linux|{{p|linuxhome}}/.config/unity3d/Lazy Bear Games/Graveyard Keeper}}
 
{{Game data/saves|Linux|{{p|linuxhome}}/.config/unity3d/Lazy Bear Games/Graveyard Keeper}}
 
}}
 
}}
Line 98: Line 106:
 
|multimonitor              = unknown
 
|multimonitor              = unknown
 
|multimonitor notes        =  
 
|multimonitor notes        =  
|ultrawidescreen            = unknown
+
|ultrawidescreen            = hackable
|ultrawidescreen notes      =  
+
|ultrawidescreen notes      = [https://www.nexusmods.com/graveyardkeeper/mods/81 Use p1xel8ted's Show Me Moar! mod to enable all resolutions.]
 
|4k ultra hd                = hackable
 
|4k ultra hd                = hackable
|4k ultra hd notes          = See [[#Enabling higher resolutions|Enabling higher resolutions]].
+
|4k ultra hd notes          = [https://www.nexusmods.com/graveyardkeeper/mods/81 Use p1xel8ted's Show Me Moar! mod to enable all resolutions.]
 
|fov                        = n/a
 
|fov                        = n/a
 
|fov notes                  = Fixed 2D view.
 
|fov notes                  = Fixed 2D view.
Line 124: Line 132:
 
|color blind                = false
 
|color blind                = false
 
|color blind notes          =  
 
|color blind notes          =  
}}
 
 
===Enabling higher resolutions===
 
{{--}} Due to the game having been designed with a fixed view, playing at resolutions higher than [https://en.wikipedia.org/wiki/Graphics_display_resolution#2560_%C3%97_1600_(WQXGA) WQXGA] results in environmental effects loading late as the player moves, and out-of-bounds locations can be seen in some places.
 
{{Fixbox|description=Modify {{file|Assembly-CSharp.dll}}|ref=<ref>{{Refurl|url=https://steamcommunity.com/app/599140/discussions/0/1734336452580153491/|title=How to add 3440x1440 resolution support (and maybe others) :: Graveyard Keeper General Discussions|date=September 12, 2019}}</ref><ref name="refcheck Azatoth">{{Refcheck|user=Azatoth|date=September 12, 2019}}</ref>|fix=
 
# Download [https://github.com/0xd4d/dnSpy dnSpy].
 
# Load {{file|Assembly-CSharp.dll}} which is located in:
 
#* Windows: {{p|game}}\Graveyard Keeper_Data\Managed
 
#* Mac: {{p|game}}/Graveyard Keeper.app/Contents/Resources/Data/Managed
 
# Navigate to {{code|-}}, right-click {{code|ResolutionConfig@(random numbers)}} and select '''Edit Class (C#)...'''.
 
# On the 24th line, replace height and width values depending on the desired resolution.
 
# Click on '''Compile'''.
 
# Under the '''File''' menu, click on '''Save all...''' and overwrite {{file|Assembly-CSharp.dll}}.
 
}}
 
 
===Alternatively===
 
{{Fixbox|
 
fix=# Download and install [https://www.nexusmods.com/graveyardkeeper/mods/40 QMod Manager Reloaded]
 
# Download and install [https://www.nexusmods.com/graveyardkeeper/mods/45 Ultra Wide Mod]
 
# (Optionally) Download and install [https://www.nexusmods.com/graveyardkeeper/mods/46 Fog Be Gone Mod] - *Removes fog altogether.
 
 
}}
 
}}
  
 
===Skip intros===  
 
===Skip intros===  
{{Fixbox|description=Modify {{file|Assembly-CSharp.dll}}<ref>{{Refcheck|user=P1xel8ted|date=2022-04-30|comment=Comment (optional)}}</ref>|fix=
 
# Download [https://github.com/0xd4d/dnSpy dnSpy].
 
# Load {{file|Assembly-CSharp.dll}} which is located in:
 
#* Windows: {{p|game}}\Graveyard Keeper_Data\Managed
 
#* Mac: {{p|game}}/Graveyard Keeper.app/Contents/Resources/Data/Managed
 
# Navigate to {{code|-}}, right-click {{code|LogoScene@(random numbers)}} and select '''Edit Class (C#)...'''.
 
# Replace the contents of the {{code|Awake}} method (everything inside the curly braces) with {{code|'''SceneManager.LoadScene("preloader");'''}}
 
# Click on '''Compile'''.
 
# Under the '''File''' menu, click on '''Save all...''' and overwrite {{file|Assembly-CSharp.dll}}.
 
}}
 
  
===Alternatively===
+
{{Fixbox|description=Download and install [https://www.nexusmods.com/graveyardkeeper/mods/47 No Intro's]
{{Fixbox|
 
fix=# Download and install [https://www.nexusmods.com/graveyardkeeper/mods/40 QMod Manager Reloaded]
 
# Download and install [https://www.nexusmods.com/graveyardkeeper/mods/47 No Intros Mod]
 
 
}}
 
}}
 
  
 
==Input==
 
==Input==
Line 195: Line 169:
 
|xbox prompts              = true
 
|xbox prompts              = true
 
|xbox prompts notes        =  
 
|xbox prompts notes        =  
|impulse triggers          = unknown
+
|impulse triggers          = false
 
|impulse triggers notes    =  
 
|impulse triggers notes    =  
 
|dualshock 4              = true
 
|dualshock 4              = true
Line 257: Line 231:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
|language  = French
+
|language  = Simplified Chinese
 
|interface = true
 
|interface = true
 
|audio    = n/a
 
|audio    = n/a
Line 265: Line 239:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
|language  = German
+
|language  = French
 
|interface = true
 
|interface = true
 
|audio    = n/a
 
|audio    = n/a
Line 273: Line 247:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
|language  = Simplified Chinese
+
|language  = German
 
|interface = true
 
|interface = true
 
|audio    = n/a
 
|audio    = n/a
Line 281: Line 255:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
|language  = Spanish
+
|language  = Italian
 
|interface = true
 
|interface = true
 
|audio    = n/a
 
|audio    = n/a
Line 289: Line 263:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
|language  = Brazilian Portuguese
+
|language  = Japanese
 
|interface = true
 
|interface = true
 
|audio    = n/a
 
|audio    = n/a
Line 305: Line 279:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
|language  = Japanese
+
|language  = Polish
 
|interface = true
 
|interface = true
 
|audio    = n/a
 
|audio    = n/a
Line 313: Line 287:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
|language  = Russian
+
|language  = Brazilian Portuguese
 
|interface = true
 
|interface = true
 
|audio    = n/a
 
|audio    = n/a
Line 321: Line 295:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
|language  = Italian
+
|language  = Russian
 
|interface = true
 
|interface = true
 
|audio    = n/a
 
|audio    = n/a
Line 329: Line 303:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
|language  = Polish
+
|language  = Spanish
 
|interface = true
 
|interface = true
 
|audio    = n/a
 
|audio    = n/a
Line 363: Line 337:
 
|windows 32-bit exe    = true
 
|windows 32-bit exe    = true
 
|windows 64-bit exe    = false
 
|windows 64-bit exe    = false
 +
|windows arm app        = unknown
 
|windows exe notes      =  
 
|windows exe notes      =  
 
|macos intel 32-bit app = false
 
|macos intel 32-bit app = false
 
|macos intel 64-bit app = true
 
|macos intel 64-bit app = true
|macos arm app          =  
+
|macos arm app          = unknown
 
|macos app notes        =  
 
|macos app notes        =  
 
|linux 32-bit executable= true
 
|linux 32-bit executable= true
 
|linux 64-bit executable= true
 
|linux 64-bit executable= true
 +
|linux arm app          = false
 
|linux executable notes = Steam version includes both x86 and x86_64 executables
 
|linux executable notes = Steam version includes both x86 and x86_64 executables
 
}}
 
}}

Latest revision as of 13:56, 26 December 2023

Graveyard Keeper
Graveyard Keeper cover
Developers
Lazy Bear Games
Publishers
tinyBuild
Engines
Unity 2018[Note 1]
Release dates
Windows August 15, 2018
macOS (OS X) August 15, 2018
Linux August 15, 2018
Reception
Metacritic 69
OpenCritic 65
IGDB 75
Taxonomy
Monetization One-time game purchase
Pacing Real-time
Perspectives Bird's-eye view, Scrolling
Genres RPG, ARPG
Themes Fantasy
Graveyard Keeper on IGDB
Graveyard Keeper on MobyGames
Graveyard Keeper on Wikipedia

Graveyard Keeper is a bird's-eye view and scrolling RPG and ARPG game.

General information

Developer Discord server
Official wiki
GOG.com Community Discussions
GOG.com Support Page
Steam Community Discussions

Availability

Source DRM Notes Keys OS
GOG.com
DRM-free
Windows
macOS (OS X)
Linux
Green Man Gaming
Icon overlay.png
Windows
macOS (OS X)
Linux
Humble Store
Icon overlay.png
Windows
macOS (OS X)
Linux
Steam
Icon overlay.png
Collector's Edition also available.
Windows
macOS (OS X)
Linux

Game data

Configuration file(s) location

System Location
Windows HKEY_CURRENT_USER\Software\Lazy Bear Games\Graveyard Keeper\setting
macOS (OS X) $HOME/Library/Preferences/unity.Lazy Bear Games.Graveyard Keeper.plist
Linux $HOME/.config/unity3d/Lazy Bear Games/Graveyard Keeper/prefs
It's unknown whether this game follows the XDG Base Directory Specification on Linux. Please fill in this information.

Save game data location

System Location
Windows %USERPROFILE%\AppData\LocalLow\Lazy Bear Games\Graveyard Keeper
macOS (OS X) $HOME/Library/Application Support/Lazy Bear Games/Graveyard Keeper
Linux $HOME/.config/unity3d/Lazy Bear Games/Graveyard Keeper

Save game cloud syncing

System Native Notes
GOG Galaxy
Steam Cloud

Video

Main options menu.
Main options menu.

The game engine may allow for manual configuration of the game via its variables. See the Unity page for more details.

Skip intros

Download and install No Intro's

Input

In-game controls menu (1/2).
In-game controls menu (1/2).
In-game controls menu (2/2).
In-game controls menu (2/2).

Audio

Audio feature State Notes
Separate volume controls
Surround sound
Subtitles
Text-only dialogues.
Closed captions
Mute on focus lost

Localizations

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

Other information

API

Technical specs Supported Notes
Direct3D 11
Executable 32-bit 64-bit Notes
Windows
macOS (OS X)
Linux
Steam version includes both x86 and x86_64 executables

System requirements

Windows
Minimum
Operating system (OS) 7
Processor (CPU) Intel Core i5 1.5 GHz
System memory (RAM) 4 GB
Hard disk drive (HDD) 1 GB
Video card (GPU) Dedicated
1 GB of VRAM
DirectX 10 compatible
Shader model 3.0 support
macOS (OS X)
Minimum
Operating system (OS) 10.7
Processor (CPU) Intel Core i5 1.5 GHz
System memory (RAM) 4 GB
Hard disk drive (HDD) 1 GB
Video card (GPU) Dedicated
1 GB of VRAM
Shader model 3.0 support
A 64-bit operating system is required.
Linux
Minimum
Operating system (OS) Ubuntu 12.04
Processor (CPU) Intel Core i5 1.5 GHz
System memory (RAM) 4 GB
Hard disk drive (HDD) 1 GB
Video card (GPU) Dedicated
1 GB of VRAM
Shader model 3.0 support


Notes

  1. Unity engine build: 2018.2.2f1[1]

References

  1. Verified by User:Baronsmoki on 2019-09-12