REFramework icon indicating copy to clipboard operation
REFramework copied to clipboard

Remove Sharpness from RE2 RT Patch

Open LHTakahashi opened this issue 1 year ago • 4 comments

Hello

Does anyone know of a way to turn off the sharpness in the RE2 RT Patch? The script only seems to work in some areas and the upscaler slider does absolutely nothing. I would like to know if there are plans to update the script, as it is quite annoying to use the upscaler with the sharpness turned down, with artifacts and strange appearance.

Oddly enough it works perfectly in the RE3 RT Patch.

LHTakahashi avatar Nov 28 '24 16:11 LHTakahashi

I managed to use this Reshade addon to disable the sharpening filter.

TommyCreo21 avatar Dec 10 '24 04:12 TommyCreo21

  1. In RE2.zip and in the reframework\autorun\ folder, extract the utility folder and "re2_sharpness_removal.lua" to your game's equivalent.
  2. Open "re2_sharpness_removal.lua" and uncomment lines 39 and 52 (both are marked with "--" and mention wanted_sharpness), then delete the first line (if true then return end). The script would never actually run since the first line would end it prematurely.
  3. In-game, open REFramework, scroll to Script Generated UI and open Sharpness Settings, and adjust the sharpening value here.

Late reply but this should help you, and anyone else who wants sharpening disabled. I couldn't find any information on my own on how to disable this outside of REFramework. Kinda funny, if you read the comments on these lines it mentions "doesn't seem to change anything..." Well I'm glad they are there because they do seem to so something 😁.

Edit: Might help if I just upload the lua file, just use this one if you get confused: re2_sharpness_removal.zip

RGB00255 avatar Feb 19 '25 05:02 RGB00255

  1. In RE2.zip and in the reframework\autorun\ folder, extract the utility folder and "re2_sharpness_removal.lua" to your game's equivalent.

    1. Open "re2_sharpness_removal.lua" and uncomment lines 39 and 52 (both are marked with "--" and mention wanted_sharpness), then delete the first line (if true then return end). The script would never actually run since the first line would end it prematurely.

    2. In-game, open REFramework, scroll to Script Generated UI and open Sharpness Settings, and adjust the sharpening value here.

Late reply but this should help you, and anyone else who wants sharpening disabled. I couldn't find any information on my own on how to disable this outside of REFramework. Kinda funny, if you read the comments on these lines it mentions "doesn't seem to change anything..." Well I'm glad they are there because they do seem to so something 😁.

Edit: Might help if I just upload the lua file, just use this one if you get confused: re2_sharpness_removal.zip

THANK YOU SO MUCH! Also, why the heck has this not been fixed yet?

Maehj avatar Mar 12 '25 22:03 Maehj

  1. In RE2.zip and in the reframework\autorun\ folder, extract the utility folder and "re2_sharpness_removal.lua" to your game's equivalent.

    1. Open "re2_sharpness_removal.lua" and uncomment lines 39 and 52 (both are marked with "--" and mention wanted_sharpness), then delete the first line (if true then return end). The script would never actually run since the first line would end it prematurely.
    2. In-game, open REFramework, scroll to Script Generated UI and open Sharpness Settings, and adjust the sharpening value here.

Late reply but this should help you, and anyone else who wants sharpening disabled. I couldn't find any information on my own on how to disable this outside of REFramework. Kinda funny, if you read the comments on these lines it mentions "doesn't seem to change anything..." Well I'm glad they are there because they do seem to so something 😁. Edit: Might help if I just upload the lua file, just use this one if you get confused: re2_sharpness_removal.zip

THANK YOU SO MUCH! Also, why the heck has this not been fixed yet?

Could be because it breaks during cutscenes. Haven't really explored it much beyond that. I did make a feature request to fix this (and add another option) https://github.com/praydog/REFramework/issues/1192#issuecomment-2673134028.

RGB00255 avatar Mar 22 '25 00:03 RGB00255