Tibowl / KCBugTracker

Community run bug tracker for KanColle
14 stars 1 forks source link

中破動画の座標ミス | Chuuha animation wrong shard coordinates #4

Open Tibowl opened 4 years ago

Tibowl commented 4 years ago

Description During the Chuuha'd animation, one of the shards has wrong coordinates, appearing to play from wrong location.

Screenshot and/or video image

Reproducing Steps to reproduce the behavior:

  1. Chuuha a ship (not Taiha)
  2. Closely look at the animation, when the 中破 breaks into pieces, one of the shards has a wrong location

Possible fix Fix the coordinates of the 29th shard. bugged entry (432, 156) to something like (200, 156)

Sidenote: What are these coordinates doing after the array? They don't do anything as they aren't assigned to a variable and aren't directly used, should be removed to reduce memory usage. coordinates

Ryuuen commented 4 years ago

Japanese Translation:

タイトル:中破動画の座標ミス

説明 中破の演出アニメーションでは、一つの破片は座標のミスがあり、間違った位置にあります。

スクリーンショット及び動画 image

バグの再現方法 バグを再現するために、必要な手順を説明してください:(存在しない場合は削除しても良い)

  1. 艦娘を中破させる(大破ではなく)
  2. 中破のアニメーションを見てください。「中破」の文字が破片になる時、一つの破片が間違った位置にあります。

可能な修正方法 29個目の破片の座標を修正します。 bugged entry (432, 156)を(200, 156)近辺に修正します。

PS:アレイの後ろに付いている座標は何の役割があるでしょう? そういう座標は変数に割り当てられたり、直接的に使われたりしません。 削除して、メモリーの節約にするべきだと思われます。