Interact Menu - Use List on MacOS#11277
Conversation
|
I guess Macintosh build is MP compatible? https://community.bistudio.com/wiki/Arma_3:_Play_on_Mac#Cross-Platform_Windows_Compatibility There are other parts of ace that expect the extension to be there |
|
Yeah there's still other issues, and the Mac build has other problems (you can't alt tab out of the game, once you launch you're just stuck in game). This was just the most obvious problem when I was trying out some PRs on other mods with ACE as a dependency |
| false, | ||
| (productVersion select 6) == "OSX", | ||
| false | ||
| ] call CBA_fnc_addSetting; |
There was a problem hiding this comment.
could also guard setting by using an intermediate gvar in code
GVAR(useListMenuSelf) -> GVAR(useListMenuSelfActual)
{ // setting change eh
GVAR(useListMenuSelfActual) = _this || {(productVersion select 6) == "OSX"}
}
There was a problem hiding this comment.
What would be the benefit of this? Just preventing the circular mode on OSX?
There was a problem hiding this comment.
if server has locked settings for some reason
When merged this pull request will:
The circular view uses
break_linefrom the extension, which isn't available on MacOS.Alternatively make List the default since it is superior...
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}.