Posted August 04, 2023 by The Vermilion Chocobos
#AI #Bryan | Ren #General Post
Author: Dev Bryan Santiago
This week started with some very lengthy sessions of discussions as to the direction of the game and resulted with me being able to implement and update a handful of AI's. There were not many problems apart from tiny things here and there, the most annoying is getting used to the units in unreal, as I was trying to figure out proper distances for an AI. Like So:
if (distance >= 10.0f && distance <= 200.0f) {
Play game to find out :)
}
else if (distance >= 200.3f && distance <= 612.0f) {
Play game to find out :)
}
else if (distance >= 612.3f && distance <= 1100.0f) {
Play game to find out :)
}
Apart from that it was a very fun and accomplished week, I can now see more clearly where the game will be heading and I can say when it comes true, my excitement will have reached its peak. As to were was the post last week, the missing post form last week was from the dev team having a summer break as part of our class schedule.
Thank you for reading || playing,
Dev Bryan | Ren.