Vinifera
Vinifera copied to clipboard
[Vanilla Bug] Arcing voxel projectiles flip facing right before impact
First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I have attached as much information as possible (screenshots, debug and exception logs, etc).
Description
Projectile types that use a voxel image and ballistic trajectory (Arcing=yes
) have a glitch where the projectile flips to facing east right before detonating.
Required Code (optional)
The vanilla game has no arcing voxel projectiles. To reproduce the bug, change the image of some existing ballistic projectile to a voxel one, for example:
[Ballistic]
Image=ICBM
Steps To Reproduce
- Fire the ballistic weapon
- Observe as the projectile approaches the target
Expected Behaviour
The projectile should keep facing the arc, and disappear right when detonating.
Actual Behaviour
The projectile flips to facing east right before detonating.
Additional Context
In this example, the Hover MLRS has been modified to fire two arcing rockets, which use the
ICBM
voxel image to make the bug more apparent.