cookgreen / Yuris-Revenge

A Red Alert 2 Yuri's Revenge mod for OpenRA Engine
https://forum.openra.net/viewtopic.php?t=20776
GNU General Public License v3.0
157 stars 30 forks source link

Yuri Disc can't rotate itself when moving #49

Open cookgreen opened 5 years ago

GraionDilach commented 5 years ago

YR actually sidestepped this, notice that the Floating Disc's upper body is a spinning turret, with a facingTolerance of 255 in ORA terms.

IIRC next release will feature FacingTolerance on turrets, so it's probably best to revisit the feature with that in place.

cookgreen commented 4 years ago

YR actually sidestepped this, notice that the Floating Disc's upper body is a spinning turret, with a facingTolerance of 255 in ORA terms.

IIRC next release will feature FacingTolerance on turrets, so it's probably best to revisit the feature with that in place.

I assign 255 to facingTolerance of AttackAircraft, then it shows error 捕获

GraionDilach commented 4 years ago

I forgot how ORA counts it. The maximum, that's the point.

cookgreen commented 4 years ago

I forgot how ORA counts it. The maximum, that's the point.

So? do you have any idea to fix it?