Haha that video is so awesome! The dwarf army of the sky, with dynamic pathing abilities… who can stop them?!? (although they seem to be overly fond of that purple stuff… maybe that’s their weakness!)
Great work! All of your projects look like so much fun!
If you supply the sheep skeletal mesh and anims I can get going for you
The flying AI system I made was trace based, but yes I could rework it to take advantage of the dynamic navigation system
That will be the next step! Characters are not calculated in my dynamic mesh that I generate, as they should not be considered as impassible obstacles, instead one of two things
if stuck by a friendly, push them out of the way / request that they move
if stuck by a opponent, attack them!
if stuck by a sheep as per 's simulator, feed the sheep so they becomes satisfied and move out of the way
all of beyond the scope of my static/dyanimc/physics geometry detection system
The purple stuff affects dwarven brains in a very particular way, leading to moments of sudden clarity, happiness, and inspiration, sort of like Catnip
Yes!! I want to see one (or both?) of 2 things: a cow vs dwarf fight, each dwarf/cow dynamically finding a path to a dwarf/cow that has no fighting partner, so dynamic pathing with the ability to randomly chose which cow should fight which dwarf. Then whichever cow or dwarf is victorius, as a reward, send them to the reward zone so they can soak up that magical purple haze… haha! That would be so great
I guess I could also deal with a single dwarf cow-herder telling the cows where to go using dynamic pathing (in other words, make the dwarf actually herd the cows into the pasture), have the dwarf call a command and have the cows calculate a new path towards their grazing field from their current location (make sure you fence it off to keep them cows in line!), and if herded successfully, the dwarf get’s his purple haze stuff and all is good.
Oh, Jackie mentioned flying AI??? how about a Flying cows Simulator? Just find some angel wings, glue them on the back of the cow, and the dwarves will never know what hit them!
Oh yeah. Finally seeing the benefit of all the time i spent with cows and sheep. :o Seriously though, cow made me want to animate a proper animal, so i’ll let you know if i find and animate more herbivores!(imagine a herd of mustangs running across the landscape :eek: )
Btw, is free to use that cow for whatever reason you wish. Consider it a reward for keeping yourselves up to date with 's crazy stuff.
awesome stuff. So it works with elevation? A heightmap terrain or some area that has steep slopes? You gotta prevent that dwarves from falling to their death, right?
Something I’ve had in mind for a long time is having normal sized characters that have to navigate around physics obstacles while having a giant sized character that just pushes things out of the way in pursuit. I could go nuts with ideas, though don’t want to flood you.
If you’re thinking of selling on the market place, I’d probably buy it if it’s in my range
Out of curiosity, what are the specs of the system you’re running the tests on?
I already made a gap detection/jump ability for my AI system in my Victory Game!
I had skeletons following me and jumping over gaps that I as the player had to jump over too!
So yea I could get that going real quick, already have the code for it!
The game I’m working on doesnt have falling damage, but yes I could teach my AI to do anything I want them to do, except maybe juggling. I can’t teach them how to do something I"ve not figured out yet myself hee hee!
Wow, well that Cow idle anim was especially amazing!
It really looks like a living creature now thanks to you!
So yea! I am all for seeing more of your animated animal handiwork!
Intel Core i7, GTX 680, and um, I am not sure about the rest but it works
oooh now there’s an interesting idea! I will be doing unit control soon so even YOU could be the cow-herder (optional reward of purple haze even 4 u)!
As of right now, does support behavior trees? It would be cool if when you released it (if you do :D), it came with a bunch of tasks the creator can use in behavior trees.
Actually the larger the distance the better, as I combine open areas into very very large nodes Actually serves to reduce the over all node count. Level streaming should automatically work since new pathing volumes that get streamed in will be detected by the primary pathing engine I created, and added to the calculations.
I never assume how many pathing volumes there are and do updates quite frequently.
I already wrote my own AI editor that gives people per-unit AI control.
Not per class, per instance of that class!
Meaning, you could have two warriors with completely unique AIs
My AI supports individual-unit personality
And the AI Editor I developed is point and click to use!
I’ve never released a video on system,but am remaking it using my Victory HUD Elements UI Solution for new paid project I am working on.
So I will have more info and videos when I get that all done!
Awesome! Sorry for all the questions, but does it also work with instanced foliage as well? I have a huge forest (made of SpeedTrees) and I really do not want to generate a Navigation Mesh each time I add something… lol it takes forever. Thank you! I really appreciate it!
My system detects overlaps in addition to blocking collisions, so if those foliage instances have any kind of overlap collision (not necessarily blocking) then yes my navigation system will be constantly updating around those foliage actors
My system can be made to permanently exclude any actors from collision tests that someone wants to exclude, using just BP.
I just last night got it so my AI units will all path to and surround a building that is their chosen target, covering all surface area of the building that is on their ground level