Expedition 33: drop vendored fix, mark native (fixes crash)
After a reboot E33 kept crashing. The ClairObscurFix.log showed why the earlier 'reduced profile' never helped: config flags gate behaviour INSIDE the fix's hooks, but the .asi installs all its hooks (Level Load, Widgets, cutscene, PostProcess) regardless. So the crash surface was never reduced - only removing the fix stops it. The game added official ultrawide support in patch 1.2.3 and renders correctly at 5120x1440 natively, so the archived fix was pure liability. Removed it entirely and marked the entry native. - New METHOD=native: install.sh no-ops with a message, build/publish skip it. - Deleted vendor/ClairObscurFix and the tuned ini (unused, crash-causing). - README/THIRD_PARTY/CHANGELOG updated; ClairObscurFix recorded as historical. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+6
-7
@@ -32,13 +32,12 @@ them; all runtime patching is performed by SUWSF.
|
||||
- Used only for runtime inspection while developing a fix; it is NOT part of any
|
||||
release package and is not required by end users.
|
||||
|
||||
## ClairObscurFix (the entire Expedition 33 fix)
|
||||
- Author: **Lyall** — https://github.com/Lyall/ClairObscurFix
|
||||
- License: MIT (see `vendor/ClairObscurFix/LICENSE`)
|
||||
- Files: `vendor/ClairObscurFix/**` — vendored **unmodified**
|
||||
- Version: v0.0.10 (upstream repo is archived)
|
||||
- The ultrawide fix for Clair Obscur: Expedition 33 is entirely Lyall's work.
|
||||
This repo contributes only a 32:9-tuned `ClairObscurFix.ini` and packaging.
|
||||
## ClairObscurFix (no longer bundled)
|
||||
- Author: Lyall — https://github.com/Lyall/ClairObscurFix (MIT)
|
||||
- Was vendored for Clair Obscur: Expedition 33, then **removed**: the game gained
|
||||
official ultrawide support (patch 1.2.3) and the archived fix crashed on current
|
||||
builds. The E33 entry is now `native` and ships no third-party code.
|
||||
|
||||
|
||||
## Patch patterns
|
||||
The `AspectRatioAxisConstraint` (HOR+) and `ConstrainAspectRatio` (pillarbox)
|
||||
|
||||
Reference in New Issue
Block a user