Fredrik Falk
Fredrik Falk
> You have a very outdated fork from 2020 with a lot of conflicts. Rebase and update your changes to use the correct new folders and paths. Oops
> The paths are still wrong. All games are under game_eggs now. > > Server files only available inside a docker image sounds very strange, do you have a source...
> I don't have the games to test the connection, otherwise LGTM. So we'll need to wait for someone with the game. It is tricky to test as you need...
Necroing this issue, but it would be nice to be able to set this in ACL as mentioned in #2718, probably the best way to do it.
Just as a heads up I haven't tested the last few commits in game
> > > It looks like the Spectrum Device can be configured through global variables only. So it won't work in multiplayer and thus there wouldn't really be a point...
I'd imagine it would work similarly to the DLC banners, or magazine capacity.
Unsure as of yet, but there's `RscDisplayInventory_DLCTemplate` that GroundContainer uses Config snippet ```c++ class RscDisplayInventory_DLCTemplate { class controls { class DlcBg { idc = 101; text = "\A3\Ui_f\data\GUI\Rsc\RscDisplayInventory\InventoryStripe_ca.paa"; color[] =...
The second issue could possibly be handled by [player "loadout" eventhandler](https://cbateam.github.io/CBA_A3/docs/files/events/fnc_addPlayerEventHandler-sqf.html). You could create an overlay control over the container listbox, and use the new [`ctrlSetScrollValues`](https://community.bistudio.com/wiki/ctrlSetScrollValues) and [`ctrlScrollValues`](https://community.bistudio.com/wiki/ctrlScrollValues) commands to...
Has anyone tested if this works on Linux?