It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
So I want to disable the border and change the FOV and a couple of other things. I go into the video.scr, make the necessary edits, save, come out, and start up the game. But nothing changes - none of the settings that I alter change anything. When I open the scr. again, all the changes I made are still there so there's no point in setting it to read-only. Anyone got any advice?

Thanks,
No posts in this topic were marked as the solution yet. If you can help, add your reply
Hmm it should work just fine. I did a small test with removing the comic style borders and had zero issues getting it to work as you can see in this screenshot: https://imgur.com/q6woDD5

Here's my full VIdeo.scr setting. Maybe this will help a little. The important lines are at the bottom.
// Modifying these settings manually may cause problems within the game. You are applying changes here at your own risk.
// You can delete this file and run the game to reset the default settings.
!Resolution(i,i)
!WindowOffset(i,i)
!Monitor(i) // -1 primary monitor
!BPP(i)
!FSAA(i) // Full Screen AntiAliasing, 0 - none, higher is better
!TexBPP(i)
!TextureQuality(s) // VeryLow, Low, High
!Filtering(s) // Bilinear, Trilinear, Anisotropic, AnisotropicTrilinear
!GammaFloat(f)
!MaxRefresh(i)
!Shadows(s) // Low, High
!ShadowMapSize(i)
!SpotShadowMapSize(i)
!Lightmaps()
!Fullscreen()
!VSync() // enable vertical sync
!MaterialQuality(i) // lower is better
!WaterQuality(i) // lower is better
!GrassQuality(i) // lower is better
!FXQuality(i) // higher is better
!FXFadeLevel(i) // 0-4 (lower is better)
!EnvQuality(s) // FullDynamic, RareDynamic, Static
!ShaderPath(i) // 0 - 1.1, 1 - 1.4, 2 - 2.0, 3 - 3.0, 4 - x360, 5 - 4.0, 6 - ps3
!PostProcess(s) // Simple, Normal
!DisplayDeviceType(i,f,f,f,f) //device type (LCD TV etc.): 0 - default
!Curves(s) // curves texture
!VisRange(f,f)
!DisableScreenBorder() // Disable the hand-painted comic border around the edges of the screen
!ForcedHorzFov(f) // Forced horizontal field of view angle measured against 16:9 aspect ratio; 80-110 degrees, def. 82.72.
//Partial support only. Use at your own risk.

!RenderViewportProportion(i, i) //Change aspect ratio and add/remove letterbox.
//RenderViewportProportion(-1, -1) - force full screen
//RenderViewportProportion(x, y) - maintain aspect ratio of x:y (default: 1280, 672)
//RenderViewportProportion(0, 0) - set defaults, same as RenderViewportProportion(1280, 672)
//Partial support only. Use at your own risk.

Resolution(2560,1440)
Monitor(0)
BPP(24)
FSAA(0)
TexBPP(32)
TextureQuality("High")
VisRange(2.00, 4.00)
Filtering("Anisotropic")
Shadows("High")
ShadowMapSize(1024)
SpotShadowMapSize(1024)
Lightmaps()
GammaFloat(1.00)
MaxRefresh(144)
MaterialQuality(0)
FXQuality(3)
FXFadeLevel(2)
WaterQuality(0)
GrassQuality(0)
EnvQuality("FullDynamic")
ShaderPath(3)
DisplayDeviceType(0,0.000000,1.000000,1.000000,1.000000)
ForcedHorzFov(105.000000)
DisableScreenBorder()
RenderViewportProportion(-1, -1)
Thanks for the response. I've literally copied and pasted your entire text into the file and still nothing. I also thought maybe it was something to do with my graphics driver overriding the local settings, but most of the setting for the game in my graphics card interface are on "application controlled". What I'm confused by is the fact that the changes I made in the scr. are being saved, they're just not being applied. I'd kind of understand it if the changes weren't saving, and every time I open the file it's reverted everything, but that isn't the case. I mean, the game is running fine as is so it's not the end of the world, but I really wanted to change the FOV and get rid of that border.

For the record, here's my settings:

Resolution(1920, 1080)
Monitor(0)
BPP(24)
FSAA(1)
TexBPP(32)
TextureQuality("High")
VisRange(2.00, 4.00)
Filtering("AnisotropicTrilinear")
Shadows("High")
ShadowMapSize(1024)
SpotShadowMapSize(1024)
Lightmaps()
GammaFloat(1.00)
MaxRefresh(144)
MaterialQuality(0)
FXQuality(3)
FXFadeLevel(0)
WaterQuality(0)
GrassQuality(0)
EnvQuality("FullDynamic")
ShaderPath(3)
DisplayDeviceType(0,0.000000,1.000000,1.000000,1.000000)
DisableScreenBorder()
RenderViewportProportion(-1, -1)
Post edited June 29, 2021 by Bertaut
Wish I had any other ideas to help you. Unfortunately I don't have any at this point since all is working just fine on my end.
No worries. I appreciate the reply in any case. Cheers.
Not sure if this'll work for you, but I just replied to another thread here on the same matter. A quick copy & paste:

--------------------
1. Getting your video.scr configuration file to work.
In my case, the video.scr file worked immediately, with no additional tweaking required. On Windows 10, for me, this file was located in C:\Users\USERNAME\AppData\Local\Techland\COJGunslinger\out\Settings (the AppData folder may be invisible for you, but can be navigated to by either typing in the path in the address bar or by displaying hidden folders in the settings). If you're able to modify settings in this file and see those changes reflected when you start the game, you can skip to point #2 (if that's applicable).

One reason that the file may NOT be working for you is if you are missing a registry entry - or the registry entry differs - specifying where this file (or rather, collection of files and directories) should exist. If you're comfortable using RegEdit, navigate to the folder HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Techland\cojgunslinger - and if the registry folder does not exist, create it. If it's not already there, within the cojgunslinger folder you will need to add a new String, and rename it to 'writedir' (without the apostrophes). Then, edit that string to contain the Value Data 'Techland\CoJGunslinger' (again, without the apostrophes). This is the subdirectory path under C:\Users\USERNAME\AppData\Local, from which the application will look for the various configuration files (so, the complete path eventually being 'C:\Users\USERNAME\AppData\Local\Techland\COJGunslinger' - with further files and subfolders generated within that).
--------------------

There are a few other bits in the other thread that may or may not be of interest to you, regarding anti-aliasing and stuttering which you can read over here.

Hope that's of some use - let us know if tweaking the registry worked as this isn't something I could verify from my side as I didn't have the problem.
Post edited September 19, 2021 by RedRabbitRun
For those haunting this thread looking for a solution, I had the same problem as the OP (no video.scr under appdata path).

After faffing around a bit, I happened upon a fix that worked for me, and which may work for others too.

The page is on the steam tech board for the game, mainly because I have the steam version.
Apparently I'm new here and can't post links, so I had to chunk it up. You know the drill. ;)

https://
steamcommunity.com/
app/204450/discussions/0/810925579955468244/?ctp=2#c3416556480585879845
Post edited June 01, 2022 by Nige