Can we get rid of this error?
Published on Friday, November 1, 2024 By
Found errors for ~\sins2\mods\SquishyShips\entities\trader_antifighter_frigate.unit
- index(1) : weapon trader_missile_light_turret_single_l.weapon : yaw_arc <= yaw_firing_width (16 vs 30). weapon instances linked to weapons with yaw_speed must have a yaw_arc > the yaw_firing_width otherwise why do they speed to rotate?
- index(2) : weapon trader_missile_light_turret_single_r.weapon : yaw_arc <= yaw_firing_width (16 vs 30). weapon instances linked to weapons with yaw_speed must have a yaw_arc > the yaw_firing_width otherwise why do they speed to rotate?
I'm trying to re-use weapons instead of having a specific .weapon file for every single ship, it's a single weapon that's attached to many ships. In this instance, it's a single missile pod that I want to be able to rotate on the spot and fire at targets that it's not directly looking at.
I have it on two separate ships. The first one has room for a full 180 degree rotation, so it's fine. This frigate though is tight, so I want to restrict its rotation to about 16 degrees yaw while still being able to fire at targets beyond that... however this error pops up.
"Why do they speed to rotate?" Because some ships use it still, but not this one. Seems unnecessary to multiply the weapons by the number of ships.