Skip to content

General - Clean Up Configs#540

Draft
Andx667 wants to merge 4 commits intomasterfrom
clean-up-config
Draft

General - Clean Up Configs#540
Andx667 wants to merge 4 commits intomasterfrom
clean-up-config

Conversation

@Andx667
Copy link
Contributor

@Andx667 Andx667 commented Feb 25, 2026

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
Copy link
Contributor

Copilot AI left a comment

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.

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.

2 participants