Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MacOS support for BG3 SE #477

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vishwamartur
Copy link

Related to #162

Add MacOS support for BG3 SE.

  • Add mappings for MacOS binaries and Apple Silicon processors in BG3Extender/GameHooks/BinaryMappings.xml.
  • Add MacOS-specific hooks and configurations in BG3Extender/Extender/ScriptExtender.cpp.
  • Add MacOS-specific implementations in BG3Extender/Extender/Client/ScriptExtenderClient.cpp.
  • Add MacOS-specific declarations in BG3Extender/Extender/Client/ScriptExtenderClient.h.
  • Add MacOS-specific networking support in BG3Extender/Extender/Shared/ExtenderNet.h.
  • Add MacOS-specific hooks in BG3Extender/Extender/Shared/Hooks.h.
  • Implement MacOS-specific hooks in BG3Extender/Extender/Shared/Hooks.cpp.
  • Add MacOS-specific script helpers in BG3Extender/Extender/Shared/ScriptHelpers.h.
  • Implement MacOS-specific script helpers in BG3Extender/Extender/Shared/ScriptHelpers.cpp.
  • Add MacOS-specific utilities in BG3Extender/Extender/Shared/Utils.h.
  • Implement MacOS-specific utilities in BG3Extender/Extender/Shared/Utils.cpp.
  • Add MacOS-specific virtual texture support in BG3Extender/Extender/Shared/VirtualTextures.h.
  • Implement MacOS-specific virtual texture support in BG3Extender/Extender/Shared/VirtualTextures.inl.

Related to Norbyte#162

Add MacOS support for BG3 SE.

* Add mappings for MacOS binaries and Apple Silicon processors in `BG3Extender/GameHooks/BinaryMappings.xml`.
* Add MacOS-specific hooks and configurations in `BG3Extender/Extender/ScriptExtender.cpp`.
* Add MacOS-specific implementations in `BG3Extender/Extender/Client/ScriptExtenderClient.cpp`.
* Add MacOS-specific declarations in `BG3Extender/Extender/Client/ScriptExtenderClient.h`.
* Add MacOS-specific networking support in `BG3Extender/Extender/Shared/ExtenderNet.h`.
* Add MacOS-specific hooks in `BG3Extender/Extender/Shared/Hooks.h`.
* Implement MacOS-specific hooks in `BG3Extender/Extender/Shared/Hooks.cpp`.
* Add MacOS-specific script helpers in `BG3Extender/Extender/Shared/ScriptHelpers.h`.
* Implement MacOS-specific script helpers in `BG3Extender/Extender/Shared/ScriptHelpers.cpp`.
* Add MacOS-specific utilities in `BG3Extender/Extender/Shared/Utils.h`.
* Implement MacOS-specific utilities in `BG3Extender/Extender/Shared/Utils.cpp`.
* Add MacOS-specific virtual texture support in `BG3Extender/Extender/Shared/VirtualTextures.h`.
* Implement MacOS-specific virtual texture support in `BG3Extender/Extender/Shared/VirtualTextures.inl`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant