Postmortem: one must die (Extended Cut)

Postmortem: one must die (Extended Cut)

Not enough ratings
Display Resolution Changes
By BigBodZod
Manually adjusting the game resolution.
   
Award
Favorite
Favorited
Unfavorite
Config File Location
Locate the config file in the following location:

x:\Steam\steamapps\common\PostmortemGame\PostmortemGame

Where x is the drive letter you have the game installed onto, since Steam now allows you to create multiple LIBRARIES, you need to be sure you select the correct drive letter and full path to the installed game.

The file name is called:

config.cfg and it's just a text file.

Open with your favorite text editor or even Notepad.

Find the following lines:

Height =
Width =

Just adjust to your native display resolution and save.

Now run the game and have fun :)
7 Comments
BigBodZod  [author] 28 Oct, 2015 @ 9:18pm 
Thanks for the info, I will also check out your next game :)
Koobazaur  [developer] 28 Oct, 2015 @ 7:46pm 
Oh and if you're still following the game, make sure you check out our next title and vote on Steam Greenlight :) It takes a lot of postmortem's core but vastly expands it in every way!
Koobazaur  [developer] 28 Oct, 2015 @ 7:45pm 
Alright, here's some that I pulled out that you may want to play with, nothing exciting unless you're a game dev yourself :p There's also an editor mode for editing tilemap and entities but the release version is not built with it enabled sorry :(


[DEBUG]
DrawBulletPhysDebug = false //warning: this will KILL your FPS
DrawPlayerForwardDir = true
DrawPlayerLoc = true
DrawPlayerNavPath = true
DrawNPCNavPath = true
DeathNotebookShowEverything = false
DrawActorDebugInfo = true
DrawActorDebugInfoNames = true
DrawFPS = true
EnableVerboseLogging = 0

[GAMECOMPLEXITY]
ShowCharNameInConvo = true
EnableExtraNotebookHints = true

[GAME]
InteractRadius = 1.0

[GRAPHICS]
TileWallsTransparent = true
RenderZoomFactor = 0.8f
RenderZoomFactorMax = 100
RenderZoomFactorMin = 0.1f
AntiAliasingLevels = 0
DepthBits = 0
StencilBits = 0
BigBodZod  [author] 28 Oct, 2015 @ 12:49pm 
So those DEBUG options, can you share them with everyone ?

Might me interesting to play around with for sure.

Of course I'm just replaying the Fallout series waiting for 4 to be released ;)
Koobazaur  [developer] 28 Oct, 2015 @ 12:23pm 
Thanks for the tip! The UI might not scale properly so I did not add a resolution option, it's not exactly critical for this type of a game.

Hmm I should plow through my source code sometime and dig up all the config params sometime. There's a bunch of debug or test ones that may be fun to mess around with for some :p
BigBodZod  [author] 23 Oct, 2014 @ 10:55pm 
You're welcome.

I always try to find a solution and post something like this if one is not found.

Have fun playing the game :)
Dalton 23 Oct, 2014 @ 4:04pm 
Ah! Thank you! I wish I had known this before I started the game for the first time.