Page 1 of 1

Call of Juarez Gunslinger tweak

Posted: Tue Apr 22, 2025 5:08 am
by Grogan
20250422002523_1.jpg
20250422002523_1.jpg (707.33 KiB) Viewed 4303 times
20250421234157_1.jpg
20250421234157_1.jpg (975.94 KiB) Viewed 4303 times
Notice anything different? :thumbsup:

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)
Substitute your screen resolution for those viewport coordinates.

The game looks so much better like that.

Re: Call of Juarez Gunslinger tweak

Posted: Tue Apr 22, 2025 7:45 am
by Zema Bus
I'll give that a try, it's been quite a while since I last played that one.