Do we have any idea what about the 4.7 upgrade breaks ?
I suspected it was the “Condition Check” in BTD_UpdateRoute - so I enabled the ‘override’ function: PerformConditionCheck.
It seems like there needs to be additional functionality added between the “Perform Condition Check” node and the “ReturnNode”. - No idea what though.
Edit 1: I got it to work. For anyone else wondering how to get working for 4.7, it is because of the new condition check function. To incorporate the new “PerformConditionCheckAi” (and its “non-ai” counterpart) - I just set it up exactly like the old Event Graph for UpdateRoute and got rid of everything in the event graph. Just make sure to to check “Return Value” on the return node. Set it up like so:
Edit 2: Researching further, I discovered that it isn’t really necessary to move everything from the event graph to the “PerformConditionCheckAi” function. It works just fine if all functionality stays in the event graph (just make sure to delete the depreciated nodes). As long as you enable the “PerformConditionCheckAi” function and switch the “Return Value” to true within that function, no other nodes are needed. seemed to be the the more intuitive solution as it keeps the condition check separate from the ‘doing stuff’ portion of the blueprint.
I cannot download the Ai template from mediafire. When ever I fill in the capcha and hit enter to download nothing happens other than some spam window. Am I supposed to have an account with them? could you host the file somewhere else?
New update guys! is an example of using EQS & BT together to create super simple Enemy Wander & Chase setup. Last thing you need to do is make the enemy attack the actor when they chase them! Enjoy!
Firstly, your tutorials have been a life saver! Thanks!!!
I’m working on an assignment (first person shooter) and I am wondering how I can modify the Detect Enemy service so the bots attack the player character? The bots move between the waypoints without any issues but they ignore the player as the player character isn’t recognised as an enemy. I’m still pretty new to so any help would be really appreciated!
If you’re bot isn’t seeing the player, the first thing I would check is that it’s finding a player. You can do by opening the Detect Enemy service, and breaking on line traces. Follow them and see if anything is found.
Hello, can you help with installation your Attack/Search/Patrol TPP A.I. version 4.7.0. After migrate to my project he no work. Can you record video with instruction of installation to others project.
Hey! Loving your car AI project but I have one question, is it possible to make it so that the car doesn’t slowdown when it gets near a waypoint and continue speeding while turning to the next waypoint? Like the when the car gets closer to the waypoint it slows down then it turns to the next point, I want it to turn without having to slowdown. Thanks ^^