Page MenuHomeFeedback Tracker

UGL Smoke Grenades are too bouncy.
Assigned, WishlistPublic

Description

After an update in the past that adjusted the friction of all grenades in general the UGL Smoke Grenades became extremely bouncy.

Even when shooting against terrain to stop them they will bounce off into completely random directions flying crazy distances.
This makes them completely inaccurate and ineffective, it is nearly impossible to fire a wall of 3-4 smoke 200m infront of you using the UGL.

Not even to speak of marking enemy positions with smoke, unless manage to hit the smoke grenade inside a building or something of that sort it will fly several hundred meters off target.

Details

Legacy ID
1542499087
Severity
None
Resolution
Open
Reproducibility
Always
Category
Engine
Steps To Reproduce
  1. Acquire a weapon with a UGL and some smoke grenades for it.
  2. Go to editor and try to fire smoke grenades to an accurate distance or radius.
  3. Watch them fly all over the place.

Event Timeline

Shields edited Steps To Reproduce. (Show Details)May 26 2015, 4:43 PM
Shields set Category to Engine.
Shields set Reproducibility to Always.
Shields set Severity to None.
Shields set Resolution to Open.
Shields set Legacy ID to 1542499087.May 8 2016, 12:08 PM
Shields edited a custom field.

Is there any news on this? It makes the effective deployment of UGL smoke completely impossible, removing a huge tactical application of the UGL.

Can we get this fixed? it is absolutely insane that no one has fixed this issue for smoke grenades. They bounce like 200-500 meters.

After all these years, this annoyance is still present in the game. Can anyone from BIS confirm that they're aware of this issue? It makes UGL smoke grenades completely worthless.

This simple config patch fixes the issue.

class CfgAmmo {
	class SmokeShell;

	// vanilla 40mm smoke nades
	class G_40mm_Smoke: SmokeShell {
		simulation = "shotSmoke";
		deflectionSlowDown = 0;
	};
};

Taken from https://steamcommunity.com/sharedfiles/filedetails/?id=1486853849

costno added a subscriber: costno.Jan 14 2024, 8:27 PM