Skip to content

Compat GM - Add more compatibility and fixes.#11281

Open
Redzitus wants to merge 34 commits intoacemod:masterfrom
Redzitus:master
Open

Compat GM - Add more compatibility and fixes.#11281
Redzitus wants to merge 34 commits intoacemod:masterfrom
Redzitus:master

Conversation

@Redzitus
Copy link

@Redzitus Redzitus commented Feb 7, 2026

When merged this pull request will:

  • Added CfgAmmo
  • Added CfgGlasses
  • Added ACE Advanced Ballistics compatibility for all small caliber and arms
  • Added ACE Goggles compatibility (tint, protection, resistance) to all applicable facewear.
  • Fixed hearing protection types for some helmets

@Redzitus
Copy link
Author

Redzitus commented Feb 7, 2026

Sorry for the amount of commits, this is actually my first PR ever.

Reorganized pistol classes by removing and re-adding definitions.
Copy link
Contributor

@johnb432 johnb432 left a comment

Choose a reason for hiding this comment

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

Thanks for the PR.

Redzitus and others added 9 commits February 8, 2026 13:44
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Reordered includes for better organization and removed duplicates.
@Redzitus
Copy link
Author

Everything seems ready to merge now, just waiting for the approval. Thank you guys for the help!

Copy link
Contributor

@PabstMirror PabstMirror left a comment

Choose a reason for hiding this comment

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

style looks ok

@PabstMirror PabstMirror added this to the 3.20.3 milestone Feb 12, 2026
@PabstMirror PabstMirror added the kind/enhancement Release Notes: **IMPROVED:** label Feb 12, 2026
Copy link
Contributor

@johnb432 johnb432 left a comment

Choose a reason for hiding this comment

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

Getting a bunch of UBCs:

12:46:03 Updating base class 'gm_bullet_556x45mm_B_M193'->'gm_bullet_556x45mm_base', by 'z\ace\addons\compat_gm\config.bin/CfgAmmo/gm_bullet_556x45mm_B_T_m196/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_ammo\config.bin')
12:46:03 Updating base class 'gm_bullet_556x45mm_B_M855'->'gm_bullet_556x45mm_base', by 'z\ace\addons\compat_gm\config.bin/CfgAmmo/gm_bullet_556x45mm_B_T_m856/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_ammo\config.bin')
12:46:03 Updating base class 'gm_bullet_545x39mm_B_7N6'->'gm_bullet_545x39mm_base', by 'z\ace\addons\compat_gm\config.bin/CfgAmmo/gm_bullet_545x39mm_B_T_7T3/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_ammo\config.bin')
12:46:03 Updating base class 'gm_bullet_762x51mm_B_DM41'->'gm_bullet_762x51mm_base', by 'z\ace\addons\compat_gm\config.bin/CfgAmmo/gm_bullet_762x51mm_B_T_DM21/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_ammo\config.bin')
12:46:03 Updating base class 'gm_bullet_9x19mm_B_dm51'->'gm_bullet_9x19mm_base', by 'z\ace\addons\compat_gm\config.bin/CfgAmmo/gm_bullet_9x19mm_BSD_dm81/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_ammo\config.bin')
12:46:03 Updating base class 'gm_bullet_762x39mm_AP_7N23'->'', by 'z\ace\addons\compat_gm\config.bin/CfgAmmo/gm_bullet_762x39mm_API_M43/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_ammo\config.bin')
12:46:03 Updating base class 'gm_bullet_762x39mm_AP_7N23'->'', by 'z\ace\addons\compat_gm\config.bin/CfgAmmo/gm_bullet_762x39mm_API_T_M43/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_ammo\config.bin')
12:46:03 Updating base class 'gm_m16_base'->'gm_rifle_base', by 'z\ace\addons\compat_gm\config.bin/CfgWeapons/gm_m16a2_base/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_rifles\gm_m16\config.bin')
12:46:03 Updating base class 'gm_g3_base'->'gm_rifle_base', by 'z\ace\addons\compat_gm\config.bin/CfgWeapons/gm_psg1_base/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_sniperrifles\gm_psg1\config.bin')
12:46:03 Updating base class 'gm_akmsn_base'->'gm_ak47_base', by 'z\ace\addons\compat_gm\config.bin/CfgWeapons/gm_mpikms72k_base/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_rifles\gm_ak47\config.bin')
12:46:03 Updating base class 'gm_sg550_base'->'gm_rifle_base', by 'z\ace\addons\compat_gm\config.bin/CfgWeapons/gm_sg551_base/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_rifles\gm_sg550\config.bin')
12:46:03 Updating base class 'gm_mp5_base'->'gm_rifle_base', by 'z\ace\addons\compat_gm\config.bin/CfgWeapons/gm_mp5sd_base/' ('build'/'ace_compat_gm') (original 'gm\gm_weapons\gm_machinepistols\gm_mp5\config.bin')

@Redzitus Redzitus requested a review from johnb432 February 16, 2026 23:34
Copy link
Contributor

@PabstMirror PabstMirror left a comment

Choose a reason for hiding this comment

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

checked UBCs fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/enhancement Release Notes: **IMPROVED:**

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants