游戏狂人
 
- 贡献度
- 36
- 金元
- 16622
- 积分
- 1806
- 精华
- 0
- 注册时间
- 2011-3-16
|
Arise-SDK.ini里面还有两个设置需要true吗?
; StopMaxCSMResolutionOverwrite: prevents game from overwriting the r.Shadow.MaxCSMResolution cvar
; normally game will always overwrite this based on value inside GameUserSettings.ini, preventing you from changing this inside an INI
; enable this if you want to set it inside Engine.ini, this will stop game from overwriting your value
; (NOTE: THIS WILL STOP THE INGAME SHADOW SETTING FROM WORKING PROPERLY!)
StopMaxCSMResolutionOverwrite = false
; StopScreenPercentageOverwrite: prevents game from overwriting the r.ScreenPercentage cvar
; similar to the above, game will always overwrite any value you set inside INI, with values taken from GameUserSettings.ini
; enable this if you want to set it inside Engine.ini, this will stop game from overwriting your value
; (NOTE: THIS WILL STOP THE INGAME RESOLUTION SCALE SETTING FROM WORKING PROPERLY!)
StopScreenPercentageOverwrite = false
|
|