There were a couple changes between the 2 files, mainly from game updates and new lines that aren't accounted for in this one.
Here's a fix though! (This is for modifying the default .json provided by the game. For modifying the actual file that comes with this, it'll be below this!)
Line 871 to 872 "value": false --> "value": true "default_value": false --> "default_value": true Line 969 to 970 "max_value": 100, --> "max_value": 300, "step_value": 5 --> "step_value": 1
That should pretty much work for you too as long as nothing else has modified the file. If you have issues, I'll upload my file for you. For people wanting to some reason just change this file instead of trying to find the original file, this is a bit more annoying but do-able since it's missing code.
If you have the original .json provided by the game, you do not need to do this part. Only for the maniacs who want to update this file as is. (or you're the uploader wanting to update this, eitherway.)
so instead of installing this mod or messing with the srs resolution/static/dynamic settings, i've decided to modify the dlss sharpness in r6/config/settings/platform/pc/options.json file and the UserSettings.json file (so they could be in sync)...instead of upping the value of the resolution, i only increased a tiny bit of sharpness since the game does handle itself well with the modded dlss to FidelityFX Super Resolution 2.0...ive already tried using ReShade but only the FXAA, Clarity and AMD FidelityFX Contrast Adaptive Sharpening were the options that worked for peak sharpness and touching up on the antialiasing...as for the values...
small change to max value in options.json (lines 1193-1207)
if you notice, i only increased my own values from 1.0 to 1.1...why? the game will brighten da s#*! OUTTA ALL THE LIGHTS!!! im not exaggerating when i say you will be flashbanged the SECOND you move it over 1.3 and up...from 1.15~ you'll notice the lights spaz out a bit and at max 2.0, you'll be either having a seizure or screaming MY EYEEEEESSSSSSSS!!!...so in short, this game is YET to actually support upscaling...unless theres a value ive yet to find...but yeah...BE WARNED!!!
When I try doing anything above @ 140, the bottom half of the screen becomes bright white. The higher I raise the value (after @ 140), the more of the screen becomes bright white. Not really sure why this is happening.
I have the resolution set to 4096 x 2160 (I have an 8K monitor) and I have all graphics settings at Ultra (except for Ray Tracing, which is Medium). I also have DLSS and Dynamic CAS off (but Static CAS On so the mod works of course).
I changed the lines in the original.json file like you said in the stickied post. (I didn’t replace anything with the modded .json since I am assuming that just changing those lines in the original file is the same thing.) I had to do it this way because the game would instantly ctd if I launched it with the modded .json file.
Any idea why this is happening? My pc runs the game fine at 150, but since half the screen is just white I can’t really play it like that. @ 135 is the highest I can set the scaling to without any white on the screen.
Any help with getting this to work would be greatly appreciated.
26 comments
Here's a fix though! (This is for modifying the default .json provided by the game. For modifying the actual file that comes with this, it'll be below this!)
Line 871 to 872
"value": false --> "value": true
Line 969 to 970"default_value": false --> "default_value": true
"max_value": 100, --> "max_value": 300,
"step_value": 5 --> "step_value": 1
That should pretty much work for you too as long as nothing else has modified the file. If you have issues, I'll upload my file for you. For people wanting to some reason just change this file instead of trying to find the original file, this is a bit more annoying but do-able since it's missing code.
If you have the original .json provided by the game, you do not need to do this part. Only for the maniacs who want to update this file as is. (or you're the uploader wanting to update this, eitherway.)
Line 2
"version": 59, --> "version": 65,
Where "group_name": "/key_bindings/SettingsLocomotion" (Line 1199) ends at 1373, add the following to extend it.
? },
{
"name": "hub",
"display_name": "LocKey#78527",
"order": 29,
"is_input": true
},
{
"name": "map",
"display_name": "LocKey#77899",
"order": 30,
"is_input": true
},
{
"name": "journal",
"display_name": "LocKey#77900",
"order": 31,
"is_input": true
},
{
"name": "perks",
"display_name": "LocKey#78527",
"order": 32,
"is_input": true
},
{
"name": "crafting",
"display_name": "LocKey#78528",
"order": 33,
"is_input": true
},
{
"name": "inventory",
"display_name": "LocKey#77901",
"order": 34,
"is_input": true
Where "group_name": "/key_bindings/SettingsUI", (Line 1579) ends at 1597, add the following to extend it.
},
{
"name": "selectUpSecondary",
"display_name": "LocKey#78530",
"order": 3,
"is_input": true
},
{
"name": "selectDownSecondary",
"display_name": "LocKey#78531",
"order": 4,
"is_input": true
},
{
"name": "selectLeftSecondary",
"display_name": "LocKey#78533",
"order": 5,
"is_input": true
},
{
"name": "selectRightSecondary",
"display_name": "LocKey#78534",
"order": 6,
"is_input": true
Have a beautiful day!
small change to max value in options.json (lines 1193-1207)
{
"name": "DLSS_Sharpness",
"display_name": "UI-Settings-Video-Advanced-DLSS_Sharpness",
"description": "LocKey#81483",
"order": 1,
"is_visible": true,
"in_pre_game": true,
"in_game": true,
"update_policy": "require_confirmation",
"type": "float",
"value": 0.05,
"default_value": 0.05,
"min_value": 0.0,
"max_value": 2.0,?<------------ here
"step_value": 0.05
},
small change to max value as well in UserSettings.json (1378-1385)
{
"name": "DLSS_Sharpness",
"type": "float",
"value": 1.1000000238,
"default_value": 0.0500000007,
"min_value": 0.0,
"max_value": 2.0,?<------------ here
"step_value": 0.0500000007
},
if you notice, i only increased my own values from 1.0 to 1.1...why? the game will brighten da s#*! OUTTA ALL THE LIGHTS!!! im not exaggerating when i say you will be flashbanged the SECOND you move it over 1.3 and up...from 1.15~ you'll notice the lights spaz out a bit and at max 2.0, you'll be either having a seizure or screaming MY EYEEEEESSSSSSSS!!!...so in short, this game is YET to actually support upscaling...unless theres a value ive yet to find...but yeah...BE WARNED!!!
I have the resolution set to 4096 x 2160 (I have an 8K monitor) and I have all graphics settings at Ultra (except for Ray Tracing, which is Medium). I also have DLSS and Dynamic CAS off (but Static CAS On so the mod works of course).
I changed the lines in the original.json file like you said in the stickied post. (I didn’t replace anything with the modded .json since I am assuming that just changing those lines in the original file is the same thing.) I had to do it this way because the game would instantly ctd if I launched it with the modded .json file.
Any idea why this is happening? My pc runs the game fine at 150, but since half the screen is just white I can’t really play it like that. @ 135 is the highest I can set the scaling to without any white on the screen.
Any help with getting this to work would be greatly appreciated.
Thanks.