erithtotl / wall-height

New fork of original project for continued improvements.
https://github.com/erithtotl/wall-height
GNU General Public License v3.0
6 stars 9 forks source link

Foundry V9 - The attempted Token movementcollides with at least one Wall #38

Closed JBerkvens closed 2 years ago

JBerkvens commented 2 years ago

I have a problem where the walls seemed to be working correctly in terms of vision, but when I try to move with the arrow keys it doesn't move and with dragging and dropping I get this message: "The attempted Token movementcollides with at least one Wall".

Wall Config (Top: 10, Bottom: 0) image

Player View at 5 ft. Vision is blocked as I would expect image

Player View at 15 ft. Vision is not blocked anymore (the token is above the wall) image

Player View at 15 ft. After trying to drag and drop. image

The console does not show any output on the drag and drop. This is with all other modules disabled except for:

sangdrax8 commented 2 years ago

I was just checking because I am running 3.6.0.2 and am seeing a similar thing. Vision seems to work, but movement is blocked.

JBerkvens commented 2 years ago

Hello, I've installed the new version (v3.6.0.2), but it still doesn't work. I'm going to take a look at the code that was changed in the Merge Request, if I get something working I'll try to create a new MR. I've looked into it and it seems that the changes from #41 aren't in the 3.6.0.2 tag. Also @sangdrax8, it seems the 3.6.0.2 tag has only been created 43 minutes ago, so I'm not sure how you where running that version 3 days ago (or am I missing something). Good news, with the changes from the Merge Request it does work.