You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mods (complete and add to the following information):
Arma 3:2.18
CBA:3.18.1
Mod for testing versioning (in my case, I used ACRE)
Description:
The Wiki for the Versioning feature states that mods can declare addons that should be marked as removed. When adding this and loading with a removed addon, nothing is reported ingame or in the RPT. This features seams to not be implemented.
Steps to reproduce:
I use the ACRE mod to test this behavior.
Modify addons\main\CfgSettings.hpp by adding removed[] = {"acre_sys_sem70"};:
Mods (complete and add to the following information):
2.18
3.18.1
Description:
The Wiki for the Versioning feature states that mods can declare addons that should be marked as removed. When adding this and loading with a removed addon, nothing is reported ingame or in the RPT. This features seams to not be implemented.
Steps to reproduce:
addons\main\CfgSettings.hpp
by addingremoved[] = {"acre_sys_sem70"};
:acre_sys_sem70
addon but shouldn't.Expected behavior:
A message to the user ingame and in the RPT that they loaded an addon which they shouldn't.
Where did the issue occur?
Log Files:
The text was updated successfully, but these errors were encountered: