SmashPhil / Vehicle-Framework

Core mod for Vehicles
Other
57 stars 30 forks source link

The warning on vehicle not being able to launch is unclear #185

Closed Bqr1s closed 2 months ago

Bqr1s commented 3 months ago

Describe the bug This warning is confusing for the player: https://github.com/SmashPhil/Vehicle-Framework/blob/91c32ecb005fec0b831e02745828f24277d7108e/Source/Vehicles/Comps/Flyer/Launching/CompVehicleLauncher.cs#L175

While the condition is either unable to move or rotated, warning text states that the reason is only unable to move.

Additional context The easiest fix would be to change warning text to mention rotation. But better to have separate warning message for rotation.

One of the issue reports from players: https://discord.com/channels/537064948963082240/709868711208550422/1270478504202604607

I can write a pr if this is confirmed.

SmashPhil commented 2 months ago

Merged in PR