Skip to content

General - Clean Up Configs#540

Merged
Andx667 merged 8 commits into
masterfrom
clean-up-config
Jun 8, 2026
Merged

General - Clean Up Configs#540
Andx667 merged 8 commits into
masterfrom
clean-up-config

Conversation

@Andx667

@Andx667 Andx667 commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

PULL REQUEST

When merged this pull request will:

  • entfernt doppelte Definitionen von Eigenschaften in configs (.hpp)

  • Test USP Compat

  • Test Backpack

IMPORTANT

  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Remove {changes}.
  • Component folder has a README.md explaining the component.

@Andx667 Andx667 self-assigned this Feb 25, 2026
@Andx667 Andx667 added the pr/cleanup Changelog "Verändert" label Feb 25, 2026
@Andx667 Andx667 requested a review from Copilot February 26, 2026 07:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Cleans up Arma 3 config (.hpp) definitions by removing redundant properties and normalizing whitespace/formatting across several addons, reducing duplication while preserving inheritance-based behavior.

Changes:

  • Remove duplicated author, scope*, hiddenSelectionsTextures[], and repeated backpack balance property definitions where they are already inherited.
  • Consolidate vanilla RadioBag balancing into the shared base class (B_RadioBag_01_base_F) instead of repeating per-variant overrides.
  • Apply consistent whitespace/formatting cleanup in the touched config sections.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
addons/uniforms/CfgWeapons.hpp Removes redundant per-uniform properties (notably an author override) and normalizes formatting/blank lines.
addons/rsr/rsr_retex_vanilla/CfgVehicles.hpp Removes duplicated author overrides in derived vehicle variants and tidies formatting.
addons/rsr/rsr_retex_bwa3/CfgVehicles.hpp Removes redundant scope/scopeCurator/scopeArsenal and author overrides from derived Eagle variants, relying on inheritance.
addons/helmets/CfgWeapons.hpp Removes a duplicated hiddenSelectionsTextures[] assignment so the class inherits the parent texture.
addons/compat_vanilla/CfgVehicles.hpp Moves repeated RadioBag maximumLoad/mass to the base class and trims per-variant overrides.
addons/compat_usp/CfgVehicles.hpp Removes repeated BACKPACK_BALANCE(...) where already inherited from the base backpack class.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Andx667 Andx667 marked this pull request as ready for review June 8, 2026 15:35

@EinStein501 EinStein501 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verstehe zu wenig davon um Fehler zu finden.

@Andx667 Andx667 added this to the 5.1.1 milestone Jun 8, 2026
@Andx667 Andx667 merged commit c5f35e6 into master Jun 8, 2026
2 checks passed
@Andx667 Andx667 deleted the clean-up-config branch June 8, 2026 16:03
@Andx667 Andx667 modified the milestones: 5.1.1, 5.2.0 Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr/cleanup Changelog "Verändert"

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants