jonpas
jonpas
> A switch to using ts3plugin files, and a macOS build of them. Our game extension automatically install the plugin appropriately without ts3plugin files. Removing those is not an option,...
Fill out the issue template in full or we cannot help.
Dynamic wrapping calculation is off, needs to be fixed, just didn't get around to it yet.
> Alright, working now through CBA events. For some reason the event only registered to the dedicated server when placing it in `sys_core/XEH_preInit.hpp`, `XEH_postInit.hpp` only initialized events on clients. https://github.com/IDI-Systems/acre2/blob/5024078f510717f17dff99f498ee7e6a8dda65fe/addons/sys_core/XEH_postInit.sqf#L11
Neat! Have you seen this comment https://github.com/IDI-Systems/acre2/pull/835#pullrequestreview-296060210 though? Using the data events for setting the data would be most ideal.
Not yet, this issue will be updated when we do.
Self-note: Need to add that to docs and CI, as it's a new extension module.
> needs to be activated via `-DUSE_TRACY=ON` when calling cmake I don't think that's correct, did you mean `-DENABLE_TRACING=ON`? Also can you submodule Tracy on a specific tag instead of...
Ideally https://github.com/IDI-Systems/acre2/pull/835 would be redone with data framework and this would just use it.
Ref. https://github.com/ArmaForces/Mods/pull/160