Pathfinder Fix

Dec 17, 2017
151
19
Hi Devbest,

on Habbo it is not possible to pass through two objects diagonally. In other backs yes, I wish it was possible to walk around it

Example Habbo:
Example Retro:

I know that you need to modify the pathfinder, which files can I modify and where should I change?

Thanks and sorry for my bad english :)
 

ashe

New Member
Jun 6, 2019
4
1
Just block movement if diagonal, I'm pretty sure you can work this out via existing properties/fields. I haven't used Plus in a long time, but I think the code sits in GameMap.cs. Oh, and there's a boolean method IsValidStep that could help you out, returning false on this would block the movement. There's also a ValidTile method
 

Users who are viewing this thread

Top