
On the Steam forum for this game, I found a config file tweak that gets rid of the comic book page letterbox, and the black borders around objects, with this game's CEL shader graphics.
AppData/Local/techland/cojgunslinger/out/Settings/Video.scr
It's a text file with Windows style line breaks so on Linux it's probably best to use an editor that doesn't change the encoding. (I used old kwrite from my TDE... I trust that for editing other encoding types)
Anyway, on Linux/Steam that would be:
steam/steamapps/compatdata/204450/pfx/drive_c/users/steamuser/AppData/Local/techland/cojgunslinger/out/Settings/Video.scr
All this time, there was actually a commented section in this file showing these settings for removing that shit. If I'd have looked at that file it would have been staring me in the face.
To the bottom of the file, simply add:
Code: Select all
DisableScreenBorder()
RenderViewportProportion(1920, 1080)
The game looks so much better like that.