Call of Juarez Gunslinger tweak

Games and gaming tweaks
Forum rules
Behave
Post Reply
User avatar
Grogan
Your Host
Posts: 2048
Joined: Sat Aug 21, 2021 10:04 am
Location: Ontario, Canada

Call of Juarez Gunslinger tweak

Post by Grogan »

20250422002523_1.jpg
20250422002523_1.jpg (707.33 KiB) Viewed 4263 times
20250421234157_1.jpg
20250421234157_1.jpg (975.94 KiB) Viewed 4263 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.
User avatar
Zema Bus
Your Co-Host
Posts: 1115
Joined: Sun Feb 04, 2024 1:25 am

Re: Call of Juarez Gunslinger tweak

Post by Zema Bus »

I'll give that a try, it's been quite a while since I last played that one.
Post Reply