游戏狂人
 
- 贡献度
- 25
- 金元
- 14508
- 积分
- 1551
- 精华
- 0
- 注册时间
- 2011-9-26
|
本帖最后由 jiafei0018 于 2023-9-6 10:59 编辑
楼主没写下面可以简单调设置的代码,顺便搬过来了。
安装mod并启动一次游戏后会生成一个config文件
{
// DLSS mode to use. Since the game uses dynamic resolution,
// this will not affect image quality outside of changing the used preset.
// Only relevant for people with custom DLSSTweaks/profile setups, others should use the preset setting.只有使用订制DLSSTweak的玩家可调节,其他玩家别动
"dlssMode": "MaxPerformance",
// DLSS preset to use.
// "Default" selects the preset based on the "dlssMode" setting,
// otherwise this should be set to the desired preset letter. (A-F)默认就好
"dlssPreset": "Default",
// If frame generation should be enabled or disabled.帧生成开启(true)/关闭(false)
"enableFrameGeneration": true,
// If NIS should be used for a sharpening pass.
// Turn off if you are using ReShade with CAS or another sharpening pass.开启NIS缩放(锐化),如果使用reshade要关闭(false)
"enableNisSharpening": true,
// Used to set a FPS cap through reflex. 0 means no frame cap.设置帧数上限,0为无上限
"reflexFpsCap": 0,
// Reflex mode to use. Valid options: LowLatency, LowLatencyWithBoost设置reflex模式“低延时”和“低延时增强(默认)”
"reflexMode": "LowLatencyWithBoost",
// If reflex sleep should be turned on or off. Leave on unless you know what you're doing.除非你知道这个功能是什么,否则保持开启
"enableReflexSleep": true,
// If the mod should be enabled or not.是否开启mod
"enabled": true,
// Do not modify.别修改
"version": 4
}
我遇到了帧生成无效的问题,从这里改的。
还有貌似这个帧生成质量还不错,没看到快速移动视角时出现准星和UI的鬼影。
|
|