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

Versioning - Addons marked as removed are not reported #1723

Open
Timi007 opened this issue Dec 21, 2024 · 0 comments
Open

Versioning - Addons marked as removed are not reported #1723

Timi007 opened this issue Dec 21, 2024 · 0 comments
Labels

Comments

@Timi007
Copy link
Contributor

Timi007 commented Dec 21, 2024

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"};:
class CfgSettings {
    class CBA {
        class Versioning {
            class PREFIX {
                class dependencies {
                    CBA[] = {"cba_main", REQUIRED_CBA_VERSION, "(true)"};
                };

                removed[] = {"acre_sys_sem70"};
            };
        };
    };
};
  • Build ACRE
  • Start Arma with modified ACRE mod
  • Expected to get a message that I loaded the 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?

  • Editor (Singleplayer) / Editor (Multiplayer)

Log Files:

  • RPT
  • Couldn't find something of interest
@Timi007 Timi007 added the Bug label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant