Jusant seems to have added an additional requirements check on top of the default one in Unreal Engine 5, which prevents the game from launching on macOS using D3DMetal.
The below script patches the binary, seemingly resulted in a playable game (limited testing).
Warning
Please use at your own risk.
Game running on macOS through CrossOver 23.7 + D3DMetal:
- Download the
patch-jusant.sh
file - Make it executable:
chmod +x patch-jusant.sh
- Run it:
./patch-jusant.sh <path/to/ASC-Win64-Shipping.exe>
Check out MacProTips' video on Jusant for configuration tips.