CardboardKeep / WardenBugs

2 stars 2 forks source link

Villa Crawlspace bug #184

Closed Agilethief closed 8 years ago

Agilethief commented 8 years ago

Bug: When trying to crawl into the Villa through the side hole, the player gets stuck and cannot crawl into the space.

Repro: Start game from intro sequence. Play all the way up to freeing shaman from the gatehouse. Save and return to main menu. Reload save file. Progress to Villa. When you attempt to enter the Villa Ext side hole, you will be blocked.

Agilethief commented 8 years ago

Quitting and reloading seems to fix the issue.

Agilethief commented 8 years ago

I do not think making the hole bigger is a good fix, for all we know this issue can happen to ANY crawl space.

I suspect something is breaking on the the Warden Prefab stopping it from adjusting it's height correctly (despite having reloaded a save, and the character controller height changing in the editor.)

Agilethief commented 8 years ago

Perhaps the scale of the level geometry is bork (Kinda like what happened in the Town hub) and rescaling it would resolve the inaccuracies of the collision?

Agilethief commented 8 years ago

I have reimported the entire level mesh and adjusted the hole to be larger. If this still does not resolve the issue, We may want to think about it not being a crawl space.

Alternatively we could seperate the crawl space mesh and make that simply box colliders, however I don't think that will fix the issue (as it can happen to box colliders.)