Life is Strange: Before the Storm has a native Linux version, but it won't start on modern distros like Fedora 43. The game links against internal glibc symbols that were removed in glibc 2.34.
The fix: a tiny shim library (~10 lines of C) that wraps the missing functions and injects them via LD_PRELOAD. Played through tentire game this way without issues.