Examples:
Spoiler
this is good, it stops unfair deaths from 096's bullshit RND generationSalvage wrote:When SCP-096 is aimlessly wandering around he often walks into walls or objects.
Examples:Spoiler
I'm pretty sure there are better solutions to that than making him walk into walls.Nehpys wrote:this is good, it stops unfair deaths from 096's bullshit RND generationSalvage wrote:When SCP-096 is aimlessly wandering around he often walks into walls or objects.
Examples:Spoiler
Already saw this and working on it (it least it is in out "To do" list)risingstar64 wrote:Have you ever seen him walk entirely into an object, or is his behavior always as shown in those screenshots? From the two you provided he seems to only walk roughly halfway into objects, suggesting that his collision detection (at least when not actively pathfinding to reach the player) is only taking into account his position (presumably a point at his model's pivot/origin) rather than a box or capsule around him. Should be a pretty easy fix, though I have to admit I'm behind on the game's codebase these days, so I don't know if this is unique to scp 096 or if all in-game NPCs use the same collision detection method. If Third Subdivision Team doesn't get around to this in a few days or so I promise I'll take a look at it (would rather not re-invent the wheel if this problem has already been addressed, as typically seems to be the case as of late).