Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
"; EnableResolutionFix: whether or not this should prevent game from switching to fullscreen 720p on startup
; for some people this 720p switch can mess up DPI-aware apps like Steam, requiring those apps to be restarted...
; this patch can prevent that from happening
; if you notice any weirdness happening after using Arise-SDK, feel free to try with the patch disabled
; (sdk default = true)
EnableResolutionFix = true"
You only need the one in engine.ini for it to be not start at 720p.
I checked 0 and 12000, and nothing changed.
https://steamcommunity.com/sharedfiles/filedetails/?id=2606523048
https://steamcommunity.com/sharedfiles/filedetails/?id=2606522926
I assumed it was "; MinStageEdgeBaseDistance - if the game tries setting a StageEdgeBaseDistance smaller than this, will force it to this instead
; seems to be used for edge-detection/cel-shading, increasing this can allow further distances to be cel-shaded, likely at a performance hit
; (can be controlled ingame via sdk.MinStageEdgeBaseDistance cvar)"
Tried also changing it in game via "sdk.MinStageEdgeBaseDistance 0" or "sdk.MinStageEdgeBaseDistance 12000", nothing changed.