Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Very little custom content will work as stuff like shaders are only packaged for DirectX and OpenGL. Modding tools could be updated to start producing metal variants but then mod authours would need to rebuild all of their content. This is something we've already gone through once years ago to get the Mac and Linux versions official in the first place, and it was a painful process.
Mac users account for a tiny fraction of the player base so unfortunately it isn't worth all the work required.
It's nice to hear directly from a dev on the issue, pity it isn't good news. However, I will say that the fact that the Mac port does work as well as it does is quite nice, and I appreciate you taking the time out of the day to respond. My only overall gripe is the lack of Vsync on Apple silicon devices for OpenGl, but that's a minor one at best, and from what I understand, is a common problem with the current OpenGL implementation on Apple Silicon systems, what with the OpenGLES wrapper to metal that MacOS implements, though some devs seems to have resolved that problem. As long as the content and the Mac version continue to work through all the updates you all are adding in, I'm content. Having played this from very early access, I'm impressed with everything that has happened so far.
That being said, last I looked, MacOS and Linux are just a tiny fraction against Windows, but that may be changing in the future, what with the major stumbles that Microsoft has been doing here lately. I'm hoping that more MacOS gaming goodness comes in the future, but at least BallisticNG is in my library and working for the time being. (I also play this on my linux box, but I prefer MacOS overall for quite a few reasons, none of which are related to the surface level.)
Both are versions of WINE used to run Windows software under Linux:
* https://www.portingkit.com/
* https://getwhisky.app/
Whisky is very similar to Bottles on Linux if your familiar with that (it simplifies the Windows Prefix management).
These 2 convert the DX calls to Vulkan (DXVK) and will then convert the Vulkan to Metal.
There are also command line options for Unity to force Vulkan/Metal/DX rendering (platform specific):
* https://docs.unity3d.com/Manual/PlayerCommandLineArguments.html
On Linux there are also tools like libstrangle which are used to limit the frame rate of software, perhaps there is the equivalent version (or modify libstrangle) on the mac:
* https://gitlab.com/torkel104/libstrangle
Ultimately this is a re-occurrence of a old issue on the mac and your best bet is to report and hassle Apple to fix it:
* https://github.com/libsdl-org/SDL/issues/4918
* https://github.com/glfw/glfw/issues/2249