TheGameCreators / GameGuruRepo

The GameGuru Repository For Community Collaboration
http://www.game-guru.com
137 stars 56 forks source link

Parrots occassionally freezing in mid flight #3045

Closed davetgc closed 3 weeks ago

davetgc commented 2 years ago

Not sure when this started, I only spotted it today, but the parrots are now occasionally freezing in mid flight.

https://user-images.githubusercontent.com/99803873/166878363-25bdb93d-7142-44e8-9c30-cc5b82068a1b.mp4

That's parrot green, but also seen on parrot.

synchromesh62 commented 2 years ago

To high a Polly count is my guess. Sorry couldnt resist :)

davetgc commented 2 years ago

Please try harder :)

On Thu, May 5, 2022 at 9:30 AM synchromesh62 @.***> wrote:

To high a Polly count is my guess. Sorry couldnt resist :)

— Reply to this email directly, view it on GitHub https://github.com/TheGameCreators/GameGuruRepo/issues/3045#issuecomment-1118252583, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXZOFYM75TQA5F2XZU5EQ73VIN2JPANCNFSM5VEFGQDA . You are receiving this because you authored the thread.Message ID: @.***>

AmenMoses commented 2 years ago

It's probably dead.

When the health drops to 0 the script is no longer executed.

Necrym59 commented 2 years ago

its just kipping, beautiful plumage..

rvanner commented 2 years ago

Flying critters need to fall to the ground when damaged (explosion hits them).

AmenMoses commented 2 years ago

Or just give them a heap of health so they can fly away and live happily ever after.

rvanner commented 2 years ago

@AmenMoses Good idea!

davetgc commented 2 years ago

What if users want to shoot them? I'm thinking about survival games, or people who just reduce the health.

On Fri, May 6, 2022 at 12:26 PM Richard Vanner @.***> wrote:

@AmenMoses https://github.com/AmenMoses Good idea!

— Reply to this email directly, view it on GitHub https://github.com/TheGameCreators/GameGuruRepo/issues/3045#issuecomment-1119472917, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXZOFYP5UGMCMOOQ3X45SVTVITXWDANCNFSM5VEFGQDA . You are receiving this because you authored the thread.Message ID: @.***>

AmenMoses commented 2 years ago

Then the script becomes much more complex, plus there are no decent death poses for the birds, needs something like the mammals where the bird would be sort of draped on the ground. (or maybe a death anim where the bird turns into a cloud of bones gore and feathers?)

ZakJudges commented 1 year ago

Hi all, I have added a fix for this which should be in the next experimental build, later today. Birds are now given loads of health to prevent death and the freeze shown above. If the script is ever updated with a death animation or similar, I will remove this fix