Running ClairObscurFix v0.0.10 with upstream defaults crashed on save load. Removing it entirely let the game load normally, isolating the fix as the cause rather than Proton or the year-old save. The fix is archived and predates the current build; two pattern scans already failed outright, and the crash coincides with its Level Load hook. Ship a reduced profile with only Center HUD enabled - the one option actually needed at 32:9 - and mark the game PARTIAL rather than implying full support. Adds a revalidation checklist since vendored archived fixes decay as the game patches, plus a note that the game has no DRM, so a dedicated HUD-centering patch is a viable replacement if Center HUD eventually breaks too. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
52 lines
1.7 KiB
INI
52 lines
1.7 KiB
INI
;;;;;;;;;; General ;;;;;;;;;;
|
|
|
|
[Developer Console]
|
|
; Set "Enabled" to true to enable the console.
|
|
; By default you can access it with the key "Tilde".
|
|
Enabled = false
|
|
|
|
[Skip Intro Logos]
|
|
; Skips splash screen logos, epilepsy warning and autosave warning.
|
|
Enabled = false
|
|
|
|
[Uncap Cutscene FPS]
|
|
; Removes 30fps cap in cutscenes.
|
|
; DISABLED: bisecting a crash-on-save-load with game build > fix v0.0.10.
|
|
Enabled = false
|
|
|
|
[Adjust Resolution Checks]
|
|
; Adjusts resolution checks to use the monitor's maximum supported resolution, rather than the "native" resolution.
|
|
; DISABLED: its pattern scan already fails on this game build ("Resolution Checks: Pattern scan failed").
|
|
Enabled = false
|
|
|
|
[Background Audio]
|
|
; Set "Enabled" to true to allow audio to continue playing when the game window has lost focus.
|
|
Enabled = false
|
|
|
|
;;;;;;;;;; Ultrawide/Narrower ;;;;;;;;;;
|
|
|
|
[Cutscene Letterboxing]
|
|
; Set "Enabled" to true to re-enable pillarboxing/letterboxing in cutscenes.
|
|
Enabled = false
|
|
|
|
[Fix Movies]
|
|
; Crops letterboxing from pre-rendered movies at ultrawide resolutions.
|
|
; DISABLED: bisecting; re-enable once the crash source is known.
|
|
Enabled = false
|
|
|
|
[Center HUD]
|
|
; Set "Enabled" to true to center certain parts of the HUD to 16:9 at ultrawide resolutions.
|
|
Enabled = true
|
|
; Adjust "AspectRatio" to set the aspect ratio of the HUD. i.e 1.77778 for 16:9, 2.33333 for 21:9 etc
|
|
AspectRatio = 1.77778
|
|
|
|
;;;;;;;;;; Graphics ;;;;;;;;;;
|
|
|
|
[Disable Subtitle Blur]
|
|
; Set "Enabled" to true to disable the background blur on cutscene subtitle lines.
|
|
Enabled = false
|
|
|
|
[Sharpening]
|
|
; Adjust "Strength" to control the intensity of the forced post-process sharpening.
|
|
; Valid range: 0 to 2.0 Game Default = 1.0
|
|
Strength = 0 |