-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion]: Anti Drowning #66
Comments
I rather not attach an AI goal every tick that the chocobo is underwater and never remove the goal |
Hahaha yeah, which is why I said it was a quite rudimentary way of doing it ;P Also, testing, I notice flying chocobo cannot submerge/swim the same way the blue+ chocobo can. Not sure if its a problem or anything, just something I noticed. |
I'm currently checking if the chocobo can stand on water because the chocobo's that can stand on water should also be able to swim more easily than the chocobo's that cant |
Right, but for example, you can't submerge in water and swim with a gold
chocobo
…On Thu, Jul 20, 2023, 12:59 PM Mrbysco ***@***.***> wrote:
I'm currently checking if the chocobo can stand on water because the
chocobo's that can stand on water should also be able to swim more easily
than the chocobo's that cant
—
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIACOV4DU5PLNIPJTAIBK7TXRFPWPANCNFSM6AAAAAA2RSLL2E>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Also looks like yellow/green Chocobo are still stuck continuously jumping on the water surface if your holding jump and continue to hold jump for a second or two when jumping into the water. Just tinkering around, commenting out the jumping below seemed to fix it for me, also was unable to determine any detriment from commenting it out in playtesting else if (onGround()) { (Sorry, you're probably sick of me by now) |
General Info
Suggestion Description
I'd still love some way to prevent Chocobo submerged in water from drowning if dismounted when they're under the stay command.
I personally am currently using
But that's probably quite rudimentary, I'm sure you have another method you'd rather utilize
Love all the work you're doing <3
The text was updated successfully, but these errors were encountered: