This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 4 years ago |
| Version | 1.0.0 |
| Download link | Andy-DSP_Mac-1.0.0.zip |
| Downloads | 872 |
| Dependency string | Andy-DSP_Mac-1.0.0 |
This mod requires the following mods to function
README
DSPMac
Mod for Dyson Sphere Program for better compatibility with macOS
This mod permanently (persists after exit) modifies DSP's globalgamemanagers file, which is pretty far outside the bounds of a normal mod. A backup of the original (ends in .bak) is created in case you need to manually restore it.
Why?
DSP runs very well in Crossover Mac 21.0+ with the notable exception of the player mech not being visible. This is a result of Unity using geometry shaders for gpu skinning on this model, and Crossover/MoltenVK does not yet support geometry shaders. Luckily, gpu skinning is a toggle in PlayerSettings. This mod simply turns gpu skinning off.
Tips
- Getting BepInEx to run within Crossover/Wine requires you to do a couple configuration steps. Follow this guide to make sure it's actually loaded when DSP launches.
Thanks
This mod borrows heavily from Faeryn's OutwardVisibleInBackground mod.
Changelog
- v1.0.0
- Initial release