ALS_Component icon indicating copy to clipboard operation
ALS_Component copied to clipboard

Mantle doesnt work properly

Open MaximasPrime opened this issue 3 years ago • 8 comments

Steps to reproduce the issue

  1. Place a large cube diagonally (45 degree z rotation)
  2. Try to mantle the corners.

Expected result The character should mantle the edge of the Cube Actual Results: The character mantles outside of the box and drops down or mantles through the box further in.

image image

MaximasPrime avatar Sep 10 '21 15:09 MaximasPrime

Thank you for reporting it. I did try to replicate that issue but with no luck. Is that problem comes only sometimes or always? Is that a clean ALS_Component_v0.75 project?

https://user-images.githubusercontent.com/38628851/132955354-429f9566-70b8-49ea-a905-493347423df8.mp4

oivio avatar Sep 11 '21 16:09 oivio

Hmm, Interesting. It's a clean project. I am going to re-download and see if the issue persists.
Thanks for making this happen. I did plan to do this myself but didn't have time and now I can abandon my old ALS V3 repo. https://github.com/MaximasPrime/ALS-Component

MaximasPrime avatar Sep 12 '21 13:09 MaximasPrime

I confirm this still exists. I just downloaded and started testing. Didnt even move a piece on the default map

https://user-images.githubusercontent.com/3921465/132989776-7173429d-3f90-4efc-a648-b52aff1f81e9.mp4

MaximasPrime avatar Sep 12 '21 13:09 MaximasPrime

This is strange. Small request. Can you download this version and test it? Maybe not all files have been uploaded or are rewritten.

https://drive.google.com/file/d/16fKctQcAUPzdjYteJMt5X9K1H6Wq8wTq/view?usp=sharing

Thank you, also Iv seen also your great work with ALSv3. I have the same issue atm, hard to find the time.

oivio avatar Sep 12 '21 13:09 oivio

Hi oivio, I just tested the google drive version. Have the same issue. But seriously, thanks for your effort. Lots of people will appriciate this if they knew. I shall give this to my students for quick prototyping. Max

MaximasPrime avatar Sep 12 '21 14:09 MaximasPrime

I really appreciate any feedback so I am grateful for that. Iv manage to replicate that issue and I did found two bugs in the mantle system inside the "Mantle Check" function:

1

When I did work on auto fall mantle grabbing I did create extra actions inside "Get Player Movement Input" function. But after debugging. I did notice sphere trace locations are not in the right positions.

2

Sadly above fixes did not solve the angle mantling problem. I will still have to work on it. At this moment I'm busy with looking for a job and also my little game project:

https://twitter.com/chibigooo/status/1437060864574730240

So I will try to bring a new update with fixes.

oivio avatar Sep 14 '21 07:09 oivio

I found what was causing that issue. It only happens if the object that we want to climb on, has a scale XY not equal for example X=4, Y=2, Z=2. I did also test that bug on vanilla ALSv4 same issue. I think it is a kind of unusual UE4 bug. It has something to do with collision scaling in the editor.

oivio avatar Oct 02 '21 06:10 oivio

https://www.youtube.com/watch?v=TOKoMCu_XYo&ab_channel=Do%C4%9Fa this is the fix in case it wasnt fixed .

driouach88 avatar Mar 19 '23 19:03 driouach88