Add MK19 turret/pintle prefabs for JLTV/LMV and so much more#259
Merged
joewhite94 merged 6 commits intoGlobal-Conflicts-ArmA:masterfrom Apr 4, 2026
Merged
Add MK19 turret/pintle prefabs for JLTV/LMV and so much more#259joewhite94 merged 6 commits intoGlobal-Conflicts-ArmA:masterfrom
joewhite94 merged 6 commits intoGlobal-Conflicts-ArmA:masterfrom
Conversation
Introduce new prefabs and meta files for MK19 weapon integrations on JLTV and Iveco LMV. Adds turret parts (including shield/tan/woodland variants), JLTV vehicle variants (olive/woodland), and weapon pintle prefabs (GL_MK19_pintle_M1151) which expose a Shield slot. Vehicle templates register a Turret slot and include inventory/magazine configuration for the MK19 40mm 32-round magazine; several material assignments are included for camo variants.
…HBs-humvees-restructure
Add numerous vehicle and weapon prefab/meta files: UH1H APKWS M260 carrier and combined vehicle template, multiple JLTV OGPK M2HB variants (olive, woodland, PAS13, SU231) and their turrets, IvecoLMV M2 gun mount variants with shields, and HMG M2HB pintle prefabs. Update UH1H gunner turret parts to add SCR_TurretControllerComponent with horizontal limits and adjust M134 gun attachment offset/angle to correct mounting. Also include several file moves/renames and reorganize M1151/MK19 turret paths.
…HBs-humvees-restructure-UH-1mods
6 tasks
joewhite94
reviewed
Apr 4, 2026
Contributor
joewhite94
left a comment
There was a problem hiding this comment.
could really do with smaller pull requests that don't touch so many things at once, it's a bit of a nightmare to review
Prefabs/Vehicles/Helicopters/UH1H/VehParts/WeapSystems/UH1H_M134_gunner_left.et
Show resolved
Hide resolved
joewhite94
reviewed
Apr 4, 2026
Member
Author
Yeaaaahhhh |
Replace M1151's M2HB turret with an MK19 setup: delete old M1151_armed_M2HB prefabs and add M1151_armed_MK19 and M1151_armed_MK19_Tan that register a roof slot. Add new roof parts GC_M1151_roof_Mk19 and GC_M1151_roof_Mk19_Tan (with meta files); the tan variant includes material overrides. Rename BTR_Turret directory to BMP_Turret to reflect naming. Also adjust the LMV gun mount MK19 shield Offset to better align the turret.
Add a SCR_UniversalInventoryStorageComponent to M1151_armed_MK19 (tan and woodland) to provide 10 magazine slots for MK19 40mm 32-round magazines. Also tweak turret shield offsets for proper alignment: LMV gun mount Y offset updated (-0.1279 -> -0.1794) and MK19 pintle shield Y offset adjusted (-2.47 -> -2.3875). Affects prefabs: Prefabs/Vehicles/Wheeled/M998/M1151/M1151_armed_MK19.et, Prefabs/Vehicles/Wheeled/M998/M1151/M1151_armed_MK19_Tan.et, Prefabs/Vehicles/Wheeled/IvecoLMV/VehParts/Turret/LMV_gun_mount_MK19_Shield.et, and Prefabs/Weapons/HeavyWeapons/MK19/GL_MK19_pintle_M1151.et.
joewhite94
approved these changes
Apr 4, 2026
Contributor
joewhite94
left a comment
There was a problem hiding this comment.
just do try to commit smaller things at a time on separate branches in future, it'll speed up how quickly I can approve things and unblock you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce new prefabs and meta files for MK19 weapon integrations on JLTV and Iveco LMV. Adds turret parts (including shield/tan/woodland variants), JLTV vehicle variants (olive/woodland), and weapon pintle prefabs (GL_MK19_pintle_M1151) which expose a Shield slot. Vehicle templates register a Turret slot and include inventory/magazine configuration for the MK19 40mm 32-round magazine; several material assignments are included for camo variants.