GreatEmerald / UT3Vehicles

The vehicles portion of the UT3Style mod for Unreal Tournament 2004.
Other
3 stars 4 forks source link

Cicada: Streamers Restoration, Addition, & Update #202

Closed HellDragon-HK closed 6 years ago

HellDragon-HK commented 6 years ago

This restores the missing streamers as well as adds in the 2 additional ones the UT3 Cicada has. Placement I think is fairly close but with the animation issues still present it's not going to be quite accurate later on but should do for now.

GreatEmerald commented 6 years ago

This needs to be fixed rather by removing code, not adding it, quite like in the other class. Replace super(ONSChopperCraft).DrivingStatusChanged(); with Super.DrivingStatusChanged(); and remove everything until if (Driver == None), and this will work just as well.

HellDragon-HK commented 6 years ago

That didn't work, it removed all streamers and caused engine flames to be vertical.