Page MenuHomeFeedback Tracker

Bipod on Rahim clips through weapon and hands.
New, WishlistPublic

Description

Attached bipods on the Rahim rifle clip through the lower handguard cover and the players hand. {F25768}

Details

Legacy ID
304736914
Severity
None
Resolution
Open
Reproducibility
Always
Category
Visual-Weapons

Event Timeline

Kecske set Category to Visual-Weapons.Mar 13 2015, 9:25 PM
Kecske set Reproducibility to Always.
Kecske set Severity to None.
Kecske set Resolution to Open.
Kecske set Legacy ID to 304736914.May 8 2016, 11:40 AM
Brisse added a subscriber: Brisse.May 8 2016, 11:40 AM

Easily fixed with this method in model config:

			class rail_guard_hasAccessory
			{
				type="hide";
				source="hasAccessory";
				selection="rail_guard_right";
			};
			class rail_guard_hasBipod
			{
				type="hide";
				source="hasBipod";
				selection="rail_guard_under";
			};