Graveyard Keeper

Graveyard Keeper

View Stats:
Myr Aug 22, 2018 @ 11:08pm
How to add 3440x1440 resolution support (and maybe others)
I don't think I'm allowed to just post an edited version of the dll file, so here's some basic instructions.

Examples:
https://puu.sh/BiSBS/450a4bd85f.jpg
https://youtu.be/TkAS_BtImt8

Program needed: dnSpy (google it)

Album with instructions:
https://imgur.com/a/lZ2XiIQ

I assume that changing the values to 3860 and 2160 should get you support for 4k, but as I don't have a 4k monitor I can't test that, try it out.
Last edited by Myr; Aug 22, 2018 @ 11:14pm
< >
Showing 1-5 of 5 comments
Tetris Jun 9, 2021 @ 5:50am 
Sadly weather effects are bugged in parts of the screen outside the 16:9 area
Haured Jul 11, 2023 @ 2:08pm 
Thanks, works like charm

Additional details from yt comment:

"
@HornJohannes
4 lata temu (edytowany)
To fix the fog issue change the following 3 lines within FogObject.
Update:
else if (this.tile_pos.x > 6f - FogObject.BORDER_X)
-> else if (this.tile_pos.x > 8f - FogObject.BORDER_X)

InitFog:
for (int i = 0; i < 6; i++)
-> for (int i = 0; i < 8; i++)

private readonly Vector3 TILES_X_VECTOR = new Vector2(36f, 0f);
-> private readonly Vector3 TILES_X_VECTOR = new Vector2(48f, 0f);

Nothing else should need a change. "
Last edited by Haured; Jul 11, 2023 @ 2:09pm
AresFlora Apr 29, 2024 @ 10:15am 
Originally posted by Haured:
Thanks, works like charm

Additional details from yt comment:

"
@HornJohannes
4 lata temu (edytowany)
To fix the fog issue change the following 3 lines within FogObject.
Update:
else if (this.tile_pos.x > 6f - FogObject.BORDER_X)
-> else if (this.tile_pos.x > 8f - FogObject.BORDER_X)

InitFog:
for (int i = 0; i < 6; i++)
-> for (int i = 0; i < 8; i++)

private readonly Vector3 TILES_X_VECTOR = new Vector2(36f, 0f);
-> private readonly Vector3 TILES_X_VECTOR = new Vector2(48f, 0f);

Nothing else should need a change. "



Where is this FogObject so we can edit it?
Saig Sep 12, 2024 @ 9:48am 
Works perfectly.
@Marlboroman the FogObject is at the same place as ResolutionConfig just higher in the list.
Bubble Tea Bunny Sep 15, 2024 @ 5:54am 
thank you :p2cube:
< >
Showing 1-5 of 5 comments
Per page: 1530 50