Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I checked the same place with terrain rendering issues again with FOV set to 130 degrees and now I can see it too:

so it is definitely not related to hardware, just a bug caused by game thinking that player is farther away when on high FOV and loading low quality terrain map instead of normal

Kerfur (standart, not omega) does have some type of object detection, because it is constantly jumping when stuck on something, so I think it will be better to replace the jumping by moving to the side until the path is free again, for example if there is a wall in front of it and it can't jump over it will just follow the right or left side of this wall until it can reach its target without intersecting this wall

like this:


Also I couldn't get the bug with plug teleporting anywhere, when I try to nail it to the ground and retract it it just starts flying around, I also tried it with smaller objects like a microwave, and it also does the same thing, but I noticed that after retracting it nails still remain flying in the air following the microwave:


Oh I think you're right on it with that one as when you zoom it loads higher res & Clicks back to normal.

I feel Kerfer has something along the lines of:  Go to x,y,z -If pathing & Velocity is <below certain threshold = Jump.  However if you are correct then it would be an extremely viable solution to create a system like you mention, Also fairly easy when you're speaking on a basic level of just moving Kerfer around an object & not completely re-pathing them 

Although, A great addition to a Navmesh (Like what I suspect MrDrNose would be using for his entity's navigation) -Would be one of a few different avoidance methods, I found this awesome official UE4 Doc which details such systems & Their implementations & Purposes. It's a lot but I feel it would be very possible to implement & Incorporate something like this to the existing systems (If they are what I assume)  

https://docs.unrealengine.com/4.27/en-US/InteractiveExperiences/ArtificialIntell...

Also, I haven't been able to test it out but the nails I used were specifically the axle nails which will most likely make a big difference. I even had one of the green garbage bins just clipping through a wall in a circle. But the Kerfer plug incident was extreme in comparison & A lot harder to recreate. The floating nail should move in conjunction to the plug  *^-^*